@charset "UTF-8";
/*Colores
Verde # 7c1b0
Azul #1d6dc9
Rojo #ff216e
Azul oscuro #274069
Gris # eff1f3*/
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Arimo:wght@400;500;600;700&family=Sora:wght@100..800&family=Instrument+Serif&family=Josefin+Sans:wght@400;500;600;700&family=Lato:wght@400;700&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Questrial&family=Quicksand:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Source+Sans+Pro:wght@400;600;700&family=Yanone+Kaffeesatz:wght@400;500;600;700&family=Anton&family=Montserrat:wght@300;600&display=swap");
@font-face {
  font-family: "Futura";
  src: url(/assets/fonts/futura-12ab2d817d2253a27cd45196633fb309bad84c00fee1f292e9ccd0ded76bf1c3.ttf?cp02gd) format("truetype");
}

@font-face {
  font-family: "Apercu Regular Pro";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/apercu-3c4e04dc41935a057e79aa57f4887c674256d8f172b5306b4357b66daa17e18a.otf?cp02gd) format("opentype");
}

@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/circular-c64ac4184ef76f7c60501c03d51c017737b8627b902e36ab53e8c8ceebcc8bcf.otf?cp02gd) format("truetype");
}

@font-face {
  font-family: "Apercu Light";
  src: url(/assets/fonts/apercu-light-817f2dd92febd9b71a40af1373e04e8dea9904643c42a47f811d0459c177ea0d.otf?cp02gd) format("truetype");
}

@font-face {
  font-family: "Apercu Medium";
  src: url(/assets/fonts/apercu-medium-6cba6a4f0a60d3934ce0550786ceb3cb1411a7d130f9a22c97849b33deb2cce0.otf?cp02gd) format("truetype");
}

@font-face {
  font-family: "Apercu Bold";
  src: url(/assets/fonts/apercu-bold-744d6e6f0b81993fc8ed2e7387edce8c99c1437a58dd06de6835e59366e4aa4b.otf?cp02gd) format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  src: url(/assets/fonts/poppins-medium-2d0d95a9c496694da3c096705a476a7b9eb1dd204506a93dcc261def787c1e27.ttf?cp02gd) format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  src: url(/assets/fonts/roboto-medium-54ad7ef126b9cddefd06327209cbbd229e1b330ef2d96326ad022bbed695615e.ttf?cp02gd) format("truetype");
}

/* line 53, app/assets/stylesheets/application.scss */
.item-grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
/* line 61, app/assets/stylesheets/application.scss */
.item-grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* line 67, app/assets/stylesheets/application.scss */
.font-apercu {
  font-family: "Apercu Regular Pro" !important;
}

/* line 71, app/assets/stylesheets/application.scss */
.font-apercu-light {
  font-family: "Apercu Light";
}

/* line 75, app/assets/stylesheets/application.scss */
.font-apercu-medium {
  font-family: "Apercu Medium";
}

/* line 79, app/assets/stylesheets/application.scss */
.font-apercu-bold {
  font-family: "Apercu Bold" !important;
}

/* line 83, app/assets/stylesheets/application.scss */
.font-poppins-medium {
  font-family: "Poppins Medium";
}

/* line 87, app/assets/stylesheets/application.scss */
.font-roboto-medium {
  font-family: "Roboto Medium";
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  /* line 9, app/assets/stylesheets/foundation.css */
  .reveal,
.reveal.tiny,
.reveal.small,
.reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 20, app/assets/stylesheets/foundation.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 25, app/assets/stylesheets/foundation.css */
body {
  margin: 0;
}

/* line 29, app/assets/stylesheets/foundation.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 34, app/assets/stylesheets/foundation.css */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 41, app/assets/stylesheets/foundation.css */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 46, app/assets/stylesheets/foundation.css */
a {
  background-color: transparent;
}

/* line 50, app/assets/stylesheets/foundation.css */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* line 57, app/assets/stylesheets/foundation.css */
b,
strong {
  font-weight: bolder;
}

/* line 62, app/assets/stylesheets/foundation.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 69, app/assets/stylesheets/foundation.css */
small {
  font-size: 80%;
}

/* line 73, app/assets/stylesheets/foundation.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 81, app/assets/stylesheets/foundation.css */
sub {
  bottom: -0.25em;
}

/* line 85, app/assets/stylesheets/foundation.css */
sup {
  top: -0.5em;
}

/* line 89, app/assets/stylesheets/foundation.css */
img {
  border-style: none;
}

/* line 93, app/assets/stylesheets/foundation.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 104, app/assets/stylesheets/foundation.css */
button,
input {
  overflow: visible;
}

/* line 109, app/assets/stylesheets/foundation.css */
button,
select {
  text-transform: none;
}

/* line 114, app/assets/stylesheets/foundation.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 121, app/assets/stylesheets/foundation.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 129, app/assets/stylesheets/foundation.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 136, app/assets/stylesheets/foundation.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 140, app/assets/stylesheets/foundation.css */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 150, app/assets/stylesheets/foundation.css */
progress {
  vertical-align: baseline;
}

/* line 154, app/assets/stylesheets/foundation.css */
textarea {
  overflow: auto;
}

/* line 158, app/assets/stylesheets/foundation.css */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 165, app/assets/stylesheets/foundation.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 170, app/assets/stylesheets/foundation.css */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 175, app/assets/stylesheets/foundation.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 179, app/assets/stylesheets/foundation.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 184, app/assets/stylesheets/foundation.css */
details {
  display: block;
}

/* line 188, app/assets/stylesheets/foundation.css */
summary {
  display: list-item;
}

/* line 192, app/assets/stylesheets/foundation.css */
template {
  display: none;
}

/* line 196, app/assets/stylesheets/foundation.css */
[hidden] {
  display: none;
}

/* line 200, app/assets/stylesheets/foundation.css */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 204, app/assets/stylesheets/foundation.css */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

/* line 210, app/assets/stylesheets/foundation.css */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 217, app/assets/stylesheets/foundation.css */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 229, app/assets/stylesheets/foundation.css */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 237, app/assets/stylesheets/foundation.css */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

/* line 243, app/assets/stylesheets/foundation.css */
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

/* line 250, app/assets/stylesheets/foundation.css */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 259, app/assets/stylesheets/foundation.css */
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 270, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] button {
  outline: 0;
}

/* line 274, app/assets/stylesheets/foundation.css */
pre {
  overflow: auto;
}

/* line 278, app/assets/stylesheets/foundation.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 286, app/assets/stylesheets/foundation.css */
.is-visible {
  display: block !important;
}

/* line 290, app/assets/stylesheets/foundation.css */
.is-hidden {
  display: none !important;
}

/* line 294, app/assets/stylesheets/foundation.css */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 317, app/assets/stylesheets/foundation.css */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 324, app/assets/stylesheets/foundation.css */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 330, app/assets/stylesheets/foundation.css */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 336, app/assets/stylesheets/foundation.css */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 341, app/assets/stylesheets/foundation.css */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 359, app/assets/stylesheets/foundation.css */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 375, app/assets/stylesheets/foundation.css */
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 383, app/assets/stylesheets/foundation.css */
h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 391, app/assets/stylesheets/foundation.css */
h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 399, app/assets/stylesheets/foundation.css */
h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 407, app/assets/stylesheets/foundation.css */
h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 415, app/assets/stylesheets/foundation.css */
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 424, app/assets/stylesheets/foundation.css */
  h1,
.h1 {
    font-size: 3rem;
  }
  /* line 428, app/assets/stylesheets/foundation.css */
  h2,
.h2 {
    font-size: 2.5rem;
  }
  /* line 432, app/assets/stylesheets/foundation.css */
  h3,
.h3 {
    font-size: 1.9375rem;
  }
  /* line 436, app/assets/stylesheets/foundation.css */
  h4,
.h4 {
    font-size: 1.5625rem;
  }
  /* line 440, app/assets/stylesheets/foundation.css */
  h5,
.h5 {
    font-size: 1.25rem;
  }
  /* line 444, app/assets/stylesheets/foundation.css */
  h6,
.h6 {
    font-size: 1rem;
  }
}

/* line 450, app/assets/stylesheets/foundation.css */
a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}

/* line 456, app/assets/stylesheets/foundation.css */
a img {
  border: 0;
}

/* line 460, app/assets/stylesheets/foundation.css */
hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #f4f3f7;
  border-left: 0;
}

/* line 471, app/assets/stylesheets/foundation.css */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 479, app/assets/stylesheets/foundation.css */
li {
  font-size: inherit;
}

/* line 483, app/assets/stylesheets/foundation.css */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 488, app/assets/stylesheets/foundation.css */
ol {
  margin-left: 1.25rem;
}

/* line 492, app/assets/stylesheets/foundation.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 500, app/assets/stylesheets/foundation.css */
dl {
  margin-bottom: 1rem;
}

/* line 503, app/assets/stylesheets/foundation.css */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 508, app/assets/stylesheets/foundation.css */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

/* line 513, app/assets/stylesheets/foundation.css */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 519, app/assets/stylesheets/foundation.css */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

/* line 524, app/assets/stylesheets/foundation.css */
cite:before {
  content: "— ";
}

/* line 528, app/assets/stylesheets/foundation.css */
abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

/* line 535, app/assets/stylesheets/foundation.css */
figure {
  margin: 0;
}

/* line 539, app/assets/stylesheets/foundation.css */
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

/* line 548, app/assets/stylesheets/foundation.css */
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

/* line 557, app/assets/stylesheets/foundation.css */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: black;
}

/* line 565, app/assets/stylesheets/foundation.css */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 570, app/assets/stylesheets/foundation.css */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 574, app/assets/stylesheets/foundation.css */
p + .stat {
  margin-top: -1rem;
}

/* line 578, app/assets/stylesheets/foundation.css */
ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 584, app/assets/stylesheets/foundation.css */
.text-left {
  text-align: left !important;
}

/* line 588, app/assets/stylesheets/foundation.css */
.text-right {
  text-align: right;
}

/* line 592, app/assets/stylesheets/foundation.css */
.text-center {
  text-align: center;
}

/* line 596, app/assets/stylesheets/foundation.css */
.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 601, app/assets/stylesheets/foundation.css */
  .medium-text-left {
    text-align: left;
  }
  /* line 604, app/assets/stylesheets/foundation.css */
  .medium-text-right {
    text-align: right;
  }
  /* line 607, app/assets/stylesheets/foundation.css */
  .medium-text-center {
    text-align: center;
  }
  /* line 610, app/assets/stylesheets/foundation.css */
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 616, app/assets/stylesheets/foundation.css */
  .large-text-left {
    text-align: left;
  }
  /* line 619, app/assets/stylesheets/foundation.css */
  .large-text-right {
    text-align: right;
  }
  /* line 622, app/assets/stylesheets/foundation.css */
  .large-text-center {
    text-align: center;
  }
  /* line 625, app/assets/stylesheets/foundation.css */
  .large-text-justify {
    text-align: justify;
  }
}

/* line 630, app/assets/stylesheets/foundation.css */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 635, app/assets/stylesheets/foundation.css */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  /* line 642, app/assets/stylesheets/foundation.css */
  .show-for-print {
    display: block !important;
  }
  /* line 645, app/assets/stylesheets/foundation.css */
  .hide-for-print {
    display: none !important;
  }
  /* line 648, app/assets/stylesheets/foundation.css */
  table.show-for-print {
    display: table !important;
  }
  /* line 651, app/assets/stylesheets/foundation.css */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 654, app/assets/stylesheets/foundation.css */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 657, app/assets/stylesheets/foundation.css */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 660, app/assets/stylesheets/foundation.css */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 663, app/assets/stylesheets/foundation.css */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 666, app/assets/stylesheets/foundation.css */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 670, app/assets/stylesheets/foundation.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 673, app/assets/stylesheets/foundation.css */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 678, app/assets/stylesheets/foundation.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 681, app/assets/stylesheets/foundation.css */
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  /* line 686, app/assets/stylesheets/foundation.css */
  thead {
    display: table-header-group;
  }
  /* line 689, app/assets/stylesheets/foundation.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 693, app/assets/stylesheets/foundation.css */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 699, app/assets/stylesheets/foundation.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 705, app/assets/stylesheets/foundation.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 709, app/assets/stylesheets/foundation.css */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 714, app/assets/stylesheets/foundation.css */
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #C1C7D0;
  border-radius: 6px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 747, app/assets/stylesheets/foundation.css */
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 772, app/assets/stylesheets/foundation.css */
textarea {
  max-width: 100%;
}

/* line 775, app/assets/stylesheets/foundation.css */
textarea[rows] {
  height: auto;
}

/* line 779, app/assets/stylesheets/foundation.css */
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E4E8ED;
  cursor: not-allowed;
}

/* line 787, app/assets/stylesheets/foundation.css */
[type="submit"],
[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}

/* line 795, app/assets/stylesheets/foundation.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 800, app/assets/stylesheets/foundation.css */
::-webkit-input-placeholder {
  color: #cacaca;
}

/* line 804, app/assets/stylesheets/foundation.css */
:-ms-input-placeholder {
  color: #cacaca;
}

/* line 808, app/assets/stylesheets/foundation.css */
::-ms-input-placeholder {
  color: #cacaca;
}

/* line 812, app/assets/stylesheets/foundation.css */
::-webkit-input-placeholder {
  color: #BCBCCB;
}
::-moz-placeholder {
  color: #BCBCCB;
}
:-ms-input-placeholder {
  color: #BCBCCB;
}
::-ms-input-placeholder {
  color: #BCBCCB;
}
::placeholder {
  color: #BCBCCB;
}

/* line 816, app/assets/stylesheets/foundation.css */
[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem;
}

/* line 822, app/assets/stylesheets/foundation.css */
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 830, app/assets/stylesheets/foundation.css */
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}

/* line 835, app/assets/stylesheets/foundation.css */
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}

/* line 840, app/assets/stylesheets/foundation.css */
[type="file"] {
  width: 100%;
}

/* line 844, app/assets/stylesheets/foundation.css */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 852, app/assets/stylesheets/foundation.css */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 857, app/assets/stylesheets/foundation.css */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 864, app/assets/stylesheets/foundation.css */
.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 876, app/assets/stylesheets/foundation.css */
.input-group > :first-child,
.input-group > .input-group-button:first-child > * {
  border-radius: 3px 0 0 3px;
}

/* line 880, app/assets/stylesheets/foundation.css */
.input-group > :last-child,
.input-group > .input-group-button:last-child > * {
  border-radius: 0 3px 3px 0;
}

/* line 885, app/assets/stylesheets/foundation.css */
.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

/* line 896, app/assets/stylesheets/foundation.css */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 916, app/assets/stylesheets/foundation.css */
.input-group-label:first-child {
  border-right: 0;
}

/* line 919, app/assets/stylesheets/foundation.css */
.input-group-label:last-child {
  border-left: 0;
}

/* line 923, app/assets/stylesheets/foundation.css */
.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

/* line 932, app/assets/stylesheets/foundation.css */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 945, app/assets/stylesheets/foundation.css */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 958, app/assets/stylesheets/foundation.css */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 964, app/assets/stylesheets/foundation.css */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 969, app/assets/stylesheets/foundation.css */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 974, app/assets/stylesheets/foundation.css */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 980, app/assets/stylesheets/foundation.css */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  /* line 1008, app/assets/stylesheets/foundation.css */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 1012, app/assets/stylesheets/foundation.css */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 1024, app/assets/stylesheets/foundation.css */
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 1028, app/assets/stylesheets/foundation.css */
select::-ms-expand {
  display: none;
}

/* line 1031, app/assets/stylesheets/foundation.css */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 1036, app/assets/stylesheets/foundation.css */
.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7;
}

/* line 1040, app/assets/stylesheets/foundation.css */
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}

/* line 1043, app/assets/stylesheets/foundation.css */
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}

/* line 1046, app/assets/stylesheets/foundation.css */
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #c60f13;
}

/* line 1049, app/assets/stylesheets/foundation.css */
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13;
}

/* line 1053, app/assets/stylesheets/foundation.css */
.is-invalid-label {
  color: #c60f13;
}

/* line 1057, app/assets/stylesheets/foundation.css */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
}

/* line 1065, app/assets/stylesheets/foundation.css */
.form-error.is-visible {
  display: block;
}

/* line 1069, app/assets/stylesheets/foundation.css */
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

/* line 1077, app/assets/stylesheets/foundation.css */
.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

/* line 1084, app/assets/stylesheets/foundation.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 1088, app/assets/stylesheets/foundation.css */
.text-wrap {
  word-wrap: break-word !important;
}

/* line 1092, app/assets/stylesheets/foundation.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 1096, app/assets/stylesheets/foundation.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 1100, app/assets/stylesheets/foundation.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 1104, app/assets/stylesheets/foundation.css */
.text-overline {
  text-decoration: overline !important;
}

/* line 1108, app/assets/stylesheets/foundation.css */
.text-underline {
  text-decoration: underline !important;
}

/* line 1112, app/assets/stylesheets/foundation.css */
.text-line-through {
  text-decoration: line-through !important;
}

/* line 1116, app/assets/stylesheets/foundation.css */
.font-wide {
  letter-spacing: 0.25rem;
}

/* line 1120, app/assets/stylesheets/foundation.css */
.font-normal {
  font-weight: normal !important;
}

/* line 1124, app/assets/stylesheets/foundation.css */
.font-bold {
  font-weight: bold;
}

/* line 1128, app/assets/stylesheets/foundation.css */
.font-italic {
  font-style: italic !important;
}

/* line 1132, app/assets/stylesheets/foundation.css */
ul.list-disc {
  list-style-type: disc !important;
}

/* line 1136, app/assets/stylesheets/foundation.css */
ul.list-circle {
  list-style-type: circle !important;
}

/* line 1140, app/assets/stylesheets/foundation.css */
ul.list-square {
  list-style-type: square !important;
}

/* line 1144, app/assets/stylesheets/foundation.css */
ol.list-decimal {
  list-style-type: decimal !important;
}

/* line 1148, app/assets/stylesheets/foundation.css */
ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

/* line 1152, app/assets/stylesheets/foundation.css */
ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

/* line 1156, app/assets/stylesheets/foundation.css */
ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

/* line 1160, app/assets/stylesheets/foundation.css */
ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

/* line 1164, app/assets/stylesheets/foundation.css */
ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

/* line 1168, app/assets/stylesheets/foundation.css */
ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

/* line 1172, app/assets/stylesheets/foundation.css */
.rounded {
  border-radius: 5000px !important;
}

/* line 1175, app/assets/stylesheets/foundation.css */
.rounded:after {
  border-radius: 50%;
}

/* line 1179, app/assets/stylesheets/foundation.css */
.radius {
  border-radius: 0.1875rem;
}

/* line 1183, app/assets/stylesheets/foundation.css */
.bordered {
  border: 0.0625rem solid #cacaca;
}

/* line 1187, app/assets/stylesheets/foundation.css */
.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 1193, app/assets/stylesheets/foundation.css */
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

/* line 1204, app/assets/stylesheets/foundation.css */
.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

/* line 1215, app/assets/stylesheets/foundation.css */
.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

/* line 1226, app/assets/stylesheets/foundation.css */
.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

/* line 1237, app/assets/stylesheets/foundation.css */
.separator-center {
  text-align: center !important;
}

/* line 1240, app/assets/stylesheets/foundation.css */
.separator-center::before,
.separator-center::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 1252, app/assets/stylesheets/foundation.css */
.separator-center::after {
  clear: both;
}

/* line 1255, app/assets/stylesheets/foundation.css */
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #2ba6cb;
  margin: 1rem auto 0;
}

/* line 1262, app/assets/stylesheets/foundation.css */
.separator-left {
  text-align: left !important;
}

/* line 1265, app/assets/stylesheets/foundation.css */
.separator-left::before,
.separator-left::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 1277, app/assets/stylesheets/foundation.css */
.separator-left::after {
  clear: both;
}

/* line 1280, app/assets/stylesheets/foundation.css */
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #2ba6cb;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

/* line 1288, app/assets/stylesheets/foundation.css */
.separator-right {
  text-align: right !important;
}

/* line 1291, app/assets/stylesheets/foundation.css */
.separator-right::before,
.separator-right::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 1303, app/assets/stylesheets/foundation.css */
.separator-right::after {
  clear: both;
}

/* line 1306, app/assets/stylesheets/foundation.css */
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #2ba6cb;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

/* line 1314, app/assets/stylesheets/foundation.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 1318, app/assets/stylesheets/foundation.css */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 1322, app/assets/stylesheets/foundation.css */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 1326, app/assets/stylesheets/foundation.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 1330, app/assets/stylesheets/foundation.css */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 1334, app/assets/stylesheets/foundation.css */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 1338, app/assets/stylesheets/foundation.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 1342, app/assets/stylesheets/foundation.css */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 1346, app/assets/stylesheets/foundation.css */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 1350, app/assets/stylesheets/foundation.css */
.display-inline {
  display: inline !important;
}

/* line 1354, app/assets/stylesheets/foundation.css */
.display-inline-block {
  display: inline-block !important;
}

/* line 1358, app/assets/stylesheets/foundation.css */
.display-block {
  display: block !important;
}

/* line 1362, app/assets/stylesheets/foundation.css */
.display-table {
  display: table !important;
}

/* line 1366, app/assets/stylesheets/foundation.css */
.display-table-cell {
  display: table-cell !important;
}

/* line 1370, app/assets/stylesheets/foundation.css */
.position-static {
  position: static !important;
}

/* line 1374, app/assets/stylesheets/foundation.css */
.position-relative {
  position: relative !important;
}

/* line 1378, app/assets/stylesheets/foundation.css */
.position-absolute {
  position: absolute !important;
}

/* line 1382, app/assets/stylesheets/foundation.css */
.position-fixed {
  position: fixed !important;
}

/* line 1386, app/assets/stylesheets/foundation.css */
.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

/* line 1394, app/assets/stylesheets/foundation.css */
.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

/* line 1402, app/assets/stylesheets/foundation.css */
.border-box {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* line 1407, app/assets/stylesheets/foundation.css */
.border-none {
  border: none !important;
}

/* line 1411, app/assets/stylesheets/foundation.css */
.width-25 {
  width: 25% !important;
}

/* line 1415, app/assets/stylesheets/foundation.css */
.width-40 {
  width: 40% !important;
}

/* line 1419, app/assets/stylesheets/foundation.css */
.width-50 {
  width: 50% !important;
}

/* line 1423, app/assets/stylesheets/foundation.css */
.width-60 {
  width: 60% !important;
}

/* line 1427, app/assets/stylesheets/foundation.css */
.width-75 {
  width: 75% !important;
}

/* line 1431, app/assets/stylesheets/foundation.css */
.width-100 {
  width: 100% !important;
}

/* line 1435, app/assets/stylesheets/foundation.css */
.height-25 {
  height: 25% !important;
}

/* line 1439, app/assets/stylesheets/foundation.css */
.height-50 {
  height: 50% !important;
}

/* line 1443, app/assets/stylesheets/foundation.css */
.height-75 {
  height: 75% !important;
}

/* line 1447, app/assets/stylesheets/foundation.css */
.height-100 {
  height: 100% !important;
}

/* line 1451, app/assets/stylesheets/foundation.css */
.max-width-100 {
  max-width: 100% !important;
}

/* line 1455, app/assets/stylesheets/foundation.css */
.max-height-100 {
  max-height: 100% !important;
}

/* line 1459, app/assets/stylesheets/foundation.css */
.margin-0 {
  margin: 0rem;
}

/* line 1463, app/assets/stylesheets/foundation.css */
.margin-top-0 {
  margin-top: 0rem !important;
}

/* line 1467, app/assets/stylesheets/foundation.css */
.margin-right-0 {
  margin-right: 0rem !important;
}

/* line 1471, app/assets/stylesheets/foundation.css */
.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

/* line 1475, app/assets/stylesheets/foundation.css */
.margin-left-0 {
  margin-left: 0rem !important;
}

/* line 1479, app/assets/stylesheets/foundation.css */
.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

/* line 1484, app/assets/stylesheets/foundation.css */
.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

/* line 1489, app/assets/stylesheets/foundation.css */
.padding-0 {
  padding: 0rem !important;
}

/* line 1493, app/assets/stylesheets/foundation.css */
.padding-top-0 {
  padding-top: 0rem !important;
}

/* line 1497, app/assets/stylesheets/foundation.css */
.padding-right-0 {
  padding-right: 0rem !important;
}

/* line 1501, app/assets/stylesheets/foundation.css */
.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

/* line 1505, app/assets/stylesheets/foundation.css */
.padding-left-0 {
  padding-left: 0rem !important;
}

/* line 1509, app/assets/stylesheets/foundation.css */
.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* line 1514, app/assets/stylesheets/foundation.css */
.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

/* line 1519, app/assets/stylesheets/foundation.css */
.margin-1 {
  margin: 1rem;
}

/* line 1523, app/assets/stylesheets/foundation.css */
.margin-top-1 {
  margin-top: 1rem !important;
}

/* line 1527, app/assets/stylesheets/foundation.css */
.margin-right-1 {
  margin-right: 1rem !important;
}

/* line 1531, app/assets/stylesheets/foundation.css */
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

/* line 1535, app/assets/stylesheets/foundation.css */
.margin-left-1 {
  margin-left: 1rem !important;
}

/* line 1539, app/assets/stylesheets/foundation.css */
.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 1544, app/assets/stylesheets/foundation.css */
.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 1549, app/assets/stylesheets/foundation.css */
.padding-1 {
  padding: 1rem !important;
}

/* line 1553, app/assets/stylesheets/foundation.css */
.padding-top-1 {
  padding-top: 1rem !important;
}

/* line 1557, app/assets/stylesheets/foundation.css */
.padding-right-1 {
  padding-right: 1rem !important;
}

/* line 1561, app/assets/stylesheets/foundation.css */
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

/* line 1565, app/assets/stylesheets/foundation.css */
.padding-left-1 {
  padding-left: 1rem !important;
}

/* line 1569, app/assets/stylesheets/foundation.css */
.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 1574, app/assets/stylesheets/foundation.css */
.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 1579, app/assets/stylesheets/foundation.css */
.margin-2 {
  margin: 2rem;
}

/* line 1583, app/assets/stylesheets/foundation.css */
.margin-top-2 {
  margin-top: 2rem !important;
}

/* line 1587, app/assets/stylesheets/foundation.css */
.margin-right-2 {
  margin-right: 2rem !important;
}

/* line 1591, app/assets/stylesheets/foundation.css */
.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

/* line 1595, app/assets/stylesheets/foundation.css */
.margin-left-2 {
  margin-left: 2rem !important;
}

/* line 1599, app/assets/stylesheets/foundation.css */
.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 1604, app/assets/stylesheets/foundation.css */
.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 1609, app/assets/stylesheets/foundation.css */
.padding-2 {
  padding: 2rem;
}

/* line 1613, app/assets/stylesheets/foundation.css */
.padding-top-2 {
  padding-top: 2rem !important;
}

/* line 1617, app/assets/stylesheets/foundation.css */
.padding-right-2 {
  padding-right: 2rem !important;
}

/* line 1621, app/assets/stylesheets/foundation.css */
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

/* line 1625, app/assets/stylesheets/foundation.css */
.padding-left-2 {
  padding-left: 2rem !important;
}

/* line 1629, app/assets/stylesheets/foundation.css */
.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 1634, app/assets/stylesheets/foundation.css */
.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 1639, app/assets/stylesheets/foundation.css */
.margin-3 {
  margin: 3rem;
}

/* line 1643, app/assets/stylesheets/foundation.css */
.margin-top-3 {
  margin-top: 3rem !important;
}

/* line 1647, app/assets/stylesheets/foundation.css */
.margin-right-3 {
  margin-right: 3rem !important;
}

/* line 1651, app/assets/stylesheets/foundation.css */
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

/* line 1655, app/assets/stylesheets/foundation.css */
.margin-left-3 {
  margin-left: 3rem !important;
}

/* line 1659, app/assets/stylesheets/foundation.css */
.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 1664, app/assets/stylesheets/foundation.css */
.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 1669, app/assets/stylesheets/foundation.css */
.padding-3 {
  padding: 3rem;
}

/* line 1673, app/assets/stylesheets/foundation.css */
.padding-top-3 {
  padding-top: 3rem !important;
}

/* line 1677, app/assets/stylesheets/foundation.css */
.padding-right-3 {
  padding-right: 3rem !important;
}

/* line 1681, app/assets/stylesheets/foundation.css */
.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

/* line 1685, app/assets/stylesheets/foundation.css */
.padding-left-3 {
  padding-left: 3rem !important;
}

/* line 1689, app/assets/stylesheets/foundation.css */
.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 1694, app/assets/stylesheets/foundation.css */
.padding-horizontal-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 1699, app/assets/stylesheets/foundation.css */
.padding-horizontal-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 1704, app/assets/stylesheets/foundation.css */
.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 1709, app/assets/stylesheets/foundation.css */
.float-left {
  float: left !important;
}

/* line 1713, app/assets/stylesheets/foundation.css */
.float-right {
  float: right !important;
}

/* line 1717, app/assets/stylesheets/foundation.css */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 1723, app/assets/stylesheets/foundation.css */
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 1736, app/assets/stylesheets/foundation.css */
.clearfix::after {
  clear: both;
}

/* line 1740, app/assets/stylesheets/foundation.css */
.hide {
  display: none !important;
}

/* line 1744, app/assets/stylesheets/foundation.css */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  /* line 1749, app/assets/stylesheets/foundation.css */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 1755, app/assets/stylesheets/foundation.css */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 1761, app/assets/stylesheets/foundation.css */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 1767, app/assets/stylesheets/foundation.css */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 1773, app/assets/stylesheets/foundation.css */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  /* line 1779, app/assets/stylesheets/foundation.css */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 1785, app/assets/stylesheets/foundation.css */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 1791, app/assets/stylesheets/foundation.css */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  /* line 1797, app/assets/stylesheets/foundation.css */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  /* line 1803, app/assets/stylesheets/foundation.css */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 1808, app/assets/stylesheets/foundation.css */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 1820, app/assets/stylesheets/foundation.css */
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 1830, app/assets/stylesheets/foundation.css */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 1835, app/assets/stylesheets/foundation.css */
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 1841, app/assets/stylesheets/foundation.css */
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

/* line 1847, app/assets/stylesheets/foundation.css */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 1852, app/assets/stylesheets/foundation.css */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 1858, app/assets/stylesheets/foundation.css */
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/* line 1864, app/assets/stylesheets/foundation.css */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2ba6cb;
  color: #fefefe;
}

/* line 1882, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .button {
  outline: 0;
}

/* line 1885, app/assets/stylesheets/foundation.css */
.button:hover,
.button:focus {
  background-color: #258dad;
  color: #fefefe;
}

/* line 1890, app/assets/stylesheets/foundation.css */
.button.tiny {
  font-size: 0.6rem;
}

/* line 1893, app/assets/stylesheets/foundation.css */
.button.small {
  font-size: 0.75rem;
}

/* line 1896, app/assets/stylesheets/foundation.css */
.button.large {
  font-size: 1.25rem;
}

/* line 1899, app/assets/stylesheets/foundation.css */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 1905, app/assets/stylesheets/foundation.css */
.button.primary {
  background-color: #2ba6cb;
  color: #0a0a0a;
}

/* line 1909, app/assets/stylesheets/foundation.css */
.button.primary:hover,
.button.primary:focus {
  background-color: #2285a2;
  color: #0a0a0a;
}

/* line 1914, app/assets/stylesheets/foundation.css */
.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a;
}

/* line 1918, app/assets/stylesheets/foundation.css */
.button.secondary:hover,
.button.secondary:focus {
  background-color: #bababa;
  color: #0a0a0a;
}

/* line 1923, app/assets/stylesheets/foundation.css */
.button.alert {
  background-color: #c60f13;
  color: #fefefe;
}

/* line 1927, app/assets/stylesheets/foundation.css */
.button.alert:hover,
.button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}

/* line 1932, app/assets/stylesheets/foundation.css */
.button.success {
  background-color: #5da423;
  color: #0a0a0a;
}

/* line 1936, app/assets/stylesheets/foundation.css */
.button.success:hover,
.button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}

/* line 1941, app/assets/stylesheets/foundation.css */
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 1945, app/assets/stylesheets/foundation.css */
.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 1950, app/assets/stylesheets/foundation.css */
.button.body-font {
  background-color: #222222;
  color: #fefefe;
}

/* line 1954, app/assets/stylesheets/foundation.css */
.button.body-font:hover,
.button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

/* line 1959, app/assets/stylesheets/foundation.css */
.button.header {
  background-color: #222222;
  color: #fefefe;
}

/* line 1963, app/assets/stylesheets/foundation.css */
.button.header:hover,
.button.header:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

/* line 1968, app/assets/stylesheets/foundation.css */
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 1973, app/assets/stylesheets/foundation.css */
.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #2ba6cb;
  color: #fefefe;
}

/* line 1982, app/assets/stylesheets/foundation.css */
.button.disabled.primary,
.button.primary[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 1987, app/assets/stylesheets/foundation.css */
.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button.primary[disabled],
.button.primary[disabled]:hover,
.button.primary[disabled]:focus {
  background-color: #2ba6cb;
  color: #0a0a0a;
}

/* line 1996, app/assets/stylesheets/foundation.css */
.button.disabled.secondary,
.button.secondary[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2001, app/assets/stylesheets/foundation.css */
.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button.secondary[disabled],
.button.secondary[disabled]:hover,
.button.secondary[disabled]:focus {
  background-color: #e9e9e9;
  color: #0a0a0a;
}

/* line 2010, app/assets/stylesheets/foundation.css */
.button.disabled.alert,
.button.alert[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2015, app/assets/stylesheets/foundation.css */
.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button.alert[disabled],
.button.alert[disabled]:hover,
.button.alert[disabled]:focus {
  background-color: #c60f13;
  color: #fefefe;
}

/* line 2024, app/assets/stylesheets/foundation.css */
.button.disabled.success,
.button.success[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2029, app/assets/stylesheets/foundation.css */
.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button.success[disabled],
.button.success[disabled]:hover,
.button.success[disabled]:focus {
  background-color: #5da423;
  color: #0a0a0a;
}

/* line 2038, app/assets/stylesheets/foundation.css */
.button.disabled.warning,
.button.warning[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2043, app/assets/stylesheets/foundation.css */
.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button.warning[disabled],
.button.warning[disabled]:hover,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 2052, app/assets/stylesheets/foundation.css */
.button.disabled.body-font,
.button.body-font[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2057, app/assets/stylesheets/foundation.css */
.button.disabled.body-font,
.button.disabled.body-font:hover,
.button.disabled.body-font:focus,
.button.body-font[disabled],
.button.body-font[disabled]:hover,
.button.body-font[disabled]:focus {
  background-color: #222222;
  color: #fefefe;
}

/* line 2066, app/assets/stylesheets/foundation.css */
.button.disabled.header,
.button.header[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2071, app/assets/stylesheets/foundation.css */
.button.disabled.header,
.button.disabled.header:hover,
.button.disabled.header:focus,
.button.header[disabled],
.button.header[disabled]:hover,
.button.header[disabled]:focus {
  background-color: #222222;
  color: #fefefe;
}

/* line 2080, app/assets/stylesheets/foundation.css */
.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2084, app/assets/stylesheets/foundation.css */
.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

/* line 2089, app/assets/stylesheets/foundation.css */
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

/* line 2097, app/assets/stylesheets/foundation.css */
.button.hollow:hover,
.button.hollow:focus {
  border-color: #165366;
  color: #165366;
}

/* line 2102, app/assets/stylesheets/foundation.css */
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2109, app/assets/stylesheets/foundation.css */
.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2113, app/assets/stylesheets/foundation.css */
.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #165366;
  color: #165366;
}

/* line 2118, app/assets/stylesheets/foundation.css */
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2125, app/assets/stylesheets/foundation.css */
.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

/* line 2129, app/assets/stylesheets/foundation.css */
.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #757575;
  color: #757575;
}

/* line 2134, app/assets/stylesheets/foundation.css */
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

/* line 2141, app/assets/stylesheets/foundation.css */
.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}

/* line 2145, app/assets/stylesheets/foundation.css */
.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #63080a;
  color: #63080a;
}

/* line 2150, app/assets/stylesheets/foundation.css */
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #c60f13;
  color: #c60f13;
}

/* line 2157, app/assets/stylesheets/foundation.css */
.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423;
}

/* line 2161, app/assets/stylesheets/foundation.css */
.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #2f5212;
  color: #2f5212;
}

/* line 2166, app/assets/stylesheets/foundation.css */
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #5da423;
  color: #5da423;
}

/* line 2173, app/assets/stylesheets/foundation.css */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 2177, app/assets/stylesheets/foundation.css */
.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 2182, app/assets/stylesheets/foundation.css */
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 2189, app/assets/stylesheets/foundation.css */
.button.hollow.body-font {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2193, app/assets/stylesheets/foundation.css */
.button.hollow.body-font:hover,
.button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111;
}

/* line 2198, app/assets/stylesheets/foundation.css */
.button.hollow.body-font.disabled:hover,
.button.hollow.body-font[disabled]:hover,
.button.hollow.body-font.disabled:focus,
.button.hollow.body-font[disabled]:focus {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2205, app/assets/stylesheets/foundation.css */
.button.hollow.header {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2209, app/assets/stylesheets/foundation.css */
.button.hollow.header:hover,
.button.hollow.header:focus {
  border-color: #111111;
  color: #111111;
}

/* line 2214, app/assets/stylesheets/foundation.css */
.button.hollow.header.disabled:hover,
.button.hollow.header[disabled]:hover,
.button.hollow.header.disabled:focus,
.button.hollow.header[disabled]:focus {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2221, app/assets/stylesheets/foundation.css */
.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2225, app/assets/stylesheets/foundation.css */
.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

/* line 2230, app/assets/stylesheets/foundation.css */
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

/* line 2238, app/assets/stylesheets/foundation.css */
.button.clear:hover,
.button.clear:focus {
  border-color: #165366;
  color: #165366;
}

/* line 2243, app/assets/stylesheets/foundation.css */
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2250, app/assets/stylesheets/foundation.css */
.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear:focus,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  border-color: transparent;
}

/* line 2261, app/assets/stylesheets/foundation.css */
.button.clear.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2265, app/assets/stylesheets/foundation.css */
.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #165366;
  color: #165366;
}

/* line 2270, app/assets/stylesheets/foundation.css */
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

/* line 2277, app/assets/stylesheets/foundation.css */
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary:focus,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  border-color: transparent;
}

/* line 2288, app/assets/stylesheets/foundation.css */
.button.clear.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

/* line 2292, app/assets/stylesheets/foundation.css */
.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #757575;
  color: #757575;
}

/* line 2297, app/assets/stylesheets/foundation.css */
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

/* line 2304, app/assets/stylesheets/foundation.css */
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary:focus,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  border-color: transparent;
}

/* line 2315, app/assets/stylesheets/foundation.css */
.button.clear.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}

/* line 2319, app/assets/stylesheets/foundation.css */
.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #63080a;
  color: #63080a;
}

/* line 2324, app/assets/stylesheets/foundation.css */
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  border: 1px solid #c60f13;
  color: #c60f13;
}

/* line 2331, app/assets/stylesheets/foundation.css */
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert:focus,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  border-color: transparent;
}

/* line 2342, app/assets/stylesheets/foundation.css */
.button.clear.success {
  border: 1px solid #5da423;
  color: #5da423;
}

/* line 2346, app/assets/stylesheets/foundation.css */
.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #2f5212;
  color: #2f5212;
}

/* line 2351, app/assets/stylesheets/foundation.css */
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  border: 1px solid #5da423;
  color: #5da423;
}

/* line 2358, app/assets/stylesheets/foundation.css */
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success:focus,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  border-color: transparent;
}

/* line 2369, app/assets/stylesheets/foundation.css */
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 2373, app/assets/stylesheets/foundation.css */
.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 2378, app/assets/stylesheets/foundation.css */
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 2385, app/assets/stylesheets/foundation.css */
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning:focus,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  border-color: transparent;
}

/* line 2396, app/assets/stylesheets/foundation.css */
.button.clear.body-font {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2400, app/assets/stylesheets/foundation.css */
.button.clear.body-font:hover,
.button.clear.body-font:focus {
  border-color: #111111;
  color: #111111;
}

/* line 2405, app/assets/stylesheets/foundation.css */
.button.clear.body-font.disabled:hover,
.button.clear.body-font[disabled]:hover,
.button.clear.body-font.disabled:focus,
.button.clear.body-font[disabled]:focus {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2412, app/assets/stylesheets/foundation.css */
.button.clear.body-font,
.button.clear.body-font.disabled,
.button.clear.body-font[disabled],
.button.clear.body-font:hover,
.button.clear.body-font.disabled:hover,
.button.clear.body-font[disabled]:hover,
.button.clear.body-font:focus,
.button.clear.body-font.disabled:focus,
.button.clear.body-font[disabled]:focus {
  border-color: transparent;
}

/* line 2423, app/assets/stylesheets/foundation.css */
.button.clear.header {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2427, app/assets/stylesheets/foundation.css */
.button.clear.header:hover,
.button.clear.header:focus {
  border-color: #111111;
  color: #111111;
}

/* line 2432, app/assets/stylesheets/foundation.css */
.button.clear.header.disabled:hover,
.button.clear.header[disabled]:hover,
.button.clear.header.disabled:focus,
.button.clear.header[disabled]:focus {
  border: 1px solid #222222;
  color: #222222;
}

/* line 2439, app/assets/stylesheets/foundation.css */
.button.clear.header,
.button.clear.header.disabled,
.button.clear.header[disabled],
.button.clear.header:hover,
.button.clear.header.disabled:hover,
.button.clear.header[disabled]:hover,
.button.clear.header:focus,
.button.clear.header.disabled:focus,
.button.clear.header[disabled]:focus {
  border-color: transparent;
}

/* line 2450, app/assets/stylesheets/foundation.css */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 2465, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #2ba6cb;
}

/* line 2469, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #2ba6cb;
}

/* line 2473, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #e9e9e9;
}

/* line 2477, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #c60f13;
}

/* line 2481, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #5da423;
}

/* line 2485, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

/* line 2489, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.body-font::after,
.button.dropdown.clear.body-font::after {
  border-top-color: #222222;
}

/* line 2493, app/assets/stylesheets/foundation.css */
.button.dropdown.hollow.header::after,
.button.dropdown.clear.header::after {
  border-top-color: #222222;
}

/* line 2497, app/assets/stylesheets/foundation.css */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 2503, app/assets/stylesheets/foundation.css */
a.button:hover,
a.button:focus {
  text-decoration: none;
}

/* line 2508, app/assets/stylesheets/foundation.css */
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 2513, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .close-button {
  outline: 0;
}

/* line 2516, app/assets/stylesheets/foundation.css */
.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

/* line 2520, app/assets/stylesheets/foundation.css */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 2526, app/assets/stylesheets/foundation.css */
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 2534, app/assets/stylesheets/foundation.css */
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 2548, app/assets/stylesheets/foundation.css */
.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 2560, app/assets/stylesheets/foundation.css */
.button-group::after {
  clear: both;
}

/* line 2563, app/assets/stylesheets/foundation.css */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 2573, app/assets/stylesheets/foundation.css */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 2576, app/assets/stylesheets/foundation.css */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 2579, app/assets/stylesheets/foundation.css */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 2582, app/assets/stylesheets/foundation.css */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 2585, app/assets/stylesheets/foundation.css */
.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

/* line 2591, app/assets/stylesheets/foundation.css */
.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a;
}

/* line 2595, app/assets/stylesheets/foundation.css */
.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #2285a2;
  color: #0a0a0a;
}

/* line 2600, app/assets/stylesheets/foundation.css */
.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a;
}

/* line 2604, app/assets/stylesheets/foundation.css */
.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #bababa;
  color: #0a0a0a;
}

/* line 2609, app/assets/stylesheets/foundation.css */
.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe;
}

/* line 2613, app/assets/stylesheets/foundation.css */
.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}

/* line 2618, app/assets/stylesheets/foundation.css */
.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a;
}

/* line 2622, app/assets/stylesheets/foundation.css */
.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}

/* line 2627, app/assets/stylesheets/foundation.css */
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 2631, app/assets/stylesheets/foundation.css */
.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 2636, app/assets/stylesheets/foundation.css */
.button-group.body-font .button {
  background-color: #222222;
  color: #fefefe;
}

/* line 2640, app/assets/stylesheets/foundation.css */
.button-group.body-font .button:hover,
.button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

/* line 2645, app/assets/stylesheets/foundation.css */
.button-group.header .button {
  background-color: #222222;
  color: #fefefe;
}

/* line 2649, app/assets/stylesheets/foundation.css */
.button-group.header .button:hover,
.button-group.header .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

/* line 2654, app/assets/stylesheets/foundation.css */
.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2661, app/assets/stylesheets/foundation.css */
.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* line 2669, app/assets/stylesheets/foundation.css */
.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

/* line 2674, app/assets/stylesheets/foundation.css */
.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  /* line 2683, app/assets/stylesheets/foundation.css */
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 2692, app/assets/stylesheets/foundation.css */
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 2701, app/assets/stylesheets/foundation.css */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 2704, app/assets/stylesheets/foundation.css */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 2710, app/assets/stylesheets/foundation.css */
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  /* line 2713, app/assets/stylesheets/foundation.css */
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 2719, app/assets/stylesheets/foundation.css */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 2734, app/assets/stylesheets/foundation.css */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2745, app/assets/stylesheets/foundation.css */
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 2750, app/assets/stylesheets/foundation.css */
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 2768, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}

/* line 2771, app/assets/stylesheets/foundation.css */
.slider-handle:hover {
  background-color: #258dad;
}

/* line 2774, app/assets/stylesheets/foundation.css */
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 2779, app/assets/stylesheets/foundation.css */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 2785, app/assets/stylesheets/foundation.css */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 2794, app/assets/stylesheets/foundation.css */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 2799, app/assets/stylesheets/foundation.css */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 2810, app/assets/stylesheets/foundation.css */
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2824, app/assets/stylesheets/foundation.css */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 2830, app/assets/stylesheets/foundation.css */
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 2843, app/assets/stylesheets/foundation.css */
input + .switch-paddle {
  margin: 0;
}

/* line 2846, app/assets/stylesheets/foundation.css */
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

/* line 2861, app/assets/stylesheets/foundation.css */
input:checked ~ .switch-paddle {
  background: #2ba6cb;
}

/* line 2864, app/assets/stylesheets/foundation.css */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 2867, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 2871, app/assets/stylesheets/foundation.css */
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 2880, app/assets/stylesheets/foundation.css */
.switch-active {
  left: 8%;
  display: none;
}

/* line 2884, app/assets/stylesheets/foundation.css */
input:checked + label > .switch-active {
  display: block;
}

/* line 2888, app/assets/stylesheets/foundation.css */
.switch-inactive {
  right: 15%;
}

/* line 2891, app/assets/stylesheets/foundation.css */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 2895, app/assets/stylesheets/foundation.css */
.switch.tiny {
  height: 1.5rem;
}

/* line 2898, app/assets/stylesheets/foundation.css */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 2903, app/assets/stylesheets/foundation.css */
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/* line 2909, app/assets/stylesheets/foundation.css */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 2913, app/assets/stylesheets/foundation.css */
.switch.small {
  height: 1.75rem;
}

/* line 2916, app/assets/stylesheets/foundation.css */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 2921, app/assets/stylesheets/foundation.css */
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 2927, app/assets/stylesheets/foundation.css */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 2931, app/assets/stylesheets/foundation.css */
.switch.large {
  height: 2.5rem;
}

/* line 2934, app/assets/stylesheets/foundation.css */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 2939, app/assets/stylesheets/foundation.css */
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

/* line 2945, app/assets/stylesheets/foundation.css */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 2949, app/assets/stylesheets/foundation.css */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2962, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .menu li {
  outline: 0;
}

/* line 2965, app/assets/stylesheets/foundation.css */
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

/* line 2972, app/assets/stylesheets/foundation.css */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 2978, app/assets/stylesheets/foundation.css */
.menu input {
  display: inline-block;
}

/* line 2981, app/assets/stylesheets/foundation.css */
.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 2992, app/assets/stylesheets/foundation.css */
.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 3002, app/assets/stylesheets/foundation.css */
.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

/* line 3008, app/assets/stylesheets/foundation.css */
.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3014, app/assets/stylesheets/foundation.css */
.menu.simple li + li {
  margin-left: 1rem;
}

/* line 3017, app/assets/stylesheets/foundation.css */
.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 3021, app/assets/stylesheets/foundation.css */
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3031, app/assets/stylesheets/foundation.css */
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 3041, app/assets/stylesheets/foundation.css */
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  /* line 3047, app/assets/stylesheets/foundation.css */
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 3055, app/assets/stylesheets/foundation.css */
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3065, app/assets/stylesheets/foundation.css */
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 3075, app/assets/stylesheets/foundation.css */
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  /* line 3081, app/assets/stylesheets/foundation.css */
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

/* line 3088, app/assets/stylesheets/foundation.css */
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 3092, app/assets/stylesheets/foundation.css */
.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 3098, app/assets/stylesheets/foundation.css */
.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 3107, app/assets/stylesheets/foundation.css */
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* line 3114, app/assets/stylesheets/foundation.css */
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

/* line 3119, app/assets/stylesheets/foundation.css */
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* line 3126, app/assets/stylesheets/foundation.css */
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

/* line 3131, app/assets/stylesheets/foundation.css */
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

/* line 3138, app/assets/stylesheets/foundation.css */
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 3147, app/assets/stylesheets/foundation.css */
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

/* line 3154, app/assets/stylesheets/foundation.css */
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 3163, app/assets/stylesheets/foundation.css */
.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe;
}

/* line 3167, app/assets/stylesheets/foundation.css */
.menu .active > a {
  background: #2ba6cb;
  color: #fefefe;
}

/* line 3171, app/assets/stylesheets/foundation.css */
.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3177, app/assets/stylesheets/foundation.css */
.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 3187, app/assets/stylesheets/foundation.css */
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3193, app/assets/stylesheets/foundation.css */
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

/* line 3197, app/assets/stylesheets/foundation.css */
.menu.align-right.vertical li .submenu li {
  text-align: right;
}

/* line 3200, app/assets/stylesheets/foundation.css */
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 3204, app/assets/stylesheets/foundation.css */
.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3214, app/assets/stylesheets/foundation.css */
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3220, app/assets/stylesheets/foundation.css */
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 3227, app/assets/stylesheets/foundation.css */
.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3233, app/assets/stylesheets/foundation.css */
.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3243, app/assets/stylesheets/foundation.css */
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3250, app/assets/stylesheets/foundation.css */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 3254, app/assets/stylesheets/foundation.css */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 3258, app/assets/stylesheets/foundation.css */
.is-drilldown li {
  display: block;
}

/* line 3261, app/assets/stylesheets/foundation.css */
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

/* line 3266, app/assets/stylesheets/foundation.css */
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

/* line 3271, app/assets/stylesheets/foundation.css */
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

/* line 3283, app/assets/stylesheets/foundation.css */
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 3290, app/assets/stylesheets/foundation.css */
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 3295, app/assets/stylesheets/foundation.css */
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 3299, app/assets/stylesheets/foundation.css */
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 3304, app/assets/stylesheets/foundation.css */
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 3308, app/assets/stylesheets/foundation.css */
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 3311, app/assets/stylesheets/foundation.css */
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 3326, app/assets/stylesheets/foundation.css */
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
  right: 1rem;
  left: auto;
}

/* line 3339, app/assets/stylesheets/foundation.css */
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 1rem;
}

/* line 3352, app/assets/stylesheets/foundation.css */
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 3367, app/assets/stylesheets/foundation.css */
.accordion-menu li {
  width: 100%;
}

/* line 3371, app/assets/stylesheets/foundation.css */
.accordion-menu a {
  padding: 0.7rem 1rem;
}

/* line 3375, app/assets/stylesheets/foundation.css */
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

/* line 3379, app/assets/stylesheets/foundation.css */
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 3384, app/assets/stylesheets/foundation.css */
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 3389, app/assets/stylesheets/foundation.css */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 3392, app/assets/stylesheets/foundation.css */
.accordion-menu
.is-accordion-submenu-parent:not(.has-submenu-toggle)
> a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 3409, app/assets/stylesheets/foundation.css */
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

/* line 3414, app/assets/stylesheets/foundation.css */
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

/* line 3419, app/assets/stylesheets/foundation.css */
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 3428, app/assets/stylesheets/foundation.css */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 3432, app/assets/stylesheets/foundation.css */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 3436, app/assets/stylesheets/foundation.css */
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* line 3444, app/assets/stylesheets/foundation.css */
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 3458, app/assets/stylesheets/foundation.css */
.submenu-toggle[aria-expanded="true"]::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 3467, app/assets/stylesheets/foundation.css */
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 3478, app/assets/stylesheets/foundation.css */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 3484, app/assets/stylesheets/foundation.css */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 3490, app/assets/stylesheets/foundation.css */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 3495, app/assets/stylesheets/foundation.css */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 3509, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

/* line 3513, app/assets/stylesheets/foundation.css */
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

/* line 3517, app/assets/stylesheets/foundation.css */
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2ba6cb;
}

/* line 3522, app/assets/stylesheets/foundation.css */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 3526, app/assets/stylesheets/foundation.css */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 3531, app/assets/stylesheets/foundation.css */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 3535, app/assets/stylesheets/foundation.css */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 3541, app/assets/stylesheets/foundation.css */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 3546, app/assets/stylesheets/foundation.css */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 3550, app/assets/stylesheets/foundation.css */
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 5px;
}

/* line 3563, app/assets/stylesheets/foundation.css */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
}

@media print, screen and (min-width: 40em) {
  /* line 3575, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 3580, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 3585, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 3589, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 3602, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 3605, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 3610, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 3614, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 3617, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 3629, app/assets/stylesheets/foundation.css */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 3642, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 3647, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 3652, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 3656, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 3669, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 3672, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 3677, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 3681, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 3684, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 3696, app/assets/stylesheets/foundation.css */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}

/* line 3708, app/assets/stylesheets/foundation.css */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 3714, app/assets/stylesheets/foundation.css */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 3717, app/assets/stylesheets/foundation.css */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 3721, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 3724, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

/* line 3731, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 3735, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 3739, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 3744, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 3754, app/assets/stylesheets/foundation.css */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 3757, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 3760, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 5px;
}

/* line 3772, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
}

/* line 3782, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 3785, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 3788, app/assets/stylesheets/foundation.css */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 3792, app/assets/stylesheets/foundation.css */
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3809, app/assets/stylesheets/foundation.css */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 3814, app/assets/stylesheets/foundation.css */
.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

/* line 3822, app/assets/stylesheets/foundation.css */
.title-bar-right {
  text-align: right;
}

/* line 3826, app/assets/stylesheets/foundation.css */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 3832, app/assets/stylesheets/foundation.css */
.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 3853, app/assets/stylesheets/foundation.css */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

/* line 3857, app/assets/stylesheets/foundation.css */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 3861, app/assets/stylesheets/foundation.css */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 3865, app/assets/stylesheets/foundation.css */
.top-bar input.button {
  width: auto;
}

/* line 3868, app/assets/stylesheets/foundation.css */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 3877, app/assets/stylesheets/foundation.css */
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3882, app/assets/stylesheets/foundation.css */
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  /* line 3889, app/assets/stylesheets/foundation.css */
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 3898, app/assets/stylesheets/foundation.css */
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 3903, app/assets/stylesheets/foundation.css */
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  /* line 3913, app/assets/stylesheets/foundation.css */
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 3918, app/assets/stylesheets/foundation.css */
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 3928, app/assets/stylesheets/foundation.css */
.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

/* line 3936, app/assets/stylesheets/foundation.css */
.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 3944, app/assets/stylesheets/foundation.css */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

/* line 3948, app/assets/stylesheets/foundation.css */
.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 3960, app/assets/stylesheets/foundation.css */
.breadcrumbs::after {
  clear: both;
}

/* line 3963, app/assets/stylesheets/foundation.css */
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

/* line 3970, app/assets/stylesheets/foundation.css */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

/* line 3977, app/assets/stylesheets/foundation.css */
.breadcrumbs a {
  color: #2ba6cb;
}

/* line 3980, app/assets/stylesheets/foundation.css */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 3983, app/assets/stylesheets/foundation.css */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 3988, app/assets/stylesheets/foundation.css */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 3992, app/assets/stylesheets/foundation.css */
.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 4004, app/assets/stylesheets/foundation.css */
.pagination::after {
  clear: both;
}

/* line 4007, app/assets/stylesheets/foundation.css */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none;
}

/* line 4013, app/assets/stylesheets/foundation.css */
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 4018, app/assets/stylesheets/foundation.css */
  .pagination li {
    display: inline-block;
  }
}

/* line 4022, app/assets/stylesheets/foundation.css */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a;
}

/* line 4029, app/assets/stylesheets/foundation.css */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 4033, app/assets/stylesheets/foundation.css */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ba6cb;
  color: #fefefe;
  cursor: default;
}

/* line 4039, app/assets/stylesheets/foundation.css */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 4044, app/assets/stylesheets/foundation.css */
.pagination .disabled:hover {
  background: transparent;
}

/* line 4047, app/assets/stylesheets/foundation.css */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

/* line 4053, app/assets/stylesheets/foundation.css */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\00ab";
}

/* line 4060, app/assets/stylesheets/foundation.css */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\00bb";
}

/* line 4067, app/assets/stylesheets/foundation.css */
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

/* line 4072, app/assets/stylesheets/foundation.css */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 4076, app/assets/stylesheets/foundation.css */
.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}

/* line 4080, app/assets/stylesheets/foundation.css */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

/* line 4084, app/assets/stylesheets/foundation.css */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb;
}

/* line 4094, app/assets/stylesheets/foundation.css */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}

/* line 4098, app/assets/stylesheets/foundation.css */
.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 4102, app/assets/stylesheets/foundation.css */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

/* line 4109, app/assets/stylesheets/foundation.css */
.is-active > .accordion-title::before {
  content: "\2013";
}

/* line 4113, app/assets/stylesheets/foundation.css */
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 4121, app/assets/stylesheets/foundation.css */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 4125, app/assets/stylesheets/foundation.css */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}

/* line 4137, app/assets/stylesheets/foundation.css */
.dropdown-pane.is-opening {
  display: block;
}

/* line 4140, app/assets/stylesheets/foundation.css */
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

/* line 4145, app/assets/stylesheets/foundation.css */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 4149, app/assets/stylesheets/foundation.css */
.dropdown-pane.small {
  width: 200px;
}

/* line 4153, app/assets/stylesheets/foundation.css */
.dropdown-pane.large {
  width: 400px;
}

/* line 4157, app/assets/stylesheets/foundation.css */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 4161, app/assets/stylesheets/foundation.css */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 4175, app/assets/stylesheets/foundation.css */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 4179, app/assets/stylesheets/foundation.css */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 4182, app/assets/stylesheets/foundation.css */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 4185, app/assets/stylesheets/foundation.css */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 4189, app/assets/stylesheets/foundation.css */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 4194, app/assets/stylesheets/foundation.css */
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 4205, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}

/* line 4208, app/assets/stylesheets/foundation.css */
.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 4211, app/assets/stylesheets/foundation.css */
.off-canvas.is-closed {
  visibility: hidden;
}

/* line 4214, app/assets/stylesheets/foundation.css */
.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 4217, app/assets/stylesheets/foundation.css */
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 4221, app/assets/stylesheets/foundation.css */
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4227, app/assets/stylesheets/foundation.css */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 4238, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}

/* line 4241, app/assets/stylesheets/foundation.css */
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

/* line 4244, app/assets/stylesheets/foundation.css */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 4247, app/assets/stylesheets/foundation.css */
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

/* line 4250, app/assets/stylesheets/foundation.css */
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 4254, app/assets/stylesheets/foundation.css */
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4260, app/assets/stylesheets/foundation.css */
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

/* line 4270, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

/* line 4275, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4280, app/assets/stylesheets/foundation.css */
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

/* line 4285, app/assets/stylesheets/foundation.css */
.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 4290, app/assets/stylesheets/foundation.css */
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

/* line 4300, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

/* line 4305, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4310, app/assets/stylesheets/foundation.css */
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

/* line 4315, app/assets/stylesheets/foundation.css */
.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 4320, app/assets/stylesheets/foundation.css */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

/* line 4330, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

/* line 4335, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4340, app/assets/stylesheets/foundation.css */
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

/* line 4345, app/assets/stylesheets/foundation.css */
.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 4350, app/assets/stylesheets/foundation.css */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

/* line 4360, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

/* line 4365, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4370, app/assets/stylesheets/foundation.css */
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

/* line 4375, app/assets/stylesheets/foundation.css */
.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 4380, app/assets/stylesheets/foundation.css */
.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 4391, app/assets/stylesheets/foundation.css */
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4396, app/assets/stylesheets/foundation.css */
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  /* line 4403, app/assets/stylesheets/foundation.css */
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4412, app/assets/stylesheets/foundation.css */
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  /* line 4415, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4420, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 4423, app/assets/stylesheets/foundation.css */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 4426, app/assets/stylesheets/foundation.css */
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4435, app/assets/stylesheets/foundation.css */
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  /* line 4438, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4443, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 4446, app/assets/stylesheets/foundation.css */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 4449, app/assets/stylesheets/foundation.css */
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4458, app/assets/stylesheets/foundation.css */
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  /* line 4461, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4466, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 4469, app/assets/stylesheets/foundation.css */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 4472, app/assets/stylesheets/foundation.css */
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4481, app/assets/stylesheets/foundation.css */
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  /* line 4484, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4489, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 4492, app/assets/stylesheets/foundation.css */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 4498, app/assets/stylesheets/foundation.css */
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4507, app/assets/stylesheets/foundation.css */
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  /* line 4510, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4515, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 4518, app/assets/stylesheets/foundation.css */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 4521, app/assets/stylesheets/foundation.css */
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4530, app/assets/stylesheets/foundation.css */
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  /* line 4533, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4538, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 4541, app/assets/stylesheets/foundation.css */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 4544, app/assets/stylesheets/foundation.css */
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4553, app/assets/stylesheets/foundation.css */
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  /* line 4556, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4561, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 4564, app/assets/stylesheets/foundation.css */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 4567, app/assets/stylesheets/foundation.css */
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 4576, app/assets/stylesheets/foundation.css */
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  /* line 4579, app/assets/stylesheets/foundation.css */
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4584, app/assets/stylesheets/foundation.css */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 4587, app/assets/stylesheets/foundation.css */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 4593, app/assets/stylesheets/foundation.css */
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  /* line 4603, app/assets/stylesheets/foundation.css */
  .off-canvas.in-canvas-for-medium.position-left,
.off-canvas.in-canvas-for-medium.position-right,
.off-canvas.in-canvas-for-medium.position-top,
.off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4613, app/assets/stylesheets/foundation.css */
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 4619, app/assets/stylesheets/foundation.css */
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  /* line 4629, app/assets/stylesheets/foundation.css */
  .off-canvas.in-canvas-for-large.position-left,
.off-canvas.in-canvas-for-large.position-right,
.off-canvas.in-canvas-for-large.position-top,
.off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 4639, app/assets/stylesheets/foundation.css */
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

/* line 4644, app/assets/stylesheets/foundation.css */
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

/* line 4650, app/assets/stylesheets/foundation.css */
.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 4662, app/assets/stylesheets/foundation.css */
.tabs::after {
  clear: both;
}

/* line 4666, app/assets/stylesheets/foundation.css */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 4672, app/assets/stylesheets/foundation.css */
.tabs.simple > li > a {
  padding: 0;
}

/* line 4675, app/assets/stylesheets/foundation.css */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 4679, app/assets/stylesheets/foundation.css */
.tabs.primary {
  background: #2ba6cb;
}

/* line 4682, app/assets/stylesheets/foundation.css */
.tabs.primary > li > a {
  color: #0a0a0a;
}

/* line 4685, app/assets/stylesheets/foundation.css */
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #299ec1;
}

/* line 4690, app/assets/stylesheets/foundation.css */
.tabs-title {
  float: left;
}

/* line 4693, app/assets/stylesheets/foundation.css */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb;
}

/* line 4700, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}

/* line 4703, app/assets/stylesheets/foundation.css */
.tabs-title > a:hover {
  background: #fefefe;
  color: #258faf;
}

/* line 4707, app/assets/stylesheets/foundation.css */
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #e6e6e6;
  color: #2ba6cb;
}

/* line 4713, app/assets/stylesheets/foundation.css */
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 4722, app/assets/stylesheets/foundation.css */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 4727, app/assets/stylesheets/foundation.css */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 4731, app/assets/stylesheets/foundation.css */
.tabs-panel.is-active {
  display: block;
}

/* line 4735, app/assets/stylesheets/foundation.css */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}

/* line 4744, app/assets/stylesheets/foundation.css */
.callout > :first-child {
  margin-top: 0;
}

/* line 4747, app/assets/stylesheets/foundation.css */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 4750, app/assets/stylesheets/foundation.css */
.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a;
}

/* line 4754, app/assets/stylesheets/foundation.css */
.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a;
}

/* line 4758, app/assets/stylesheets/foundation.css */
.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a;
}

/* line 4762, app/assets/stylesheets/foundation.css */
.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a;
}

/* line 4766, app/assets/stylesheets/foundation.css */
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 4770, app/assets/stylesheets/foundation.css */
.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a;
}

/* line 4774, app/assets/stylesheets/foundation.css */
.callout.header {
  background-color: #dedede;
  color: #0a0a0a;
}

/* line 4778, app/assets/stylesheets/foundation.css */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4784, app/assets/stylesheets/foundation.css */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 4791, app/assets/stylesheets/foundation.css */
.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 4814, app/assets/stylesheets/foundation.css */
.card > :last-child {
  margin-bottom: 0;
}

/* line 4818, app/assets/stylesheets/foundation.css */
.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

/* line 4830, app/assets/stylesheets/foundation.css */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 4834, app/assets/stylesheets/foundation.css */
.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

/* line 4841, app/assets/stylesheets/foundation.css */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 4845, app/assets/stylesheets/foundation.css */
.card-image {
  min-height: 1px;
}

/* line 4849, app/assets/stylesheets/foundation.css */
.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4859, app/assets/stylesheets/foundation.css */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  /* line 4863, app/assets/stylesheets/foundation.css */
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 4870, app/assets/stylesheets/foundation.css */
.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 4876, app/assets/stylesheets/foundation.css */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 4879, app/assets/stylesheets/foundation.css */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 4882, app/assets/stylesheets/foundation.css */
.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 4886, app/assets/stylesheets/foundation.css */
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 4894, app/assets/stylesheets/foundation.css */
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 4898, app/assets/stylesheets/foundation.css */
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

/* line 4905, app/assets/stylesheets/foundation.css */
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

/* line 4910, app/assets/stylesheets/foundation.css */
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

/* line 4913, app/assets/stylesheets/foundation.css */
html.is-reveal-open body {
  overflow-y: hidden;
}

/* line 4917, app/assets/stylesheets/foundation.css */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

/* line 4929, app/assets/stylesheets/foundation.css */
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 4944, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 4948, app/assets/stylesheets/foundation.css */
  .reveal {
    min-height: 0;
  }
}

/* line 4952, app/assets/stylesheets/foundation.css */
.reveal .column,
.reveal .columns {
  min-width: 0;
}

/* line 4956, app/assets/stylesheets/foundation.css */
.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 4960, app/assets/stylesheets/foundation.css */
  .reveal {
    width: 600px;
    max-width: 62.5rem;
  }
}

/* line 4965, app/assets/stylesheets/foundation.css */
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 4969, app/assets/stylesheets/foundation.css */
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 4975, app/assets/stylesheets/foundation.css */
  .reveal.small {
    width: 50%;
    max-width: 62.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 4981, app/assets/stylesheets/foundation.css */
  .reveal.large {
    width: 90%;
    max-width: 62.5rem;
  }
}

/* line 4986, app/assets/stylesheets/foundation.css */
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 5000, app/assets/stylesheets/foundation.css */
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 5014, app/assets/stylesheets/foundation.css */
.reveal.without-overlay {
  position: fixed;
}

/* line 5018, app/assets/stylesheets/foundation.css */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

/* line 5024, app/assets/stylesheets/foundation.css */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 5030, app/assets/stylesheets/foundation.css */
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

/* line 5034, app/assets/stylesheets/foundation.css */
thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 5038, app/assets/stylesheets/foundation.css */
tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

/* line 5042, app/assets/stylesheets/foundation.css */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 5046, app/assets/stylesheets/foundation.css */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 5054, app/assets/stylesheets/foundation.css */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 5058, app/assets/stylesheets/foundation.css */
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

/* line 5062, app/assets/stylesheets/foundation.css */
table.unstriped tbody {
  background-color: #fefefe;
}

/* line 5065, app/assets/stylesheets/foundation.css */
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  /* line 5072, app/assets/stylesheets/foundation.css */
  table.stack thead {
    display: none;
  }
  /* line 5075, app/assets/stylesheets/foundation.css */
  table.stack tfoot {
    display: none;
  }
  /* line 5078, app/assets/stylesheets/foundation.css */
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  /* line 5083, app/assets/stylesheets/foundation.css */
  table.stack td {
    border-top: 0;
  }
}

/* line 5088, app/assets/stylesheets/foundation.css */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 5094, app/assets/stylesheets/foundation.css */
table.hover thead tr:hover {
  background-color: #f3f3f3;
}

/* line 5098, app/assets/stylesheets/foundation.css */
table.hover tfoot tr:hover {
  background-color: #ececec;
}

/* line 5102, app/assets/stylesheets/foundation.css */
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

/* line 5106, app/assets/stylesheets/foundation.css */
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 5110, app/assets/stylesheets/foundation.css */
.table-scroll {
  overflow-x: auto;
}

/* line 5114, app/assets/stylesheets/foundation.css */
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2ba6cb;
  color: #fefefe;
}

/* line 5124, app/assets/stylesheets/foundation.css */
.badge.primary {
  background: #2ba6cb;
  color: #0a0a0a;
}

/* line 5128, app/assets/stylesheets/foundation.css */
.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a;
}

/* line 5132, app/assets/stylesheets/foundation.css */
.badge.alert {
  background: #c60f13;
  color: #fefefe;
}

/* line 5136, app/assets/stylesheets/foundation.css */
.badge.success {
  background: #5da423;
  color: #0a0a0a;
}

/* line 5140, app/assets/stylesheets/foundation.css */
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 5144, app/assets/stylesheets/foundation.css */
.badge.body-font {
  background: #222222;
  color: #fefefe;
}

/* line 5148, app/assets/stylesheets/foundation.css */
.badge.header {
  background: #222222;
  color: #fefefe;
}

/* line 5153, app/assets/stylesheets/foundation.css */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe;
}

/* line 5164, app/assets/stylesheets/foundation.css */
.label.primary {
  background: #2ba6cb;
  color: #0a0a0a;
}

/* line 5168, app/assets/stylesheets/foundation.css */
.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a;
}

/* line 5172, app/assets/stylesheets/foundation.css */
.label.alert {
  background: #c60f13;
  color: #fefefe;
}

/* line 5176, app/assets/stylesheets/foundation.css */
.label.success {
  background: #5da423;
  color: #0a0a0a;
}

/* line 5180, app/assets/stylesheets/foundation.css */
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 5184, app/assets/stylesheets/foundation.css */
.label.body-font {
  background: #222222;
  color: #fefefe;
}

/* line 5188, app/assets/stylesheets/foundation.css */
.label.header {
  background: #222222;
  color: #fefefe;
}

/* line 5193, app/assets/stylesheets/foundation.css */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca;
}

/* line 5199, app/assets/stylesheets/foundation.css */
.progress.primary .progress-meter {
  background-color: #2ba6cb;
}

/* line 5202, app/assets/stylesheets/foundation.css */
.progress.secondary .progress-meter {
  background-color: #e9e9e9;
}

/* line 5205, app/assets/stylesheets/foundation.css */
.progress.alert .progress-meter {
  background-color: #c60f13;
}

/* line 5208, app/assets/stylesheets/foundation.css */
.progress.success .progress-meter {
  background-color: #5da423;
}

/* line 5211, app/assets/stylesheets/foundation.css */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 5214, app/assets/stylesheets/foundation.css */
.progress.body-font .progress-meter {
  background-color: #222222;
}

/* line 5217, app/assets/stylesheets/foundation.css */
.progress.header .progress-meter {
  background-color: #222222;
}

/* line 5221, app/assets/stylesheets/foundation.css */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px;
}

/* line 5230, app/assets/stylesheets/foundation.css */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px;
}

/* line 5246, app/assets/stylesheets/foundation.css */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 5254, app/assets/stylesheets/foundation.css */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

/* line 5265, app/assets/stylesheets/foundation.css */
.tooltip::before {
  position: absolute;
}

/* line 5268, app/assets/stylesheets/foundation.css */
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

/* line 5279, app/assets/stylesheets/foundation.css */
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 5285, app/assets/stylesheets/foundation.css */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 5297, app/assets/stylesheets/foundation.css */
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 5303, app/assets/stylesheets/foundation.css */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

/* line 5314, app/assets/stylesheets/foundation.css */
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 5321, app/assets/stylesheets/foundation.css */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

/* line 5333, app/assets/stylesheets/foundation.css */
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 5340, app/assets/stylesheets/foundation.css */
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

/* line 5344, app/assets/stylesheets/foundation.css */
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

/* line 5348, app/assets/stylesheets/foundation.css */
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

/* line 5352, app/assets/stylesheets/foundation.css */
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

/* line 5357, app/assets/stylesheets/foundation.css */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 5365, app/assets/stylesheets/foundation.css */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 5379, app/assets/stylesheets/foundation.css */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 5384, app/assets/stylesheets/foundation.css */
.orbit {
  position: relative;
}

/* line 5388, app/assets/stylesheets/foundation.css */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 5396, app/assets/stylesheets/foundation.css */
.orbit-slide {
  width: 100%;
  position: absolute;
}

/* line 5400, app/assets/stylesheets/foundation.css */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 5405, app/assets/stylesheets/foundation.css */
.orbit-figure {
  margin: 0;
}

/* line 5409, app/assets/stylesheets/foundation.css */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 5415, app/assets/stylesheets/foundation.css */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

/* line 5425, app/assets/stylesheets/foundation.css */
.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 5436, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
  outline: 0;
}

/* line 5440, app/assets/stylesheets/foundation.css */
.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 5449, app/assets/stylesheets/foundation.css */
.orbit-previous {
  left: 0;
}

/* line 5453, app/assets/stylesheets/foundation.css */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 5458, app/assets/stylesheets/foundation.css */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 5464, app/assets/stylesheets/foundation.css */
[data-whatinput="mouse"] .orbit-bullets {
  outline: 0;
}

/* line 5467, app/assets/stylesheets/foundation.css */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

/* line 5474, app/assets/stylesheets/foundation.css */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 5477, app/assets/stylesheets/foundation.css */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 5481, app/assets/stylesheets/foundation.css */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

/* line 5492, app/assets/stylesheets/foundation.css */
a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

/* line 5498, app/assets/stylesheets/foundation.css */
a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

/* line 5503, app/assets/stylesheets/foundation.css */
a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5508, app/assets/stylesheets/foundation.css */
.sticky-container {
  position: relative;
}

/* line 5512, app/assets/stylesheets/foundation.css */
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5519, app/assets/stylesheets/foundation.css */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* line 5524, app/assets/stylesheets/foundation.css */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 5527, app/assets/stylesheets/foundation.css */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 5531, app/assets/stylesheets/foundation.css */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 5536, app/assets/stylesheets/foundation.css */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 5540, app/assets/stylesheets/foundation.css */
.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 5554, app/assets/stylesheets/foundation.css */
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  /* line 5559, app/assets/stylesheets/foundation.css */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 5565, app/assets/stylesheets/foundation.css */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 5570, app/assets/stylesheets/foundation.css */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 5574, app/assets/stylesheets/foundation.css */
.row.expanded {
  max-width: none;
}

/* line 5577, app/assets/stylesheets/foundation.css */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 5581, app/assets/stylesheets/foundation.css */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 5584, app/assets/stylesheets/foundation.css */
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 5589, app/assets/stylesheets/foundation.css */
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 5596, app/assets/stylesheets/foundation.css */
.column,
.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

/* line 5607, app/assets/stylesheets/foundation.css */
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

/* line 5613, app/assets/stylesheets/foundation.css */
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 5621, app/assets/stylesheets/foundation.css */
.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.16667%;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
}

/* line 5629, app/assets/stylesheets/foundation.css */
.small-offset-0 {
  margin-left: 0%;
}

/* line 5633, app/assets/stylesheets/foundation.css */
.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 5641, app/assets/stylesheets/foundation.css */
.small-offset-1 {
  margin-left: 4.16667%;
}

/* line 5645, app/assets/stylesheets/foundation.css */
.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 5653, app/assets/stylesheets/foundation.css */
.small-offset-2 {
  margin-left: 8.33333%;
}

/* line 5657, app/assets/stylesheets/foundation.css */
.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 5665, app/assets/stylesheets/foundation.css */
.small-offset-3 {
  margin-left: 12.5%;
}

/* line 5669, app/assets/stylesheets/foundation.css */
.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.83333%;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%;
}

/* line 5677, app/assets/stylesheets/foundation.css */
.small-offset-4 {
  margin-left: 16.66667%;
}

/* line 5681, app/assets/stylesheets/foundation.css */
.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 5689, app/assets/stylesheets/foundation.css */
.small-offset-5 {
  margin-left: 20.83333%;
}

/* line 5693, app/assets/stylesheets/foundation.css */
.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

/* line 5701, app/assets/stylesheets/foundation.css */
.small-offset-6 {
  margin-left: 25%;
}

/* line 5705, app/assets/stylesheets/foundation.css */
.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 5713, app/assets/stylesheets/foundation.css */
.small-offset-7 {
  margin-left: 29.16667%;
}

/* line 5717, app/assets/stylesheets/foundation.css */
.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

/* line 5725, app/assets/stylesheets/foundation.css */
.small-offset-8 {
  margin-left: 33.33333%;
}

/* line 5729, app/assets/stylesheets/foundation.css */
.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 5737, app/assets/stylesheets/foundation.css */
.small-offset-9 {
  margin-left: 37.5%;
}

/* line 5741, app/assets/stylesheets/foundation.css */
.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.83333%;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%;
}

/* line 5749, app/assets/stylesheets/foundation.css */
.small-offset-10 {
  margin-left: 41.66667%;
}

/* line 5753, app/assets/stylesheets/foundation.css */
.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 5761, app/assets/stylesheets/foundation.css */
.small-offset-11 {
  margin-left: 45.83333%;
}

/* line 5765, app/assets/stylesheets/foundation.css */
.small-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

/* line 5773, app/assets/stylesheets/foundation.css */
.small-offset-12 {
  margin-left: 50%;
}

/* line 5777, app/assets/stylesheets/foundation.css */
.small-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 5785, app/assets/stylesheets/foundation.css */
.small-offset-13 {
  margin-left: 54.16667%;
}

/* line 5789, app/assets/stylesheets/foundation.css */
.small-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

/* line 5797, app/assets/stylesheets/foundation.css */
.small-offset-14 {
  margin-left: 58.33333%;
}

/* line 5801, app/assets/stylesheets/foundation.css */
.small-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 5809, app/assets/stylesheets/foundation.css */
.small-offset-15 {
  margin-left: 62.5%;
}

/* line 5813, app/assets/stylesheets/foundation.css */
.small-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

/* line 5821, app/assets/stylesheets/foundation.css */
.small-offset-16 {
  margin-left: 66.66667%;
}

/* line 5825, app/assets/stylesheets/foundation.css */
.small-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 5833, app/assets/stylesheets/foundation.css */
.small-offset-17 {
  margin-left: 70.83333%;
}

/* line 5837, app/assets/stylesheets/foundation.css */
.small-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

/* line 5845, app/assets/stylesheets/foundation.css */
.small-offset-18 {
  margin-left: 75%;
}

/* line 5849, app/assets/stylesheets/foundation.css */
.small-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 5857, app/assets/stylesheets/foundation.css */
.small-offset-19 {
  margin-left: 79.16667%;
}

/* line 5861, app/assets/stylesheets/foundation.css */
.small-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

/* line 5869, app/assets/stylesheets/foundation.css */
.small-offset-20 {
  margin-left: 83.33333%;
}

/* line 5873, app/assets/stylesheets/foundation.css */
.small-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 5881, app/assets/stylesheets/foundation.css */
.small-offset-21 {
  margin-left: 87.5%;
}

/* line 5885, app/assets/stylesheets/foundation.css */
.small-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%;
}

/* line 5893, app/assets/stylesheets/foundation.css */
.small-offset-22 {
  margin-left: 91.66667%;
}

/* line 5897, app/assets/stylesheets/foundation.css */
.small-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 5905, app/assets/stylesheets/foundation.css */
.small-offset-23 {
  margin-left: 95.83333%;
}

/* line 5909, app/assets/stylesheets/foundation.css */
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5914, app/assets/stylesheets/foundation.css */
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 5923, app/assets/stylesheets/foundation.css */
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5928, app/assets/stylesheets/foundation.css */
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 5937, app/assets/stylesheets/foundation.css */
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5942, app/assets/stylesheets/foundation.css */
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 5951, app/assets/stylesheets/foundation.css */
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5956, app/assets/stylesheets/foundation.css */
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 5965, app/assets/stylesheets/foundation.css */
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5970, app/assets/stylesheets/foundation.css */
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 5979, app/assets/stylesheets/foundation.css */
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5984, app/assets/stylesheets/foundation.css */
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 5993, app/assets/stylesheets/foundation.css */
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5998, app/assets/stylesheets/foundation.css */
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

/* line 6007, app/assets/stylesheets/foundation.css */
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 6012, app/assets/stylesheets/foundation.css */
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 6021, app/assets/stylesheets/foundation.css */
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 6027, app/assets/stylesheets/foundation.css */
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  /* line 6034, app/assets/stylesheets/foundation.css */
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  /* line 6041, app/assets/stylesheets/foundation.css */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 6044, app/assets/stylesheets/foundation.css */
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 6051, app/assets/stylesheets/foundation.css */
  .medium-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 6054, app/assets/stylesheets/foundation.css */
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  /* line 6061, app/assets/stylesheets/foundation.css */
  .medium-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 6064, app/assets/stylesheets/foundation.css */
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 6071, app/assets/stylesheets/foundation.css */
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  /* line 6074, app/assets/stylesheets/foundation.css */
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  /* line 6081, app/assets/stylesheets/foundation.css */
  .medium-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 6084, app/assets/stylesheets/foundation.css */
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6091, app/assets/stylesheets/foundation.css */
  .medium-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 6094, app/assets/stylesheets/foundation.css */
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  /* line 6101, app/assets/stylesheets/foundation.css */
  .medium-offset-6 {
    margin-left: 25%;
  }
  /* line 6104, app/assets/stylesheets/foundation.css */
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 6111, app/assets/stylesheets/foundation.css */
  .medium-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 6114, app/assets/stylesheets/foundation.css */
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  /* line 6121, app/assets/stylesheets/foundation.css */
  .medium-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 6124, app/assets/stylesheets/foundation.css */
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 6131, app/assets/stylesheets/foundation.css */
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  /* line 6134, app/assets/stylesheets/foundation.css */
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  /* line 6141, app/assets/stylesheets/foundation.css */
  .medium-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 6144, app/assets/stylesheets/foundation.css */
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6151, app/assets/stylesheets/foundation.css */
  .medium-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 6154, app/assets/stylesheets/foundation.css */
  .medium-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  /* line 6161, app/assets/stylesheets/foundation.css */
  .medium-offset-12 {
    margin-left: 50%;
  }
  /* line 6164, app/assets/stylesheets/foundation.css */
  .medium-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 6171, app/assets/stylesheets/foundation.css */
  .medium-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 6174, app/assets/stylesheets/foundation.css */
  .medium-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  /* line 6181, app/assets/stylesheets/foundation.css */
  .medium-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 6184, app/assets/stylesheets/foundation.css */
  .medium-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 6191, app/assets/stylesheets/foundation.css */
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  /* line 6194, app/assets/stylesheets/foundation.css */
  .medium-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  /* line 6201, app/assets/stylesheets/foundation.css */
  .medium-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 6204, app/assets/stylesheets/foundation.css */
  .medium-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6211, app/assets/stylesheets/foundation.css */
  .medium-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 6214, app/assets/stylesheets/foundation.css */
  .medium-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  /* line 6221, app/assets/stylesheets/foundation.css */
  .medium-offset-18 {
    margin-left: 75%;
  }
  /* line 6224, app/assets/stylesheets/foundation.css */
  .medium-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 6231, app/assets/stylesheets/foundation.css */
  .medium-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 6234, app/assets/stylesheets/foundation.css */
  .medium-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  /* line 6241, app/assets/stylesheets/foundation.css */
  .medium-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 6244, app/assets/stylesheets/foundation.css */
  .medium-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 6251, app/assets/stylesheets/foundation.css */
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  /* line 6254, app/assets/stylesheets/foundation.css */
  .medium-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  /* line 6261, app/assets/stylesheets/foundation.css */
  .medium-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 6264, app/assets/stylesheets/foundation.css */
  .medium-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6271, app/assets/stylesheets/foundation.css */
  .medium-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 6274, app/assets/stylesheets/foundation.css */
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6279, app/assets/stylesheets/foundation.css */
  .medium-up-1 > .column,
.medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6287, app/assets/stylesheets/foundation.css */
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6292, app/assets/stylesheets/foundation.css */
  .medium-up-2 > .column,
.medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6300, app/assets/stylesheets/foundation.css */
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6305, app/assets/stylesheets/foundation.css */
  .medium-up-3 > .column,
.medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 6313, app/assets/stylesheets/foundation.css */
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6318, app/assets/stylesheets/foundation.css */
  .medium-up-4 > .column,
.medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6326, app/assets/stylesheets/foundation.css */
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6331, app/assets/stylesheets/foundation.css */
  .medium-up-5 > .column,
.medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6339, app/assets/stylesheets/foundation.css */
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6344, app/assets/stylesheets/foundation.css */
  .medium-up-6 > .column,
.medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 6352, app/assets/stylesheets/foundation.css */
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6357, app/assets/stylesheets/foundation.css */
  .medium-up-7 > .column,
.medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  /* line 6365, app/assets/stylesheets/foundation.css */
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6370, app/assets/stylesheets/foundation.css */
  .medium-up-8 > .column,
.medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  /* line 6381, app/assets/stylesheets/foundation.css */
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

/* line 6389, app/assets/stylesheets/foundation.css */
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 6397, app/assets/stylesheets/foundation.css */
  .row.medium-unstack > .column,
.row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 6407, app/assets/stylesheets/foundation.css */
  .medium-collapse > .column,
.medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 6412, app/assets/stylesheets/foundation.css */
  .medium-uncollapse > .column,
.medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 6420, app/assets/stylesheets/foundation.css */
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  /* line 6427, app/assets/stylesheets/foundation.css */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 6430, app/assets/stylesheets/foundation.css */
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 6437, app/assets/stylesheets/foundation.css */
  .large-offset-1 {
    margin-left: 4.16667%;
  }
  /* line 6440, app/assets/stylesheets/foundation.css */
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  /* line 6447, app/assets/stylesheets/foundation.css */
  .large-offset-2 {
    margin-left: 8.33333%;
  }
  /* line 6450, app/assets/stylesheets/foundation.css */
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 6457, app/assets/stylesheets/foundation.css */
  .large-offset-3 {
    margin-left: 12.5%;
  }
  /* line 6460, app/assets/stylesheets/foundation.css */
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  /* line 6467, app/assets/stylesheets/foundation.css */
  .large-offset-4 {
    margin-left: 16.66667%;
  }
  /* line 6470, app/assets/stylesheets/foundation.css */
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6477, app/assets/stylesheets/foundation.css */
  .large-offset-5 {
    margin-left: 20.83333%;
  }
  /* line 6480, app/assets/stylesheets/foundation.css */
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  /* line 6487, app/assets/stylesheets/foundation.css */
  .large-offset-6 {
    margin-left: 25%;
  }
  /* line 6490, app/assets/stylesheets/foundation.css */
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 6497, app/assets/stylesheets/foundation.css */
  .large-offset-7 {
    margin-left: 29.16667%;
  }
  /* line 6500, app/assets/stylesheets/foundation.css */
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  /* line 6507, app/assets/stylesheets/foundation.css */
  .large-offset-8 {
    margin-left: 33.33333%;
  }
  /* line 6510, app/assets/stylesheets/foundation.css */
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 6517, app/assets/stylesheets/foundation.css */
  .large-offset-9 {
    margin-left: 37.5%;
  }
  /* line 6520, app/assets/stylesheets/foundation.css */
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  /* line 6527, app/assets/stylesheets/foundation.css */
  .large-offset-10 {
    margin-left: 41.66667%;
  }
  /* line 6530, app/assets/stylesheets/foundation.css */
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6537, app/assets/stylesheets/foundation.css */
  .large-offset-11 {
    margin-left: 45.83333%;
  }
  /* line 6540, app/assets/stylesheets/foundation.css */
  .large-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  /* line 6547, app/assets/stylesheets/foundation.css */
  .large-offset-12 {
    margin-left: 50%;
  }
  /* line 6550, app/assets/stylesheets/foundation.css */
  .large-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 6557, app/assets/stylesheets/foundation.css */
  .large-offset-13 {
    margin-left: 54.16667%;
  }
  /* line 6560, app/assets/stylesheets/foundation.css */
  .large-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  /* line 6567, app/assets/stylesheets/foundation.css */
  .large-offset-14 {
    margin-left: 58.33333%;
  }
  /* line 6570, app/assets/stylesheets/foundation.css */
  .large-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 6577, app/assets/stylesheets/foundation.css */
  .large-offset-15 {
    margin-left: 62.5%;
  }
  /* line 6580, app/assets/stylesheets/foundation.css */
  .large-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  /* line 6587, app/assets/stylesheets/foundation.css */
  .large-offset-16 {
    margin-left: 66.66667%;
  }
  /* line 6590, app/assets/stylesheets/foundation.css */
  .large-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6597, app/assets/stylesheets/foundation.css */
  .large-offset-17 {
    margin-left: 70.83333%;
  }
  /* line 6600, app/assets/stylesheets/foundation.css */
  .large-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  /* line 6607, app/assets/stylesheets/foundation.css */
  .large-offset-18 {
    margin-left: 75%;
  }
  /* line 6610, app/assets/stylesheets/foundation.css */
  .large-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 6617, app/assets/stylesheets/foundation.css */
  .large-offset-19 {
    margin-left: 79.16667%;
  }
  /* line 6620, app/assets/stylesheets/foundation.css */
  .large-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  /* line 6627, app/assets/stylesheets/foundation.css */
  .large-offset-20 {
    margin-left: 83.33333%;
  }
  /* line 6630, app/assets/stylesheets/foundation.css */
  .large-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 6637, app/assets/stylesheets/foundation.css */
  .large-offset-21 {
    margin-left: 87.5%;
  }
  /* line 6640, app/assets/stylesheets/foundation.css */
  .large-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  /* line 6647, app/assets/stylesheets/foundation.css */
  .large-offset-22 {
    margin-left: 91.66667%;
  }
  /* line 6650, app/assets/stylesheets/foundation.css */
  .large-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6657, app/assets/stylesheets/foundation.css */
  .large-offset-23 {
    margin-left: 95.83333%;
  }
  /* line 6660, app/assets/stylesheets/foundation.css */
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6665, app/assets/stylesheets/foundation.css */
  .large-up-1 > .column,
.large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6673, app/assets/stylesheets/foundation.css */
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6678, app/assets/stylesheets/foundation.css */
  .large-up-2 > .column,
.large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6686, app/assets/stylesheets/foundation.css */
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6691, app/assets/stylesheets/foundation.css */
  .large-up-3 > .column,
.large-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 6699, app/assets/stylesheets/foundation.css */
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6704, app/assets/stylesheets/foundation.css */
  .large-up-4 > .column,
.large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6712, app/assets/stylesheets/foundation.css */
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6717, app/assets/stylesheets/foundation.css */
  .large-up-5 > .column,
.large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6725, app/assets/stylesheets/foundation.css */
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6730, app/assets/stylesheets/foundation.css */
  .large-up-6 > .column,
.large-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 6738, app/assets/stylesheets/foundation.css */
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6743, app/assets/stylesheets/foundation.css */
  .large-up-7 > .column,
.large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  /* line 6751, app/assets/stylesheets/foundation.css */
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 6756, app/assets/stylesheets/foundation.css */
  .large-up-8 > .column,
.large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  /* line 6767, app/assets/stylesheets/foundation.css */
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

/* line 6775, app/assets/stylesheets/foundation.css */
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  /* line 6783, app/assets/stylesheets/foundation.css */
  .row.large-unstack > .column,
.row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 6793, app/assets/stylesheets/foundation.css */
  .large-collapse > .column,
.large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 6798, app/assets/stylesheets/foundation.css */
  .large-uncollapse > .column,
.large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 6805, app/assets/stylesheets/foundation.css */
.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

/* line 6813, app/assets/stylesheets/foundation.css */
.column-block {
  margin-bottom: 1.875rem;
}

/* line 6816, app/assets/stylesheets/foundation.css */
.column-block > :last-child {
  margin-bottom: 0;
}

/* line 6820, app/assets/stylesheets/foundation.css */
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6827, app/assets/stylesheets/foundation.css */
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 6834, app/assets/stylesheets/foundation.css */
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6841, app/assets/stylesheets/foundation.css */
.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 6848, app/assets/stylesheets/foundation.css */
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 6854, app/assets/stylesheets/foundation.css */
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6861, app/assets/stylesheets/foundation.css */
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 6868, app/assets/stylesheets/foundation.css */
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6875, app/assets/stylesheets/foundation.css */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 6882, app/assets/stylesheets/foundation.css */
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 6888, app/assets/stylesheets/foundation.css */
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 6895, app/assets/stylesheets/foundation.css */
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 6901, app/assets/stylesheets/foundation.css */
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6908, app/assets/stylesheets/foundation.css */
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 6914, app/assets/stylesheets/foundation.css */
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 6921, app/assets/stylesheets/foundation.css */
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 6927, app/assets/stylesheets/foundation.css */
.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* line 6941, app/assets/stylesheets/foundation.css */
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 6948, app/assets/stylesheets/foundation.css */
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 6955, app/assets/stylesheets/foundation.css */
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

/* line 6962, app/assets/stylesheets/foundation.css */
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

/* line 6969, app/assets/stylesheets/foundation.css */
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

/* line 6976, app/assets/stylesheets/foundation.css */
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 6984, app/assets/stylesheets/foundation.css */
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 6990, app/assets/stylesheets/foundation.css */
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 6996, app/assets/stylesheets/foundation.css */
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 7002, app/assets/stylesheets/foundation.css */
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 7008, app/assets/stylesheets/foundation.css */
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 7014, app/assets/stylesheets/foundation.css */
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 7023, app/assets/stylesheets/foundation.css */
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 7029, app/assets/stylesheets/foundation.css */
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 7035, app/assets/stylesheets/foundation.css */
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 7041, app/assets/stylesheets/foundation.css */
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 7047, app/assets/stylesheets/foundation.css */
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 7053, app/assets/stylesheets/foundation.css */
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

/* line 7061, app/assets/stylesheets/foundation.css */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 7068, app/assets/stylesheets/foundation.css */
.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 7075, app/assets/stylesheets/foundation.css */
.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* line 7082, app/assets/stylesheets/foundation.css */
.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 7089, app/assets/stylesheets/foundation.css */
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 7097, app/assets/stylesheets/foundation.css */
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 7105, app/assets/stylesheets/foundation.css */
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 7113, app/assets/stylesheets/foundation.css */
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 7122, app/assets/stylesheets/foundation.css */
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 7128, app/assets/stylesheets/foundation.css */
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  /* line 7134, app/assets/stylesheets/foundation.css */
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 7140, app/assets/stylesheets/foundation.css */
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 7146, app/assets/stylesheets/foundation.css */
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 7153, app/assets/stylesheets/foundation.css */
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  /* line 7160, app/assets/stylesheets/foundation.css */
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 7167, app/assets/stylesheets/foundation.css */
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 7177, app/assets/stylesheets/foundation.css */
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 7183, app/assets/stylesheets/foundation.css */
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  /* line 7189, app/assets/stylesheets/foundation.css */
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 7195, app/assets/stylesheets/foundation.css */
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 7201, app/assets/stylesheets/foundation.css */
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 7208, app/assets/stylesheets/foundation.css */
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  /* line 7215, app/assets/stylesheets/foundation.css */
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 7222, app/assets/stylesheets/foundation.css */
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* line 7231, app/assets/stylesheets/foundation.css */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 7239, app/assets/stylesheets/foundation.css */
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

/* line 7251, app/assets/stylesheets/foundation.css */
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 7257, app/assets/stylesheets/foundation.css */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 7265, app/assets/stylesheets/foundation.css */
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

/* line 7277, app/assets/stylesheets/foundation.css */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 7283, app/assets/stylesheets/foundation.css */
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7299, app/assets/stylesheets/foundation.css */
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 7305, app/assets/stylesheets/foundation.css */
.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7321, app/assets/stylesheets/foundation.css */
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 7327, app/assets/stylesheets/foundation.css */
.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7343, app/assets/stylesheets/foundation.css */
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 7349, app/assets/stylesheets/foundation.css */
.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7365, app/assets/stylesheets/foundation.css */
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 7371, app/assets/stylesheets/foundation.css */
.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7387, app/assets/stylesheets/foundation.css */
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 7393, app/assets/stylesheets/foundation.css */
.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7409, app/assets/stylesheets/foundation.css */
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 7415, app/assets/stylesheets/foundation.css */
.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7431, app/assets/stylesheets/foundation.css */
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 7437, app/assets/stylesheets/foundation.css */
.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 7453, app/assets/stylesheets/foundation.css */
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 7459, app/assets/stylesheets/foundation.css */
.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 7469, app/assets/stylesheets/foundation.css */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 7473, app/assets/stylesheets/foundation.css */
.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 7483, app/assets/stylesheets/foundation.css */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 7487, app/assets/stylesheets/foundation.css */
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7504, app/assets/stylesheets/foundation.css */
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 7510, app/assets/stylesheets/foundation.css */
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7527, app/assets/stylesheets/foundation.css */
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 7533, app/assets/stylesheets/foundation.css */
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7550, app/assets/stylesheets/foundation.css */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 7556, app/assets/stylesheets/foundation.css */
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7573, app/assets/stylesheets/foundation.css */
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 7579, app/assets/stylesheets/foundation.css */
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7596, app/assets/stylesheets/foundation.css */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 7602, app/assets/stylesheets/foundation.css */
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7619, app/assets/stylesheets/foundation.css */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 7625, app/assets/stylesheets/foundation.css */
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7642, app/assets/stylesheets/foundation.css */
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 7648, app/assets/stylesheets/foundation.css */
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7665, app/assets/stylesheets/foundation.css */
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 7671, app/assets/stylesheets/foundation.css */
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7688, app/assets/stylesheets/foundation.css */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 7694, app/assets/stylesheets/foundation.css */
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7711, app/assets/stylesheets/foundation.css */
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 7717, app/assets/stylesheets/foundation.css */
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7734, app/assets/stylesheets/foundation.css */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 7740, app/assets/stylesheets/foundation.css */
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7757, app/assets/stylesheets/foundation.css */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 7763, app/assets/stylesheets/foundation.css */
.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7778, app/assets/stylesheets/foundation.css */
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 7785, app/assets/stylesheets/foundation.css */
.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7800, app/assets/stylesheets/foundation.css */
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 7807, app/assets/stylesheets/foundation.css */
.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7822, app/assets/stylesheets/foundation.css */
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

/* line 7829, app/assets/stylesheets/foundation.css */
.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7844, app/assets/stylesheets/foundation.css */
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* line 7851, app/assets/stylesheets/foundation.css */
.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7866, app/assets/stylesheets/foundation.css */
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 7873, app/assets/stylesheets/foundation.css */
.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7888, app/assets/stylesheets/foundation.css */
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 7895, app/assets/stylesheets/foundation.css */
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 7910, app/assets/stylesheets/foundation.css */
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 7917, app/assets/stylesheets/foundation.css */
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 7932, app/assets/stylesheets/foundation.css */
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 7939, app/assets/stylesheets/foundation.css */
.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

/* line 7944, app/assets/stylesheets/foundation.css */
.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

/* line 7949, app/assets/stylesheets/foundation.css */
.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* line 7954, app/assets/stylesheets/foundation.css */
.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

/* line 7959, app/assets/stylesheets/foundation.css */
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

/* line 7964, app/assets/stylesheets/foundation.css */
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

/* line 7969, app/assets/stylesheets/foundation.css */
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

/* line 7974, app/assets/stylesheets/foundation.css */
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 7989, app/assets/stylesheets/foundation.css */
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 8004, app/assets/stylesheets/foundation.css */
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 8019, app/assets/stylesheets/foundation.css */
.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

/* line 8024, app/assets/stylesheets/foundation.css */
.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

/* line 8029, app/assets/stylesheets/foundation.css */
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%,
10%,
20%,
30%,
40%,
50%,
60%,
70%,
80%,
90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
15%,
25%,
35%,
45%,
55%,
65%,
75%,
85%,
95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%,
10%,
20%,
30%,
40%,
50%,
60%,
70%,
80%,
90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
15%,
25%,
35%,
45%,
55%,
65%,
75%,
85%,
95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

/* line 8092, app/assets/stylesheets/foundation.css */
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* line 8119, app/assets/stylesheets/foundation.css */
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

/* line 8146, app/assets/stylesheets/foundation.css */
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%,
50%,
60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
45%,
55%,
65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
30%,
70%,
100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%,
50%,
60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
45%,
55%,
65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
30%,
70%,
100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* line 8197, app/assets/stylesheets/foundation.css */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 8205, app/assets/stylesheets/foundation.css */
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 8210, app/assets/stylesheets/foundation.css */
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

/* line 8215, app/assets/stylesheets/foundation.css */
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

/* line 8220, app/assets/stylesheets/foundation.css */
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

/* line 8225, app/assets/stylesheets/foundation.css */
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

/* line 8230, app/assets/stylesheets/foundation.css */
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

/* line 8235, app/assets/stylesheets/foundation.css */
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

/* line 8240, app/assets/stylesheets/foundation.css */
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

/* line 8245, app/assets/stylesheets/foundation.css */
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 8255, app/assets/stylesheets/foundation.css */
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 8270, app/assets/stylesheets/foundation.css */
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 8280, app/assets/stylesheets/foundation.css */
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

/* line 8285, app/assets/stylesheets/foundation.css */
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/* line 1, app/assets/stylesheets/general.css */
.blue {
  color: #3b80d0;
}

/* line 5, app/assets/stylesheets/general.css */
.bg-blue {
  background-color: #3b80d0 !important;
}

/* line 9, app/assets/stylesheets/general.css */
.green {
  color: #17c1b0;
}

/* line 13, app/assets/stylesheets/general.css */
.red {
  color: #ff216e;
}

/* line 17, app/assets/stylesheets/general.css */
.text-center {
  text-align: center;
}

@media screen and (max-width: 639px) {
  /* line 22, app/assets/stylesheets/general.css */
  .text-center-small {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  /* line 28, app/assets/stylesheets/general.css */
  .text-center-medium {
    text-align: center;
  }
}

/* line 33, app/assets/stylesheets/general.css */
.text-right {
  text-align: right;
}

/* line 37, app/assets/stylesheets/general.css */
.text-left {
  text-align: left;
}

/* line 41, app/assets/stylesheets/general.css */
body {
  background: #f6f7fb;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 50, app/assets/stylesheets/general.css */
.row {
  max-width: none;
}

/* line 54, app/assets/stylesheets/general.css */
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/general.css */
figure {
  margin: 0;
  padding: 0;
}

/* line 65, app/assets/stylesheets/general.css */
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1023px) {
  /* line 71, app/assets/stylesheets/general.css */
  .wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 480px) {
  /* line 78, app/assets/stylesheets/general.css */
  .wrapper {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

/* line 84, app/assets/stylesheets/general.css */
.wrapper-admin {
  /* padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.5em; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

/* line 93, app/assets/stylesheets/general.css */
.padding-wrapper {
  padding: 1em 1.5em;
}

/* line 97, app/assets/stylesheets/general.css */
.container-1100 {
  max-width: 1100px;
  margin: auto;
}

/* line 102, app/assets/stylesheets/general.css */
.container-900 {
  max-width: 900px;
  margin: auto;
}

/* line 107, app/assets/stylesheets/general.css */
.container-1080 {
  max-width: 1080px;
  margin: auto;
}

/* line 112, app/assets/stylesheets/general.css */
.container-1012 {
  max-width: 1012px;
  margin: auto;
}

/* line 117, app/assets/stylesheets/general.css */
.container-1440 {
  max-width: 1440px;
  margin: auto;
}

/* line 122, app/assets/stylesheets/general.css */
.container-850 {
  max-width: 850px;
  margin: auto;
}

/* line 127, app/assets/stylesheets/general.css */
.container-1117 {
  max-width: 1117px;
  margin: auto;
}

/* line 132, app/assets/stylesheets/general.css */
.container-1202 {
  max-width: 1202px;
  margin: auto;
}

/* line 137, app/assets/stylesheets/general.css */
.container-561 {
  max-width: 561px;
  margin: auto;
}

/* line 142, app/assets/stylesheets/general.css */
.wrapper-controls {
  max-width: 60%;
}

@media screen and (max-width: 1023px) {
  /* line 147, app/assets/stylesheets/general.css */
  .wrapper-controls {
    max-width: 80%;
  }
}

@media screen and (max-width: 639px) {
  /* line 153, app/assets/stylesheets/general.css */
  .wrapper-controls {
    max-width: 100%;
  }
}

/* line 158, app/assets/stylesheets/general.css */
.control {
  padding: 0 0 0.8em;
}

/* line 162, app/assets/stylesheets/general.css */
.control input,
.control select,
.control textarea {
  border-radius: 5px;
  border: 1px solid #C1C7D0;
  font-size: 14px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 400;
}

/* line 175, app/assets/stylesheets/general.css */
.control label {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

/* line 181, app/assets/stylesheets/general.css */
.control label:first-of-type {
  line-height: 21px;
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  /* line 175, app/assets/stylesheets/general.css */
  .control label {
    font-size: 12px;
    line-height: 14px !important;
  }
  /* line 188, app/assets/stylesheets/general.css */
  .control label:first-of-type {
    margin-bottom: 5px;
  }
}

/* line 194, app/assets/stylesheets/general.css */
.flexible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 199, app/assets/stylesheets/general.css */
.flexible div,
.flexible select {
  margin-left: 0.2em;
  width: 100%;
}

/* line 205, app/assets/stylesheets/general.css */
.flexible div:first-child,
.flexible select:first-child {
  margin-left: 0;
}

/* line 210, app/assets/stylesheets/general.css */
.btn {
  background: #17c1b0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 0.9em;
  outline: 0;
  padding: 12px 2em;
  text-align: center;
}

/* line 221, app/assets/stylesheets/general.css */
.btn-filters {
  background: #4273de;
}

/* line 225, app/assets/stylesheets/general.css */
.btn-blue {
  background: #006dcc;
}

/* line 229, app/assets/stylesheets/general.css */
.btn-white {
  background: #ffffff;
  color: #4273de;
}

/* line 234, app/assets/stylesheets/general.css */
.btn-cancel-blue {
  background: rgba(0, 110, 205, 0.05);
  border-radius: 6px;
  color: #66a8e1;
}

/* line 240, app/assets/stylesheets/general.css */
.btn-support {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em;
  width: 80%;
  text-align: center;
}

/* line 249, app/assets/stylesheets/general.css */
.box-shadow {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
}

/* line 253, app/assets/stylesheets/general.css */
.opacity {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
}

/* line 258, app/assets/stylesheets/general.css */
.icons {
  font-weight: 400;
  font-size: 0.9em;
  display: inline-block;
  padding: 0.5em 0 0.5em 1.5em;
}

/* line 265, app/assets/stylesheets/general.css */
.icon-weather {
  background: url(/assets/icon-weather-4a4f7e0b7df39332f48dae1a5ae423e6bec43ca71f588f75ccca4e0dd33b3ebd.png) no-repeat left center;
}

/* line 269, app/assets/stylesheets/general.css */
.icon-rating {
  background: url(/assets/icon-rating-350c03ca6eec79e72d74dd4f3a91482151bdaa1132585c02fa7ef77675aff3b9.png) no-repeat left center;
}

/* line 273, app/assets/stylesheets/general.css */
.icon-reviews {
  background: url(/assets/icon-reviews-e8e4f7834ae2005b78f07d83d9bd6a25710df6e303e094152cfbe0bd331f10fe.png) no-repeat left center;
}

/* line 277, app/assets/stylesheets/general.css */
.icon-payments-gray {
  background: url(/assets/icon-payments-gray-bcd040be92e55e7e97d8496cfe213751870547e3e13bab0986dd7d2c7b75b4cb.png) no-repeat left center;
}

/* line 281, app/assets/stylesheets/general.css */
.icon-dollar {
  background: url(/assets/icon-dollar-39c26cae74a9a46f604e05f960df7135d561225bfb25aeeade69ecee419c57bb.png) no-repeat left center;
}

/* line 285, app/assets/stylesheets/general.css */
.icon-class-management-gray {
  background: url(/assets/icon-class-management-gray-b52b991d9c8341f64c56b966342783940384bb9cd4b40a3496f612938804b088.png) no-repeat left center;
}

/* line 289, app/assets/stylesheets/general.css */
.control .text-right label {
  text-align: right;
  padding-right: 1em;
}

@media screen and (max-width: 639px) {
  /* line 295, app/assets/stylesheets/general.css */
  .control .text-right label {
    text-align: left;
    padding-right: 0;
  }
}

/* line 301, app/assets/stylesheets/general.css */
.padding-top {
  padding-top: 1.5em;
}

/* line 305, app/assets/stylesheets/general.css */
span.has-error {
  color: #ff216e;
  font-size: 0.8em;
}

/* line 310, app/assets/stylesheets/general.css */
select.w40 {
  width: 40%;
}

/* line 314, app/assets/stylesheets/general.css */
input.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 327, app/assets/stylesheets/general.css */
.button-fitu {
  background: #17c1b0;
  border-radius: 5px;
  color: #fff;
}

/* line 333, app/assets/stylesheets/general.css */
#datepicker-caption {
  font-size: 1.2em !important;
  padding: 1em 0;
}

/* line 338, app/assets/stylesheets/general.css */
a:focus,
button:focus,
input:focus,
li:focus {
  outline: none;
}

/* line 345, app/assets/stylesheets/general.css */
.klass-spaces {
  width: 5em;
}

/* line 349, app/assets/stylesheets/general.css */
.progress-aside {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 0;
}

/* line 354, app/assets/stylesheets/general.css */
.menu-right {
  float: right;
}

/* line 358, app/assets/stylesheets/general.css */
.menu-right .no-image {
  background-color: #6dbfaf;
  border-radius: 50%;
  color: white;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}

/* line 371, app/assets/stylesheets/general.css */
.position-relative {
  position: relative;
}

/* line 375, app/assets/stylesheets/general.css */
.subtitle_form {
  font-size: 10px !important;
  text-align: left;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #757575;
}

/* line 384, app/assets/stylesheets/general.css */
.row-margin {
  margin-top: 30px;
}

@media (max-width: 640px) {
  /* line 384, app/assets/stylesheets/general.css */
  .row-margin {
    margin-top: 0px;
  }
  /* line 388, app/assets/stylesheets/general.css */
  .row-margin:first-of-type {
    margin-top: 15px;
  }
}

/* line 394, app/assets/stylesheets/general.css */
.color-gray-dark, .text-gray-dark {
  color: #707070 !important;
}

/* line 397, app/assets/stylesheets/general.css */
.transition {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/* line 401, app/assets/stylesheets/general.css */
.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

/* line 405, app/assets/stylesheets/general.css */
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* line 409, app/assets/stylesheets/general.css */
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* line 413, app/assets/stylesheets/general.css */
.btn_transition {
  opacity: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/* line 418, app/assets/stylesheets/general.css */
.btn_transition:hover {
  opacity: 0.8;
}

/* line 422, app/assets/stylesheets/general.css */
.btn_fontSize_lg {
  font-size: 1.125rem;
}

/* Transition */
/* line 427, app/assets/stylesheets/general.css */
.fade-in {
  animation: fadeIn ease 0.8s;
  -webkit-animation: fadeIn ease 0.8s;
  -moz-animation: fadeIn ease 0.8s;
  -o-animation: fadeIn ease 0.8s;
  -ms-animation: fadeIn ease 0.8s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 478, app/assets/stylesheets/general.css */
.animate-pulses {
  -webkit-animation: pulses 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulses 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@-webkit-keyframes pulses {
  0%,
100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes pulses {
  0%,
100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* End transition */
/* line 492, app/assets/stylesheets/general.css */
.select_auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* line 496, app/assets/stylesheets/general.css */
.container_alert {
  width: 100%;
  background-color: #e5f0fe;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 0.6rem;
}

/* line 505, app/assets/stylesheets/general.css */
.container_alert > span,
.currency-step {
  font-size: 10px;
  color: #707070;
  letter-spacing: 0.025em;
}

/* line 512, app/assets/stylesheets/general.css */
.bottom-options .vs__dropdown-menu {
  top: calc(100% - 0px) !important;
  bottom: auto !important;
}

/* line 517, app/assets/stylesheets/general.css */
.dropwdown-item {
  height: 60px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  white-space: normal;
  padding-left: 18px !important;
}

/* line 529, app/assets/stylesheets/general.css */
.v-select {
  font-family: Roboto;
  cursor: pointer !important;
}

/* line 534, app/assets/stylesheets/general.css */
.v-select input {
  cursor: pointer;
}

/* line 538, app/assets/stylesheets/general.css */
.select-custom-booking .vs__dropdown-option, .select-custom .vs__dropdown-option {
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  overflow: hidden;
}

/* line 550, app/assets/stylesheets/general.css */
.select-custom-booking .vs__dropdown-toggle {
  border: 1px solid #C1C7D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 44px;
}

/* line 557, app/assets/stylesheets/general.css */
.select-custom.appointment .vs__dropdown-toggle {
  border: 1px solid #E4E8ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
}

/* line 564, app/assets/stylesheets/general.css */
.select-custom.white .vs__dropdown-toggle {
  border: 1px solid #C1C7D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
}

/* line 571, app/assets/stylesheets/general.css */
.select-custom-booking .vs__selected {
  margin: 0px;
}

/* line 575, app/assets/stylesheets/general.css */
.select-onboarding .vs__dropdown-toggle {
  border: 1px solid #D3D6DF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  font-family: Poppins;
  font-style: normal;
  font-size: 14px !important;
  cursor: pointer !important;
  margin: 0;
  padding: 0;
}

/* line 587, app/assets/stylesheets/general.css */
.select-onboarding.select-focus .vs__dropdown-toggle {
  border: 1px solid #006ECD !important;
  -webkit-box-shadow: 0px 1px 4px #C6CADC;
          box-shadow: 0px 1px 4px #C6CADC;
  -webkit-filter: drop-shadow(0px 1px 4px #C6CADC);
          filter: drop-shadow(0px 1px 4px #C6CADC);
}

/* line 592, app/assets/stylesheets/general.css */
.select-onboarding .vs__dropdown-option {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: Roboto;
}

/* line 599, app/assets/stylesheets/general.css */
.select-onboarding .vs__dropdown-toggle:hover {
  border: 1px solid #B9BCC4;
  -webkit-box-shadow: 0px 1px 4px #C6CADC;
          box-shadow: 0px 1px 4px #C6CADC;
  -webkit-filter: drop-shadow(0px 1px 4px #C6CADC);
          filter: drop-shadow(0px 1px 4px #C6CADC);
}

/* line 604, app/assets/stylesheets/general.css */
.select-onboarding .vs__open-indicator {
  fill: #A4AFB7 !important;
  margin-right: 0.2rem;
}

/* line 608, app/assets/stylesheets/general.css */
.select-onboarding .vs__dropdown-option--highlight {
  background: #F7FBFD;
  height: 40px !important;
  font-size: 12px;
}

/* line 613, app/assets/stylesheets/general.css */
.select-onboarding .vs__dropdown-menu {
  height: 250px;
}

/* line 616, app/assets/stylesheets/general.css */
.select-custom .vs__search:disabled {
  border: none;
  background-color: transparent;
}

/* line 621, app/assets/stylesheets/general.css */
.select-custom.vs--disabled .vs__dropdown-toggle,
.select-custom.vs--disabled .vs__clear,
.select-custom.vs--disabled .vs__open-indicator,
.select-custom.vs--disabled .vs__selected {
  background-color: #E4E8ED !important;
}

/* line 627, app/assets/stylesheets/general.css */
.select-custom.disabled.vs--disabled .vs__dropdown-toggle,
.select-custom.disabled.vs--disabled .vs__clear,
.select-custom.disabled.vs--disabled .vs__open-indicator,
.select-custom.disabled.vs--disabled .vs__selected {
  background-color: transparent !important;
  cursor: not-allowed !important;
}

/* line 635, app/assets/stylesheets/general.css */
.select-custom.trainer.vs--disabled .vs__dropdown-toggle {
  background-color: #E4E8ED !important;
}

/* line 638, app/assets/stylesheets/general.css */
.select-custom.trainer.disbaled.vs--disabled .vs__dropdown-toggle {
  background-color: transparent !important;
  cursor: not-allowed !important;
}

/* line 643, app/assets/stylesheets/general.css */
.select-custom .vs__selected, .select-custom .vs__dropdown-toggle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer !important;
  font-family: Roboto;
  font-weight: normal;
}

/* line 651, app/assets/stylesheets/general.css */
.select-custom .vs__dropdown-menu {
  padding: 0 !important;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}

/* line 656, app/assets/stylesheets/general.css */
.select-custom .vs__selected-options {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 661, app/assets/stylesheets/general.css */
.select-custom .vs__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 666, app/assets/stylesheets/general.css */
.date-picker-custom .vc-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 669, app/assets/stylesheets/general.css */
.date-picker-custom input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #C1C7D0;
  height: 40px;
}

/* line 675, app/assets/stylesheets/general.css */
.date-picker-custom input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 679, app/assets/stylesheets/general.css */
.select-custom-booking .vs__dropdown-option--highlight, .select-custom .vs__dropdown-option--highlight {
  background: #F7FBFD;
  min-height: 50px !important;
  font-size: 14px;
}

/* line 684, app/assets/stylesheets/general.css */
.vs__open-indicator {
  fill: #A4AFB7 !important;
}

/* line 687, app/assets/stylesheets/general.css */
.vs__clear {
  display: none !important;
}

/* line 690, app/assets/stylesheets/general.css */
.multiselect--active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
}

/* line 695, app/assets/stylesheets/general.css */
.multiselect .arrow {
  position: absolute;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* line 704, app/assets/stylesheets/general.css */
.menu-down .vs__dropdown-menu {
  bottom: auto !important;
  border: 1px solid #f4f3f7 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 710, app/assets/stylesheets/general.css */
.menu-down .vs__open-indicator {
  fill: #a4afb7 !important;
}

/* line 714, app/assets/stylesheets/general.css */
.flex-region,
.flex-title-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 721, app/assets/stylesheets/general.css */
.container-steps {
  width: 440px;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 2.5em;
  color: black;
}

/* line 731, app/assets/stylesheets/general.css */
.tooltip {
  position: relative;
  background: transparent !important;
}

/* line 736, app/assets/stylesheets/general.css */
.tooltip .tooltip-text {
  visibility: hidden;
  width: 270px;
  background-color: #fff;
  color: #707070;
  text-align: center;
  border-radius: 6px;
  padding: 15px 5px;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 40px;
  bottom: auto;
  right: 25%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  font-size: 10px;
}

/* line 757, app/assets/stylesheets/general.css */
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* line 762, app/assets/stylesheets/general.css */
.text-add-image {
  color: #66a8e1 !important;
  font-size: 12px !important;
}

/* line 767, app/assets/stylesheets/general.css */
.resize-none {
  resize: none !important;
}

/* line 770, app/assets/stylesheets/general.css */
.link-later {
  color: #4273de;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 500;
}

/* line 777, app/assets/stylesheets/general.css */
.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 784, app/assets/stylesheets/general.css */
.end-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.5rem;
}

/* line 790, app/assets/stylesheets/general.css */
.end-content .current-time {
  font-size: 10px !important;
  font-weight: 400;
}

/* line 795, app/assets/stylesheets/general.css */
.align-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 798, app/assets/stylesheets/general.css */
.align-end {
  -webkit-box-align: end !important;
  -webkit-align-items: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

/* line 801, app/assets/stylesheets/general.css */
.slide-enter-active,
.slide-leave-active {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* line 805, app/assets/stylesheets/general.css */
.slide-enter,
.slide-leave-to {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 200ms ease-in 0s;
  transition: all 200ms ease-in 0s;
}

/* line 810, app/assets/stylesheets/general.css */
.slide-fade-enter-active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 813, app/assets/stylesheets/general.css */
.slide-fade-leave-active {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

/* line 816, app/assets/stylesheets/general.css */
.slide-fade-enter, .slide-fade-leave-to {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

/* line 821, app/assets/stylesheets/general.css */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 825, app/assets/stylesheets/general.css */
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* line 829, app/assets/stylesheets/general.css */
.text-light-blue {
  color: #66A8E1;
}

/* line 832, app/assets/stylesheets/general.css */
.text-warning-orange {
  color: #fc8d1a;
}

/* line 835, app/assets/stylesheets/general.css */
.bg-gray-100 {
  background: #f4f3f7;
}

/* line 838, app/assets/stylesheets/general.css */
.bg-gray-200 {
  background: RGBA(214, 226, 252, 0.25);
}

/* line 841, app/assets/stylesheets/general.css */
.text-gray-200 {
  color: #474747 !important;
}

/* line 844, app/assets/stylesheets/general.css */
.text-white {
  color: #fff !important;
}

/* line 847, app/assets/stylesheets/general.css */
.text-plan-disabled, .text-slate {
  color: #A4AFB7 !important;
}

/* line 850, app/assets/stylesheets/general.css */
.text-dark-blue {
  color: #1A46AC;
}

/* line 853, app/assets/stylesheets/general.css */
.text-gray {
  color: #B8B8B8;
}

/* line 856, app/assets/stylesheets/general.css */
.text-black-olive {
  color: #3b3b3b !important;
}

/* line 859, app/assets/stylesheets/general.css */
.bg-royal-blue {
  background: #4273DE;
}

/* line 863, app/assets/stylesheets/general.css */
.text-royal-blue {
  color: #4273DE;
}

/* line 867, app/assets/stylesheets/general.css */
.bg-dodger-blue {
  background: #006ECD !important;
}

/* line 871, app/assets/stylesheets/general.css */
.border-dodger-blue {
  border: #006ECD solid !important;
}

/* line 875, app/assets/stylesheets/general.css */
.text-dodger-blue {
  color: #006ECD !important;
}

/* line 878, app/assets/stylesheets/general.css */
.bg-ghostwhite {
  background: rgba(0, 110, 205, 0.05);
}

/* line 882, app/assets/stylesheets/general.css */
.bg-lavender {
  background: rgba(214, 226, 252, 0.25);
}

/* line 886, app/assets/stylesheets/general.css */
.bg-gray {
  background: #9CA3AF;
}

/* line 889, app/assets/stylesheets/general.css */
.bg-whitesmoke {
  background: #F6F8FE;
}

/* line 892, app/assets/stylesheets/general.css */
.text-orange {
  color: #FFB031;
}

/* line 896, app/assets/stylesheets/general.css */
.bg-transparent {
  background: transparent !important;
}

/* line 899, app/assets/stylesheets/general.css */
.border-transparent {
  border-color: transparent;
}

/* line 902, app/assets/stylesheets/general.css */
.bg-red-500 {
  background: #DB3440 !important;
}

/* line 905, app/assets/stylesheets/general.css */
.border-red-500 {
  border-color: #DB3440 !important;
}

/* line 908, app/assets/stylesheets/general.css */
.bg-ghostwhite-100 {
  background: #F8FAFC;
}

/* line 911, app/assets/stylesheets/general.css */
.bg-ghostwhite-200 {
  background: #F9FBFE;
}

/* line 914, app/assets/stylesheets/general.css */
.border-red-500 {
  border-color: #DB3440 !important;
}

/* line 917, app/assets/stylesheets/general.css */
.text-red-500 {
  color: #DB3440 !important;
}

/* line 920, app/assets/stylesheets/general.css */
.text-red-600 {
  color: #EF4C4E;
}

/* line 923, app/assets/stylesheets/general.css */
.bg-red-600 {
  background: #EF4C4E;
}

/* line 926, app/assets/stylesheets/general.css */
.bg-warmblue {
  background: rgba(246, 248, 254, 0.4);
}

/* line 929, app/assets/stylesheets/general.css */
.bg-disabled {
  background: #c4c4c4 !important;
}

/* line 933, app/assets/stylesheets/general.css */
.bg-blue-100, .select-billing-cycle:hover {
  background: #f8fafc;
}

/* line 937, app/assets/stylesheets/general.css */
.bg-white {
  background: #fff !important;
}

/* line 941, app/assets/stylesheets/general.css */
.bg-transparent {
  background: transparent !important;
}

/* line 944, app/assets/stylesheets/general.css */
.bg-blue-100 {
  background: #f8fafc;
}

/* line 947, app/assets/stylesheets/general.css */
.rounded-md {
  border-radius: 6px;
}

/* line 950, app/assets/stylesheets/general.css */
.rounded-lg {
  border-radius: 10px;
}

/* BreakPoints */
@media (max-width: 769px) {
  /* line 956, app/assets/stylesheets/general.css */
  .container-steps {
    padding: 2em;
  }
}

@media (max-width: 411px) {
  /* line 962, app/assets/stylesheets/general.css */
  .flex-region {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 967, app/assets/stylesheets/general.css */
  .end-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 350px) {
  /* line 973, app/assets/stylesheets/general.css */
  .container-steps {
    padding: 1em;
  }
}

/* Custom Simples Styles */
/* line 979, app/assets/stylesheets/general.css */
.px-5 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 983, app/assets/stylesheets/general.css */
.p-1-5 {
  padding: 0.375rem;
}

/* line 986, app/assets/stylesheets/general.css */
.-mx-5 {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 990, app/assets/stylesheets/general.css */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 995, app/assets/stylesheets/general.css */
.mx-5 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 1000, app/assets/stylesheets/general.css */
.font-bold {
  font-weight: 800 !important;
}

/* line 1003, app/assets/stylesheets/general.css */
.font-medium {
  font-weight: 500 !important;
}

/* line 1006, app/assets/stylesheets/general.css */
.font-regular {
  font-weight: 400 !important;
}

/* line 1009, app/assets/stylesheets/general.css */
.font-semibold {
  font-weight: 600 !important;
}

/* line 1012, app/assets/stylesheets/general.css */
.font-light {
  font-weight: 300 !important;
}

/* line 1015, app/assets/stylesheets/general.css */
.text-4xl {
  font-size: 2.5rem !important;
}

/* line 1018, app/assets/stylesheets/general.css */
.text-3\.3xl {
  font-size: 2rem !important;
}

/* line 1021, app/assets/stylesheets/general.css */
.text-3xl {
  font-size: 1.875rem !important;
}

/* line 1024, app/assets/stylesheets/general.css */
.text-2xl {
  font-size: 1.5rem !important;
}

/* line 1027, app/assets/stylesheets/general.css */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 1030, app/assets/stylesheets/general.css */
.text-base {
  font-size: 1rem !important;
}

/* line 1033, app/assets/stylesheets/general.css */
.text-sm {
  font-size: 0.9375rem !important;
}

/* line 1036, app/assets/stylesheets/general.css */
.text-tiny {
  font-size: 0.875rem !important;
}

/* line 1039, app/assets/stylesheets/general.css */
.text-md {
  font-size: 0.813rem !important;
}

/* line 1042, app/assets/stylesheets/general.css */
.text-xs {
  font-size: 0.75rem !important;
}

/* line 1045, app/assets/stylesheets/general.css */
.text-lil {
  font-size: 0.625rem !important;
}

/* line 1048, app/assets/stylesheets/general.css */
.text-mini {
  font-size: 0.5625rem !important;
}

/* line 1051, app/assets/stylesheets/general.css */
.text-xxs {
  font-size: 0.5rem !important;
}

/* line 1054, app/assets/stylesheets/general.css */
.leading-none {
  line-height: 0 !important;
}

/* line 1057, app/assets/stylesheets/general.css */
.leading-normal {
  line-height: 1rem !important;
}

/* line 1060, app/assets/stylesheets/general.css */
.leading-3 {
  line-height: .75rem !important;
}

/* line 1063, app/assets/stylesheets/general.css */
.leading-3\.5 {
  line-height: 0.875rem !important;
}

/* line 1066, app/assets/stylesheets/general.css */
.leading-5 {
  line-height: 1.25rem !important;
}

/* line 1069, app/assets/stylesheets/general.css */
.leading-5\.5 {
  line-height: 1.313rem !important;
}

/* line 1072, app/assets/stylesheets/general.css */
.leading-6 {
  line-height: 1.5rem !important;
}

/* line 1075, app/assets/stylesheets/general.css */
.leading-8 {
  line-height: 1.875rem !important;
}

/* line 1078, app/assets/stylesheets/general.css */
.leading-9 {
  line-height: 2.125rem !important;
}

/* line 1081, app/assets/stylesheets/general.css */
.leading-9\.5 {
  line-height: 2.5rem !important;
}

/* line 1084, app/assets/stylesheets/general.css */
.leading-10 {
  line-height: 2.813rem;
}

/* line 1087, app/assets/stylesheets/general.css */
.leading-12 {
  line-height: 3rem;
}

/* line 1090, app/assets/stylesheets/general.css */
.leading-13 {
  line-height: 3.063rem !important;
}

/* line 1093, app/assets/stylesheets/general.css */
.text-roboto {
  font-family: Roboto !important;
}

/* line 1096, app/assets/stylesheets/general.css */
.text-poppins {
  font-family: Poppins !important;
}

/* line 1099, app/assets/stylesheets/general.css */
.w-auto {
  width: auto !important;
}

/* line 1102, app/assets/stylesheets/general.css */
.w-full {
  width: 100% !important;
}

/* line 1105, app/assets/stylesheets/general.css */
.cursor-pointer {
  cursor: pointer;
}

/* line 1108, app/assets/stylesheets/general.css */
.cursor-not-allowed {
  cursor: not-allowed !important;
}

/* line 1111, app/assets/stylesheets/general.css */
.cursor-default {
  cursor: default !important;
}

/* line 1114, app/assets/stylesheets/general.css */
.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 1117, app/assets/stylesheets/general.css */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1125, app/assets/stylesheets/general.css */
.z-10 {
  z-index: 10;
}

/* line 1128, app/assets/stylesheets/general.css */
.z-20 {
  z-index: 50;
}

/* line 1131, app/assets/stylesheets/general.css */
.text-black {
  color: #000 !important;
}

/* line 1134, app/assets/stylesheets/general.css */
.border-gray {
  border: 1px solid #f4f3f7;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 1138, app/assets/stylesheets/general.css */
.border-plan-disabled {
  border: 1.5px solid #A4AFB7;
}

/* line 1141, app/assets/stylesheets/general.css */
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 1144, app/assets/stylesheets/general.css */
.display-block {
  display: block;
}

/* line 1147, app/assets/stylesheets/general.css */
.display-inline-block {
  display: inline-block;
}

/* line 1150, app/assets/stylesheets/general.css */
.h-full {
  height: 100%;
}

/* line 1153, app/assets/stylesheets/general.css */
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 1156, app/assets/stylesheets/general.css */
.justify-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 1159, app/assets/stylesheets/general.css */
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1162, app/assets/stylesheets/general.css */
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 1165, app/assets/stylesheets/general.css */
.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 1168, app/assets/stylesheets/general.css */
.text-blue-fitu {
  color: #25407c !important;
}

/* line 1171, app/assets/stylesheets/general.css */
.border-red {
  border: 1px solid #fa8585 !important;
}

/* line 1174, app/assets/stylesheets/general.css */
.text-red {
  color: #fa8585 !important;
}

/* line 1178, app/assets/stylesheets/general.css */
.text-gray-cancel {
  color: #b8b8b8;
}

/* line 1182, app/assets/stylesheets/general.css */
.hide-stroke {
  -webkit-appearance: none !important;
  background-image: none !important;
}

/* line 1186, app/assets/stylesheets/general.css */
.hooper-pagination .hooper-indicator {
  width: 8px;
  height: 8px;
  background-color: rgba(71, 71, 71, 0.4) !important;
}

/* line 1192, app/assets/stylesheets/general.css */
.hooper-indicator.is-active {
  background-color: #25407c !important;
}

/* line 1196, app/assets/stylesheets/general.css */
.desktop-hidden {
  display: none;
}

/* line 1200, app/assets/stylesheets/general.css */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 1205, app/assets/stylesheets/general.css */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1210, app/assets/stylesheets/general.css */
.title-content {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #25407c;
}

/* line 1217, app/assets/stylesheets/general.css */
.efect-rotate-down {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
}

/* line 1222, app/assets/stylesheets/general.css */
.efect-rotate-up {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotateZ(-180deg);
}

/* line 1226, app/assets/stylesheets/general.css */
.opacity-25 {
  opacity: 0.25;
}

/* line 1229, app/assets/stylesheets/general.css */
.opacity-0 {
  opacity: 0;
}

/* line 1232, app/assets/stylesheets/general.css */
.opacity-30 {
  opacity: 0.3;
}

/* line 1235, app/assets/stylesheets/general.css */
.opacity-50 {
  opacity: 0.5;
}

/* line 1238, app/assets/stylesheets/general.css */
.opacity-70 {
  opacity: 0.7;
}

/* line 1241, app/assets/stylesheets/general.css */
.opacity-75 {
  opacity: 0.75;
}

/* line 1244, app/assets/stylesheets/general.css */
.opacity-80 {
  opacity: 0.8;
}

/* line 1247, app/assets/stylesheets/general.css */
.margin-left-1-6 {
  margin-left: 1.4rem !important;
}

@media (max-width: 640px) {
  /* line 1251, app/assets/stylesheets/general.css */
  .v-select-custom.top .vs__selected,
.plan-name {
    font-size: 0.75rem !important;
  }
  /* line 1255, app/assets/stylesheets/general.css */
  .mobile-margin-left-1-6 {
    margin-left: 1.6rem !important;
  }
  /* line 1258, app/assets/stylesheets/general.css */
  .desktop-hidden {
    display: block;
  }
  /* line 1261, app/assets/stylesheets/general.css */
  .mobile-text-4xl {
    font-size: 1.5rem !important;
  }
  /* line 1264, app/assets/stylesheets/general.css */
  .mobile-text-3xl {
    font-size: 1.375rem !important;
  }
  /* line 1267, app/assets/stylesheets/general.css */
  .mobile-text-2\.5xl {
    font-size: 1.313rem !important;
  }
  /* line 1270, app/assets/stylesheets/general.css */
  .mobile-text-2xl {
    font-size: 1.125rem !important;
  }
  /* line 1273, app/assets/stylesheets/general.css */
  .mobile-text-base {
    font-size: 1rem !important;
  }
  /* line 1276, app/assets/stylesheets/general.css */
  .mobile-text-lg {
    font-size: 0.875rem !important;
  }
  /* line 1279, app/assets/stylesheets/general.css */
  .mobile-text-md-lg {
    font-size: 0.813rem !important;
  }
  /* line 1282, app/assets/stylesheets/general.css */
  .mobile-text-md-sm {
    font-size: 0.75rem !important;
  }
  /* line 1285, app/assets/stylesheets/general.css */
  .mobile-text-md {
    font-size: 0.625rem !important;
  }
  /* line 1288, app/assets/stylesheets/general.css */
  .mobile-text-sm {
    font-size: 0.5625rem !important;
  }
  /* line 1291, app/assets/stylesheets/general.css */
  .mobile-padding-0 {
    padding: 0 !important;
  }
  /* line 1294, app/assets/stylesheets/general.css */
  .mobile-padding-top-0 {
    padding-top: 0rem !important;
  }
  /* line 1297, app/assets/stylesheets/general.css */
  .mobile-padding-top-0\.5 {
    padding-top: 0.5rem !important;
  }
  /* line 1300, app/assets/stylesheets/general.css */
  .mobile-padding-y-0\.5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 1304, app/assets/stylesheets/general.css */
  .mobile-padding-x-1 {
    padding: 0 1rem !important;
  }
  /* line 1307, app/assets/stylesheets/general.css */
  .mobile-padding-x-1\.25 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 1311, app/assets/stylesheets/general.css */
  .mobile-padding-1 {
    padding: 1rem !important;
  }
  /* line 1314, app/assets/stylesheets/general.css */
  .mobile-padding-top-1 {
    padding-top: 1rem !important;
  }
  /* line 1317, app/assets/stylesheets/general.css */
  .mobile-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  /* line 1320, app/assets/stylesheets/general.css */
  .mobile-padding-bottom-0\.5 {
    padding-bottom: 0.5rem !important;
  }
  /* line 1323, app/assets/stylesheets/general.css */
  .mobile-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  /* line 1326, app/assets/stylesheets/general.css */
  .mobile-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  /* line 1329, app/assets/stylesheets/general.css */
  .mobile-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  /* line 1332, app/assets/stylesheets/general.css */
  .mobile-padding-left-0\.5 {
    padding-left: 0.5rem !important;
  }
  /* line 1335, app/assets/stylesheets/general.css */
  .mobile-padding-right-0\.5 {
    padding-right: 0.5rem !important;
  }
  /* line 1338, app/assets/stylesheets/general.css */
  .mobile-padding-left-1 {
    padding-left: 1rem !important;
  }
  /* line 1341, app/assets/stylesheets/general.css */
  .mobile-padding-left-0 {
    padding-left: 0 !important;
  }
  /* line 1344, app/assets/stylesheets/general.css */
  .mobile-padding-right-0 {
    padding-right: 0 !important;
  }
  /* line 1347, app/assets/stylesheets/general.css */
  .mobile-padding-right-1 {
    padding-right: 1rem !important;
  }
  /* line 1350, app/assets/stylesheets/general.css */
  .mobile-padding-right-2 {
    padding-right: 2rem !important;
  }
  /* line 1353, app/assets/stylesheets/general.css */
  .mobile-padding-left-2 {
    padding-left: 2rem !important;
  }
  /* line 1356, app/assets/stylesheets/general.css */
  .mobile-padding-left-3 {
    padding-left: 3rem !important;
  }
  /* line 1359, app/assets/stylesheets/general.css */
  .mobile-padding-2 {
    padding: 2rem !important;
  }
  /* line 1362, app/assets/stylesheets/general.css */
  .mobile-padding-1\.2 {
    padding: 1.2rem !important;
  }
  /* line 1365, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  /* line 1368, app/assets/stylesheets/general.css */
  .mobile-margin-right-auto {
    margin-left: auto !important;
  }
  /* line 1371, app/assets/stylesheets/general.css */
  .mobile-margin-left-1 {
    margin-left: 1rem !important;
  }
  /* line 1374, app/assets/stylesheets/general.css */
  .mobile-margin-right-05, .mobile-margin-right-0\.5 {
    margin-right: 0.5rem !important;
  }
  /* line 1377, app/assets/stylesheets/general.css */
  .mobile-margin-left-05 {
    margin-left: 0.5rem !important;
  }
  /* line 1380, app/assets/stylesheets/general.css */
  .mobile-margin-right-1 {
    margin-right: 1rem !important;
  }
  /* line 1383, app/assets/stylesheets/general.css */
  .mobile-margin-left-1\.5 {
    margin-left: 1.5rem !important;
  }
  /* line 1386, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-15 {
    margin-bottom: 1.5rem !important;
  }
  /* line 1389, app/assets/stylesheets/general.css */
  .mobile-margin-top-1 {
    margin-top: 1rem !important;
  }
  /* line 1392, app/assets/stylesheets/general.css */
  .mobile-margin-top-2 {
    margin-top: 2rem !important;
  }
  /* line 1395, app/assets/stylesheets/general.css */
  .mobile-margin-top-0 {
    margin-top: 0rem !important;
  }
  /* line 1398, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  /* line 1401, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-0\.5 {
    margin-bottom: 0.5rem !important;
  }
  /* line 1404, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  /* line 1407, app/assets/stylesheets/general.css */
  .mobile-margin-left-2 {
    margin-left: 2rem !important;
  }
  /* line 1410, app/assets/stylesheets/general.css */
  .mobile-margin-right-0 {
    margin-right: 0 !important;
  }
  /* line 1413, app/assets/stylesheets/general.css */
  .mobile-margin-left-3 {
    margin-left: 3rem !important;
  }
  /* line 1416, app/assets/stylesheets/general.css */
  .mobile-margin-left-0 {
    margin-left: 0 !important;
  }
  /* line 1419, app/assets/stylesheets/general.css */
  .mobile-sign-up {
    padding: 1rem !important;
  }
  /* line 1422, app/assets/stylesheets/general.css */
  .mobile-container-steps {
    padding: 1rem !important;
  }
  /* line 1425, app/assets/stylesheets/general.css */
  .mobile-no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1429, app/assets/stylesheets/general.css */
  .mobile-button {
    padding: 12px 1em !important;
  }
  /* line 1432, app/assets/stylesheets/general.css */
  .mobile-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 1436, app/assets/stylesheets/general.css */
  .mobile-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 1440, app/assets/stylesheets/general.css */
  .mobile-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 1444, app/assets/stylesheets/general.css */
  .mobile-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 1448, app/assets/stylesheets/general.css */
  .mobile-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1452, app/assets/stylesheets/general.css */
  .mobile-px-05 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 1456, app/assets/stylesheets/general.css */
  .mobile-px-03 {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }
  /* line 1460, app/assets/stylesheets/general.css */
  .mobile-margin-top-0\.8 {
    margin-top: 0.8rem !important;
  }
  /* line 1463, app/assets/stylesheets/general.css */
  .mobile-margin-top-0\.7 {
    margin-top: 0.7rem !important;
  }
  /* line 1466, app/assets/stylesheets/general.css */
  .mobile-margin-top-0\.2 {
    margin-top: 0.2rem !important;
  }
  /* line 1469, app/assets/stylesheets/general.css */
  .mobile-margin-top-0\.4 {
    margin-top: 0.4rem !important;
  }
  /* line 1472, app/assets/stylesheets/general.css */
  .mobile-margin-top-0\.5 {
    margin-top: 0.5rem !important;
  }
  /* line 1475, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-0\.4 {
    margin-bottom: 0.4rem !important;
  }
  /* line 1478, app/assets/stylesheets/general.css */
  .mobile-margin-bottom-1\.5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 1481, app/assets/stylesheets/general.css */
  .mobile-margin-top-1\.8 {
    margin-top: 1.8rem !important;
  }
  /* line 1484, app/assets/stylesheets/general.css */
  .mobile-margin-top-1\.5 {
    margin-top: 1.5rem !important;
  }
  /* line 1487, app/assets/stylesheets/general.css */
  .mobile-margin-top-1\.3 {
    margin-top: 1.3rem !important;
  }
  /* line 1490, app/assets/stylesheets/general.css */
  .mobile-margin-top-reverse-0\.4 {
    margin-top: -0.4rem !important;
  }
  /* line 1493, app/assets/stylesheets/general.css */
  .mobile-margin-top-reverse-0\.5 {
    margin-top: -0.5rem !important;
  }
  /* line 1496, app/assets/stylesheets/general.css */
  .order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 1499, app/assets/stylesheets/general.css */
  .order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 1502, app/assets/stylesheets/general.css */
  .mobile-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 1505, app/assets/stylesheets/general.css */
  .mobile-justify-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 1508, app/assets/stylesheets/general.css */
  .mobile-justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1511, app/assets/stylesheets/general.css */
  .mobile-float-left {
    float: left !important;
  }
  /* line 1514, app/assets/stylesheets/general.css */
  .mobile-text-center {
    text-align: center !important;
  }
  /* line 1517, app/assets/stylesheets/general.css */
  .mobile-text-left {
    text-align: left !important;
  }
  /* line 1520, app/assets/stylesheets/general.css */
  .mobile-text-bold {
    font-weight: 800 !important;
  }
  /* line 1523, app/assets/stylesheets/general.css */
  .mobile-flex-0 {
    -webkit-box-flex: inherit !important;
    -webkit-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
  }
  /* line 1526, app/assets/stylesheets/general.css */
  .mobile-hidden {
    display: none !important;
  }
  /* line 1529, app/assets/stylesheets/general.css */
  .mobile-is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1532, app/assets/stylesheets/general.css */
  .mobile-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 1535, app/assets/stylesheets/general.css */
  .mobile-absolute {
    position: absolute !important;
  }
  /* line 1538, app/assets/stylesheets/general.css */
  .mobile-right {
    right: 0;
  }
  /* line 1541, app/assets/stylesheets/general.css */
  .mobile-relative {
    position: relative;
  }
  /* line 1544, app/assets/stylesheets/general.css */
  .mobile-inherit {
    position: inherit !important;
  }
  /* line 1547, app/assets/stylesheets/general.css */
  .mobile-font-medium-600 {
    font-weight: 600;
  }
  /* line 1550, app/assets/stylesheets/general.css */
  .mobile-font-bold {
    font-weight: 700;
  }
  /* line 1553, app/assets/stylesheets/general.css */
  .mobile-w-1-4 {
    width: 25% !important;
  }
  /* line 1556, app/assets/stylesheets/general.css */
  .mobile-w-50 {
    width: 50% !important;
  }
  /* line 1559, app/assets/stylesheets/general.css */
  .mobile-w-60 {
    width: 60% !important;
  }
  /* line 1562, app/assets/stylesheets/general.css */
  .mobile-w-65 {
    width: 65% !important;
  }
  /* line 1565, app/assets/stylesheets/general.css */
  .mobile-w-75 {
    width: 75% !important;
  }
  /* line 1568, app/assets/stylesheets/general.css */
  .mobile-w-full {
    width: 100% !important;
  }
  /* line 1571, app/assets/stylesheets/general.css */
  .mobile-overflow-x-scroll {
    overflow-x: scroll;
  }
  /* line 1574, app/assets/stylesheets/general.css */
  .mobile-align-left {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1577, app/assets/stylesheets/general.css */
  .mobile-align-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 1580, app/assets/stylesheets/general.css */
  .mobile-leading-base {
    line-height: 1rem !important;
  }
  /* line 1583, app/assets/stylesheets/general.css */
  .mobile-leading-tight {
    line-height: 1.25rem !important;
  }
  /* line 1586, app/assets/stylesheets/general.css */
  .mobile-leading-9 {
    line-height: 2.125rem !important;
  }
  /* line 1589, app/assets/stylesheets/general.css */
  .mobile-min-h-screen {
    min-height: 100vh;
  }
  /* line 1592, app/assets/stylesheets/general.css */
  .mobile-bg-white {
    background: #fff;
  }
  /* line 1595, app/assets/stylesheets/general.css */
  .container-steps {
    width: auto;
  }
  /* line 1598, app/assets/stylesheets/general.css */
  .mobile-whitespace-normal {
    white-space: normal !important;
  }
  /* line 1601, app/assets/stylesheets/general.css */
  .mobile-justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 1604, app/assets/stylesheets/general.css */
  .mobile-w-3 {
    width: 0.75rem !important;
  }
  /* line 1607, app/assets/stylesheets/general.css */
  .mobile-h-3 {
    height: 0.75rem !important;
  }
  /* line 1610, app/assets/stylesheets/general.css */
  .mobile-padding-0\.5 {
    padding: 0.5rem !important;
  }
  /* line 1613, app/assets/stylesheets/general.css */
  .mobile-border-bottom {
    border-bottom-width: 1px !important;
  }
  /* line 1616, app/assets/stylesheets/general.css */
  .mobile-border-bottom-gray {
    border-bottom: 1px solid #f4f3f7;
  }
  /* line 1619, app/assets/stylesheets/general.css */
  .mobile-text-right {
    text-align: right;
  }
  /* line 1622, app/assets/stylesheets/general.css */
  .mobile-pr-5 {
    padding-right: 1.25rem !important;
  }
  /* line 1625, app/assets/stylesheets/general.css */
  .mobile-pr-05 {
    padding-right: 0.5rem !important;
  }
  /* line 1628, app/assets/stylesheets/general.css */
  .mobile-justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  /* line 1631, app/assets/stylesheets/general.css */
  .mobile-flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 1634, app/assets/stylesheets/general.css */
  .mobile-h-10 {
    height: 2.5rem !important;
  }
  /* line 1637, app/assets/stylesheets/general.css */
  .ellipsis-td {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1643, app/assets/stylesheets/general.css */
  .mobile-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  /* line 1647, app/assets/stylesheets/general.css */
  .mobile-w-16 {
    width: 4rem !important;
  }
  /* line 1650, app/assets/stylesheets/general.css */
  .mobile-w-28 {
    width: 7rem !important;
  }
  /* line 1653, app/assets/stylesheets/general.css */
  .mobile-w-32 {
    width: 8rem !important;
  }
  /* line 1656, app/assets/stylesheets/general.css */
  .mobile-inline-block {
    display: inline-block;
  }
  /* line 1659, app/assets/stylesheets/general.css */
  .mobile-flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 1662, app/assets/stylesheets/general.css */
  .mobile-align-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 1665, app/assets/stylesheets/general.css */
  .mobile-border-right-none {
    border-right: none !important;
  }
  /* line 1668, app/assets/stylesheets/general.css */
  .mobile-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 1673, app/assets/stylesheets/general.css */
  .tablet-margin-left-2 {
    margin-left: 2rem !important;
  }
  /* line 1676, app/assets/stylesheets/general.css */
  .tablet-margin-top-1 {
    margin-top: 1rem !important;
  }
  /* line 1679, app/assets/stylesheets/general.css */
  .tablet-margin-top-2 {
    margin-top: 2rem !important;
  }
  /* line 1682, app/assets/stylesheets/general.css */
  .tablet-hidden {
    display: none;
  }
  /* line 1685, app/assets/stylesheets/general.css */
  .tablet-display {
    display: block;
  }
  /* line 1688, app/assets/stylesheets/general.css */
  .tablet-w-48 {
    width: 12rem !important;
  }
  /* line 1691, app/assets/stylesheets/general.css */
  .tablet-flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 1694, app/assets/stylesheets/general.css */
  .tablet-border-right-none {
    border-right: none !important;
  }
  /* line 1697, app/assets/stylesheets/general.css */
  .tablet-align-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 1700, app/assets/stylesheets/general.css */
  .tablet-justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1703, app/assets/stylesheets/general.css */
  .tablet-justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/* line 1707, app/assets/stylesheets/general.css */
.border-top-gray {
  border-top: 1px solid #f4f3f7;
}

/* line 1710, app/assets/stylesheets/general.css */
.border-bottom-gray, .border-bottom-gray-100 {
  border-bottom: 1px solid #E4E8ED;
}

/* line 1713, app/assets/stylesheets/general.css */
.border-top-gray-100 {
  border-top: 1px solid #E4E8ED;
}

/* line 1716, app/assets/stylesheets/general.css */
.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1723, app/assets/stylesheets/general.css */
.vertical-middle {
  vertical-align: middle;
}

/* line 1726, app/assets/stylesheets/general.css */
.export-button {
  background-color: #f5f8fe;
  border: 1px solid #4273de;
  padding: 5px 15px;
  max-width: 152px;
  height: 40px;
  width: 152px;
}

/* line 1734, app/assets/stylesheets/general.css */
.date-filter-report {
  border: 1px solid #d4dee7;
  height: 40px;
  max-width: 188px;
}

/* line 1739, app/assets/stylesheets/general.css */
.margin-bottom-5 {
  margin-bottom: 5rem !important;
}

/* line 1742, app/assets/stylesheets/general.css */
.min-height-35 {
  min-height: 35rem;
}

/* line 1745, app/assets/stylesheets/general.css */
.text-gray-3c {
  color: #3c3c3c;
}

/* line 1748, app/assets/stylesheets/general.css */
.height-40px {
  height: 40px !important;
}

/* line 1751, app/assets/stylesheets/general.css */
.border-right-gray {
  border-right: 1px solid #E4E8ED;
}

/* line 1754, app/assets/stylesheets/general.css */
.active-plans-container {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1758, app/assets/stylesheets/general.css */
.payment-method-container {
  border-radius: 0px 0px 10px 10px;
  background: #F7F9FD;
  border-radius: 0px 0px 10px 10px;
}

/* line 1763, app/assets/stylesheets/general.css */
.card-icon-container {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

/* line 1774, app/assets/stylesheets/general.css */
.card-svg {
  position: relative;
  top: -3px;
}

/* line 1778, app/assets/stylesheets/general.css */
.bottom-0 {
  bottom: 0px;
}

/* line 1781, app/assets/stylesheets/general.css */
.border-bright-gray {
  border: #E4E8ED solid;
}

/* line 1784, app/assets/stylesheets/general.css */
.border-y {
  border-width: 1px 0 1px 0;
}

/* line 1787, app/assets/stylesheets/general.css */
.border-t {
  border-width: 1px 0 0 0;
}

/* line 1790, app/assets/stylesheets/general.css */
.border-b {
  border-width: 0 0 1px 0;
}

/* line 1793, app/assets/stylesheets/general.css */
.hover-tr-table:hover, .hover-tr-table:active, .hover-tr-table:focus {
  background: #f8fafc !important;
}

/* line 1796, app/assets/stylesheets/general.css */
.whitespace-normal {
  white-space: normal;
}

/* line 1800, app/assets/stylesheets/general.css */
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 1803, app/assets/stylesheets/general.css */
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* line 1806, app/assets/stylesheets/general.css */
.trial-picker-container {
  min-height: 120px;
  -webkit-box-shadow: 0 3px 2px -2px #e4e8ed;
          box-shadow: 0 3px 2px -2px #e4e8ed;
  border-top: 1px solid #e4e8ed;
}

/* line 1811, app/assets/stylesheets/general.css */
.p-2 {
  padding: 0.5rem;
}

/* line 1814, app/assets/stylesheets/general.css */
.w-7-12 {
  width: 58.333333%;
}

/* line 1817, app/assets/stylesheets/general.css */
.justify-space-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 1820, app/assets/stylesheets/general.css */
.border {
  border-width: 1px !important;
}

/* line 1823, app/assets/stylesheets/general.css */
.border-1\.5 {
  border-width: 1.5px;
}

/* line 1826, app/assets/stylesheets/general.css */
.bottom-2 {
  bottom: 0.5rem;
}

/* line 1829, app/assets/stylesheets/general.css */
.vc-reset .vc-title {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

/* line 1835, app/assets/stylesheets/general.css */
.vc-reset .vc-arrows-container {
  padding: 0;
  height: 30px;
}

/* line 1839, app/assets/stylesheets/general.css */
.vc-reset .vc-arrows-container .vc-svg-icon {
  width: 25px;
  height: 25px;
  color: #000;
}

@media (max-height: 900px) {
  /* line 1845, app/assets/stylesheets/general.css */
  .url-modal.v--modal-overlay .v--modal-box,
.edit-modal.v--modal-overlay .v--modal-box,
.booking-modal.v--modal-overlay .v--modal-box {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
}

/* line 1853, app/assets/stylesheets/general.css */
.right-auto {
  right: auto !important;
}

/* line 1856, app/assets/stylesheets/general.css */
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 1868, app/assets/stylesheets/general.css */
.border-platinum {
  border: #e7e6ea solid;
}

/* line 1871, app/assets/stylesheets/general.css */
.bg-cultured {
  background: #f5f6fa;
}

/* line 1874, app/assets/stylesheets/general.css */
.bg-cultured-0\.2 {
  background: rgba(245, 246, 250, 0.2);
}

/* line 1877, app/assets/stylesheets/general.css */
.border-light-gray {
  border: 1px solid #eeedef !important;
}

/* line 1880, app/assets/stylesheets/general.css */
.border-gray-100 {
  border: 1px solid #E4E8ED;
}

/* line 1883, app/assets/stylesheets/general.css */
.border-b-gray-100 {
  border-bottom: 1px solid #E4E8ED;
}

/* line 1886, app/assets/stylesheets/general.css */
.border-t-gray-100 {
  border-top: 1px solid #E4E8ED;
}

/* line 1889, app/assets/stylesheets/general.css */
.h-7 {
  height: 1.25rem;
}

/* line 1892, app/assets/stylesheets/general.css */
.h-24 {
  height: 6rem;
}

/* line 1895, app/assets/stylesheets/general.css */
.h-28 {
  height: 7rem;
}

/* line 1898, app/assets/stylesheets/general.css */
.h-32 {
  height: 8rem;
}

/* line 1901, app/assets/stylesheets/general.css */
.h-34 {
  height: 8.5rem;
}

/* line 1904, app/assets/stylesheets/general.css */
.h-40 {
  height: 10rem;
}

/* line 1907, app/assets/stylesheets/general.css */
.color-royal-blue {
  color: #4273de !important;
}

/* line 1910, app/assets/stylesheets/general.css */
.w-24 {
  width: 6rem;
}

/* line 1913, app/assets/stylesheets/general.css */
.w-32 {
  width: 8rem;
}

/* line 1916, app/assets/stylesheets/general.css */
.w-48 {
  width: 12rem !important;
}

/* line 1919, app/assets/stylesheets/general.css */
.w-72 {
  width: 18rem;
}

/* line 1922, app/assets/stylesheets/general.css */
.text-silver-gray {
  color: #C4C4C4;
}

/* line 1925, app/assets/stylesheets/general.css */
.bg-silver-gray {
  background-color: #C4C4C4;
}

/* line 1928, app/assets/stylesheets/general.css */
.border-error-red {
  border: 1px #db3440 solid !important;
}

/* line 1931, app/assets/stylesheets/general.css */
.blur-home {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  pointer-events: none;
}

/* line 1935, app/assets/stylesheets/general.css */
.prevent-scroll {
  overflow: hidden;
}

/* line 1938, app/assets/stylesheets/general.css */
.w-4-6 {
  width: 66.666667%;
}

/* line 1941, app/assets/stylesheets/general.css */
.align-text-top {
  vertical-align: text-top;
}

/* line 1944, app/assets/stylesheets/general.css */
.h-px {
  height: 1px;
}

/* line 1947, app/assets/stylesheets/general.css */
.h-0\.5 {
  height: 2px;
}

/* line 1950, app/assets/stylesheets/general.css */
.bg-bright-gray {
  background-color: #e4e8ed !important;
}

/* line 1954, app/assets/stylesheets/general.css */
.rounded-bottom-lg {
  border-radius: 0 0 10px 10px;
}

/* line 1957, app/assets/stylesheets/general.css */
.text-green-yellow {
  color: #99c355;
}

/* line 1960, app/assets/stylesheets/general.css */
.bg-hawkes-blue {
  background: #d6e2fc;
}

/* line 1963, app/assets/stylesheets/general.css */
.bg-naples-yellow {
  background: #ffd964;
}

/* line 1966, app/assets/stylesheets/general.css */
.border-naples-yellow {
  border: #ffd964 solid;
}

/* line 1969, app/assets/stylesheets/general.css */
.trial-days-counter {
  padding: 4px 8px;
  background: #5BAF82;
  border-radius: 4px;
}

/* line 1974, app/assets/stylesheets/general.css */
.padding-top-4 {
  padding-top: 4rem;
}

/* line 1977, app/assets/stylesheets/general.css */
.padding-top-5 {
  padding-top: 5rem;
}

@media (max-width: 640px) {
  /* line 1982, app/assets/stylesheets/general.css */
  .slide-enter-active,
.slide-leave-active {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  /* line 1986, app/assets/stylesheets/general.css */
  .slide-enter,
.slide-leave-to {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
  }
}

/* line 1992, app/assets/stylesheets/general.css */
.home-box-container {
  -webkit-box-shadow: 0px 4px 30px rgba(202, 207, 227, 0.25);
          box-shadow: 0px 4px 30px rgba(202, 207, 227, 0.25);
}

/* line 1995, app/assets/stylesheets/general.css */
.whitespace-pre-wrap {
  white-space: pre-wrap;
}

/* line 1998, app/assets/stylesheets/general.css */
.left-auto {
  left: auto;
}

/* line 2001, app/assets/stylesheets/general.css */
.basis-full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

/* line 2004, app/assets/stylesheets/general.css */
.steps-home-container {
  margin-top: 10px;
  padding: 10px 1rem;
  min-height: 60px;
}

/* line 2009, app/assets/stylesheets/general.css */
.steps-home-container:hover {
  background: #f8fafc;
}

/* line 2012, app/assets/stylesheets/general.css */
.break-all {
  word-break: break-all;
}

/* line 2015, app/assets/stylesheets/general.css */
.break-word {
  word-break: break-word;
}

/* line 2018, app/assets/stylesheets/general.css */
.break-words {
  overflow-wrap: break-word;
}

/* line 2021, app/assets/stylesheets/general.css */
.svg-home-close {
  min-width: 11px;
  min-height: 10px;
}

/* line 2025, app/assets/stylesheets/general.css */
.mr-5 {
  margin-right: 1.25rem;
}

/* line 2028, app/assets/stylesheets/general.css */
.pr-5 {
  padding-right: 1.25rem;
}

/* line 2031, app/assets/stylesheets/general.css */
.pl-5 {
  padding-left: 1.25rem;
}

/* line 2034, app/assets/stylesheets/general.css */
.overflow-hidden {
  overflow: hidden;
}

/* line 2037, app/assets/stylesheets/general.css */
.text-blue-200 {
  color: #4090de;
}

/* line 2040, app/assets/stylesheets/general.css */
.text-blue-400 {
  color: #006ECD;
}

/* line 2043, app/assets/stylesheets/general.css */
.w-10-12 {
  width: 83.333333%;
}

/* line 2046, app/assets/stylesheets/general.css */
.animation-scroll-0 {
  max-height: 0;
  -webkit-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
}

/* line 2051, app/assets/stylesheets/general.css */
.animation-scroll {
  max-height: 1000px;
  -webkit-transition: max-height 0.35s ease-in;
  transition: max-height 0.35s ease-in;
  overflow: hidden;
}

/* line 2056, app/assets/stylesheets/general.css */
.w-1-4 {
  width: 25%;
}

/* line 2059, app/assets/stylesheets/general.css */
.dropdown-container {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  max-height: 165px;
  overflow: auto;
  width: 100%;
  border-radius: 6px;
}

/* line 2067, app/assets/stylesheets/general.css */
.pl-14 {
  padding-left: 3.5rem;
}

/* line 2070, app/assets/stylesheets/general.css */
.pr-14 {
  padding-right: 3.5rem;
}

/* line 2073, app/assets/stylesheets/general.css */
.footer-separator {
  background: #E4E8ED;
  -webkit-box-shadow: 0px 2px 4px #E4E8ED;
          box-shadow: 0px 2px 4px #E4E8ED;
  width: 100%;
  height: 1px;
}

/* line 2079, app/assets/stylesheets/general.css */
.delete-zoom .footer-container {
  padding: 0.6rem 2rem;
}

/* line 2082, app/assets/stylesheets/general.css */
.margin-top-1\.9 {
  margin-top: 1.9rem;
}

/* line 2085, app/assets/stylesheets/general.css */
.margin-top-1\.8 {
  margin-top: 1.8rem;
}

/* line 2088, app/assets/stylesheets/general.css */
.margin-left-0\.3 {
  margin-left: 0.3rem;
}

/* line 2091, app/assets/stylesheets/general.css */
.margin-left-0\.5 {
  margin-left: 0.5rem;
}

/* line 2094, app/assets/stylesheets/general.css */
.margin-left-0\.8 {
  margin-left: 0.8rem;
}

/* line 2097, app/assets/stylesheets/general.css */
.margin-left-1\.2 {
  margin-left: 1.2rem;
}

/* line 2100, app/assets/stylesheets/general.css */
.margin-left-1\.5 {
  margin-left: 1.5rem !important;
}

/* line 2103, app/assets/stylesheets/general.css */
.margin-left-1\.8 {
  margin-left: 1.8rem;
}

/* line 2106, app/assets/stylesheets/general.css */
.margin-top-1\.7 {
  margin-top: 1.7rem;
}

/* line 2109, app/assets/stylesheets/general.css */
.margin-top-1\.5 {
  margin-top: 1.5rem !important;
}

/* line 2112, app/assets/stylesheets/general.css */
.margin-top-0\.2 {
  margin-top: 0.2rem;
}

/* line 2115, app/assets/stylesheets/general.css */
.margin-top-0\.3 {
  margin-top: 0.3rem;
}

/* line 2118, app/assets/stylesheets/general.css */
.margin-top-0\.5 {
  margin-top: 0.5rem;
}

/* line 2121, app/assets/stylesheets/general.css */
.margin-top-0\.7 {
  margin-top: 0.7rem;
}

/* line 2124, app/assets/stylesheets/general.css */
.margin-top-0\.8 {
  margin-top: 0.8rem !important;
}

/* line 2127, app/assets/stylesheets/general.css */
.margin-bottom-0\.8 {
  margin-bottom: 0.8rem !important;
}

/* line 2130, app/assets/stylesheets/general.css */
.margin-bottom-0\.9 {
  margin-bottom: 0.9rem;
}

/* line 2133, app/assets/stylesheets/general.css */
.margin-bottom-1\.5 {
  margin-bottom: 1.5rem;
}

/* line 2136, app/assets/stylesheets/general.css */
.margin-bottom-1\.8 {
  margin-bottom: 1.8rem;
}

/* line 2139, app/assets/stylesheets/general.css */
.margin-bottom-2\.3 {
  margin-bottom: 2.3rem;
}

/* line 2142, app/assets/stylesheets/general.css */
.margin-top-1\.1 {
  margin-top: 1.1rem;
}

/* line 2145, app/assets/stylesheets/general.css */
.margin-right-0\.3 {
  margin-right: 0.3rem;
}

/* line 2148, app/assets/stylesheets/general.css */
.margin-right-0\.5 {
  margin-right: 0.5rem;
}

/* line 2151, app/assets/stylesheets/general.css */
.margin-right-1\.1 {
  margin-right: 1.1rem;
}

/* line 2154, app/assets/stylesheets/general.css */
.margin-top-1\.2 {
  margin-top: 1.2rem;
}

/* line 2157, app/assets/stylesheets/general.css */
.margin-top-1\.25 {
  margin-top: 1.25rem;
}

/* line 2160, app/assets/stylesheets/general.css */
.margin-top-2\.1 {
  margin-top: 2.1rem;
}

/* line 2163, app/assets/stylesheets/general.css */
.margin-top-2\.5 {
  margin-top: 2.5rem;
}

/* line 2166, app/assets/stylesheets/general.css */
.margin-top-2\.75 {
  margin-top: 2.75rem;
}

/* line 2169, app/assets/stylesheets/general.css */
.padding-top-0\.3 {
  padding-top: 0.3rem;
}

/* line 2172, app/assets/stylesheets/general.css */
.padding-top-0\.5 {
  padding-top: 0.5rem;
}

/* line 2175, app/assets/stylesheets/general.css */
.padding-top-1\.3 {
  padding-top: 1.3rem !important;
}

/* line 2178, app/assets/stylesheets/general.css */
.padding-top-1\.5 {
  padding-top: 1.5rem;
}

/* line 2181, app/assets/stylesheets/general.css */
.padding-right-0\.27 {
  padding-right: 0.27rem !important;
}

/* line 2184, app/assets/stylesheets/general.css */
.padding-right-0\.5 {
  padding-right: 0.5rem !important;
}

/* line 2187, app/assets/stylesheets/general.css */
.padding-right-1\.5 {
  padding-right: 1.5rem;
}

/* line 2190, app/assets/stylesheets/general.css */
.padding-right-2\.5 {
  padding-right: 2.5rem;
}

/* line 2193, app/assets/stylesheets/general.css */
.padding-left-0\.27 {
  padding-left: 0.27rem !important;
}

/* line 2196, app/assets/stylesheets/general.css */
.padding-left-0\.5 {
  padding-left: 0.5rem !important;
}

/* line 2199, app/assets/stylesheets/general.css */
.padding-left-1\.5 {
  padding-left: 1.5rem;
}

/* line 2202, app/assets/stylesheets/general.css */
.padding-bottom-0\.5 {
  padding-bottom: 0.5rem;
}

/* line 2205, app/assets/stylesheets/general.css */
.padding-bottom-0\.8 {
  padding-bottom: 0.8rem;
}

/* line 2208, app/assets/stylesheets/general.css */
.padding-bottom-1\.25 {
  padding-bottom: 1.25rem;
}

/* line 2211, app/assets/stylesheets/general.css */
.padding-bottom-1\.3 {
  padding-bottom: 1.35rem;
}

/* line 2214, app/assets/stylesheets/general.css */
.padding-bottom-1\.5 {
  padding-bottom: 1.5rem;
}

/* line 2217, app/assets/stylesheets/general.css */
.padding-bottom-6 {
  padding-bottom: 6rem;
}

/* line 2220, app/assets/stylesheets/general.css */
.margin-bottom-1\.2 {
  margin-bottom: 1.2rem;
}

/* line 2223, app/assets/stylesheets/general.css */
.margin-bottom-1\.3 {
  margin-bottom: 1.3rem;
}

/* line 2226, app/assets/stylesheets/general.css */
.margin-bottom-0\.5 {
  margin-bottom: 0.5rem;
}

/* line 2229, app/assets/stylesheets/general.css */
.margin-bottom-0\.4 {
  margin-bottom: 0.4rem;
}

/* line 2232, app/assets/stylesheets/general.css */
.right-0 {
  right: 0px;
}

/* line 2236, app/assets/stylesheets/general.css */
.text-red-action {
  color: #DB3440 !important;
}

/* line 2240, app/assets/stylesheets/general.css */
.mx-1-5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

/* line 2245, app/assets/stylesheets/general.css */
.ml-2 {
  margin-left: 0.5rem;
}

/* line 2249, app/assets/stylesheets/general.css */
.mr-2 {
  margin-right: 0.5rem;
}

/* line 2253, app/assets/stylesheets/general.css */
.text-jasper-red {
  color: #db3440;
}

/* line 2257, app/assets/stylesheets/general.css */
.right-0 {
  right: 0px;
}

/* line 2261, app/assets/stylesheets/general.css */
.w-44 {
  width: 11rem;
}

/* line 2265, app/assets/stylesheets/general.css */
.w-3-4 {
  width: 75%;
}

/* line 2269, app/assets/stylesheets/general.css */
.h-10 {
  height: 2.5rem;
}

/* line 2273, app/assets/stylesheets/general.css */
.w-10 {
  width: 2.5rem;
}

/* line 2277, app/assets/stylesheets/general.css */
.px-1 {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}

/* line 2282, app/assets/stylesheets/general.css */
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 2287, app/assets/stylesheets/general.css */
.cursor-text {
  cursor: text !important;
}

/* line 2291, app/assets/stylesheets/general.css */
.w-1-2 {
  width: 50% !important;
}

/* line 2295, app/assets/stylesheets/general.css */
.border-2 {
  border-width: 2px;
}

/* line 2299, app/assets/stylesheets/general.css */
.rounded-full {
  border-radius: 9999px;
}

/* line 2303, app/assets/stylesheets/general.css */
.w-4 {
  width: 1rem;
}

/* line 2307, app/assets/stylesheets/general.css */
.h-4 {
  height: 1rem;
}

/* line 2311, app/assets/stylesheets/general.css */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 2314, app/assets/stylesheets/general.css */
.tracking-wide {
  letter-spacing: 0.025em;
}

/* line 2318, app/assets/stylesheets/general.css */
.dropzone .dz-preview .dz-image, .dropzone .dz-preview .dz-details {
  z-index: 0 !important;
}

/* line 2322, app/assets/stylesheets/general.css */
.bg-gray-200 {
  background: #B8B8B8;
}

/* line 2325, app/assets/stylesheets/general.css */
.text-jasper-red {
  color: #db3440;
}

/* line 2328, app/assets/stylesheets/general.css */
.w-3-5 {
  width: 60%;
}

/* line 2331, app/assets/stylesheets/general.css */
.w-3-4 {
  width: 75%;
}

/* line 2334, app/assets/stylesheets/general.css */
.h-10 {
  height: 2.5rem;
}

/* line 2337, app/assets/stylesheets/general.css */
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 2341, app/assets/stylesheets/general.css */
.cursor-text {
  cursor: text !important;
}

/* line 2344, app/assets/stylesheets/general.css */
.w-1-2 {
  width: 50%;
}

/* line 2347, app/assets/stylesheets/general.css */
.select-custom.settings .vs__dropdown-toggle {
  border: 1px solid #E4E8ED;
  background: #fff;
}

/* line 2351, app/assets/stylesheets/general.css */
.select-custom.settings .vs__selected {
  color: #000;
}

/* line 2355, app/assets/stylesheets/general.css */
.select-custom.settings .vs__selected {
  color: #000;
}

/* line 2359, app/assets/stylesheets/general.css */
.select-custom.white .vs__dropdown-toggle {
  background: #fff;
}

/* line 2361, app/assets/stylesheets/general.css */
.select-custom.white .vs__dropdown-toggle:hover {
  border: 1px solid #B9BCC4 !important;
}

/* line 2367, app/assets/stylesheets/general.css */
.home-section {
  max-height: 0;
  -webkit-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
}

/* line 2373, app/assets/stylesheets/general.css */
.animation-home-section {
  max-height: 1000px;
  -webkit-transition: max-height 0.35s ease-in;
  transition: max-height 0.35s ease-in;
  overflow: hidden;
}

/* styles to v-select */
/* line 2379, app/assets/stylesheets/general.css */
.v-select-custom.order-position .vs__dropdown-toggle {
  background: #FFFFFF;
}

/* line 2382, app/assets/stylesheets/general.css */
.v-select-custom.order-position .vs__actions {
  padding: 0px 3px 0 0px;
}

/* line 2385, app/assets/stylesheets/general.css */
.v-select-custom.order-position .vs__dropdown-menu {
  max-height: 135px;
  min-width: auto;
}

/* line 2389, app/assets/stylesheets/general.css */
.v-select-custom .vs__dropdown-toggle {
  border: 1px solid #C1C7D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
  font-family: Roboto;
  font-style: normal;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  margin: 0;
  padding: 0;
}

/* line 2401, app/assets/stylesheets/general.css */
.v-select-custom.vs--disabled .vs__dropdown-toggle,
.v-select-custom.vs--disabled .vs__search,
.v-select-custom.vs--disabled .vs__open-indicator {
  background-color: #E4E8ED;
}

/* line 2406, app/assets/stylesheets/general.css */
.v-select-custom.select-focus .vs__dropdown-toggle,
.select-custom.select-focus .vs__dropdown-toggle,
.select-custom.settings .vs__dropdown-toggle:hover {
  border: 1px solid #4273DE !important;
  -webkit-box-shadow: 0px 1px 4px #C6CADC;
          box-shadow: 0px 1px 4px #C6CADC;
}

/* line 2413, app/assets/stylesheets/general.css */
.v-select-custom.select-focus .vs__dropdown-toggle,
.select-custom.select-focus .vs__dropdown-toggle,
.select-custom.dodger-blue .vs__dropdown-toggle:hover {
  border: 1px solid #4273DE !important;
}

/* line 2419, app/assets/stylesheets/general.css */
.select-custom.select-error .vs__dropdown-toggle {
  border: 1px solid #DB3440 !important;
}

/* line 2421, app/assets/stylesheets/general.css */
.select-custom.select-error .vs__dropdown-toggle:hover {
  border: 1px solid #DB3440 !important;
}

/* line 2427, app/assets/stylesheets/general.css */
.v-select-custom .vs__dropdown-toggle:hover {
  border: 1px solid #B9BCC4;
  -webkit-box-shadow: 0px 1px 4px #C6CADC;
          box-shadow: 0px 1px 4px #C6CADC;
}

/* line 2431, app/assets/stylesheets/general.css */
.v-select-custom .vs__selected {
  margin: 0;
}

/* line 2434, app/assets/stylesheets/general.css */
.v-select-custom.initial-selected .vs__selected {
  text-transform: initial;
}

/* line 2437, app/assets/stylesheets/general.css */
.v-select-custom [type="search"] {
  height: auto !important;
}

/* line 2440, app/assets/stylesheets/general.css */
.v-select-custom .vs__dropdown-option {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-family: Roboto;
}

/* line 2447, app/assets/stylesheets/general.css */
.v-select-custom .vs__open-indicator {
  fill: #A4AFB7 !important;
  margin-right: 0.2rem;
}

/* line 2451, app/assets/stylesheets/general.css */
.v-select-custom .vs__dropdown-option--highlight {
  background: #F7FBFD;
  height: 40px !important;
  font-size: 0.875rem;
  color: #000;
}

/* line 2457, app/assets/stylesheets/general.css */
.v-select-custom .vs__search, .select-custom .vs__search, .vs__search:focus {
  margin: 0 !important;
}

/* line 2460, app/assets/stylesheets/general.css */
.v-select-custom .vs__search::-webkit-input-placeholder, .select-custom .vs__search::-webkit-input-placeholder {
  color: #BCBCCB;
}
.v-select-custom .vs__search::-moz-placeholder, .select-custom .vs__search::-moz-placeholder {
  color: #BCBCCB;
}
.v-select-custom .vs__search:-ms-input-placeholder, .select-custom .vs__search:-ms-input-placeholder {
  color: #BCBCCB;
}
.v-select-custom .vs__search::-ms-input-placeholder, .select-custom .vs__search::-ms-input-placeholder {
  color: #BCBCCB;
}
.v-select-custom .vs__search::placeholder, .select-custom .vs__search::placeholder {
  color: #BCBCCB;
}

/* line 2463, app/assets/stylesheets/general.css */
.vs__dropdown-menu {
  font-size: 0.875rem;
  font-family: Poppins;
}

/* line 2467, app/assets/stylesheets/general.css */
.custom-date-picker .vc-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.875rem;
  font-family: 'Roboto';
}

/* line 2473, app/assets/stylesheets/general.css */
.h-15 {
  height: 3.75rem;
}

/* line 2477, app/assets/stylesheets/general.css */
.m-0-5 {
  margin-top: -0.125rem;
}

/* line 2481, app/assets/stylesheets/general.css */
.general-shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(202, 207, 227, 0.25);
          box-shadow: 0px 4px 10px rgba(202, 207, 227, 0.25);
}

/* line 2485, app/assets/stylesheets/general.css */
.bg-anti-flash-white {
  background: #f1f3f6;
}

/* line 2489, app/assets/stylesheets/general.css */
.pointer-events-none {
  pointer-events: none;
}

/* line 2493, app/assets/stylesheets/general.css */
.text-silver-sand {
  color: #bcbccb !important;
}

/* line 2496, app/assets/stylesheets/general.css */
.category-modal.v--modal-overlay .v--modal-box {
  overflow: inherit !important;
}

/* line 2500, app/assets/stylesheets/general.css */
.flip-list {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* line 2503, app/assets/stylesheets/general.css */
.no-move {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

/* line 2507, app/assets/stylesheets/general.css */
.placeholder-gray-100::-webkit-input-placeholder {
  color: #BCBCCB;
}
.placeholder-gray-100::-moz-placeholder {
  color: #BCBCCB;
}
.placeholder-gray-100:-ms-input-placeholder {
  color: #BCBCCB;
}
.placeholder-gray-100::-ms-input-placeholder {
  color: #BCBCCB;
}
.placeholder-gray-100::placeholder {
  color: #BCBCCB;
}

/* line 2511, app/assets/stylesheets/general.css */
.border-gray-200 {
  border: #E4E8ED solid;
}

/* line 2515, app/assets/stylesheets/general.css */
.border-lavender-gray {
  border: #C1C7D0 solid;
}

/* line 2519, app/assets/stylesheets/general.css */
.w-14 {
  width: 3.5rem;
}

/* line 2523, app/assets/stylesheets/general.css */
.text-bunker-gray {
  color: #202122;
}

/* line 2527, app/assets/stylesheets/general.css */
.align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 2531, app/assets/stylesheets/general.css */
.h-auto {
  height: auto;
}

/* line 2535, app/assets/stylesheets/general.css */
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 2539, app/assets/stylesheets/general.css */
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 2543, app/assets/stylesheets/general.css */
.h-12 {
  height: 3rem;
}

/* line 2547, app/assets/stylesheets/general.css */
.border-top-bright-gray {
  border-top: 1px solid #E4E8ED !important;
}

/* line 2551, app/assets/stylesheets/general.css */
.border-bottom-bright-gray {
  border-bottom: 1px solid #E4E8ED !important;
}

/* line 2555, app/assets/stylesheets/general.css */
.text-blue-300 {
  color: #2680e5;
}

/* line 2559, app/assets/stylesheets/general.css */
.text-black-200 {
  color: #222222;
}

/* line 2563, app/assets/stylesheets/general.css */
.text-green-100 {
  color: #99C355;
}

/* line 2567, app/assets/stylesheets/general.css */
.whitespace-nowrap {
  white-space: nowrap;
}

/* line 2571, app/assets/stylesheets/general.css */
.align-super {
  vertical-align: super;
}

/* line 2575, app/assets/stylesheets/general.css */
.text-gray-300 {
  color: #727272;
}

/* line 2579, app/assets/stylesheets/general.css */
.ml-auto {
  margin-left: auto;
}

/* line 2583, app/assets/stylesheets/general.css */
.text-gray-400 {
  color: #494949 !important;
}

/* line 2587, app/assets/stylesheets/general.css */
.text-gray-500 {
  color: #696969;
}

/* line 2591, app/assets/stylesheets/general.css */
.min-width-0 {
  min-width: 0;
}

/* line 2595, app/assets/stylesheets/general.css */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2600, app/assets/stylesheets/general.css */
.v--modal {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 30px 0 !important;
  border-radius: 10px !important;
}

/* line 2606, app/assets/stylesheets/general.css */
.-margin-top-0\.5 {
  margin-top: -0.5rem;
}

/* line 2610, app/assets/stylesheets/general.css */
.margin-auto {
  margin: auto;
}

/* line 2614, app/assets/stylesheets/general.css */
.top-0 {
  top: 0;
}

/* line 2618, app/assets/stylesheets/general.css */
.py-1\.2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

/* line 2623, app/assets/stylesheets/general.css */
.py-1\.25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 2628, app/assets/stylesheets/general.css */
.bg-gray-300 {
  background-color: #f8f9fb !important;
}

/* line 2632, app/assets/stylesheets/general.css */
.text-gray-50 {
  color: #626262;
}

/* line 2636, app/assets/stylesheets/general.css */
.w-128 {
  width: 32rem;
}

/* line 2640, app/assets/stylesheets/general.css */
.text_error {
  color: red;
}

/* line 2644, app/assets/stylesheets/general.css */
.w-2-6 {
  width: 33.333333%;
}

/* line 2648, app/assets/stylesheets/general.css */
.overflow-x-auto {
  overflow-x: auto;
}

/* line 2652, app/assets/stylesheets/general.css */
.bg-blue-200 {
  background-color: #4c6294;
}

/* line 2656, app/assets/stylesheets/general.css */
.padding-top-6 {
  padding-top: 6rem;
}

/* line 2660, app/assets/stylesheets/general.css */
.padding-top-7 {
  padding-top: 7rem;
}

/* line 2664, app/assets/stylesheets/general.css */
.origin-top-left {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

/* line 2667, app/assets/stylesheets/general.css */
.left-0 {
  left: 0;
}

/* line 2670, app/assets/stylesheets/general.css */
.origin-top-right {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

/* line 2673, app/assets/stylesheets/general.css */
.origin-top {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

/* line 2676, app/assets/stylesheets/general.css */
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

/* line 2681, app/assets/stylesheets/general.css */
.duration-200 {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

/* line 2684, app/assets/stylesheets/general.css */
.duration-75 {
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

/* line 2687, app/assets/stylesheets/general.css */
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* line 2690, app/assets/stylesheets/general.css */
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* line 2693, app/assets/stylesheets/general.css */
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* line 2703, app/assets/stylesheets/general.css */
.opacity-0 {
  opacity: 0;
}

/* line 2706, app/assets/stylesheets/general.css */
.opacity-100 {
  opacity: 1;
}

/* line 2709, app/assets/stylesheets/general.css */
.scale-95 {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 2712, app/assets/stylesheets/general.css */
.scale-100 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 2715, app/assets/stylesheets/general.css */
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 2718, app/assets/stylesheets/general.css */
.padding-left-0\.2 {
  padding-left: 0.2rem !important;
}

/* line 2721, app/assets/stylesheets/general.css */
.padding-top-6 {
  padding-top: 6rem;
}

/* line 2724, app/assets/stylesheets/general.css */
.padding-top-7 {
  padding-top: 7rem;
}

/* line 2727, app/assets/stylesheets/general.css */
.text-gray-800 {
  color: #313131;
}

/* line 2730, app/assets/stylesheets/general.css */
.text-gray-900 {
  color: #4E4E4E;
}

/* line 2733, app/assets/stylesheets/general.css */
.text-green-200 {
  color: #529C60;
}

/* line 2736, app/assets/stylesheets/general.css */
.more-services-icon {
  min-width: 10px;
  min-height: 10px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

/* line 2744, app/assets/stylesheets/general.css */
.v-select-custom.settings .vs__search {
  display: none !important;
}

/* line 2748, app/assets/stylesheets/general.css */
.v-select-custom.settings .vs__selected {
  text-transform: lowercase;
}

/* line 2752, app/assets/stylesheets/general.css */
.class-table-container {
  padding: 10px 15px 10px 35px;
}

/* line 2755, app/assets/stylesheets/general.css */
.class-table-container:hover {
  background: #F1F4F8;
}

/* line 2758, app/assets/stylesheets/general.css */
.optional-badge {
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  font-size: 10px;
  background-color: #F2F3F9;
  color: #707070;
}

/* line 2766, app/assets/stylesheets/general.css */
.activity-type {
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 5px;
  font-weight: 500;
}

/* line 2772, app/assets/stylesheets/general.css */
.group-activity {
  color: #4672BF;
  background: #E0EDFF;
}

/* line 2776, app/assets/stylesheets/general.css */
.personal-activity {
  background: #30C48E;
}

/* line 2779, app/assets/stylesheets/general.css */
.secret-activity {
  background: #bcbccb;
}

/* line 2782, app/assets/stylesheets/general.css */
.event-activity {
  color: #6D28D9;
  background: #E6E7FF;
}

/* line 2786, app/assets/stylesheets/general.css */
.text-gray-100 {
  color: #4B4B4B;
}

/* line 2789, app/assets/stylesheets/general.css */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* line 2793, app/assets/stylesheets/general.css */
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
}

/* line 2796, app/assets/stylesheets/general.css */
.custom-scrollbar::-webkit-scrollbar * {
  background: transparent;
}

/* line 2799, app/assets/stylesheets/general.css */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #7B7B7D;
}

/* line 2802, app/assets/stylesheets/general.css */
.border-none {
  border: none;
}

/* line 2805, app/assets/stylesheets/general.css */
.h-screen {
  height: 100vh;
}

/* line 2808, app/assets/stylesheets/general.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 2811, app/assets/stylesheets/general.css */
.hover-opacity-70:hover {
  opacity: 0.70;
}

/* line 2814, app/assets/stylesheets/general.css */
.bg-green-100 {
  background: #6CBFAE;
}

/* line 2817, app/assets/stylesheets/general.css */
.whitespace-nowrap {
  white-space: nowrap;
}

/* line 2820, app/assets/stylesheets/general.css */
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 2823, app/assets/stylesheets/general.css */
.border-gray-300 {
  border: 1px solid #C1C7D0;
}

/* line 2826, app/assets/stylesheets/general.css */
.overflow-x-auto {
  overflow-x: auto;
}

/* line 2829, app/assets/stylesheets/general.css */
.w-20 {
  width: 5rem;
  /* 80px */
}

/* line 2832, app/assets/stylesheets/general.css */
.w-24 {
  width: 6rem;
  /* 96px */
}

/* line 2835, app/assets/stylesheets/general.css */
.w-28 {
  width: 7rem;
  /* 112px */
}

/* line 2838, app/assets/stylesheets/general.css */
.w-36 {
  width: 9rem;
  /* 144px */
}

/* line 2841, app/assets/stylesheets/general.css */
.w-40 {
  width: 10rem;
  /* 160px */
}

/* line 2844, app/assets/stylesheets/general.css */
.w-44 {
  width: 11rem;
  /* 176px */
}

/* line 2847, app/assets/stylesheets/general.css */
.v-select-custom.service-select .vs__dropdown-menu {
  height: 250px !important;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0 0 6px 6px !important;
}

/* line 2852, app/assets/stylesheets/general.css */
.plan-name {
  font-size: 0.75rem;
  font-family: "Apercu Regular Pro";
  line-height: 17px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

/* line 2861, app/assets/stylesheets/general.css */
.plan-tickets, .plan-date {
  font-family: "Apercu Regular Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 12px;
  color: #707070;
  margin-bottom: 0;
  display: block;
}

/* line 2871, app/assets/stylesheets/general.css */
.late-cancel-badge {
  min-height: 16px;
  margin-left: 10px;
  padding: 2px 5px;
  background: rgba(71, 71, 71, 0.6);
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 2889, app/assets/stylesheets/general.css */
.v-select-custom.top .vs__dropdown-menu {
  bottom: calc(100% - 0px) !important;
  top: auto !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 2897, app/assets/stylesheets/general.css */
.v-select-custom.top {
  background: #FFF;
}

/* line 2900, app/assets/stylesheets/general.css */
.v-select-custom.top.vs--open .vs__dropdown-toggle {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

/* line 2906, app/assets/stylesheets/general.css */
.v-select-custom.top .vs__open-indicator {
  width: auto !important;
}

/* line 2909, app/assets/stylesheets/general.css */
.v-select-custom.w-custom {
  width: 55px !important;
}

/* line 2912, app/assets/stylesheets/general.css */
.v-select-custom.w-custom input {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 2916, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__actions {
  padding: 4px 3px 0 0;
}

/* line 2919, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__dropdown-menu {
  width: auto !important;
  min-width: 100%;
  max-height: 150px;
}

/* line 2924, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__dropdown-toggle {
  border: 1px solid #E4E8ED;
}

/* line 2927, app/assets/stylesheets/general.css */
.v-select-custom.w-custom input[readonly] {
  background-color: transparent;
}

/* line 2930, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__selected {
  position: relative !important;
}

/* line 2933, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__dropdown-option {
  padding: 3px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 2937, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .list-header {
  padding: 5px 15px;
  text-align: center;
}

/* line 2941, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__dropdown-option--highlight {
  background-color: transparent;
}

/* line 2944, app/assets/stylesheets/general.css */
.v-select-custom.w-custom .vs__dropdown-option:hover,
.v-select-custom.w-custom .list-header:hover {
  background-color: #F7FBFD;
}

/* line 2948, app/assets/stylesheets/general.css */
.v-select-custom.w-custom.select-error .vs__dropdown-toggle, .v-select-custom.select-error .vs__dropdown-toggle {
  border: 1px solid #DB3440 !important;
}

/* line 2950, app/assets/stylesheets/general.css */
.v-select-custom.w-custom.select-error .vs__dropdown-toggle:hover, .v-select-custom.select-error .vs__dropdown-toggle:hover {
  border: 1px solid #DB3440 !important;
}

/* v-select with auto position with popper.js */
/* line 2955, app/assets/stylesheets/general.css */
.w-popper .vs__dropdown-toggle {
  border: 1px solid #E4E8ED;
}

/* line 2958, app/assets/stylesheets/general.css */
.w-popper.vs--open .vs__dropdown-toggle {
  border-bottom-color: #E4E8ED;
  border-radius: 4px !important;
}

/* line 2962, app/assets/stylesheets/general.css */
.dropdown-menu-popper {
  max-height: 200px !important;
  padding: 0 !important;
  margin: 8px 0px !important;
  min-width: unset !important;
  border-style: none !important;
  overflow-x: hidden;
}

/* line 2970, app/assets/stylesheets/general.css */
.dropdown-menu-popper .vs__dropdown-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 2974, app/assets/stylesheets/general.css */
.dropdown-menu-popper .vs__dropdown-option span {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 640px) {
  /* line 2970, app/assets/stylesheets/general.css */
  .dropdown-menu-popper .vs__dropdown-option {
    height: 40px;
  }
}

/* line 2986, app/assets/stylesheets/general.css */
.dropdown-menu-popper.is-small .vs__dropdown-option {
  padding: 3px 15px !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 2990, app/assets/stylesheets/general.css */
.dropdown-menu-popper .vs__dropdown-option--disabled {
  cursor: not-allowed;
}

/* line 2992, app/assets/stylesheets/general.css */
.dropdown-menu-popper .vs__dropdown-option--disabled span {
  color: #BCBCCB;
}

/* line 2996, app/assets/stylesheets/general.css */
.dropdown-menu-popper .vs__dropdown-option--highlight {
  background: #F7FBFD;
}

/* line 2999, app/assets/stylesheets/general.css */
[data-popper-placement='top'] {
  border-radius: 4px 4px 0 0 !important;
  border-top-style: solid;
  border-bottom-style: none;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15) !important;
}

/* line 3005, app/assets/stylesheets/general.css */
.margin-bottom-8 {
  margin-bottom: 8rem;
}

/* line 3008, app/assets/stylesheets/general.css */
.cat-row-empty {
  margin: 15px 10px 10px 10px;
}

/* line 3011, app/assets/stylesheets/general.css */
.cat-row-items {
  margin: 2px 10px 10px 10px;
}

/* line 3014, app/assets/stylesheets/general.css */
.category-row {
  background: #FFFFFF;
  border: 1px solid #E4E8ED;
  border-radius: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 3024, app/assets/stylesheets/general.css */
.plus-btn {
  margin-left: 10px;
  background: #F4F6FD;
  mix-blend-mode: multiply;
  border: 1px solid #006ECD;
  border-radius: 6px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Apercu Regular Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #006ECD;
  cursor: pointer;
}

/* line 3043, app/assets/stylesheets/general.css */
.blue-lbl {
  font-family: 'Apercu Regular Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #006ECD;
  cursor: pointer;
  margin-left: 0.5rem !important;
}

/* line 3053, app/assets/stylesheets/general.css */
.text-gray-600 {
  color: #343434;
}

/* line 3056, app/assets/stylesheets/general.css */
.bg-blue-300 {
  background-color: rgba(61, 128, 219, 0.12);
}

/* line 3059, app/assets/stylesheets/general.css */
.text-gray-700 {
  color: #909FB2;
}

/* line 3062, app/assets/stylesheets/general.css */
.text-shadow-none {
  text-shadow: none !important;
}

/* line 3065, app/assets/stylesheets/general.css */
.flatpickr-calendar {
  overflow: hidden;
}

/* line 3068, app/assets/stylesheets/general.css */
.text-gray-1000 {
  color: #2D2D2D;
}

/* line 3071, app/assets/stylesheets/general.css */
.grid {
  display: grid;
}

/* line 3074, app/assets/stylesheets/general.css */
.padding-x-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 3078, app/assets/stylesheets/general.css */
.text-gray-1100 {
  color: #71717A;
}

/* line 3081, app/assets/stylesheets/general.css */
.select-custom.taxes .vs__dropdown-toggle {
  border: 1.5px solid #c1c7d0 !important;
  background: #fff !important;
}

/* line 3085, app/assets/stylesheets/general.css */
.select-custom.taxes .vs__search {
  background-color: transparent !important;
}

/* line 3088, app/assets/stylesheets/general.css */
.select-custom.taxes.vs--disabled .vs__dropdown-toggle {
  background-color: #e4e8ed !important;
  border-color: #e4e8ed !important;
}

/* line 3092, app/assets/stylesheets/general.css */
.select-custom.taxes.vs--disabled .vs__selected {
  cursor: default !important;
}

/* line 3095, app/assets/stylesheets/general.css */
.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 3098, app/assets/stylesheets/general.css */
.select-custom.clients .vs__dropdown-option--highlight {
  background: transparent;
}

/* line 3101, app/assets/stylesheets/general.css */
.select-custom.clients .vs__dropdown-option--highlight:hover {
  background: #F7FBFD;
}

/* line 3104, app/assets/stylesheets/general.css */
.select-custom.taxes .vs__dropdown-toggle {
  height: 40px !important;
}

/* line 3107, app/assets/stylesheets/general.css */
.spinner {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}

/* line 3112, app/assets/stylesheets/general.css */
.padding-0\.5 {
  padding: 0.5rem;
}

/* line 3115, app/assets/stylesheets/general.css */
.share-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #25407C;
}

@media (max-width: 640px) {
  /* line 3115, app/assets/stylesheets/general.css */
  .share-title {
    font-size: 20px;
  }
}

/* line 3128, app/assets/stylesheets/general.css */
.text-gray-1200 {
  color: #333333;
}

/* line 3131, app/assets/stylesheets/general.css */
.overflow-auto {
  overflow: auto;
}

/* line 3134, app/assets/stylesheets/general.css */
.bg-blue-400 {
  background: #F5F8FE;
}

/* line 3137, app/assets/stylesheets/general.css */
.warning-client {
  font-weight: bold;
  color: #DB3440;
  margin-top: 30px;
  margin-bottom: 12px;
}

/* line 3143, app/assets/stylesheets/general.css */
.warning-overlap {
  border: 1px solid #fc8d1a;
  border-radius: 6px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Apercu Regular Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #5a5a5a !important;
}

/* line 3156, app/assets/stylesheets/general.css */
.v--modal-overlay[data-modal='internal-note-modal'],
.v--modal-overlay[data-modal='edit-order-modal'] {
  z-index: 70 !important;
}

/* line 3160, app/assets/stylesheets/general.css */
.v--modal-overlay[data-modal='create-appointment-modal'] {
  z-index: 50 !important;
}

/* line 3163, app/assets/stylesheets/general.css */
.sales-modal {
  background: #FFF;
  border-radius: 10px;
}

/* line 3167, app/assets/stylesheets/general.css */
.sales-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #E4E8ED;
}

@media (max-width: 640px) {
  /* line 3167, app/assets/stylesheets/general.css */
  .sales-modal-header {
    padding: 1.25rem;
  }
}

/* line 3177, app/assets/stylesheets/general.css */
.sales-modal-content {
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #E4E8ED;
  background: #F8FAFC;
}

@media (max-width: 640px) {
  /* line 3177, app/assets/stylesheets/general.css */
  .sales-modal-content {
    padding: 1.25rem;
  }
}

/* line 3185, app/assets/stylesheets/general.css */
.sales-modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 2.5rem;
}

@media (max-width: 640px) {
  /* line 3185, app/assets/stylesheets/general.css */
  .sales-modal-footer {
    padding: 1.25rem;
  }
}

/* line 3194, app/assets/stylesheets/general.css */
.input-note-container {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}

/* line 3200, app/assets/stylesheets/general.css */
.input-note-container textarea {
  width: 100%;
  padding: 8px 8px 22px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  margin-bottom: 0.5rem;
}

/* line 3210, app/assets/stylesheets/general.css */
.word-counter {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 10px;
  color: #707070;
  pointer-events: none;
}

/* line 3218, app/assets/stylesheets/general.css */
.word-counter span {
  color: #707070;
}

@media (max-width: 640px) {
  /* line 3223, app/assets/stylesheets/general.css */
  .internal-note-footer,
.internal-note-header,
.internal-note-content {
    padding: 1rem 1.5rem;
  }
}

/* line 3229, app/assets/stylesheets/general.css */
.text-black-300 {
  color: #171717;
}

/* line 3232, app/assets/stylesheets/general.css */
.text-black-400 {
  color: #272727;
}

/* line 3235, app/assets/stylesheets/general.css */
.truncate-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 3241, app/assets/stylesheets/general.css */
.text-gray-75 {
  color: #979797 !important;
}

/* line 3244, app/assets/stylesheets/general.css */
.flag-already-booked {
  color: #80BDAF;
  font-size: 9px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 3251, app/assets/stylesheets/general.css */
.flag-already-booked svg {
  margin-right: 0.2rem;
}

/* line 3254, app/assets/stylesheets/general.css */
.text-error-amount {
  color: #EF4C4E;
}

/* line 3258, app/assets/stylesheets/general.css */
.intro-offer-tag {
  padding: 0 8px !important;
  border-radius: 4px !important;
  height: 16px !important;
  background: #FEF7BE !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  color: #C5B002;
  margin-left: 8px;
  text-transform: capitalize;
}

/* line 3269, app/assets/stylesheets/general.css */
.rounded-sm {
  border-radius: 4px;
}

/* line 3273, app/assets/stylesheets/general.css */
.text-gray-1300 {
  color: #C1C7D0 !important;
}

/* line 1, app/assets/stylesheets/header.css */
header.main-header {
  -webkit-background-size: cover;
          background-size: cover;
  background: #eff1f3 url(/assets/header-6e74c2f0410f396935bd1ed7bc375473c8f89a28441557c35928c820e27007dc.jpg) no-repeat center bottom;
  min-height: 80vh;
}

/* line 7, app/assets/stylesheets/header.css */
.header.main-header {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media screen and (max-width: 639px) {
  /* line 13, app/assets/stylesheets/header.css */
  .header.main-header {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

/* line 20, app/assets/stylesheets/header.css */
.fitu {
  padding-bottom: 1em;
}

/* line 24, app/assets/stylesheets/header.css */
.slogan h1,
.slogan h2 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #fff;
}

/* line 32, app/assets/stylesheets/header.css */
.slogan h1 {
  font-size: 2.2em;
}

/* line 36, app/assets/stylesheets/header.css */
.slogan h2 {
  font-size: 1.2em;
}

/* line 40, app/assets/stylesheets/header.css */
.terms {
  margin-top: 10px;
  font-family: Poppins;
  font-weight: lighter;
  font-size: 13px;
  line-height: 19px;
  color: #3b3b3b;
}

/* line 49, app/assets/stylesheets/header.css */
.terms a {
  color: #1d6dc9;
}

/* line 52, app/assets/stylesheets/header.css */
.terms .text-login {
  margin-top: 10px;
}

/* line 55, app/assets/stylesheets/header.css */
.terms .text-login a {
  color: #3b3b3b;
  text-decoration: underline;
  font-weight: bold;
}

/* line 61, app/assets/stylesheets/header.css */
.header-pages {
  padding: 3em 0;
  text-align: center;
}

@media screen and (max-width: 639px) {
  /* line 67, app/assets/stylesheets/header.css */
  .header-pages {
    padding: 1em 0;
  }
}

/* line 72, app/assets/stylesheets/header.css */
header.pages {
  min-height: 60vh;
}

/* new login */
/* line 78, app/assets/stylesheets/header.css */
.header-blue {
  background-color: #006dcc;
  padding: 10px 0;
}

/* line 83, app/assets/stylesheets/header.css */
.url-web {
  background-color: #d6e2fc;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1em;
  margin-left: 20px;
}

/* line 92, app/assets/stylesheets/header.css */
.url-web a {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #25407c;
}

/* line 1, app/assets/stylesheets/footer.css */
footer {
  background: #000;
  padding: 1em;
  color: #fff;
}

/* line 7, app/assets/stylesheets/footer.css */
footer .links {
  text-align: right;
}

/* line 11, app/assets/stylesheets/footer.css */
footer .links a::after {
  border-right: 1px #fff solid;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin: 0 1em;
}

/* line 19, app/assets/stylesheets/footer.css */
footer .links a:last-child::after {
  content: none;
}

@media screen and (max-width: 920px) {
  /* line 24, app/assets/stylesheets/footer.css */
  footer .links a {
    display: block;
    margin: 0.6em 0;
  }
  /* line 29, app/assets/stylesheets/footer.css */
  footer .links a::after {
    border-right: 0;
  }
}

@media screen and (max-width: 639px) {
  /* line 35, app/assets/stylesheets/footer.css */
  footer {
    padding: 2em 0 0;
  }
  /* line 39, app/assets/stylesheets/footer.css */
  footer .columns {
    padding-bottom: 1em;
    text-align: center;
  }
  /* line 44, app/assets/stylesheets/footer.css */
  footer .links {
    text-align: center;
  }
  /* line 48, app/assets/stylesheets/footer.css */
  footer .links a {
    margin: 1em 0;
  }
  /* line 52, app/assets/stylesheets/footer.css */
  footer .links a::after {
    content: none;
  }
}

/* line 57, app/assets/stylesheets/footer.css */
.fitu-footer {
  padding: 0;
}

@media (max-width: 780px) {
  /* line 62, app/assets/stylesheets/footer.css */
  .fitu-footer {
    width: 50%;
  }
}

/* line 67, app/assets/stylesheets/footer.css */
.login-wrapper .footer {
  background: #000;
  padding: 0 0;
}

/* line 72, app/assets/stylesheets/footer.css */
.login-wrapper footer {
  background: #000;
}

/* Smoothness style sheet for jQuery Datepicker v5.0.1. */
/* line 2, app/assets/stylesheets/smoothness.datepick.css */
.datepick {
  background-color: #fff;
  color: #222;
  border: 1px solid #aaa;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 90%;
}

/* line 12, app/assets/stylesheets/smoothness.datepick.css */
.datepick-rtl {
  direction: rtl;
}

/* line 15, app/assets/stylesheets/smoothness.datepick.css */
.datepick-popup {
  z-index: 1000;
}

/* line 18, app/assets/stylesheets/smoothness.datepick.css */
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 25, app/assets/stylesheets/smoothness.datepick.css */
.datepick a {
  color: #222;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/smoothness.datepick.css */
.datepick a.datepick-disabled {
  color: #888;
  cursor: auto;
}

/* line 33, app/assets/stylesheets/smoothness.datepick.css */
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/smoothness.datepick.css */
.datepick-nav, .datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #fff;
  font-size: 90%;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/smoothness.datepick.css */
.datepick-ctrl {
  background-color: #fee6e3;
}

/* line 53, app/assets/stylesheets/smoothness.datepick.css */
.datepick-cmd {
  width: 30%;
}

/* line 56, app/assets/stylesheets/smoothness.datepick.css */
.datepick-cmd:hover {
  background-color: #e0e0e0;
}

/* line 59, app/assets/stylesheets/smoothness.datepick.css */
.datepick-ctrl .datepick-cmd:hover {
  background-color: #f08080;
}

/* line 62, app/assets/stylesheets/smoothness.datepick.css */
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
  width: 8%;
}

/* line 65, app/assets/stylesheets/smoothness.datepick.css */
a.datepick-cmd {
  height: 1.5em;
}

/* line 68, app/assets/stylesheets/smoothness.datepick.css */
button.datepick-cmd {
  text-align: center;
}

/* line 71, app/assets/stylesheets/smoothness.datepick.css */
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
  float: left;
  padding-left: 2%;
}

/* line 75, app/assets/stylesheets/smoothness.datepick.css */
.datepick-cmd-current, .datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}

/* line 80, app/assets/stylesheets/smoothness.datepick.css */
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}

/* line 85, app/assets/stylesheets/smoothness.datepick.css */
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}

/* line 92, app/assets/stylesheets/smoothness.datepick.css */
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
  float: right;
}

/* line 95, app/assets/stylesheets/smoothness.datepick.css */
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}

/* line 102, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-nav {
  float: left;
  text-align: center;
}

/* line 106, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}

/* line 112, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-nav span {
  color: #888;
}

/* line 115, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-row {
  clear: left;
}

/* line 118, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month {
  float: left;
  width: 15em;
  border: 1px solid #aaa;
  text-align: center;
}

/* line 124, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 1.5em;
  background-color: #e0e0e0;
  color: #222;
  font-weight: bold;
}

/* line 130, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-header select, .datepick-month-header input {
  height: 1.4em;
  border: none;
}

/* line 134, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month-header input {
  position: absolute;
  display: none;
}

/* line 138, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
}

/* line 142, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month thead {
  border-bottom: 1px solid #aaa;
}

/* line 145, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month th, .datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}

/* line 151, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month thead tr {
  border: 1px solid #aaa;
}

/* line 154, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td {
  background-color: #eee;
  border: 1px solid #aaa;
}

/* line 158, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td.datepick-week * {
  background-color: #e0e0e0;
  color: #222;
  border: none;
}

/* line 163, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #eee;
  color: #000;
  text-decoration: none;
}

/* line 171, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}

/* line 176, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td span {
  color: #888;
}

/* line 179, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td .datepick-other-month {
  background-color: #fff;
}

/* line 182, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td .datepick-weekend {
  background-color: #ddd;
}

/* line 185, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td .datepick-today {
  background-color: #fbf9ee;
}

/* line 188, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td .datepick-highlight {
  background-color: #dadada;
}

/* line 191, app/assets/stylesheets/smoothness.datepick.css */
.datepick-month td .datepick-selected {
  background-color: #fcc;
}

/* line 194, app/assets/stylesheets/smoothness.datepick.css */
.datepick-status {
  clear: both;
  text-align: center;
}

/* line 198, app/assets/stylesheets/smoothness.datepick.css */
.datepick-clear-fix {
  clear: both;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* line 173, app/assets/stylesheets/dropzone.css */
.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 176, app/assets/stylesheets/dropzone.css */
.dropzone {
  min-height: 150px;
  border: 2px dashed #0087F7;
  background: white;
  padding: 20px 20px;
  margin-top: 1em;
}

/* line 182, app/assets/stylesheets/dropzone.css */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/dropzone.css */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 186, app/assets/stylesheets/dropzone.css */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 188, app/assets/stylesheets/dropzone.css */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 190, app/assets/stylesheets/dropzone.css */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 192, app/assets/stylesheets/dropzone.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 194, app/assets/stylesheets/dropzone.css */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 197, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 203, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 205, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 207, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 211, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 213, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 215, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 221, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 227, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 229, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 231, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 244, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 247, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 249, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 252, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 255, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 257, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 261, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 269, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 277, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 279, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 285, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 292, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 302, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 306, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 313, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 320, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 326, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 341, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 354, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 356, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 359, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 380, app/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 391, app/assets/stylesheets/dropzone.css */
form.even {
  background: #cecece;
}

/* line 395, app/assets/stylesheets/dropzone.css */
form.even, form.odd {
  margin-top: 0.5em;
  padding: 0.3em;
}

/* line 399, app/assets/stylesheets/dropzone.css */
form.even img, form.odd img {
  height: 100px;
}

/* line 404, app/assets/stylesheets/dropzone.css */
.dropzone {
  background: #dbdfe4;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: auto;
  padding: 1em;
}

/* line 414, app/assets/stylesheets/dropzone.css */
.dropzone .dz-message {
  margin: 0;
}

/* line 6, app/assets/stylesheets/responsive-card-table.scss */
.responsive-card-table {
  border-collapse: collapse;
  font-size: .8em;
  width: 100%;
}

/* line 11, app/assets/stylesheets/responsive-card-table.scss */
.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

/* line 14, app/assets/stylesheets/responsive-card-table.scss */
.responsive-card-table tr {
  border-bottom: 1px solid #ccc;
}

/* line 18, app/assets/stylesheets/responsive-card-table.scss */
.responsive-card-table tr:last-child {
  border-bottom: 0;
}

/* line 21, app/assets/stylesheets/responsive-card-table.scss */
.responsive-card-table td {
  padding: .5em .1em;
}

@media screen and (max-width: 880px) {
  /* line 6, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table {
    /* Get table cells to act like rows */
  }
  /* line 26, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  /* line 32, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table tr {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
  }
  /* line 38, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  /* line 43, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table td {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: red;
    padding-left: 50%;
    position: relative;
  }
  /* line 52, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -90%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  /* line 63, app/assets/stylesheets/responsive-card-table.scss */
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 125, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 2, app/assets/stylesheets/sections/_integrations.scss */
#mindbody-settings label {
  display: block;
  margin-bottom: 0.3em;
  margin-top: 1em;
}

/* line 8, app/assets/stylesheets/sections/_integrations.scss */
#mindbody-settings input[type=text] {
  width: 100%;
}

/* line 12, app/assets/stylesheets/sections/_integrations.scss */
#mindbody-settings .switch-paddle {
  margin: 0;
}

/* line 17, app/assets/stylesheets/sections/_integrations.scss */
.service {
  -ms-box-shadow: 0px 0px 4px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 4px 2px #dddddd;
  box-shadow: 0px 0px 4px 2px #dddddd;
}

/* line 20, app/assets/stylesheets/sections/_integrations.scss */
.service .status {
  bottom: 0;
  padding: 0.5em;
  position: absolute;
  right: 0;
}

/* line 27, app/assets/stylesheets/sections/_integrations.scss */
.service .settings {
  bottom: 0;
  padding: 0.5em;
  position: absolute;
  left: 0;
}

/* line 1, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-wrapper.content {
  padding-left: 0;
}

/* line 3, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-wrapper.content .padding-wrapper {
  padding: 0 !important;
}

/* line 5, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-wrapper.content .wrapper-admin {
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-wrapper.content .onboarding-content {
  margin-top: 0;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 15, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-content {
  margin-top: 2em;
}

/* line 17, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding {
  font-family: Poppins;
  color: #3B3B3B;
}

/* line 20, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .signup {
  height: 100% !important;
}

@media (min-width: 1024px) and (min-height: 700px) {
  /* line 20, app/assets/stylesheets/sections/_onboarding.sass */
  .onboarding .signup {
    height: 100vh !important;
  }
}

@media (max-width: 640px) {
  /* line 20, app/assets/stylesheets/sections/_onboarding.sass */
  .onboarding .signup {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 640px) {
  /* line 27, app/assets/stylesheets/sections/_onboarding.sass */
  .onboarding .signup .content-form-login {
    margin-top: 0 !important;
  }
}

/* line 30, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .storefront-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  color: #3C3C3C;
}

/* line 39, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .content-login .prefix {
  color: #3B3B3B;
}

/* line 41, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding label {
  color: #000;
}

/* line 43, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding label.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 45, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding label.display-flex span {
  margin-left: 5px;
}

/* line 48, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .control input,
.onboarding .control select,
.onboarding .control textarea,
.onboarding .select2-container--default .select2-selection--multiple {
  border: 1px solid #F4F3F7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 54, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .icon-control {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 57, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .icon-control input {
  margin-bottom: 2px;
}

/* line 60, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .control label {
  padding-left: 0;
}

/* line 62, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .box-shadow {
  border-radius: 10px;
  margin-top: 1em;
}

/* line 65, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding label.file-image {
  background-color: white-space;
  text-align: left;
  font-size: .8em;
  color: #3B3B3B;
  border: 1px solid #F7F3FF;
  padding-bottom: 0;
}

/* line 72, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding label.file-image.logo-box {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  text-align: center;
  margin-top: -20px;
  border: none;
  padding: 0;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

/* line 82, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .icon-control i {
  font-size: 2em;
  color: #4273DE;
}

/* line 85, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .title-name {
  font-weight: bold;
  margin-top: 1.5em;
  display: block;
  color: #3B3B3B;
}

/* line 90, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .image-no-uploaded {
  border: 1px solid #F7F3FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* line 98, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .image-no-uploaded .no-image {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-transform: uppercase;
}

/* line 103, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .bg-gradient {
  height: 100%;
  color: black;
  background-image: -webkit-linear-gradient(21deg, #f2f6fc, #f2f6fc 49.95%, #5AA0DE 50%, #5AA0DE), url(/assets/login/fitu-path-785ba133e822713047259ad51caa675e177bb8fe4c6d6c7b540ae35c6f527ecc.png);
  background-image: linear-gradient(69deg, #f2f6fc, #f2f6fc 49.95%, #5AA0DE 50%, #5AA0DE), url(/assets/login/fitu-path-785ba133e822713047259ad51caa675e177bb8fe4c6d6c7b540ae35c6f527ecc.png);
}

/* line 108, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .title {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

/* line 114, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding .skip {
  color: #4273DE;
  font-size: 13px;
  line-height: 15px;
}

/* line 120, app/assets/stylesheets/sections/_onboarding.sass */
.btn-block {
  display: block;
  width: 100%;
}

/* line 124, app/assets/stylesheets/sections/_onboarding.sass */
.btn-icon-left {
  position: relative;
}

/* line 126, app/assets/stylesheets/sections/_onboarding.sass */
.btn-icon-left i {
  position: absolute;
  left: 25px;
  top: 15px;
}

/* line 131, app/assets/stylesheets/sections/_onboarding.sass */
.btn-icon-right {
  position: relative;
}

/* line 133, app/assets/stylesheets/sections/_onboarding.sass */
.btn-icon-right i {
  position: absolute;
  right: 25px;
  top: 15px;
}

/* line 138, app/assets/stylesheets/sections/_onboarding.sass */
.btn-larger {
  width: 360px;
  font-size: 16px;
  line-height: 24px;
  max-width: 360px;
  min-width: 300px;
}

@media (max-width: 480px) {
  /* line 138, app/assets/stylesheets/sections/_onboarding.sass */
  .btn-larger {
    width: 100%;
    min-width: 200px;
  }
}

/* line 148, app/assets/stylesheets/sections/_onboarding.sass */
.btn-medium {
  width: 200px;
  font-size: 16px;
  line-height: 24px;
  max-width: 200px;
  min-width: 100px;
}

@media (max-width: 480px) {
  /* line 148, app/assets/stylesheets/sections/_onboarding.sass */
  .btn-medium {
    width: 100%;
  }
}

/* line 156, app/assets/stylesheets/sections/_onboarding.sass */
.btn-blue-lighter {
  background-color: #f9fbfd;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #66A8E1;
}

/* line 162, app/assets/stylesheets/sections/_onboarding.sass */
.btn-blue-lighter:hover {
  opacity: 1;
  color: #437199;
}

/* line 166, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-dashboard {
  font-family: Poppins;
}

/* line 168, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-dashboard .step-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #25407C;
}

/* line 176, app/assets/stylesheets/sections/_onboarding.sass */
.onboarding-dashboard .box-content {
  background: #FFFFFF;
  border-radius: 10px;
}

/* line 186, app/assets/stylesheets/sections/_onboarding.sass */
.partner-forms-style {
  font-family: Poppins;
  color: #444444;
}

/* line 189, app/assets/stylesheets/sections/_onboarding.sass */
.partner-forms-style input[type="text"], .partner-forms-style select, .partner-forms-style textarea {
  color: #444444;
  border: 1px solid #F4F3F7 !important;
}

/* line 193, app/assets/stylesheets/sections/_onboarding.sass */
.partner-forms-style p {
  font-size: 13px;
}

/* line 196, app/assets/stylesheets/sections/_onboarding.sass */
.partner-forms-style label small {
  line-height: 12px;
  font-size: 11px;
}

/* line 199, app/assets/stylesheets/sections/_onboarding.sass */
.partner-forms-style small {
  font-size: 0.7rem;
  line-height: 12px;
  color: black;
}

/* line 204, app/assets/stylesheets/sections/_onboarding.sass */
.text-black {
  color: #000000;
}

/* line 207, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner {
  background: #FFFFFF;
  border: 1px solid #E4E8ED;
  -webkit-box-shadow: 0px 4px 10px rgba(202, 207, 227, 0.25);
          box-shadow: 0px 4px 10px rgba(202, 207, 227, 0.25);
  border-radius: 10px;
  padding: 20px 28px;
  color: black;
}

@media (max-width: 640px) {
  /* line 207, app/assets/stylesheets/sections/_onboarding.sass */
  .box-partner {
    border-radius: 6px;
    padding: 0.7rem 1rem;
  }
}

/* line 217, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner iframe {
  border: none;
}

/* line 219, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner p {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  color: #707070;
}

/* line 227, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner .title {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

/* line 233, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner .title.is-4 {
  font-size: 16px;
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner .control label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
}

/* line 241, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner .control label small {
  font-weight: normal;
  color: #707070;
}

/* line 244, app/assets/stylesheets/sections/_onboarding.sass */
.box-partner .control label.font-normal {
  font-weight: normal;
}

/* line 247, app/assets/stylesheets/sections/_onboarding.sass */
.form-onboarding {
  padding-top: 2.5em;
  padding-bottom: 3em;
}

/* line 250, app/assets/stylesheets/sections/_onboarding.sass */
.form-onboarding h4 {
  margin-bottom: 1em;
}

/* line 252, app/assets/stylesheets/sections/_onboarding.sass */
.form-onboarding .control > input[type="text"],
.form-onboarding .control > select {
  border: 1px solid #F4F3F7 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 0;
}

/* line 258, app/assets/stylesheets/sections/_onboarding.sass */
.form-onboarding small {
  color: #707070;
  font-size: 10px;
  line-height: 12px;
}

/* line 263, app/assets/stylesheets/sections/_onboarding.sass */
.box-success {
  font-family: Poppins;
  font-size: 14px;
  line-height: 24px;
  color: #25407c;
  background: rgba(214, 226, 252, 0.5);
  border-radius: 10px;
  padding: 1em;
}

/* line 4, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings input[type="text"],
.onboarding-dashboard #gral-settings select,
.new-dashboard-partners #gral-settings input[type="text"],
.new-dashboard-partners #gral-settings select {
  border: 1px solid rgba(204, 204, 204, 0.19);
}

/* line 8, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .file-uploaded,
.new-dashboard-partners #gral-settings .file-uploaded {
  background: rgba(247, 249, 254, 0.3);
  border: 1px solid #f4f3f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #000000;
  padding: 10px;
}

/* line 15, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .file-uploaded button,
.new-dashboard-partners #gral-settings .file-uploaded button {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .upload-file-container,
.new-dashboard-partners #gral-settings .upload-file-container {
  background: rgba(247, 249, 254, 0.3);
  border: 1px solid #f4f3f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
}

/* line 25, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .upload-file-container .title,
.new-dashboard-partners #gral-settings .upload-file-container .title {
  color: #25407c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 18px;
  margin: 0;
}

/* line 32, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .upload-file-container p,
.new-dashboard-partners #gral-settings .upload-file-container p {
  color: #707070;
}

/* line 35, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .upload-file-container input[type="file"],
.new-dashboard-partners #gral-settings .upload-file-container input[type="file"] {
  display: none;
}

/* line 38, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .upload-file-container .label-btn,
.new-dashboard-partners #gral-settings .upload-file-container .label-btn {
  color: #4273de;
  border: 1.5px solid #4273de;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  line-height: 24px;
}

/* line 46, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard #gral-settings .upload-file-container a,
.new-dashboard-partners #gral-settings .upload-file-container a {
  color: #000000;
}

/* line 51, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .small-style-helpers,
.new-dashboard-partners .small-style-helpers {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  display: block;
  color: #707070;
}

/* line 60, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .title,
.new-dashboard-partners .title {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 64, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .step-title,
.new-dashboard-partners .step-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #25407c;
}

@media (max-width: 768px) {
  /* line 64, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .onboarding-dashboard .step-title,
.new-dashboard-partners .step-title {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 76, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .step-title-2,
.new-dashboard-partners .step-title-2 {
  font-size: 24px;
  line-height: 36px;
  font-family: Poppins;
  font-style: normal;
  color: #25407c;
}

/* line 83, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .step-title-3,
.new-dashboard-partners .step-title-3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #3c3c3c;
}

/* line 92, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content,
.new-dashboard-partners .box-content {
  margin-top: 2em;
  margin-bottom: 2em;
  background: #ffffff;
  border-radius: 10px;
  padding: 2.5em 1em;
}

/* line 98, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content .control,
.new-dashboard-partners .box-content .control {
  margin-bottom: 1em;
}

/* line 101, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content label,
.new-dashboard-partners .box-content label {
  color: #000000;
  font-size: 15px;
}

/* line 105, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content small,
.new-dashboard-partners .box-content small {
  color: #707070;
  margin-top: -0.8rem;
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-family: Roboto;
}

/* line 114, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard input:disabled,
.onboarding-dashboard select:disabled,
.new-dashboard-partners input:disabled,
.new-dashboard-partners select:disabled {
  background-color: #f4f3f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f4f3f7;
}

/* line 121, app/assets/stylesheets/sections/_onboarding_steps.scss */
.new-menubar {
  font-size: 18px;
  line-height: 21px;
  background: rgba(255, 255, 255, 0.7);
  margin: 2em 0 1em 0;
}

/* line 126, app/assets/stylesheets/sections/_onboarding_steps.scss */
.new-menubar .active-li {
  color: #0058a4;
  border-bottom: 2px solid #0058a4;
  padding: 0.3em 1em;
}

/* line 133, app/assets/stylesheets/sections/_onboarding_steps.scss */
.nav-steps div[class^="step-"] {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  width: 25%;
}

/* line 138, app/assets/stylesheets/sections/_onboarding_steps.scss */
.nav-steps div.active[class^="step-"] {
  background-color: #006ecd;
}

/* line 144, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content .confirm-label label {
  margin-bottom: 10px;
}

/* line 148, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content .social-label small {
  margin-bottom: 8px;
  margin-top: -3px;
}

/* line 152, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content .social-label label {
  padding-bottom: 0;
}

/* line 157, app/assets/stylesheets/sections/_onboarding_steps.scss */
.social-icon i {
  font-size: 1.5em;
  color: #4273de;
}

/* line 161, app/assets/stylesheets/sections/_onboarding_steps.scss */
.social-icon .columns.large-12 {
  padding-left: 0;
}

/* line 164, app/assets/stylesheets/sections/_onboarding_steps.scss */
.social-icon .columns.large-21.medium-20.small-21 {
  padding-left: 0;
}

/* line 167, app/assets/stylesheets/sections/_onboarding_steps.scss */
.social-icon .align-custom .columns.large-1.small-3 {
  padding-top: 7px;
}

/* line 170, app/assets/stylesheets/sections/_onboarding_steps.scss */
.social-icon input {
  margin-bottom: 0;
  margin-top: 4px;
}

/* line 177, app/assets/stylesheets/sections/_onboarding_steps.scss */
.row.instagram .row.collapse,
.row.twitter .row.collapse {
  border: 1px solid #f4f3f7;
  border-radius: 5px;
  padding-left: 5px;
}

/* line 182, app/assets/stylesheets/sections/_onboarding_steps.scss */
.row.instagram input,
.row.twitter input {
  border: none !important;
  margin: 0;
  padding-left: 0;
}

/* line 187, app/assets/stylesheets/sections/_onboarding_steps.scss */
.row.instagram .prefix,
.row.twitter .prefix {
  color: #3b3b3b;
  font-family: Roboto;
  font-size: 14px;
}

/* line 194, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content label.file-image {
  border: 1px solid #f4f3f7;
  font-size: 0.8em;
  color: #3b3b3b;
  width: 122px;
  text-align: center;
}

/* line 202, app/assets/stylesheets/sections/_onboarding_steps.scss */
.img-upload-cover {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat !important;
  background-position: center;
}

/* line 211, app/assets/stylesheets/sections/_onboarding_steps.scss */
.img-upload-business-box {
  min-height: 122px;
  text-align: center;
  border-radius: 0 !important;
}

/* line 215, app/assets/stylesheets/sections/_onboarding_steps.scss */
.img-upload-business-box i {
  color: rgba(200, 173, 253, 0.65);
  font-size: 5em;
  opacity: 0.2;
  line-height: 122px;
}

/* line 223, app/assets/stylesheets/sections/_onboarding_steps.scss */
.img-upload-business-logo {
  min-height: 75px;
  margin-bottom: 1em;
  text-align: center;
  height: inherit;
  overflow: hidden;
}

/* line 229, app/assets/stylesheets/sections/_onboarding_steps.scss */
.img-upload-business-logo i {
  color: rgba(200, 173, 253, 0.65);
  font-size: 5em;
  opacity: 0.2;
  line-height: 82px;
}

/* line 236, app/assets/stylesheets/sections/_onboarding_steps.scss */
img.img-upload-business {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 640px) {
  /* line 236, app/assets/stylesheets/sections/_onboarding_steps.scss */
  img.img-upload-business {
    width: 100px;
    height: 100px;
  }
}

/* line 245, app/assets/stylesheets/sections/_onboarding_steps.scss */
.onboarding-dashboard .box-content .expertise-control small {
  margin-top: 5px;
}

/* line 249, app/assets/stylesheets/sections/_onboarding_steps.scss */
.form-a {
  border-right: 1px solid #f4f3f7;
}

@media (max-width: 1023px) {
  /* line 249, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .form-a {
    border: none;
  }
}

/* line 255, app/assets/stylesheets/sections/_onboarding_steps.scss */
.form-b {
  padding: 0 2em;
}

@media (max-width: 1023px) {
  /* line 255, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .form-b {
    border: none;
    padding: 0;
  }
}

/* line 262, app/assets/stylesheets/sections/_onboarding_steps.scss */
.txt-color-blue {
  color: #0058a4;
}

/* line 266, app/assets/stylesheets/sections/_onboarding_steps.scss */
.label-mobile {
  font-size: 13px;
  line-height: 15px;
}

/* line 271, app/assets/stylesheets/sections/_onboarding_steps.scss */
.show-for-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  /* line 271, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .show-for-mobile-only {
    display: block;
  }
}

/* line 278, app/assets/stylesheets/sections/_onboarding_steps.scss */
.show-medium-mobile {
  display: none;
}

@media (max-width: 1023px) {
  /* line 278, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .show-medium-mobile {
    display: block;
  }
}

@media (max-width: 1023px) {
  /* line 285, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .btn-block-mobile {
    width: 100% !important;
    min-width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 292, app/assets/stylesheets/sections/_onboarding_steps.scss */
  .show-for-medium-2 {
    display: block;
  }
}

/* line 274, app/assets/stylesheets/sections/_onboarding.sass */
.box-white-partner {
  margin-top: 2em;
  padding: 1em;
  background: #FFFFFF;
  border-radius: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

/* line 283, app/assets/stylesheets/sections/_onboarding.sass */
.box-white-partner thead, .box-white-partner tbody, .box-white-partner tfoot {
  background-color: #FFFFFF;
  border: none;
}

/* line 286, app/assets/stylesheets/sections/_onboarding.sass */
.box-white-partner thead {
  border-bottom: 1px solid #E4E8ED;
}

/* line 288, app/assets/stylesheets/sections/_onboarding.sass */
.box-white-partner thead th {
  padding: 1.3rem 0.625rem;
}

/* line 290, app/assets/stylesheets/sections/_onboarding.sass */
.box-white-partner tr:nth-child(even) {
  background-color: white;
}

/* line 292, app/assets/stylesheets/sections/_onboarding.sass */
.box-white-partner tbody th, .box-white-partner tbody td {
  padding: 1em;
}

/* line 295, app/assets/stylesheets/sections/_onboarding.sass */
.columns.is-bordered {
  border-left: 1px solid #F4F3F7;
}

@media (max-width: 767px) {
  /* line 295, app/assets/stylesheets/sections/_onboarding.sass */
  .columns.is-bordered {
    border-bottom: 1px solid #F4F3F7;
  }
}

/* line 300, app/assets/stylesheets/sections/_onboarding.sass */
.color-blue-navy {
  color: #25407c;
}

/* line 303, app/assets/stylesheets/sections/_onboarding.sass */
.no-padding {
  padding: 0 !important;
}

/* line 306, app/assets/stylesheets/sections/_onboarding.sass */
.title-bold {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding: 0.3em;
  display: inline-block;
}

/* line 316, app/assets/stylesheets/sections/_onboarding.sass */
.border-bottom-tr {
  border-bottom: 1px solid #F4F3F7;
}

/* line 319, app/assets/stylesheets/sections/_onboarding.sass */
.text-link {
  color: #006ECD;
}

/* line 321, app/assets/stylesheets/sections/_onboarding.sass */
.text-link.underline {
  text-decoration: underline;
}

/* line 323, app/assets/stylesheets/sections/_onboarding.sass */
.text-gray {
  color: #707070;
}

/* line 325, app/assets/stylesheets/sections/_onboarding.sass */
.small-onboarding {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}

/* line 331, app/assets/stylesheets/sections/_onboarding.sass */
.form-poppins {
  color: black;
}

/* line 334, app/assets/stylesheets/sections/_onboarding.sass */
.form-poppins .control label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}

/* line 338, app/assets/stylesheets/sections/_onboarding.sass */
.step-title {
  font-family: Poppins;
  font-style: normal;
}

/* line 341, app/assets/stylesheets/sections/_onboarding.sass */
.is-block {
  display: block;
}

/* line 343, app/assets/stylesheets/sections/_onboarding.sass */
.label-form {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

/* line 348, app/assets/stylesheets/sections/_onboarding.sass */
.select-kind-account {
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  padding: 1em 1em 0em 1em;
  margin-bottom: 20px;
  position: relative;
}

/* line 355, app/assets/stylesheets/sections/_onboarding.sass */
.select-kind-account:hover {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  border: 1.5px solid #3D80DB;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

/* line 359, app/assets/stylesheets/sections/_onboarding.sass */
.select-kind-account.active {
  border: 1.5px solid #3D80DB;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

/* line 362, app/assets/stylesheets/sections/_onboarding.sass */
.select-kind-account .title-kind-account {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #202020;
  margin-bottom: 20px;
}

/* line 369, app/assets/stylesheets/sections/_onboarding.sass */
.select-kind-account .title-kind-account h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #272727;
  margin-bottom: 6px;
}

/* line 376, app/assets/stylesheets/sections/_onboarding.sass */
.select-kind-account .title-kind-account span {
  font-size: 12px;
  color: #202020;
  display: inline-block;
  line-height: 1.2;
}

@media print, screen and (max-width: 1920px) and (min-width: 1500px) {
  /* line 383, app/assets/stylesheets/sections/_onboarding.sass */
  .xlarge-6 {
    max-width: 600px;
  }
}

/* line 387, app/assets/stylesheets/sections/_onboarding.sass */
figure.circle {
  background: #e6f4f5;
  border-radius: 9999px;
  height: 40px;
  width: 40px;
  overflow: hidden;
}

@media (max-width: 640px) {
  /* line 387, app/assets/stylesheets/sections/_onboarding.sass */
  figure.circle {
    height: 30px;
    width: 30px;
  }
}

/* line 396, app/assets/stylesheets/sections/_onboarding.sass */
figure.circle img {
  border: 0;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

/* line 405, app/assets/stylesheets/sections/_onboarding.sass */
#email-templates .font-500,
.email-templates .font-500 {
  font-weight: 500;
}

/* line 407, app/assets/stylesheets/sections/_onboarding.sass */
#email-templates .subtitle,
.email-templates .subtitle {
  font-size: 14px;
  line-height: 21px;
}

/* line 410, app/assets/stylesheets/sections/_onboarding.sass */
#email-templates table button,
.email-templates table button {
  color: #1d6dc9;
}

/* line 414, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .img-upload-business-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
}

/* line 418, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .icon-cover {
  color: rgba(200, 173, 253, 0.65);
  font-size: 5em;
  line-height: 82px;
}

/* line 422, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .options-upload-business {
  width: 100%;
  position: absolute;
  z-index: 50;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 430, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .options-upload-business .flex-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 411px) {
  /* line 430, app/assets/stylesheets/sections/_onboarding.sass */
  #form-storefront-preferences .options-upload-business .flex-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

/* line 440, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .options-upload-business .flex-options label, #form-storefront-preferences .options-upload-business .flex-options p {
  font-size: 12px;
  font-weight: 800;
  font-family: Poppins !important;
  color: #fff;
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  line-height: 0 !important;
  text-shadow: 2px 2px 4px #707070;
}

@media (max-width: 411px) {
  /* line 440, app/assets/stylesheets/sections/_onboarding.sass */
  #form-storefront-preferences .options-upload-business .flex-options label, #form-storefront-preferences .options-upload-business .flex-options p {
    font-size: 10px !important;
    margin-bottom: 0.5rem;
  }
}

/* line 453, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .storefront-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}

@media (max-width: 980px) {
  /* line 453, app/assets/stylesheets/sections/_onboarding.sass */
  #form-storefront-preferences .storefront-title {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
}

/* line 463, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .img-upload-business-logo {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: white;
  min-height: 100px;
  min-width: 100px;
}

/* line 470, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences .social input[type='text'] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 472, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences input[type='url'],
#form-storefront-preferences select,
#form-storefront-preferences textarea,
#form-storefront-preferences input[type='text'] {
  border: 1px solid #F4F3F7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
}

/* line 479, app/assets/stylesheets/sections/_onboarding.sass */
#form-storefront-preferences input[type='url']:focus,
#form-storefront-preferences select:focus,
#form-storefront-preferences textarea:focus,
#form-storefront-preferences input[type='text']:focus {
  border: 1px solid #25407C;
}

/* line 482, app/assets/stylesheets/sections/_onboarding.sass */
.entrepreneurs-title {
  margin-top: 3.1rem;
  margin-bottom: 1.4rem;
}

/* line 486, app/assets/stylesheets/sections/_onboarding.sass */
.free_trial_title {
  margin-bottom: 0.5rem !important;
}

/* line 489, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 640px) {
  /* line 489, app/assets/stylesheets/sections/_onboarding.sass */
  .testimonial-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 494, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.036062);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.036062);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 10px;
  width: 220px;
  height: auto;
  padding: 1.5rem;
  margin-right: 1rem;
}

@media (max-width: 640px) {
  /* line 494, app/assets/stylesheets/sections/_onboarding.sass */
  .testimonial-container .testimonial {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* line 509, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial .text {
  color: #19191B;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/* line 516, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial .top {
  margin-top: 2.4rem !important;
}

@media (max-width: 640px) {
  /* line 516, app/assets/stylesheets/sections/_onboarding.sass */
  .testimonial-container .testimonial .top {
    margin-top: 1.5rem !important;
  }
}

/* line 520, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial .reviewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

/* line 524, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial .reviewer img {
  margin-right: 1rem;
  height: 28px;
  width: 28px;
}

/* line 528, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial .reviewer h6 {
  margin-bottom: 0 !important;
  font-family: Poppins !important;
  font-size: 0.875rem !important;
  line-height: 18px !important;
  font-weight: 700;
}

@media (max-width: 640px) {
  /* line 528, app/assets/stylesheets/sections/_onboarding.sass */
  .testimonial-container .testimonial .reviewer h6 {
    font-size: 12px !important;
  }
}

/* line 536, app/assets/stylesheets/sections/_onboarding.sass */
.testimonial-container .testimonial .reviewer p {
  color: #696871 !important;
  font-size: 12px !important;
  font-family: Poppins !important;
  line-height: normal !important;
  margin-bottom: 0;
}

/* line 543, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up {
  padding: 2em;
  background-color: white;
  border-radius: 10px;
  width: 440px;
}

@media (max-width: 640px) {
  /* line 543, app/assets/stylesheets/sections/_onboarding.sass */
  .sign-up {
    border-radius: 0px;
    width: auto;
  }
}

/* line 551, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up hr {
  margin: 0.8em 0;
}

/* line 553, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .control {
  padding: 0.1em 0;
  margin-top: 10px;
}

/* line 556, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .control label {
  padding-bottom: 0.2rem;
}

/* line 558, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up p {
  margin: 0;
  padding: 0.5em 0;
}

/* line 561, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .errors {
  color: #DB3440;
  margin-top: 0.5rem;
  font-family: Roboto;
}

/* line 565, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up input {
  margin-bottom: 0;
  border: 1px solid #D3D6DF !important;
  font-size: 0.75rem !important;
}

/* line 569, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up input:hover {
  border: 1px solid #B9BCC4 !important;
  -webkit-filter: drop-shadow(0px 1px 4px #C6CADC);
          filter: drop-shadow(0px 1px 4px #C6CADC);
}

/* line 572, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up input:focus {
  border: 1px solid #006ECD !important;
  -webkit-filter: drop-shadow(0px 1px 4px #C6CADC);
          filter: drop-shadow(0px 1px 4px #C6CADC);
}

/* line 575, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up input::-webkit-input-placeholder {
  color: #BCBCCB;
}
.sign-up input::-moz-placeholder {
  color: #BCBCCB;
}
.sign-up input:-ms-input-placeholder {
  color: #BCBCCB;
}
.sign-up input::-ms-input-placeholder {
  color: #BCBCCB;
}
.sign-up input::placeholder {
  color: #BCBCCB;
}

/* line 577, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up input.border-red {
  border: 1px solid #DB3440 !important;
  -webkit-filter: none !important;
          filter: none !important;
}

/* line 580, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .text-login {
  font-family: "Apercu Regular Pro";
  font-size: 0.875rem;
}

/* line 583, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.2rem !important;
}

/* line 588, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up button svg {
  height: 1.25rem;
  width: 1.25rem;
  color: white;
  margin-left: 0.5rem;
}

/* line 593, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .terms {
  margin-top: 0.5rem !important;
  font-family: Poppins !important;
}

/* line 596, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .terms .signin {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

/* line 599, app/assets/stylesheets/sections/_onboarding.sass */
.sign-up .terms a {
  word-wrap: break-word;
  display: initial;
}

@media (max-width: 640px) {
  /* line 603, app/assets/stylesheets/sections/_onboarding.sass */
  .steps-onboarding {
    background: #fff;
    min-height: 100vh;
  }
}

/* line 608, app/assets/stylesheets/sections/_onboarding.sass */
.filter-shadow {
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.039));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.039));
}

/* line 611, app/assets/stylesheets/sections/_onboarding.sass */
.error-signup ul li {
  font-size: 0.875rem;
}

/* line 1, app/assets/stylesheets/sections/_app.scss */
:root {
  --title-color: #25407C;
  --primary-color: #006ECD;
  --primary-color-hover: #0161b5;
  --description-color: #474747;
}

/* line 8, app/assets/stylesheets/sections/_app.scss */
.app-container {
  font-family: Poppins;
}

/* line 12, app/assets/stylesheets/sections/_app.scss */
.flat {
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
}

/* line 19, app/assets/stylesheets/sections/_app.scss */
.delete-res-pad {
  padding: 1.5rem 3.5rem;
}

@media (max-width: 640px) {
  /* line 19, app/assets/stylesheets/sections/_app.scss */
  .delete-res-pad {
    padding: 1rem 22px;
  }
}

/* line 25, app/assets/stylesheets/sections/_app.scss */
.delete-res-pad-x {
  padding: 0 3.5rem;
}

@media (max-width: 640px) {
  /* line 25, app/assets/stylesheets/sections/_app.scss */
  .delete-res-pad-x {
    padding: 0 22px;
  }
}

/* line 32, app/assets/stylesheets/sections/_app.scss */
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-shadow);
          box-shadow: var(--tw-shadow);
}

/* line 37, app/assets/stylesheets/sections/_app.scss */
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

/* line 43, app/assets/stylesheets/sections/_app.scss */
.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

/* line 49, app/assets/stylesheets/sections/_app.scss */
.new-container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  /* line 49, app/assets/stylesheets/sections/_app.scss */
  .new-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/sections/_app.scss */
  .new-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  /* line 49, app/assets/stylesheets/sections/_app.scss */
  .new-container {
    max-width: 850px;
  }
}

/* line 63, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  /* line 63, app/assets/stylesheets/sections/_app.scss */
  .wrapper-full .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  /* line 63, app/assets/stylesheets/sections/_app.scss */
  .wrapper-full .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  /* line 63, app/assets/stylesheets/sections/_app.scss */
  .wrapper-full .container {
    max-width: 850px;
  }
}

/* line 77, app/assets/stylesheets/sections/_app.scss */
.wrapper-full {
  max-width: 1250px;
  margin: 0 auto;
}

/* line 80, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .step-title {
  margin-bottom: 0.5em;
}

/* line 83, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .subtitle-p {
  font-size: 14px;
}

/* line 87, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .font-size-9 {
  font-size: 9px !important;
}

/* line 90, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .font-size-10 {
  font-size: 10px !important;
}

/* line 93, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .font-size-11 {
  font-size: 11px !important;
}

/* line 96, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .font-size-12 {
  font-size: 12px !important;
}

/* line 99, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .font-size-14 {
  font-size: 14px !important;
}

/* line 102, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .item-black-poppins-14 {
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
}

/* line 107, app/assets/stylesheets/sections/_app.scss */
.wrapper-full .item-black-poppins-14 small {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  margin: 1em 0em;
  color: #707070;
}

/* line 119, app/assets/stylesheets/sections/_app.scss */
.font-size-24 {
  font-size: 24px !important;
}

/* line 122, app/assets/stylesheets/sections/_app.scss */
.wrapper-full-home {
  max-width: 850px;
  margin: 0 auto;
}

/* line 127, app/assets/stylesheets/sections/_app.scss */
.wrapper-full-home-2 {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 132, app/assets/stylesheets/sections/_app.scss */
.wrapper-full-home-3 {
  max-width: 560px;
  margin: 0 auto;
}

/* line 137, app/assets/stylesheets/sections/_app.scss */
.referred-msg {
  background: #d6e2fc;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding: 8px;
  margin-top: 15px;
  color: #25407c;
}

/* line 149, app/assets/stylesheets/sections/_app.scss */
.main-btn-fontsize {
  font-size: 14px !important;
}

@media (max-width: 640px) {
  /* line 149, app/assets/stylesheets/sections/_app.scss */
  .main-btn-fontsize {
    font-size: 12px !important;
  }
}

/* line 156, app/assets/stylesheets/sections/_app.scss */
.box-card {
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
}

/* line 163, app/assets/stylesheets/sections/_app.scss */
.box-card h4 {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}

/* line 169, app/assets/stylesheets/sections/_app.scss */
.box-card .card-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

/* line 175, app/assets/stylesheets/sections/_app.scss */
.box-card .card-icons img {
  width: 40px;
  margin-left: 5px;
}

/* line 181, app/assets/stylesheets/sections/_app.scss */
.input-dashboard-forms {
  margin-bottom: 0px;
  border: 1px solid #E4E8ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
  font-size: 14px;
  font-family: 'Roboto';
}

/* line 191, app/assets/stylesheets/sections/_app.scss */
.categories-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 196, app/assets/stylesheets/sections/_app.scss */
.categories-row label {
  float: left;
}

/* line 200, app/assets/stylesheets/sections/_app.scss */
.check-radio {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #A4AFB7;
  border-radius: 50%;
  margin-top: 0.1em;
}

/* line 209, app/assets/stylesheets/sections/_app.scss */
.check-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 214, app/assets/stylesheets/sections/_app.scss */
.radiocontainer input:checked ~ .check-radio {
  background-color: #4090df;
  border: transparent;
}

/* line 218, app/assets/stylesheets/sections/_app.scss */
.radiocontainer input:checked ~ .check-radio:after {
  display: block;
}

/* Style the check/indicator */
/* line 223, app/assets/stylesheets/sections/_app.scss */
.radiocontainer .check-radio:after {
  left: 6px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 234, app/assets/stylesheets/sections/_app.scss */
.checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 8px;
  min-width: 0;
}

/* Hide the browser's default checkbox */
/* line 246, app/assets/stylesheets/sections/_app.scss */
.checkbox-container input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 254, app/assets/stylesheets/sections/_app.scss */
.checkbox-container label {
  position: relative;
  text-align: center;
  width: auto;
  background-color: rgba(64, 144, 223, 0.4);
  color: white;
  border-radius: 20px;
  white-space: nowrap;
  padding: 0 1.5rem !important;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-family: Roboto;
}

@media (max-width: 640px) {
  /* line 254, app/assets/stylesheets/sections/_app.scss */
  .checkbox-container label {
    font-size: 11px;
  }
}

/* line 273, app/assets/stylesheets/sections/_app.scss */
.checkbox-container .check-disabled {
  color: #C4C4C4;
  background-color: white;
  border: 1px solid #C1C7D0;
  pointer-events: none;
  cursor: not-allowed;
}

/* line 281, app/assets/stylesheets/sections/_app.scss */
.checkbox-container .new-category {
  color: #4090df;
  background-color: white;
  border: 1px solid #E4E8ED;
}

/* Create a custom checkbox */
/* line 287, app/assets/stylesheets/sections/_app.scss */
.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
  border: none;
}

@media (max-width: 640px) {
  /* line 287, app/assets/stylesheets/sections/_app.scss */
  .check-mark {
    top: 1px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 300, app/assets/stylesheets/sections/_app.scss */
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 307, app/assets/stylesheets/sections/_app.scss */
.checkbox-container input:checked ~ .check-mark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 312, app/assets/stylesheets/sections/_app.scss */
.checkbox-container .check-mark:after {
  left: 12px;
  top: 6px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0px 1.2px 1.2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  /* line 312, app/assets/stylesheets/sections/_app.scss */
  .checkbox-container .check-mark:after {
    top: 3px;
  }
}

/* line 327, app/assets/stylesheets/sections/_app.scss */
.checkbox-container input[type="checkbox"]:checked + label {
  color: white;
  background-color: #4090df;
}

/* line 332, app/assets/stylesheets/sections/_app.scss */
.checkbox-container input[type="checkbox"] + label {
  margin-left: 0 !important;
  margin-right: 10px;
}

/* line 337, app/assets/stylesheets/sections/_app.scss */
.tip-content {
  position: absolute;
  top: 70%;
  left: 15px;
  font-size: 12px;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: none;
  z-index: 999;
}

/* line 350, app/assets/stylesheets/sections/_app.scss */
.tip-title-content {
  font-size: 10px;
  display: block;
}

/* line 354, app/assets/stylesheets/sections/_app.scss */
.tip-a:hover .tip-content {
  display: block;
}

/* line 357, app/assets/stylesheets/sections/_app.scss */
.drag-area:hover {
  background: #f8f9fd;
  border-radius: 10px;
}

/* line 361, app/assets/stylesheets/sections/_app.scss */
.ProseMirror {
  min-height: 180px;
}

/* line 364, app/assets/stylesheets/sections/_app.scss */
.ProseMirror:focus {
  outline: 0;
}

/* line 367, app/assets/stylesheets/sections/_app.scss */
.input-border-transparent {
  border: 1px solid #f4f3f7 !important;
  border-radius: 6px !important;
}

/* line 371, app/assets/stylesheets/sections/_app.scss */
.text-opacity {
  opacity: 0.5;
}

/* line 374, app/assets/stylesheets/sections/_app.scss */
.font-size-12 {
  font-size: 12px !important;
}

/* line 377, app/assets/stylesheets/sections/_app.scss */
.font-size-13 {
  font-size: 13px !important;
}

/* line 380, app/assets/stylesheets/sections/_app.scss */
.font-size-15 {
  font-size: 15px;
}

/* line 383, app/assets/stylesheets/sections/_app.scss */
.font-size-16 {
  font-size: 16px !important;
}

/* line 386, app/assets/stylesheets/sections/_app.scss */
.font-size-20 {
  font-size: 20px !important;
}

/* line 389, app/assets/stylesheets/sections/_app.scss */
.label-form-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  color: #000000;
}

/* line 398, app/assets/stylesheets/sections/_app.scss */
.h6-form-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #707070;
}

/* line 406, app/assets/stylesheets/sections/_app.scss */
.button-width {
  width: 45%;
}

/* line 409, app/assets/stylesheets/sections/_app.scss */
.button-all-width {
  width: 100%;
}

/* line 412, app/assets/stylesheets/sections/_app.scss */
.text-color-blue {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #4273de;
}

/* line 419, app/assets/stylesheets/sections/_app.scss */
.text-poppins-gray {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #707070;
}

/* line 426, app/assets/stylesheets/sections/_app.scss */
.btn-flat-white {
  border: 1px solid #006ECD;
  border-radius: 6px;
  font-family: Poppins;
  text-align: center;
  color: #006ECD;
  font-size: 14px;
  background-color: white;
  height: 48px;
}

/* line 436, app/assets/stylesheets/sections/_app.scss */
.btn-flat-white:hover {
  color: white;
  background-color: #006ECD;
}

/* line 440, app/assets/stylesheets/sections/_app.scss */
.btn-flat-red {
  border: 1px solid #ef4c4e !important;
  color: #ef4c4e;
}

/* line 444, app/assets/stylesheets/sections/_app.scss */
.btn-flat-red:hover {
  color: white;
  background-color: #ef4c4e !important;
}

/* line 448, app/assets/stylesheets/sections/_app.scss */
.btn-flat-border-6 {
  border-radius: 10px !important;
}

/* line 451, app/assets/stylesheets/sections/_app.scss */
.frequency-date {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1a46ac;
}

/* line 459, app/assets/stylesheets/sections/_app.scss */
.h6-radio-options {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3b3b3b;
  margin-left: 2em;
  display: inline;
}

/* line 469, app/assets/stylesheets/sections/_app.scss */
.border-bottom {
  border-bottom: 1px solid #ebebf2;
}

/* line 472, app/assets/stylesheets/sections/_app.scss */
.h6-gray,
.span-gray {
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
  color: #3b3b3b;
}

/* line 479, app/assets/stylesheets/sections/_app.scss */
.what-include {
  background: rgba(214, 226, 252, 0.2);
  border-radius: 10px;
  padding: 1em 1.5em;
  color: #2f2f2f;
  width: 80%;
  margin: 0 auto;
}

/* line 487, app/assets/stylesheets/sections/_app.scss */
.what-include ul li::marker {
  color: #4c6294;
}

/* line 490, app/assets/stylesheets/sections/_app.scss */
.what-include ul li {
  margin-bottom: 1em;
}

/* line 493, app/assets/stylesheets/sections/_app.scss */
.tip-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #25407c;
  font-family: Poppins;
}

/* line 500, app/assets/stylesheets/sections/_app.scss */
.contact-us {
  font-size: 14px !important;
  color: #4273de !important;
}

/* line 504, app/assets/stylesheets/sections/_app.scss */
.indicator {
  margin-top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 509, app/assets/stylesheets/sections/_app.scss */
.a-blue {
  font-family: "Apercu Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #4273de;
}

@media (max-width: 640px) {
  /* line 509, app/assets/stylesheets/sections/_app.scss */
  .a-blue {
    font-size: 12px;
  }
}

/* line 519, app/assets/stylesheets/sections/_app.scss */
.a-blue-light {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #4273de;
}

@media (max-width: 640px) {
  /* line 519, app/assets/stylesheets/sections/_app.scss */
  .a-blue-light {
    font-size: 12px;
  }
}

/* line 529, app/assets/stylesheets/sections/_app.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 532, app/assets/stylesheets/sections/_app.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 535, app/assets/stylesheets/sections/_app.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 538, app/assets/stylesheets/sections/_app.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 541, app/assets/stylesheets/sections/_app.scss */
.raisin-black-color {
  color: #202020;
}

/* line 544, app/assets/stylesheets/sections/_app.scss */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 547, app/assets/stylesheets/sections/_app.scss */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 550, app/assets/stylesheets/sections/_app.scss */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 553, app/assets/stylesheets/sections/_app.scss */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 557, app/assets/stylesheets/sections/_app.scss */
.select-plan-modal .active-plan {
  color: #3d80db !important;
}

/* line 561, app/assets/stylesheets/sections/_app.scss */
.select-plan-modal .label-user-active,
.select-plan-modal .label-user-active > * {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1a46ac;
}

@media (max-width: 640px) {
  /* line 561, app/assets/stylesheets/sections/_app.scss */
  .select-plan-modal .label-user-active,
.select-plan-modal .label-user-active > * {
    font-size: 12px;
  }
}

/* line 575, app/assets/stylesheets/sections/_app.scss */
.client-container .user-image {
  width: 100px;
  height: 100px;
  background-color: #4c6294;
  overflow: visible;
}

/* line 580, app/assets/stylesheets/sections/_app.scss */
.client-container .user-image .user-initials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
}

/* line 591, app/assets/stylesheets/sections/_app.scss */
.client-container .user-name {
  margin: 0 !important;
  display: inline-block;
}

/* line 595, app/assets/stylesheets/sections/_app.scss */
.client-container .new-menubar {
  margin: 0 !important;
}

/* line 598, app/assets/stylesheets/sections/_app.scss */
.client-container .p-user {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 0;
}

/* line 606, app/assets/stylesheets/sections/_app.scss */
.client-container .p-user span {
  color: #4273de;
}

/* line 610, app/assets/stylesheets/sections/_app.scss */
.client-container .sm-line-height {
  line-height: 10px;
  margin-top: 5px;
}

/* line 614, app/assets/stylesheets/sections/_app.scss */
.client-container .label-user {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #343434;
}

/* line 622, app/assets/stylesheets/sections/_app.scss */
.client-container .client-details-label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #343434;
}

/* line 630, app/assets/stylesheets/sections/_app.scss */
.client-container .clients-details-subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

@media (max-width: 640px) {
  /* line 630, app/assets/stylesheets/sections/_app.scss */
  .client-container .clients-details-subtitle {
    font-size: 11px;
    line-height: 16px;
  }
}

/* line 642, app/assets/stylesheets/sections/_app.scss */
.client-container .user-notes {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-color: #4c6294;
  color: #ffffff;
  font-family: Poppins;
  font-size: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 654, app/assets/stylesheets/sections/_app.scss */
.client-container .textarea-user {
  border: 1px solid #f4f3f7;
  border-radius: 6px;
  resize: none;
}

/* line 659, app/assets/stylesheets/sections/_app.scss */
.client-container .lifetime-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(37, 64, 124, 0.8);
}

/* line 667, app/assets/stylesheets/sections/_app.scss */
.client-container .status-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 640px) {
  /* line 667, app/assets/stylesheets/sections/_app.scss */
  .client-container .status-text {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 679, app/assets/stylesheets/sections/_app.scss */
.client-container .p-time {
  font-size: 12px !important;
}

/* line 682, app/assets/stylesheets/sections/_app.scss */
.client-container .small-user {
  font-family: Apercu Pro, Roboto, Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #474747;
}

/* line 690, app/assets/stylesheets/sections/_app.scss */
.client-container .p-title {
  font-size: 16px !important;
}

/* line 693, app/assets/stylesheets/sections/_app.scss */
.client-container .border-venue {
  border-left: 3pt solid #4273de;
}

/* line 696, app/assets/stylesheets/sections/_app.scss */
.client-container .border-appointment {
  border-left: 3pt solid #A1C9ED;
}

/* line 699, app/assets/stylesheets/sections/_app.scss */
.client-container .small-trainer {
  border-radius: 5px;
  padding: 0.2em;
  color: #474747;
  font-size: 12px;
}

/* line 705, app/assets/stylesheets/sections/_app.scss */
.client-container .label-user-active,
.client-container .label-user-active > * {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1a46ac;
}

/* line 714, app/assets/stylesheets/sections/_app.scss */
.client-container .plan-cancelled {
  background-color: #e9e9e9;
  border-radius: 4px;
  font-family: Apercu Pro;
  font-size: 10px;
  color: #000000;
  padding: 0.3em;
}

/* line 723, app/assets/stylesheets/sections/_app.scss */
.active-tab {
  color: #0058a4;
  border-bottom: 5px solid #0058a4;
}

/* line 727, app/assets/stylesheets/sections/_app.scss */
.div-centered {
  margin: 0 auto;
}

/* line 731, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge {
  border: 1px #707070 solid;
  border-radius: 3px;
  display: inline-block;
  font-family: Poppins;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 0.4em 1em;
  text-align: center;
  min-width: 70px;
}

/* line 744, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.square {
  border-radius: 3px !important;
  padding: 3px 4px !important;
}

/* line 748, app/assets/stylesheets/sections/_app.scss */
.btn-bookings {
  font-family: Roboto;
  background-color: rgba(214, 226, 252, 0.25);
  border-radius: 6px;
  color: #1f1f1f;
  font-size: 13px;
  width: 75px;
  height: 34px;
  padding: 10px;
}

/* line 758, app/assets/stylesheets/sections/_app.scss */
.btn-bookings:hover:enabled {
  background-color: #f2f2f2;
  color: #1f1f1f;
}

/* line 762, app/assets/stylesheets/sections/_app.scss */
.btn-show {
  background-color: #99c355;
  color: #ffffff;
}

/* line 766, app/assets/stylesheets/sections/_app.scss */
.btn-no-show {
  background-color: #db3440;
  color: #ffffff;
}

/* line 770, app/assets/stylesheets/sections/_app.scss */
.paginationContainer {
  width: 100%;
  height: 100px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 780, app/assets/stylesheets/sections/_app.scss */
.arrowImg {
  height: 16px;
  width: 16px;
  margin: 6px;
}

/* line 786, app/assets/stylesheets/sections/_app.scss */
.arrowImg:hover {
  cursor: pointer;
}

/* line 790, app/assets/stylesheets/sections/_app.scss */
.arrowImgDisable {
  height: 16px;
  width: 16px;
  margin: 16px;
}

/* line 795, app/assets/stylesheets/sections/_app.scss */
.numberOfPage {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  border-radius: 50%;
  margin-left: 8px;
  text-align: center;
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  color: #626262;
}

/* line 811, app/assets/stylesheets/sections/_app.scss */
.styledNumber {
  background-color: #006ECD;
  color: white;
}

/* line 816, app/assets/stylesheets/sections/_app.scss */
.numberOfPage:hover {
  cursor: pointer;
}

/* line 820, app/assets/stylesheets/sections/_app.scss */
.numbersContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 824, app/assets/stylesheets/sections/_app.scss */
.search-icon {
  position: relative;
  left: 15px;
  top: 38px;
}

/* line 829, app/assets/stylesheets/sections/_app.scss */
.search-clients-icon {
  position: absolute;
  top: 32%;
  left: 12px;
}

@media (max-width: 640px) {
  /* line 829, app/assets/stylesheets/sections/_app.scss */
  .search-clients-icon {
    top: 20%;
  }
}

/* line 837, app/assets/stylesheets/sections/_app.scss */
.clear-button {
  display: inline-block;
  right: 20px;
  top: 41px;
  cursor: pointer;
}

/* line 843, app/assets/stylesheets/sections/_app.scss */
.clear-button-clients {
  position: absolute;
  top: 32%;
  right: 12px;
}

@media (max-width: 640px) {
  /* line 843, app/assets/stylesheets/sections/_app.scss */
  .clear-button-clients {
    top: 28%;
  }
}

/* line 851, app/assets/stylesheets/sections/_app.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* line 857, app/assets/stylesheets/sections/_app.scss */
.input-border-error {
  border: 1px solid #db3440;
  border-radius: 6px;
  height: 40px;
}

/* line 862, app/assets/stylesheets/sections/_app.scss */
.input-border-error:focus {
  border: 1px solid #db3440;
}

/* line 865, app/assets/stylesheets/sections/_app.scss */
.error-text {
  color: #db3440 !important;
}

/* line 868, app/assets/stylesheets/sections/_app.scss */
.status-badge {
  padding: 0.1rem 0.5rem 0 0.5rem;
  display: inline-block;
  border-radius: 10px;
  font-size: 9px;
  font-family: Roboto;
  cursor: pointer;
  min-width: 50px;
}

/* line 877, app/assets/stylesheets/sections/_app.scss */
.status-badge-active, .status-badge-published {
  border: 1px solid #6dbfaf;
  color: #6dbfaf;
}

/* line 881, app/assets/stylesheets/sections/_app.scss */
.status-badge-inactive, .status-badge-unpublished {
  border: 1px solid #fc8d1a;
  color: #fc8d1a;
}

/* line 885, app/assets/stylesheets/sections/_app.scss */
.efect-rotate {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotateZ(0deg) !important;
}

/* line 890, app/assets/stylesheets/sections/_app.scss */
.efect-rotate-z {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-180deg) !important;
      -ms-transform: rotate(-180deg) !important;
          transform: rotateZ(-180deg) !important;
}

/* line 894, app/assets/stylesheets/sections/_app.scss */
.menu-status {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

/* line 902, app/assets/stylesheets/sections/_app.scss */
.menu-status-item {
  font-size: 0.875rem;
}

/* line 904, app/assets/stylesheets/sections/_app.scss */
.menu-status-item:hover {
  background-color: #f7fbfd;
}

/* line 908, app/assets/stylesheets/sections/_app.scss */
.color-gray-70 {
  color: #707070 !important;
}

/* line 911, app/assets/stylesheets/sections/_app.scss */
.is-inline-block {
  display: inline-block;
}

/* line 914, app/assets/stylesheets/sections/_app.scss */
.mr-7-px {
  margin-right: 7px;
}

/* line 917, app/assets/stylesheets/sections/_app.scss */
.card-express-checkout {
  width: 34px;
  height: 22px;
}

/* line 921, app/assets/stylesheets/sections/_app.scss */
.digits-express-checkout {
  font-family: Poppins;
  font-size: 15px;
  font-weight: bold;
  color: #2680e5;
}

@media (max-width: 640px) {
  /* line 921, app/assets/stylesheets/sections/_app.scss */
  .digits-express-checkout {
    font-size: 12px;
  }
}

/* line 930, app/assets/stylesheets/sections/_app.scss */
.button-cancel {
  background: rgba(0, 110, 205, 0.05);
  opacity: 0.6;
  border-radius: 6px;
  color: #006dcc;
}

/* line 936, app/assets/stylesheets/sections/_app.scss */
.plan-name-container {
  border: 1px solid #C1C7D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 0 0.5em;
  cursor: pointer;
  height: 40px;
}

/* line 944, app/assets/stylesheets/sections/_app.scss */
.dropdown-plans {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  z-index: 5;
  max-height: 250px;
  overflow-y: scroll;
  margin: 5px 0;
}

/* line 954, app/assets/stylesheets/sections/_app.scss */
.dropdown-options-container {
  cursor: pointer;
  border-radius: 6px;
}

/* line 958, app/assets/stylesheets/sections/_app.scss */
.dropdown-options-container:hover {
  background-color: #f7fbfd;
}

/* line 961, app/assets/stylesheets/sections/_app.scss */
.start-date-text {
  font-family: Apercu Pro, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  display: inline-block;
}

/* line 968, app/assets/stylesheets/sections/_app.scss */
.choose-button {
  background: #006ecd;
  border-radius: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 7px 12px;
  max-width: 114px;
  cursor: pointer;
}

/* line 981, app/assets/stylesheets/sections/_app.scss */
.svg-date {
  position: relative;
  right: 20px;
  margin-right: -20px;
}

@media (max-width: 640px) {
  /* line 987, app/assets/stylesheets/sections/_app.scss */
  .text-left-mobile {
    text-align: left;
  }
}

/* line 991, app/assets/stylesheets/sections/_app.scss */
.pt-11 {
  padding-top: 11px;
}

/* line 994, app/assets/stylesheets/sections/_app.scss */
.font-apercu-pro {
  font-family: Apercu Pro, Arial, Helvetica, sans-serif;
}

/* line 997, app/assets/stylesheets/sections/_app.scss */
.button-copy {
  background: #4273de;
  border: 1.5px solid #4273de;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  width: 100px;
}

/* line 1004, app/assets/stylesheets/sections/_app.scss */
.copy[type="text"] {
  background: #fff;
  border: 1.5px solid #006ECD !important;
  font-weight: 500;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 12px;
  color: #4273DE;
}

/* line 1013, app/assets/stylesheets/sections/_app.scss */
.margin-1-2 {
  margin: 1.2rem;
}

/* line 1016, app/assets/stylesheets/sections/_app.scss */
.options-prices-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 1019, app/assets/stylesheets/sections/_app.scss */
.options-prices-container .options-prices {
  border: 1px solid #C1C7D0;
  border-radius: 6px;
  text-align: center;
  font-family: "Apercu Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

/* line 1030, app/assets/stylesheets/sections/_app.scss */
.options-prices-container .options-prices.active {
  background: #E8F0FB;
  border: 1px solid #006ECD;
  color: #006ECD;
}

/* line 1037, app/assets/stylesheets/sections/_app.scss */
.custom-editor {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  width: 100%;
  min-height: 240px;
}

@media (max-width: 640px) {
  /* line 1037, app/assets/stylesheets/sections/_app.scss */
  .custom-editor {
    height: 100%;
  }
}

/* line 1045, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-toolbar.ql-snow {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto';
  padding: 0;
}

/* line 1051, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar button {
  width: 18px;
  height: 18px;
  padding: 3px !important;
}

/* line 1056, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar button svg {
  width: 15px !important;
  height: 15px !important;
}

/* line 1060, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar button img {
  width: 15px !important;
  height: 15px !important;
  vertical-align: top;
}

/* line 1064, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar button img:hover {
  -webkit-filter: invert(0.5) sepia(1) saturate(100) hue-rotate(208deg);
          filter: invert(0.5) sepia(1) saturate(100) hue-rotate(208deg);
}

/* line 1068, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar {
  padding-top: 4px !important;
  padding-bottom: 0 !important;
  padding-left: 0.4rem;
}

/* line 1073, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar .ql-formats {
  margin-bottom: 2px !important;
  margin-right: 7px !important;
}

/* line 1076, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow.ql-toolbar .ql-formats:first-child {
  border-right: #E4E8ED;
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 0.2rem;
}

/* line 1083, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-container.ql-snow {
  border: none;
}

/* line 1086, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow .ql-tooltip {
  margin-top: 0 !important;
  top: 40px !important;
  left: 10px !important;
}

/* line 1091, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow .ql-tooltip.ql-editing a.ql-action::after,
.custom-editor .ql-snow .ql-tooltip a.ql-action::after,
.custom-editor .ql-snow .ql-tooltip::before,
.custom-editor .ql-snow .ql-tooltip.ql-editing[data-mode=link]::before,
.custom-editor .ql-snow .ql-tooltip a.ql-remove::before {
  display: none;
}

/* line 1098, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow .ql-tooltip a.ql-action::after {
  margin-left: 0;
}

@media (max-width: 640px) {
  /* line 1101, app/assets/stylesheets/sections/_app.scss */
  .custom-editor .ql-snow .ql-tooltip a {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  /* line 1106, app/assets/stylesheets/sections/_app.scss */
  .custom-editor .ql-snow .ql-tooltip input[type=text] {
    width: 100px;
  }
}

/* line 1111, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow .ql-tooltip a.ql-preview {
  margin: 0 0.5rem;
}

@media (max-width: 640px) {
  /* line 1111, app/assets/stylesheets/sections/_app.scss */
  .custom-editor .ql-snow .ql-tooltip a.ql-preview {
    max-width: 80px;
    left: 0 !important;
  }
}

/* line 1118, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow .ql-tooltip a.ql-remove {
  margin-left: 0.3rem;
}

/* line 1121, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-snow .ql-tooltip.ql-editing input[type=text] {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

/* line 1125, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor {
  border: none;
  font-size: 0.875rem;
  font-family: 'Roboto';
  min-height: 205px;
  padding: 0 10px 10px 10px;
  color: #202122;
}

@media (max-width: 640px) {
  /* line 1125, app/assets/stylesheets/sections/_app.scss */
  .custom-editor .ql-editor {
    font-size: 0.75rem;
  }
}

/* line 1135, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor a {
  width: auto;
  display: inline-block;
}

/* line 1139, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor.ql-blank::before {
  font-style: normal;
  color: #bcbccb;
  font-family: Roboto;
  left: 8px;
}

/* line 1145, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor::-webkit-scrollbar {
  width: 5px;
}

/* line 1148, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor::-webkit-scrollbar:horizontal {
  height: 5px;
}

/* line 1151, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #E8E9ED;
          box-shadow: inset 0 0 5px #E8E9ED;
  border-radius: 10px;
}

/* line 1155, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}

/* line 1159, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-editor::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}

/* line 1163, app/assets/stylesheets/sections/_app.scss */
.custom-editor .ql-clipboard {
  position: fixed !important;
}

/* line 1169, app/assets/stylesheets/sections/_app.scss */
.promocode__code {
  width: 70%;
  padding: 0.2rem 0rem;
}

/* line 1172, app/assets/stylesheets/sections/_app.scss */
.promocode__code input[type="text"] {
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0 !important;
}

/* line 1178, app/assets/stylesheets/sections/_app.scss */
.promocode__code input[type="text"]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 1184, app/assets/stylesheets/sections/_app.scss */
.promocode__button {
  width: 30%;
}

/* line 1187, app/assets/stylesheets/sections/_app.scss */
.promocode__container {
  position: relative;
  width: 100%;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
}

/* line 1194, app/assets/stylesheets/sections/_app.scss */
.message {
  font-family: "Apercu Regular Pro";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
}

/* line 1200, app/assets/stylesheets/sections/_app.scss */
.message__error-container {
  border: 1px solid #FB4949;
}

/* line 1202, app/assets/stylesheets/sections/_app.scss */
.message__error {
  color: #FB4949;
}

/* line 1204, app/assets/stylesheets/sections/_app.scss */
.message__success {
  color: #99C355;
}

/* line 1208, app/assets/stylesheets/sections/_app.scss */
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #006ECD !important;
}

/* line 1210, app/assets/stylesheets/sections/_app.scss */
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #006ECD !important;
  opacity: 0.80 !important;
}

/* line 1215, app/assets/stylesheets/sections/_app.scss */
.uppy-DashboardContent-addMoreCaption {
  color: #006ECD !important;
}

/* line 1218, app/assets/stylesheets/sections/_app.scss */
.uppy-Dashboard-close span {
  color: white;
}

/* line 1222, app/assets/stylesheets/sections/_app.scss */
.uppy-DashboardContent-panel .uppy-DashboardContent-panelBody .cropper-modal {
  opacity: 0.5 !important;
}

/* line 1226, app/assets/stylesheets/sections/_app.scss */
.transparent-picker.vc-reset {
  border-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1231, app/assets/stylesheets/sections/_app.scss */
.transparent-picker.vc-reset input {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  padding: 0;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
}

/* line 1243, app/assets/stylesheets/sections/_app.scss */
.dropdown.dropdown-transparent {
  width: 100%;
}

/* line 1245, app/assets/stylesheets/sections/_app.scss */
.dropdown.dropdown-transparent .dropdown-toggle {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1250, app/assets/stylesheets/sections/_app.scss */
.dropdown.dropdown-transparent .dropdown-toggle:hover {
  border-radius: 0;
  background-color: transparent;
}

/* line 1258, app/assets/stylesheets/sections/_app.scss */
.charts h3 {
  color: #656380;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

/* line 1267, app/assets/stylesheets/sections/_app.scss */
.charts h4 {
  color: #000;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

/* line 1276, app/assets/stylesheets/sections/_app.scss */
.charts p {
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

/* line 1286, app/assets/stylesheets/sections/_app.scss */
.vc-popover-content {
  background-color: #FFF !important;
}

/* line 1289, app/assets/stylesheets/sections/_app.scss */
.vc-reset {
  color: #000 !important;
}

/* line 1293, app/assets/stylesheets/sections/_app.scss */
.vc-reset span[role=button] {
  color: #000 !important;
  background-color: #FFF !important;
}

/* line 1296, app/assets/stylesheets/sections/_app.scss */
.vc-reset span[role=button]:hover {
  background-color: #1a202c !important;
  color: #FFF !important;
}

/* line 1302, app/assets/stylesheets/sections/_app.scss */
.v-popper__arrow-container {
  display: none !important;
}

/* line 1307, app/assets/stylesheets/sections/_app.scss */
.flatpickr-container.addDateOverrideCalendar .flatpickr-calendar,
.flatpickr-container.wrapperDates .flatpickr-calendar {
  margin: auto;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* line 1315, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.active_subscriber,
.client-segment-badge.booked {
  border-color: #6dbfaf;
  color: #6dbfaf;
  background-color: #f0f9f7;
}

/* line 1322, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.trialing_subscriber,
.client-segment-badge.trialing_one_time {
  border-color: #4273de;
  color: #4273de;
  background-color: #ebeff7;
}

/* line 1329, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.overdue_subscriber,
.client-segment-badge.overdue_one_time,
.client-segment-badge.scheduled_cancelation {
  border-color: #fc8d1a;
  color: #fc8d1a;
  background-color: #fffaf6;
}

/* line 1336, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.canceled {
  border-color: #707070;
  color: #707070;
  background-color: #f7f7f7;
}

/* line 1341, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.unpaid_one_time,
.client-segment-badge.unpaid_subscriber {
  border-color: #db3440;
  color: #db3440;
  background-color: #fff7f8;
}

/* line 1347, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.lead {
  border-color: #16bac5;
  color: #16bac5;
  background-color: #f8ffff;
}

/* line 1352, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.active_one_time {
  border-color: #99c355;
  color: #99c355;
  background-color: #fbfdf8;
}

/* line 1357, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.paygo {
  border-color: #75abf4;
  color: #75abf4;
  background-color: #f6faff;
}

/* line 1362, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.ex_one_time {
  border-color: #8c88f8;
  color: #8c88f8;
  background-color: #f7f6ff;
}

/* line 1367, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.invited {
  border-color: #f19c9b;
  color: #f19c9b;
  background-color: #fff9f9;
}

/* line 1372, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.ex_subscriber {
  border-color: #707070;
  color: #707070;
  background-color: #f7f7f7;
}

/* line 1377, app/assets/stylesheets/sections/_app.scss */
.client-segment-badge.scheduled_subscriber,
.client-segment-badge.scheduled_one_time {
  border-color: #90B79F;
  color: #90B79F;
  background-color: #f6fffa;
}

/* line 1383, app/assets/stylesheets/sections/_app.scss */
.client-checkout {
  font-size: 7px !important;
  padding: 0.2em 1em;
  vertical-align: super;
}

/* line 1389, app/assets/stylesheets/sections/_app.scss */
.list-action-thin {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 20px;
}

/* line 1400, app/assets/stylesheets/sections/_app.scss */
.list-action-thin:hover {
  background: #f7fbfd;
}

/* line 1404, app/assets/stylesheets/sections/_app.scss */
.list-action {
  font-family: "Apercu Regular Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #006ecd;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 20px;
}

/* line 1415, app/assets/stylesheets/sections/_app.scss */
.list-action:hover {
  background: #f7fbfd;
}

/* line 1419, app/assets/stylesheets/sections/_app.scss */
.text-fullname {
  font-size: 13px;
}

/* line 1422, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .v-search-icon {
  width: 16px;
  height: 16px;
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
  margin-right: 7px;
}

/* line 1428, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__selected {
  left: 10%;
  padding: 0px;
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

/* line 1433, app/assets/stylesheets/sections/_app.scss */
.option-select.multiple-tags .vs__selected {
  padding: 0 5px;
  background: #41b883;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-family: Roboto;
  margin-right: 5px;
}

/* line 1442, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__search {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  font-family: Roboto;
  font-size: 14px;
  padding: 0;
}

/* line 1447, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__search::-webkit-input-placeholder {
  color: #BCBCCB;
}
.option-select.select-custom .vs__search::-moz-placeholder {
  color: #BCBCCB;
}
.option-select.select-custom .vs__search:-ms-input-placeholder {
  color: #BCBCCB;
}
.option-select.select-custom .vs__search::-ms-input-placeholder {
  color: #BCBCCB;
}
.option-select.select-custom .vs__search::placeholder {
  color: #BCBCCB;
}

/* line 1451, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__actions {
  padding: 0px 7px 0 7px;
}

/* line 1454, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-menu {
  max-height: 250px;
}

/* line 1457, app/assets/stylesheets/sections/_app.scss */
.select-seller.dropdown-menu-popper {
  z-index: 999999999999999 !important;
}

/* line 1460, app/assets/stylesheets/sections/_app.scss */
.vs--unsearchable:not(.vs--disabled) .vs__search {
  background: transparent !important;
}

/* line 1463, app/assets/stylesheets/sections/_app.scss */
.option-select.sales-modal .vs__selected {
  left: 0.5rem !important;
}

/* line 1466, app/assets/stylesheets/sections/_app.scss */
.option-select.sales-modal .vs__dropdown-toggle {
  border: 1px solid #C1C7D0 !important;
}

/* line 1469, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-option {
  min-height: 60px !important;
}

@media (max-width: 640px) {
  /* line 1469, app/assets/stylesheets/sections/_app.scss */
  .option-select.select-custom .vs__dropdown-option {
    padding: 3px 0px !important;
  }
}

/* line 1474, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-option--selected {
  background-color: #D5E7F6;
}

/* line 1478, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-toggle {
  border-radius: 6px;
  background: white;
}

/* line 1481, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-toggle:hover {
  border: 1px #006ecd solid !important;
}

/* line 1484, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-toggle:focus {
  border: 1px #006ecd solid !important;
}

/* line 1487, app/assets/stylesheets/sections/_app.scss */
.option-select.select-custom .vs__dropdown-toggle:focus-within {
  border: 1px #006ecd solid !important;
}

/* line 1491, app/assets/stylesheets/sections/_app.scss */
.flag-already-booked {
  color: #6CBFAE;
  font-size: 9px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1497, app/assets/stylesheets/sections/_app.scss */
.flag-book-again {
  color: #006ECD !important;
}

/* line 1501, app/assets/stylesheets/sections/_app.scss */
.flag-already-booked svg {
  margin-right: 0.2rem;
}

/* line 1505, app/assets/stylesheets/sections/_app.scss */
.clear-container {
  top: auto;
  right: 2px;
  position: absolute;
  border-right: 1px solid #E4E8ED;
  padding-right: 7px;
  z-index: 2;
}

/* line 1514, app/assets/stylesheets/sections/_app.scss */
.pos-item-detail {
  min-height: 80px;
  padding: 13px 20px 13px 13px;
  margin-top: 10px;
}

/* line 1518, app/assets/stylesheets/sections/_app.scss */
.pos-item-detail:hover {
  background-color: #F9FAFC;
  cursor: pointer;
}

/* line 1524, app/assets/stylesheets/sections/_app.scss */
.order-item-container {
  background: #fff;
  border: 1.5px solid #E4E8ED;
  border-radius: 6px;
  padding: 1rem 0.8rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

/* line 1534, app/assets/stylesheets/sections/_app.scss */
.order-item-container p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #272727;
  margin-bottom: 0;
}

/* line 1543, app/assets/stylesheets/sections/_app.scss */
.order-item-container span {
  color: #707070;
}

/* line 1546, app/assets/stylesheets/sections/_app.scss */
.order-item-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1550, app/assets/stylesheets/sections/_app.scss */
.promo-code-badge {
  margin-top: 4px;
  border-radius: 4px;
  background: #ECECEC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  padding: 2px 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #272525 !important;
  font-family: Apercu Pro;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 1566, app/assets/stylesheets/sections/_app.scss */
.order-item-action {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid #E4E8ED;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1575, app/assets/stylesheets/sections/_app.scss */
.order-item-action:hover {
  background: #F5F8FE;
}

/* line 2, app/assets/stylesheets/sections/_base.scss */
.font-poppins {
  font-family: Poppins !important;
}

/* line 5, app/assets/stylesheets/sections/_base.scss */
.font-roboto-only {
  font-family: Roboto;
}

/* line 9, app/assets/stylesheets/sections/_base.scss */
.font-roboto {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

/* line 16, app/assets/stylesheets/sections/_base.scss */
.title-bluedark {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #25407c;
}

/* line 23, app/assets/stylesheets/sections/_base.scss */
.title-bluedark.size-medium {
  font-size: 16px;
  line-height: normal;
}

@media (max-width: 640px) {
  /* line 16, app/assets/stylesheets/sections/_base.scss */
  .title-bluedark {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 33, app/assets/stylesheets/sections/_base.scss */
.title-bluedark--sm {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #25407c;
}

/* line 42, app/assets/stylesheets/sections/_base.scss */
.title-bluedark--modal {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #25407c;
}

/* line 51, app/assets/stylesheets/sections/_base.scss */
.text-bluedark {
  color: #25407c;
}

/* line 55, app/assets/stylesheets/sections/_base.scss */
.badge-published {
  border: 1px solid #6dbfaf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  color: #6dbfaf;
  padding: 0.2rem 0.5rem;
}

/* line 65, app/assets/stylesheets/sections/_base.scss */
.badge-unpublished {
  border: 1px solid #fc8d1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  color: #fc8d1a;
  padding: 0.2rem 0.5rem;
}

/* line 75, app/assets/stylesheets/sections/_base.scss */
.text-link {
  color: #006ECD;
}

/* line 79, app/assets/stylesheets/sections/_base.scss */
.table-partner {
  background: white;
  border: none;
}

/* line 83, app/assets/stylesheets/sections/_base.scss */
.table-partner thead {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: white;
  color: black;
  border: none;
  border-bottom: 1px solid #E4E8ED;
  line-height: 24px;
}

/* line 94, app/assets/stylesheets/sections/_base.scss */
.table-partner tbody {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background: white;
  color: black;
  border: none;
  line-height: 16px;
}

/* line 104, app/assets/stylesheets/sections/_base.scss */
.table-partner tbody tr:nth-child(even) {
  background: rgba(245, 246, 250, 0.49);
  color: black;
  border: none;
}

/* line 112, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 {
  background: white;
  border: none;
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 thead {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: white;
  color: black;
  border: none;
  border-bottom: 1px solid #E4E8ED;
  line-height: 24px;
}

/* line 126, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 thead th {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  padding: 0 0.625rem;
  height: 65px !important;
}

@media (max-width: 640px) {
  /* line 126, app/assets/stylesheets/sections/_base.scss */
  .table-partner-2 thead th {
    font-size: 12px;
    line-height: 18px;
    height: 45px !important;
  }
}

/* line 143, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 tbody {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background: white;
  color: black;
  border: none;
  line-height: 16px;
}

/* line 152, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 tbody tr:not(:last-child) {
  border-bottom: 1px solid #E4E8ED;
  background-color: transparent;
}

/* line 156, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 tbody tr:last-child {
  background-color: transparent;
}

/* line 159, app/assets/stylesheets/sections/_base.scss */
.table-partner-2 tbody tr td {
  padding: 0 0.625rem;
  height: 65px !important;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 640px) {
  /* line 159, app/assets/stylesheets/sections/_base.scss */
  .table-partner-2 tbody tr td {
    font-size: 10px;
    line-height: 11.72px;
    height: 55px !important;
  }
}

/* line 173, app/assets/stylesheets/sections/_base.scss */
.box-white {
  background: #ffffff;
  border-radius: 10px;
  padding: 2em;
}

/* line 179, app/assets/stylesheets/sections/_base.scss */
.box-white--sm {
  background: #ffffff;
  padding: 0.5em;
  border: 1px solid #E4E8ED;
  border-radius: 6px;
}

/* line 186, app/assets/stylesheets/sections/_base.scss */
.box-white--md {
  background: #ffffff;
  padding: 0.5em;
  border: 1px solid #E4E8ED;
  border-radius: 10px;
}

/* line 193, app/assets/stylesheets/sections/_base.scss */
.option-lightblue {
  background-color: rgba(109, 191, 175, 0.6) !important;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px;
}

/* line 4, app/assets/stylesheets/sections/_tables.scss */
.custom-table {
  border-radius: 10px;
  background: white;
  margin-top: 2rem;
}

/* line 9, app/assets/stylesheets/sections/_tables.scss */
.custom-table .table__container {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 14, app/assets/stylesheets/sections/_tables.scss */
.custom-table table {
  margin-bottom: 0 !important;
  max-width: 100%;
}

/* line 17, app/assets/stylesheets/sections/_tables.scss */
.custom-table table thead,
.custom-table table tbody,
.custom-table table tfoot {
  border: none;
}

/* line 22, app/assets/stylesheets/sections/_tables.scss */
.custom-table table thead th {
  font-weight: 500;
}

/* line 25, app/assets/stylesheets/sections/_tables.scss */
.custom-table table thead tr {
  background-color: white !important;
  height: 3.3rem;
}

/* line 29, app/assets/stylesheets/sections/_tables.scss */
.custom-table table tbody tr:nth-child(even) {
  background-color: white;
}

/* line 32, app/assets/stylesheets/sections/_tables.scss */
.custom-table table tbody tr,
.custom-table table tbody td {
  font-size: 14px;
  width: 5rem;
  height: 3.5rem;
}

/* line 39, app/assets/stylesheets/sections/_tables.scss */
.custom-table table .list__header {
  background-color: rgba(203, 210, 237, 0.3) !important;
  height: 4rem;
  font-weight: 800;
  font-size: 1rem;
}

/* line 44, app/assets/stylesheets/sections/_tables.scss */
.custom-table table .list__header div {
  padding-left: 2rem;
}

@media (max-width: 900px) {
  /* line 48, app/assets/stylesheets/sections/_tables.scss */
  .custom-table table .list__header div {
    padding-left: 0;
  }
}

/* line 53, app/assets/stylesheets/sections/_tables.scss */
.custom-table table .list__firts-cell {
  width: 15rem;
}

/* line 55, app/assets/stylesheets/sections/_tables.scss */
.custom-table table .list__firts-cell__child {
  padding-left: 3.5rem;
}

@media (max-width: 900px) {
  /* line 59, app/assets/stylesheets/sections/_tables.scss */
  .custom-table table .list__firts-cell__child {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  /* line 65, app/assets/stylesheets/sections/_tables.scss */
  .custom-table table .list__firts-cell {
    width: auto;
  }
}

@media (max-width: 900px) {
  /* line 72, app/assets/stylesheets/sections/_tables.scss */
  .custom-table table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
}

/* line 80, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 83, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table thead {
  background: #fff;
}

/* line 86, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tbody tr:nth-child(even), .table-rounded-corners table tbody {
  background-color: transparent;
}

/* line 89, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr th,
.table-rounded-corners table tr td {
  border-bottom: 1px solid #E4E8ED;
  padding: 15px;
  background: #fff;
}

/* line 95, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr:hover td {
  background-color: #f8fafc;
}

/* line 98, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr th:first-child,
.table-rounded-corners table tr td:first-child {
  border-left: 1px solid #E4E8ED;
}

/* line 102, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr th:last-child,
.table-rounded-corners table tr td:last-child {
  border-right: 1px solid #E4E8ED;
}

/* line 106, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr th {
  border-top: 1px solid #E4E8ED;
  font-family: Poppins;
  font-weight: 500;
}

/* line 111, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

/* line 114, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

/* line 117, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

/* line 120, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-corners table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* line 125, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 {
  border-radius: 10px;
  background: white;
  margin-top: 2rem;
}

/* line 130, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table thead th {
  font-weight: 600;
}

/* line 133, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody td {
  font-size: 0.75rem;
}

@media (max-width: 640px) {
  /* line 136, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 .table {
    width: 100% !important;
  }
}

/* line 140, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 .table .section_row {
  height: 30px !important;
}

/* line 142, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 .table .section_row td {
  padding: 0 !important;
}

@media (max-width: 640px) {
  /* line 142, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 .table .section_row td {
    font-size: 10px !important;
    line-height: 15px !important;
  }
}

/* line 150, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 .table__container {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100% !important;
}

@media (max-width: 850px) {
  /* line 150, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 .table__container {
    overflow: auto;
  }
}

@media (max-width: 640px) {
  /* line 150, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 .table__container {
    overflow: visible;
  }
}

/* line 162, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table thead tr {
  height: 50px !important;
}

/* line 164, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table thead tr th {
  height: 50px !important;
  padding: 0 1rem !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

@media (max-width: 640px) {
  /* line 164, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table thead tr th {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 179, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:not(.section_row) {
  height: 60px !important;
}

/* line 181, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:not(.section_row) td {
  height: 60px !important;
}

/* line 185, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px !important;
}

/* line 188, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0 !important;
}

/* line 191, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:last-child th:only-child {
  border-radius: 0 0 10px 10px !important;
}

/* line 194, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:last-child {
  border-bottom: 0;
}

/* line 197, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table {
  margin-bottom: 0 !important;
  max-width: 100%;
}

/* line 200, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table thead,
.custom-table-2 table tbody,
.custom-table-2 table tfoot {
  border: none;
}

/* line 205, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table thead th {
  font-weight: 500;
}

/* line 208, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table thead tr {
  background-color: white !important;
  height: 3.3rem;
}

/* line 212, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr:nth-child(even) {
  background-color: white;
}

/* line 215, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table tbody tr,
.custom-table-2 table tbody td {
  font-size: 12px !important;
  min-height: 60px !important;
  padding: 0 1rem !important;
}

@media (max-width: 640px) {
  /* line 215, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table tbody tr,
.custom-table-2 table tbody td {
    font-size: 10px;
    line-height: 12px;
  }
}

/* line 226, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table .list__header {
  background-color: rgba(203, 210, 237, 0.3) !important;
  height: 30px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 21px;
  color: #000000;
}

/* line 235, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table .list__header div {
  padding-left: 1rem;
}

/* line 239, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table .list__firts-cell {
  width: 15rem;
}

/* line 241, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table .list__firts-cell label {
  font-size: 12px !important;
}

@media (max-width: 640px) {
  /* line 241, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table .list__firts-cell label {
    font-size: 11px !important;
    line-height: 16px !important;
  }
}

/* line 248, app/assets/stylesheets/sections/_tables.scss */
.custom-table-2 table .list__firts-cell__child {
  padding-left: 0;
}

@media (max-width: 900px) {
  /* line 252, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table .list__firts-cell__child {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  /* line 258, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table .list__firts-cell {
    width: auto;
  }
}

@media (max-width: 640px) {
  /* line 263, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table .list__firts-cell {
    padding-right: 0px !important;
  }
  /* line 266, app/assets/stylesheets/sections/_tables.scss */
  .custom-table-2 table .list__firts-cell + td {
    padding-right: 0px !important;
  }
}

/* line 273, app/assets/stylesheets/sections/_tables.scss */
.pricing-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #25407C;
}

@media (max-width: 640px) {
  /* line 273, app/assets/stylesheets/sections/_tables.scss */
  .pricing-title {
    font-size: 14px;
    line-height: 21px;
  }
}

/* line 285, app/assets/stylesheets/sections/_tables.scss */
.pricing-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

@media (max-width: 640px) {
  /* line 285, app/assets/stylesheets/sections/_tables.scss */
  .pricing-description {
    font-size: 9px;
    line-height: 14px;
  }
}

/* line 297, app/assets/stylesheets/sections/_tables.scss */
.has-tip-branches {
  position: absolute;
  top: 75%;
  font-size: 12px;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: none;
  z-index: 999;
}

/* line 309, app/assets/stylesheets/sections/_tables.scss */
.has-tip-title {
  font-size: 10px;
  display: inline-block;
  margin-right: 0.5rem;
  background: rgba(203, 210, 237, 0.3);
  border-radius: 6px;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
}

/* line 318, app/assets/stylesheets/sections/_tables.scss */
.has-tip-a a {
  font-size: 14px;
  margin-top: 10px;
}

/* line 322, app/assets/stylesheets/sections/_tables.scss */
.has-tip-a:hover .has-tip-branches {
  display: block;
}

/* line 325, app/assets/stylesheets/sections/_tables.scss */
.icon-edit:hover,
.icon-delete:hover {
  -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
          filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

/* line 329, app/assets/stylesheets/sections/_tables.scss */
.scroll-x::-webkit-scrollbar {
  height: 7px;
}

/* line 333, app/assets/stylesheets/sections/_tables.scss */
.scroll-x::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #E8E9ED;
          box-shadow: inset 0 0 5px #E8E9ED;
  border-radius: 10px;
}

/* line 338, app/assets/stylesheets/sections/_tables.scss */
.scroll-x::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

/* line 342, app/assets/stylesheets/sections/_tables.scss */
.scroll-x::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

/* line 345, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-no-borders table tr th:last-child, .table-rounded-no-borders table tr td:last-child {
  border-right: none;
}

/* line 348, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-no-borders table tr th:first-child, .table-rounded-no-borders table tr td:first-child {
  border-left: none;
}

/* line 351, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-no-borders table tr th {
  border-top: none;
}

/* line 354, app/assets/stylesheets/sections/_tables.scss */
.table-rounded-no-borders table tr:last-child td {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/form.scss */
span.hint {
  margin-bottom: 10px;
  display: block;
  font-size: 11px;
  color: #474747;
}

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(/assets/materialdesignicons-webfont-36c1c7e04d1451b9925855e7de70cb11289c1ea0c8670ac50d4d56abcf60c51e.eot);
  src: url(/assets/materialdesignicons-webfont-36c1c7e04d1451b9925855e7de70cb11289c1ea0c8670ac50d4d56abcf60c51e.eot?#iefix) format("embedded-opentype"), url(/assets/materialdesignicons-webfont-3074face07f3f76efb563f2be4f98a1551b7b761ff3b99eff92efb385ff1c95b.woff2) format("woff2"), url(/assets/materialdesignicons-webfont-449e08ab2643151b30c087a5dcc96fec26bd33cd6bc0bfaf75ca911a0c87767d.woff) format("woff"), url(/assets/materialdesignicons-webfont-e50b4deb9968f652bd3487e5700cb13d450b92ac7bcc7d26763171e77a82e1f2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 16, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ab-testing::before {
  content: "\F001C";
}

/* line 31, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-access-point::before {
  content: "\F002";
}

/* line 35, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-access-point-network::before {
  content: "\F003";
}

/* line 39, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-access-point-network-off::before {
  content: "\FBBD";
}

/* line 43, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account::before {
  content: "\F004";
}

/* line 47, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-alert::before {
  content: "\F005";
}

/* line 51, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-alert-outline::before {
  content: "\FB2C";
}

/* line 55, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-left::before {
  content: "\FB2D";
}

/* line 59, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-left-outline::before {
  content: "\FB2E";
}

/* line 63, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-right::before {
  content: "\FB2F";
}

/* line 67, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-right-outline::before {
  content: "\FB30";
}

/* line 71, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge::before {
  content: "\FD83";
}

/* line 75, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-alert::before {
  content: "\FD84";
}

/* line 79, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-alert-outline::before {
  content: "\FD85";
}

/* line 83, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-horizontal::before {
  content: "\FDF0";
}

/* line 87, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-horizontal-outline::before {
  content: "\FDF1";
}

/* line 91, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-outline::before {
  content: "\FD86";
}

/* line 95, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box::before {
  content: "\F006";
}

/* line 99, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box-multiple::before {
  content: "\F933";
}

/* line 103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box-multiple-outline::before {
  content: "\F002C";
}

/* line 107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box-outline::before {
  content: "\F007";
}

/* line 111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-card-details::before {
  content: "\F5D2";
}

/* line 115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-card-details-outline::before {
  content: "\FD87";
}

/* line 119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-check::before {
  content: "\F008";
}

/* line 123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-check-outline::before {
  content: "\FBBE";
}

/* line 127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-child::before {
  content: "\FA88";
}

/* line 131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-child-circle::before {
  content: "\FA89";
}

/* line 135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-circle::before {
  content: "\F009";
}

/* line 139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-circle-outline::before {
  content: "\FB31";
}

/* line 143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-clock::before {
  content: "\FB32";
}

/* line 147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-clock-outline::before {
  content: "\FB33";
}

/* line 151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-convert::before {
  content: "\F00A";
}

/* line 155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-details::before {
  content: "\F631";
}

/* line 159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-edit::before {
  content: "\F6BB";
}

/* line 163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-edit-outline::before {
  content: "\F001D";
}

/* line 167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-group::before {
  content: "\F848";
}

/* line 171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-group-outline::before {
  content: "\FB34";
}

/* line 175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-heart::before {
  content: "\F898";
}

/* line 179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-heart-outline::before {
  content: "\FBBF";
}

/* line 183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-key::before {
  content: "\F00B";
}

/* line 187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-key-outline::before {
  content: "\FBC0";
}

/* line 191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-minus::before {
  content: "\F00D";
}

/* line 195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-minus-outline::before {
  content: "\FAEB";
}

/* line 199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple::before {
  content: "\F00E";
}

/* line 203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-check::before {
  content: "\F8C4";
}

/* line 207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-minus::before {
  content: "\F5D3";
}

/* line 211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-minus-outline::before {
  content: "\FBC1";
}

/* line 215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-outline::before {
  content: "\F00F";
}

/* line 219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-plus::before {
  content: "\F010";
}

/* line 223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-plus-outline::before {
  content: "\F7FF";
}

/* line 227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-network::before {
  content: "\F011";
}

/* line 231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-network-outline::before {
  content: "\FBC2";
}

/* line 235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-off::before {
  content: "\F012";
}

/* line 239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-off-outline::before {
  content: "\FBC3";
}

/* line 243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-outline::before {
  content: "\F013";
}

/* line 247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-plus::before {
  content: "\F014";
}

/* line 251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-plus-outline::before {
  content: "\F800";
}

/* line 255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-question::before {
  content: "\FB35";
}

/* line 259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-question-outline::before {
  content: "\FB36";
}

/* line 263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-remove::before {
  content: "\F015";
}

/* line 267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-remove-outline::before {
  content: "\FAEC";
}

/* line 271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-search::before {
  content: "\F016";
}

/* line 275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-search-outline::before {
  content: "\F934";
}

/* line 279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-settings::before {
  content: "\F630";
}

/* line 283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-star::before {
  content: "\F017";
}

/* line 287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-star-outline::before {
  content: "\FBC4";
}

/* line 291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-supervisor::before {
  content: "\FA8A";
}

/* line 295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-supervisor-circle::before {
  content: "\FA8B";
}

/* line 299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-switch::before {
  content: "\F019";
}

/* line 303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-tie::before {
  content: "\FCBF";
}

/* line 307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-accusoft::before {
  content: "\F849";
}

/* line 311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adchoices::before {
  content: "\FD1E";
}

/* line 315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adjust::before {
  content: "\F01A";
}

/* line 319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adobe::before {
  content: "\F935";
}

/* line 323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adobe-acrobat::before {
  content: "\FFBD";
}

/* line 327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-conditioner::before {
  content: "\F01B";
}

/* line 331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-filter::before {
  content: "\FD1F";
}

/* line 335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-horn::before {
  content: "\FD88";
}

/* line 339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-purifier::before {
  content: "\FD20";
}

/* line 343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airbag::before {
  content: "\FBC5";
}

/* line 347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airballoon::before {
  content: "\F01C";
}

/* line 351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airballoon-outline::before {
  content: "\F002D";
}

/* line 355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane::before {
  content: "\F01D";
}

/* line 359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane-landing::before {
  content: "\F5D4";
}

/* line 363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane-off::before {
  content: "\F01E";
}

/* line 367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane-takeoff::before {
  content: "\F5D5";
}

/* line 371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplay::before {
  content: "\F01F";
}

/* line 375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airport::before {
  content: "\F84A";
}

/* line 379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm::before {
  content: "\F020";
}

/* line 383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-bell::before {
  content: "\F78D";
}

/* line 387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-check::before {
  content: "\F021";
}

/* line 391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-light::before {
  content: "\F78E";
}

/* line 395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-light-outline::before {
  content: "\FBC6";
}

/* line 399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-multiple::before {
  content: "\F022";
}

/* line 403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-note::before {
  content: "\FE8E";
}

/* line 407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-note-off::before {
  content: "\FE8F";
}

/* line 411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-off::before {
  content: "\F023";
}

/* line 415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-plus::before {
  content: "\F024";
}

/* line 419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-snooze::before {
  content: "\F68D";
}

/* line 423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-album::before {
  content: "\F025";
}

/* line 427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert::before {
  content: "\F026";
}

/* line 431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-box::before {
  content: "\F027";
}

/* line 435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-box-outline::before {
  content: "\FCC0";
}

/* line 439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-circle::before {
  content: "\F028";
}

/* line 443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-circle-outline::before {
  content: "\F5D6";
}

/* line 447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-decagram::before {
  content: "\F6BC";
}

/* line 451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-decagram-outline::before {
  content: "\FCC1";
}

/* line 455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagon::before {
  content: "\F029";
}

/* line 459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagon-outline::before {
  content: "\FCC2";
}

/* line 463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagram::before {
  content: "\F766";
}

/* line 467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagram-outline::before {
  content: "\FCC3";
}

/* line 471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-outline::before {
  content: "\F02A";
}

/* line 475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alien::before {
  content: "\F899";
}

/* line 479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-all-inclusive::before {
  content: "\F6BD";
}

/* line 483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha::before {
  content: "\F02B";
}

/* line 487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a::before {
  content: "\41";
}

/* line 491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-box::before {
  content: "\FAED";
}

/* line 495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-box-outline::before {
  content: "\FBC7";
}

/* line 499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-circle::before {
  content: "\FBC8";
}

/* line 503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-circle-outline::before {
  content: "\FBC9";
}

/* line 507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b::before {
  content: "\42";
}

/* line 511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-box::before {
  content: "\FAEE";
}

/* line 515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-box-outline::before {
  content: "\FBCA";
}

/* line 519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-circle::before {
  content: "\FBCB";
}

/* line 523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-circle-outline::before {
  content: "\FBCC";
}

/* line 527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c::before {
  content: "\43";
}

/* line 531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-box::before {
  content: "\FAEF";
}

/* line 535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-box-outline::before {
  content: "\FBCD";
}

/* line 539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-circle::before {
  content: "\FBCE";
}

/* line 543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-circle-outline::before {
  content: "\FBCF";
}

/* line 547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d::before {
  content: "\44";
}

/* line 551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-box::before {
  content: "\FAF0";
}

/* line 555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-box-outline::before {
  content: "\FBD0";
}

/* line 559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-circle::before {
  content: "\FBD1";
}

/* line 563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-circle-outline::before {
  content: "\FBD2";
}

/* line 567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e::before {
  content: "\45";
}

/* line 571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-box::before {
  content: "\FAF1";
}

/* line 575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-box-outline::before {
  content: "\FBD3";
}

/* line 579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-circle::before {
  content: "\FBD4";
}

/* line 583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-circle-outline::before {
  content: "\FBD5";
}

/* line 587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f::before {
  content: "\46";
}

/* line 591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-box::before {
  content: "\FAF2";
}

/* line 595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-box-outline::before {
  content: "\FBD6";
}

/* line 599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-circle::before {
  content: "\FBD7";
}

/* line 603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-circle-outline::before {
  content: "\FBD8";
}

/* line 607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g::before {
  content: "\47";
}

/* line 611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-box::before {
  content: "\FAF3";
}

/* line 615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-box-outline::before {
  content: "\FBD9";
}

/* line 619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-circle::before {
  content: "\FBDA";
}

/* line 623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-circle-outline::before {
  content: "\FBDB";
}

/* line 627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h::before {
  content: "\48";
}

/* line 631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-box::before {
  content: "\FAF4";
}

/* line 635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-box-outline::before {
  content: "\FBDC";
}

/* line 639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-circle::before {
  content: "\FBDD";
}

/* line 643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-circle-outline::before {
  content: "\FBDE";
}

/* line 647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i::before {
  content: "\49";
}

/* line 651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-box::before {
  content: "\FAF5";
}

/* line 655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-box-outline::before {
  content: "\FBDF";
}

/* line 659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-circle::before {
  content: "\FBE0";
}

/* line 663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-circle-outline::before {
  content: "\FBE1";
}

/* line 667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j::before {
  content: "\4A";
}

/* line 671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-box::before {
  content: "\FAF6";
}

/* line 675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-box-outline::before {
  content: "\FBE2";
}

/* line 679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-circle::before {
  content: "\FBE3";
}

/* line 683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-circle-outline::before {
  content: "\FBE4";
}

/* line 687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k::before {
  content: "\4B";
}

/* line 691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-box::before {
  content: "\FAF7";
}

/* line 695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-box-outline::before {
  content: "\FBE5";
}

/* line 699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-circle::before {
  content: "\FBE6";
}

/* line 703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-circle-outline::before {
  content: "\FBE7";
}

/* line 707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l::before {
  content: "\4C";
}

/* line 711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-box::before {
  content: "\FAF8";
}

/* line 715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-box-outline::before {
  content: "\FBE8";
}

/* line 719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-circle::before {
  content: "\FBE9";
}

/* line 723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-circle-outline::before {
  content: "\FBEA";
}

/* line 727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m::before {
  content: "\4D";
}

/* line 731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-box::before {
  content: "\FAF9";
}

/* line 735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-box-outline::before {
  content: "\FBEB";
}

/* line 739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-circle::before {
  content: "\FBEC";
}

/* line 743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-circle-outline::before {
  content: "\FBED";
}

/* line 747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n::before {
  content: "\4E";
}

/* line 751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-box::before {
  content: "\FAFA";
}

/* line 755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-box-outline::before {
  content: "\FBEE";
}

/* line 759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-circle::before {
  content: "\FBEF";
}

/* line 763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-circle-outline::before {
  content: "\FBF0";
}

/* line 767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o::before {
  content: "\4F";
}

/* line 771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-box::before {
  content: "\FAFB";
}

/* line 775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-box-outline::before {
  content: "\FBF1";
}

/* line 779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-circle::before {
  content: "\FBF2";
}

/* line 783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-circle-outline::before {
  content: "\FBF3";
}

/* line 787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p::before {
  content: "\50";
}

/* line 791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-box::before {
  content: "\FAFC";
}

/* line 795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-box-outline::before {
  content: "\FBF4";
}

/* line 799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-circle::before {
  content: "\FBF5";
}

/* line 803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-circle-outline::before {
  content: "\FBF6";
}

/* line 807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q::before {
  content: "\51";
}

/* line 811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-box::before {
  content: "\FAFD";
}

/* line 815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-box-outline::before {
  content: "\FBF7";
}

/* line 819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-circle::before {
  content: "\FBF8";
}

/* line 823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-circle-outline::before {
  content: "\FBF9";
}

/* line 827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r::before {
  content: "\52";
}

/* line 831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-box::before {
  content: "\FAFE";
}

/* line 835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-box-outline::before {
  content: "\FBFA";
}

/* line 839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-circle::before {
  content: "\FBFB";
}

/* line 843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-circle-outline::before {
  content: "\FBFC";
}

/* line 847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s::before {
  content: "\53";
}

/* line 851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-box::before {
  content: "\FAFF";
}

/* line 855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-box-outline::before {
  content: "\FBFD";
}

/* line 859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-circle::before {
  content: "\FBFE";
}

/* line 863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-circle-outline::before {
  content: "\FBFF";
}

/* line 867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t::before {
  content: "\54";
}

/* line 871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-box::before {
  content: "\FB00";
}

/* line 875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-box-outline::before {
  content: "\FC00";
}

/* line 879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-circle::before {
  content: "\FC01";
}

/* line 883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-circle-outline::before {
  content: "\FC02";
}

/* line 887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u::before {
  content: "\55";
}

/* line 891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-box::before {
  content: "\FB01";
}

/* line 895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-box-outline::before {
  content: "\FC03";
}

/* line 899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-circle::before {
  content: "\FC04";
}

/* line 903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-circle-outline::before {
  content: "\FC05";
}

/* line 907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v::before {
  content: "\56";
}

/* line 911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-box::before {
  content: "\FB02";
}

/* line 915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-box-outline::before {
  content: "\FC06";
}

/* line 919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-circle::before {
  content: "\FC07";
}

/* line 923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-circle-outline::before {
  content: "\FC08";
}

/* line 927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w::before {
  content: "\57";
}

/* line 931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-box::before {
  content: "\FB03";
}

/* line 935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-box-outline::before {
  content: "\FC09";
}

/* line 939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-circle::before {
  content: "\FC0A";
}

/* line 943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-circle-outline::before {
  content: "\FC0B";
}

/* line 947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x::before {
  content: "\58";
}

/* line 951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-box::before {
  content: "\FB04";
}

/* line 955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-box-outline::before {
  content: "\FC0C";
}

/* line 959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-circle::before {
  content: "\FC0D";
}

/* line 963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-circle-outline::before {
  content: "\FC0E";
}

/* line 967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y::before {
  content: "\59";
}

/* line 971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-box::before {
  content: "\FB05";
}

/* line 975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-box-outline::before {
  content: "\FC0F";
}

/* line 979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-circle::before {
  content: "\FC10";
}

/* line 983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-circle-outline::before {
  content: "\FC11";
}

/* line 987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z::before {
  content: "\5A";
}

/* line 991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-box::before {
  content: "\FB06";
}

/* line 995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-box-outline::before {
  content: "\FC12";
}

/* line 999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-circle::before {
  content: "\FC13";
}

/* line 1003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-circle-outline::before {
  content: "\FC14";
}

/* line 1007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical::before {
  content: "\F02C";
}

/* line 1011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical-off::before {
  content: "\F002E";
}

/* line 1015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical-variant::before {
  content: "\F002F";
}

/* line 1019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical-variant-off::before {
  content: "\F0030";
}

/* line 1023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-altimeter::before {
  content: "\F5D7";
}

/* line 1027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amazon::before {
  content: "\F02D";
}

/* line 1031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amazon-alexa::before {
  content: "\F8C5";
}

/* line 1035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amazon-drive::before {
  content: "\F02E";
}

/* line 1039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ambulance::before {
  content: "\F02F";
}

/* line 1043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ammunition::before {
  content: "\FCC4";
}

/* line 1047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ampersand::before {
  content: "\FA8C";
}

/* line 1051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amplifier::before {
  content: "\F030";
}

/* line 1055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-anchor::before {
  content: "\F031";
}

/* line 1059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android::before {
  content: "\F032";
}

/* line 1063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-auto::before {
  content: "\FA8D";
}

/* line 1067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-debug-bridge::before {
  content: "\F033";
}

/* line 1071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-head::before {
  content: "\F78F";
}

/* line 1075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-messages::before {
  content: "\FD21";
}

/* line 1079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-studio::before {
  content: "\F034";
}

/* line 1083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angle-acute::before {
  content: "\F936";
}

/* line 1087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angle-obtuse::before {
  content: "\F937";
}

/* line 1091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angle-right::before {
  content: "\F938";
}

/* line 1095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angular::before {
  content: "\F6B1";
}

/* line 1099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angularjs::before {
  content: "\F6BE";
}

/* line 1103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation::before {
  content: "\F5D8";
}

/* line 1107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation-outline::before {
  content: "\FA8E";
}

/* line 1111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation-play::before {
  content: "\F939";
}

/* line 1115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation-play-outline::before {
  content: "\FA8F";
}

/* line 1119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-anvil::before {
  content: "\F89A";
}

/* line 1123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apache-kafka::before {
  content: "\F0031";
}

/* line 1127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple::before {
  content: "\F035";
}

/* line 1131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-finder::before {
  content: "\F036";
}

/* line 1135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-icloud::before {
  content: "\F038";
}

/* line 1139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-ios::before {
  content: "\F037";
}

/* line 1143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-caps::before {
  content: "\F632";
}

/* line 1147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-command::before {
  content: "\F633";
}

/* line 1151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-control::before {
  content: "\F634";
}

/* line 1155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-option::before {
  content: "\F635";
}

/* line 1159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-shift::before {
  content: "\F636";
}

/* line 1163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-safari::before {
  content: "\F039";
}

/* line 1167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-application::before {
  content: "\F614";
}

/* line 1171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-application-export::before {
  content: "\FD89";
}

/* line 1175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-application-import::before {
  content: "\FD8A";
}

/* line 1179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-approximately-equal::before {
  content: "\FFBE";
}

/* line 1183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-approximately-equal-box::before {
  content: "\FFBF";
}

/* line 1187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apps::before {
  content: "\F03B";
}

/* line 1191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apps-box::before {
  content: "\FD22";
}

/* line 1195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arch::before {
  content: "\F8C6";
}

/* line 1199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-archive::before {
  content: "\F03C";
}

/* line 1203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-bring-forward::before {
  content: "\F03D";
}

/* line 1207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-bring-to-front::before {
  content: "\F03E";
}

/* line 1211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-send-backward::before {
  content: "\F03F";
}

/* line 1215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-send-to-back::before {
  content: "\F040";
}

/* line 1219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-all::before {
  content: "\F041";
}

/* line 1223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-left::before {
  content: "\F042";
}

/* line 1227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-left-bold-outline::before {
  content: "\F9B6";
}

/* line 1231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-left-thick::before {
  content: "\F9B7";
}

/* line 1235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-right::before {
  content: "\F043";
}

/* line 1239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-right-bold-outline::before {
  content: "\F9B8";
}

/* line 1243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-right-thick::before {
  content: "\F9B9";
}

/* line 1247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse::before {
  content: "\F615";
}

/* line 1251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-all::before {
  content: "\F044";
}

/* line 1255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-down::before {
  content: "\F791";
}

/* line 1259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-horizontal::before {
  content: "\F84B";
}

/* line 1263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-left::before {
  content: "\F792";
}

/* line 1267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-right::before {
  content: "\F793";
}

/* line 1271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-up::before {
  content: "\F794";
}

/* line 1275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-vertical::before {
  content: "\F84C";
}

/* line 1279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision::before {
  content: "\F9BA";
}

/* line 1283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision-auto::before {
  content: "\F9BB";
}

/* line 1287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision-auto-outline::before {
  content: "\F9BC";
}

/* line 1291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision-outline::before {
  content: "\F9BD";
}

/* line 1295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down::before {
  content: "\F045";
}

/* line 1299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold::before {
  content: "\F72D";
}

/* line 1303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-box::before {
  content: "\F72E";
}

/* line 1307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-box-outline::before {
  content: "\F72F";
}

/* line 1311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-circle::before {
  content: "\F047";
}

/* line 1315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-circle-outline::before {
  content: "\F048";
}

/* line 1319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-hexagon-outline::before {
  content: "\F049";
}

/* line 1323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-outline::before {
  content: "\F9BE";
}

/* line 1327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-box::before {
  content: "\F6BF";
}

/* line 1331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-circle::before {
  content: "\FCB7";
}

/* line 1335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-circle-outline::before {
  content: "\FCB8";
}

/* line 1339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-drop-circle::before {
  content: "\F04A";
}

/* line 1343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-drop-circle-outline::before {
  content: "\F04B";
}

/* line 1347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-thick::before {
  content: "\F046";
}

/* line 1351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand::before {
  content: "\F616";
}

/* line 1355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-all::before {
  content: "\F04C";
}

/* line 1359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-down::before {
  content: "\F795";
}

/* line 1363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-horizontal::before {
  content: "\F84D";
}

/* line 1367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-left::before {
  content: "\F796";
}

/* line 1371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-right::before {
  content: "\F797";
}

/* line 1375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-up::before {
  content: "\F798";
}

/* line 1379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-vertical::before {
  content: "\F84E";
}

/* line 1383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left::before {
  content: "\F04D";
}

/* line 1387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold::before {
  content: "\F730";
}

/* line 1391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-box::before {
  content: "\F731";
}

/* line 1395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-box-outline::before {
  content: "\F732";
}

/* line 1399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-circle::before {
  content: "\F04F";
}

/* line 1403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-circle-outline::before {
  content: "\F050";
}

/* line 1407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-hexagon-outline::before {
  content: "\F051";
}

/* line 1411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-outline::before {
  content: "\F9BF";
}

/* line 1415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-box::before {
  content: "\F6C0";
}

/* line 1419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-circle::before {
  content: "\FCB9";
}

/* line 1423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-circle-outline::before {
  content: "\FCBA";
}

/* line 1427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-drop-circle::before {
  content: "\F052";
}

/* line 1431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-drop-circle-outline::before {
  content: "\F053";
}

/* line 1435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-right::before {
  content: "\FE90";
}

/* line 1439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-right-bold::before {
  content: "\FE91";
}

/* line 1443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-right-bold-outline::before {
  content: "\F9C0";
}

/* line 1447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-thick::before {
  content: "\F04E";
}

/* line 1451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right::before {
  content: "\F054";
}

/* line 1455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold::before {
  content: "\F733";
}

/* line 1459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-box::before {
  content: "\F734";
}

/* line 1463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-box-outline::before {
  content: "\F735";
}

/* line 1467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-circle::before {
  content: "\F056";
}

/* line 1471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-circle-outline::before {
  content: "\F057";
}

/* line 1475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-hexagon-outline::before {
  content: "\F058";
}

/* line 1479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-outline::before {
  content: "\F9C1";
}

/* line 1483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-box::before {
  content: "\F6C1";
}

/* line 1487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-circle::before {
  content: "\FCBB";
}

/* line 1491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-circle-outline::before {
  content: "\FCBC";
}

/* line 1495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-drop-circle::before {
  content: "\F059";
}

/* line 1499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-drop-circle-outline::before {
  content: "\F05A";
}

/* line 1503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-thick::before {
  content: "\F055";
}

/* line 1507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-split-horizontal::before {
  content: "\F93A";
}

/* line 1511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-split-vertical::before {
  content: "\F93B";
}

/* line 1515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left::before {
  content: "\F05B";
}

/* line 1519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-bold-outline::before {
  content: "\F9C2";
}

/* line 1523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-bottom-right::before {
  content: "\FE92";
}

/* line 1527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-bottom-right-bold::before {
  content: "\FE93";
}

/* line 1531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-thick::before {
  content: "\F9C3";
}

/* line 1535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right::before {
  content: "\F05C";
}

/* line 1539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-bold-outline::before {
  content: "\F9C4";
}

/* line 1543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-bottom-left::before {
  content: "\FE94";
}

/* line 1547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-bottom-left-bold::before {
  content: "\FE95";
}

/* line 1551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-thick::before {
  content: "\F9C5";
}

/* line 1555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up::before {
  content: "\F05D";
}

/* line 1559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold::before {
  content: "\F736";
}

/* line 1563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-box::before {
  content: "\F737";
}

/* line 1567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-box-outline::before {
  content: "\F738";
}

/* line 1571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-circle::before {
  content: "\F05F";
}

/* line 1575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-circle-outline::before {
  content: "\F060";
}

/* line 1579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-hexagon-outline::before {
  content: "\F061";
}

/* line 1583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-outline::before {
  content: "\F9C6";
}

/* line 1587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-box::before {
  content: "\F6C2";
}

/* line 1591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-circle::before {
  content: "\FCBD";
}

/* line 1595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-circle-outline::before {
  content: "\FCBE";
}

/* line 1599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-down::before {
  content: "\FE96";
}

/* line 1603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-down-bold::before {
  content: "\FE97";
}

/* line 1607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-down-bold-outline::before {
  content: "\F9C7";
}

/* line 1611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-drop-circle::before {
  content: "\F062";
}

/* line 1615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-drop-circle-outline::before {
  content: "\F063";
}

/* line 1619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-thick::before {
  content: "\F05E";
}

/* line 1623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-artist::before {
  content: "\F802";
}

/* line 1627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-artist-outline::before {
  content: "\FCC5";
}

/* line 1631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-artstation::before {
  content: "\FB37";
}

/* line 1635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-aspect-ratio::before {
  content: "\FA23";
}

/* line 1639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-assistant::before {
  content: "\F064";
}

/* line 1643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-asterisk::before {
  content: "\F6C3";
}

/* line 1647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-at::before {
  content: "\F065";
}

/* line 1651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atlassian::before {
  content: "\F803";
}

/* line 1655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atm::before {
  content: "\FD23";
}

/* line 1659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atom::before {
  content: "\F767";
}

/* line 1663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atom-variant::before {
  content: "\FE98";
}

/* line 1667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-attachment::before {
  content: "\F066";
}

/* line 1671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-audio-video::before {
  content: "\F93C";
}

/* line 1675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-audiobook::before {
  content: "\F067";
}

/* line 1679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-augmented-reality::before {
  content: "\F84F";
}

/* line 1683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-auto-fix::before {
  content: "\F068";
}

/* line 1687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-auto-upload::before {
  content: "\F069";
}

/* line 1691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-autorenew::before {
  content: "\F06A";
}

/* line 1695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-av-timer::before {
  content: "\F06B";
}

/* line 1699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-aws::before {
  content: "\FDF2";
}

/* line 1703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axe::before {
  content: "\F8C7";
}

/* line 1707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis::before {
  content: "\FD24";
}

/* line 1711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-arrow::before {
  content: "\FD25";
}

/* line 1715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-arrow-lock::before {
  content: "\FD26";
}

/* line 1719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-lock::before {
  content: "\FD27";
}

/* line 1723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-arrow::before {
  content: "\FD28";
}

/* line 1727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-arrow-lock::before {
  content: "\FD29";
}

/* line 1731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-rotate-clockwise::before {
  content: "\FD2A";
}

/* line 1735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-rotate-counterclockwise::before {
  content: "\FD2B";
}

/* line 1739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-y-arrow-lock::before {
  content: "\FD2C";
}

/* line 1743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-arrow::before {
  content: "\FD2D";
}

/* line 1747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-arrow-lock::before {
  content: "\FD2E";
}

/* line 1751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-rotate-clockwise::before {
  content: "\FD2F";
}

/* line 1755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-rotate-counterclockwise::before {
  content: "\FD30";
}

/* line 1759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-arrow::before {
  content: "\FD31";
}

/* line 1763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-arrow-lock::before {
  content: "\FD32";
}

/* line 1767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-rotate-clockwise::before {
  content: "\FD33";
}

/* line 1771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-rotate-counterclockwise::before {
  content: "\FD34";
}

/* line 1775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-azure::before {
  content: "\F804";
}

/* line 1779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-babel::before {
  content: "\FA24";
}

/* line 1783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby::before {
  content: "\F06C";
}

/* line 1787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-bottle::before {
  content: "\FF56";
}

/* line 1791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-bottle-outline::before {
  content: "\FF57";
}

/* line 1795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-carriage::before {
  content: "\F68E";
}

/* line 1799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-carriage-off::before {
  content: "\FFC0";
}

/* line 1803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-face::before {
  content: "\FE99";
}

/* line 1807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-face-outline::before {
  content: "\FE9A";
}

/* line 1811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backburger::before {
  content: "\F06D";
}

/* line 1815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace::before {
  content: "\F06E";
}

/* line 1819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace-outline::before {
  content: "\FB38";
}

/* line 1823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace-reverse::before {
  content: "\FE9B";
}

/* line 1827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace-reverse-outline::before {
  content: "\FE9C";
}

/* line 1831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backup-restore::before {
  content: "\F06F";
}

/* line 1835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bacteria::before {
  content: "\FEF2";
}

/* line 1839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bacteria-outline::before {
  content: "\FEF3";
}

/* line 1843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-badminton::before {
  content: "\F850";
}

/* line 1847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-carry-on::before {
  content: "\FF58";
}

/* line 1851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-carry-on-check::before {
  content: "\FD41";
}

/* line 1855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-carry-on-off::before {
  content: "\FF59";
}

/* line 1859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-checked::before {
  content: "\FF5A";
}

/* line 1863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal::before {
  content: "\FDF3";
}

/* line 1867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal-off::before {
  content: "\FDF4";
}

/* line 1871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal-off-outline::before {
  content: "\FDF5";
}

/* line 1875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal-outline::before {
  content: "\FDF6";
}

/* line 1879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baguette::before {
  content: "\FF5B";
}

/* line 1883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-balloon::before {
  content: "\FA25";
}

/* line 1887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot::before {
  content: "\F9C8";
}

/* line 1891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot-outline::before {
  content: "\F9C9";
}

/* line 1895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot-recount::before {
  content: "\FC15";
}

/* line 1899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot-recount-outline::before {
  content: "\FC16";
}

/* line 1903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bandage::before {
  content: "\FD8B";
}

/* line 1907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bandcamp::before {
  content: "\F674";
}

/* line 1911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank::before {
  content: "\F070";
}

/* line 1915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-minus::before {
  content: "\FD8C";
}

/* line 1919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-outline::before {
  content: "\FE9D";
}

/* line 1923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-plus::before {
  content: "\FD8D";
}

/* line 1927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-remove::before {
  content: "\FD8E";
}

/* line 1931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-transfer::before {
  content: "\FA26";
}

/* line 1935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-transfer-in::before {
  content: "\FA27";
}

/* line 1939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-transfer-out::before {
  content: "\FA28";
}

/* line 1943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barcode::before {
  content: "\F071";
}

/* line 1947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barcode-scan::before {
  content: "\F072";
}

/* line 1951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barley::before {
  content: "\F073";
}

/* line 1955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barley-off::before {
  content: "\FB39";
}

/* line 1959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barn::before {
  content: "\FB3A";
}

/* line 1963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barrel::before {
  content: "\F074";
}

/* line 1967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baseball::before {
  content: "\F851";
}

/* line 1971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baseball-bat::before {
  content: "\F852";
}

/* line 1975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basecamp::before {
  content: "\F075";
}

/* line 1979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basket::before {
  content: "\F076";
}

/* line 1983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basket-fill::before {
  content: "\F077";
}

/* line 1987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basket-unfill::before {
  content: "\F078";
}

/* line 1991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basketball::before {
  content: "\F805";
}

/* line 1995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basketball-hoop::before {
  content: "\FC17";
}

/* line 1999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basketball-hoop-outline::before {
  content: "\FC18";
}

/* line 2003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bat::before {
  content: "\FB3B";
}

/* line 2007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery::before {
  content: "\F079";
}

/* line 2011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-10::before {
  content: "\F07A";
}

/* line 2015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-10-bluetooth::before {
  content: "\F93D";
}

/* line 2019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-20::before {
  content: "\F07B";
}

/* line 2023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-20-bluetooth::before {
  content: "\F93E";
}

/* line 2027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-30::before {
  content: "\F07C";
}

/* line 2031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-30-bluetooth::before {
  content: "\F93F";
}

/* line 2035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-40::before {
  content: "\F07D";
}

/* line 2039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-40-bluetooth::before {
  content: "\F940";
}

/* line 2043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-50::before {
  content: "\F07E";
}

/* line 2047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-50-bluetooth::before {
  content: "\F941";
}

/* line 2051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-60::before {
  content: "\F07F";
}

/* line 2055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-60-bluetooth::before {
  content: "\F942";
}

/* line 2059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-70::before {
  content: "\F080";
}

/* line 2063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-70-bluetooth::before {
  content: "\F943";
}

/* line 2067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-80::before {
  content: "\F081";
}

/* line 2071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-80-bluetooth::before {
  content: "\F944";
}

/* line 2075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-90::before {
  content: "\F082";
}

/* line 2079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-90-bluetooth::before {
  content: "\F945";
}

/* line 2083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-alert::before {
  content: "\F083";
}

/* line 2087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-alert-bluetooth::before {
  content: "\F946";
}

/* line 2091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-bluetooth::before {
  content: "\F947";
}

/* line 2095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-bluetooth-variant::before {
  content: "\F948";
}

/* line 2099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging::before {
  content: "\F084";
}

/* line 2103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-10::before {
  content: "\F89B";
}

/* line 2107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-100::before {
  content: "\F085";
}

/* line 2111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-20::before {
  content: "\F086";
}

/* line 2115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-30::before {
  content: "\F087";
}

/* line 2119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-40::before {
  content: "\F088";
}

/* line 2123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-50::before {
  content: "\F89C";
}

/* line 2127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-60::before {
  content: "\F089";
}

/* line 2131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-70::before {
  content: "\F89D";
}

/* line 2135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-80::before {
  content: "\F08A";
}

/* line 2139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-90::before {
  content: "\F08B";
}

/* line 2143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-outline::before {
  content: "\F89E";
}

/* line 2147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless::before {
  content: "\F806";
}

/* line 2151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-10::before {
  content: "\F807";
}

/* line 2155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-20::before {
  content: "\F808";
}

/* line 2159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-30::before {
  content: "\F809";
}

/* line 2163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-40::before {
  content: "\F80A";
}

/* line 2167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-50::before {
  content: "\F80B";
}

/* line 2171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-60::before {
  content: "\F80C";
}

/* line 2175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-70::before {
  content: "\F80D";
}

/* line 2179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-80::before {
  content: "\F80E";
}

/* line 2183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-90::before {
  content: "\F80F";
}

/* line 2187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-alert::before {
  content: "\F810";
}

/* line 2191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-outline::before {
  content: "\F811";
}

/* line 2195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-minus::before {
  content: "\F08C";
}

/* line 2199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-negative::before {
  content: "\F08D";
}

/* line 2203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-outline::before {
  content: "\F08E";
}

/* line 2207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-plus::before {
  content: "\F08F";
}

/* line 2211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-positive::before {
  content: "\F090";
}

/* line 2215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-unknown::before {
  content: "\F091";
}

/* line 2219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-unknown-bluetooth::before {
  content: "\F949";
}

/* line 2223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battlenet::before {
  content: "\FB3C";
}

/* line 2227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beach::before {
  content: "\F092";
}

/* line 2231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beaker::before {
  content: "\FCC6";
}

/* line 2235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beaker-outline::before {
  content: "\F68F";
}

/* line 2239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beats::before {
  content: "\F097";
}

/* line 2243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bed-empty::before {
  content: "\F89F";
}

/* line 2247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bee::before {
  content: "\FFC1";
}

/* line 2251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bee-flower::before {
  content: "\FFC2";
}

/* line 2255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beer::before {
  content: "\F098";
}

/* line 2259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-behance::before {
  content: "\F099";
}

/* line 2263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell::before {
  content: "\F09A";
}

/* line 2267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-alert::before {
  content: "\FD35";
}

/* line 2271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-alert-outline::before {
  content: "\FE9E";
}

/* line 2275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-circle::before {
  content: "\FD36";
}

/* line 2279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-circle-outline::before {
  content: "\FD37";
}

/* line 2283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-off::before {
  content: "\F09B";
}

/* line 2287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-off-outline::before {
  content: "\FA90";
}

/* line 2291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-outline::before {
  content: "\F09C";
}

/* line 2295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-plus::before {
  content: "\F09D";
}

/* line 2299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-plus-outline::before {
  content: "\FA91";
}

/* line 2303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-ring::before {
  content: "\F09E";
}

/* line 2307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-ring-outline::before {
  content: "\F09F";
}

/* line 2311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-sleep::before {
  content: "\F0A0";
}

/* line 2315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-sleep-outline::before {
  content: "\FA92";
}

/* line 2319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beta::before {
  content: "\F0A1";
}

/* line 2323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-betamax::before {
  content: "\F9CA";
}

/* line 2327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-biathlon::before {
  content: "\FDF7";
}

/* line 2331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bible::before {
  content: "\F0A2";
}

/* line 2335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bike::before {
  content: "\F0A3";
}

/* line 2339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-billboard::before {
  content: "\F0032";
}

/* line 2343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-billiards::before {
  content: "\FB3D";
}

/* line 2347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-billiards-rack::before {
  content: "\FB3E";
}

/* line 2351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bing::before {
  content: "\F0A4";
}

/* line 2355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-binoculars::before {
  content: "\F0A5";
}

/* line 2359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bio::before {
  content: "\F0A6";
}

/* line 2363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-biohazard::before {
  content: "\F0A7";
}

/* line 2367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bitbucket::before {
  content: "\F0A8";
}

/* line 2371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bitcoin::before {
  content: "\F812";
}

/* line 2375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-black-mesa::before {
  content: "\F0A9";
}

/* line 2379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blackberry::before {
  content: "\F0AA";
}

/* line 2383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blender::before {
  content: "\FCC7";
}

/* line 2387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blender-software::before {
  content: "\F0AB";
}

/* line 2391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blinds::before {
  content: "\F0AC";
}

/* line 2395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blinds-open::before {
  content: "\F0033";
}

/* line 2399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-block-helper::before {
  content: "\F0AD";
}

/* line 2403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blogger::before {
  content: "\F0AE";
}

/* line 2407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blood-bag::before {
  content: "\FCC8";
}

/* line 2411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth::before {
  content: "\F0AF";
}

/* line 2415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-audio::before {
  content: "\F0B0";
}

/* line 2419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-connect::before {
  content: "\F0B1";
}

/* line 2423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-off::before {
  content: "\F0B2";
}

/* line 2427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-settings::before {
  content: "\F0B3";
}

/* line 2431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-transfer::before {
  content: "\F0B4";
}

/* line 2435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur::before {
  content: "\F0B5";
}

/* line 2439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur-linear::before {
  content: "\F0B6";
}

/* line 2443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur-off::before {
  content: "\F0B7";
}

/* line 2447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur-radial::before {
  content: "\F0B8";
}

/* line 2451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bolnisi-cross::before {
  content: "\FCC9";
}

/* line 2455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bolt::before {
  content: "\FD8F";
}

/* line 2459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bomb::before {
  content: "\F690";
}

/* line 2463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bomb-off::before {
  content: "\F6C4";
}

/* line 2467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bone::before {
  content: "\F0B9";
}

/* line 2471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book::before {
  content: "\F0BA";
}

/* line 2475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-lock::before {
  content: "\F799";
}

/* line 2479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-lock-open::before {
  content: "\F79A";
}

/* line 2483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-minus::before {
  content: "\F5D9";
}

/* line 2487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-minus-multiple::before {
  content: "\FA93";
}

/* line 2491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-multiple::before {
  content: "\F0BB";
}

/* line 2495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open::before {
  content: "\F0BD";
}

/* line 2499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open-outline::before {
  content: "\FB3F";
}

/* line 2503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open-page-variant::before {
  content: "\F5DA";
}

/* line 2507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open-variant::before {
  content: "\F0BE";
}

/* line 2511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-outline::before {
  content: "\FB40";
}

/* line 2515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-play::before {
  content: "\FE9F";
}

/* line 2519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-play-outline::before {
  content: "\FEA0";
}

/* line 2523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-plus::before {
  content: "\F5DB";
}

/* line 2527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-plus-multiple::before {
  content: "\FA94";
}

/* line 2531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-remove::before {
  content: "\FA96";
}

/* line 2535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-remove-multiple::before {
  content: "\FA95";
}

/* line 2539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-search::before {
  content: "\FEA1";
}

/* line 2543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-search-outline::before {
  content: "\FEA2";
}

/* line 2547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-variant::before {
  content: "\F0BF";
}

/* line 2551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-variant-multiple::before {
  content: "\F0BC";
}

/* line 2555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark::before {
  content: "\F0C0";
}

/* line 2559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-check::before {
  content: "\F0C1";
}

/* line 2563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-minus::before {
  content: "\F9CB";
}

/* line 2567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-minus-outline::before {
  content: "\F9CC";
}

/* line 2571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-multiple::before {
  content: "\FDF8";
}

/* line 2575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-multiple-outline::before {
  content: "\FDF9";
}

/* line 2579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-music::before {
  content: "\F0C2";
}

/* line 2583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-off::before {
  content: "\F9CD";
}

/* line 2587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-off-outline::before {
  content: "\F9CE";
}

/* line 2591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-outline::before {
  content: "\F0C3";
}

/* line 2595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-plus::before {
  content: "\F0C5";
}

/* line 2599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-plus-outline::before {
  content: "\F0C4";
}

/* line 2603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-remove::before {
  content: "\F0C6";
}

/* line 2607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate::before {
  content: "\FEA3";
}

/* line 2611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-alert::before {
  content: "\FEA4";
}

/* line 2615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-alert-outline::before {
  content: "\FEA5";
}

/* line 2619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-down::before {
  content: "\FEA6";
}

/* line 2623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-down-outline::before {
  content: "\FEA7";
}

/* line 2627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-outline::before {
  content: "\FEA8";
}

/* line 2631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-up::before {
  content: "\FEA9";
}

/* line 2635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-up-outline::before {
  content: "\FEAA";
}

/* line 2639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boombox::before {
  content: "\F5DC";
}

/* line 2643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bootstrap::before {
  content: "\F6C5";
}

/* line 2647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-all::before {
  content: "\F0C7";
}

/* line 2651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-all-variant::before {
  content: "\F8A0";
}

/* line 2655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-bottom::before {
  content: "\F0C8";
}

/* line 2659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-bottom-variant::before {
  content: "\F8A1";
}

/* line 2663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-color::before {
  content: "\F0C9";
}

/* line 2667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-horizontal::before {
  content: "\F0CA";
}

/* line 2671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-inside::before {
  content: "\F0CB";
}

/* line 2675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-left::before {
  content: "\F0CC";
}

/* line 2679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-left-variant::before {
  content: "\F8A2";
}

/* line 2683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-none::before {
  content: "\F0CD";
}

/* line 2687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-none-variant::before {
  content: "\F8A3";
}

/* line 2691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-outside::before {
  content: "\F0CE";
}

/* line 2695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-right::before {
  content: "\F0CF";
}

/* line 2699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-right-variant::before {
  content: "\F8A4";
}

/* line 2703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-style::before {
  content: "\F0D0";
}

/* line 2707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-top::before {
  content: "\F0D1";
}

/* line 2711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-top-variant::before {
  content: "\F8A5";
}

/* line 2715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-vertical::before {
  content: "\F0D2";
}

/* line 2719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bottle-wine::before {
  content: "\F853";
}

/* line 2723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bow-tie::before {
  content: "\F677";
}

/* line 2727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bowl::before {
  content: "\F617";
}

/* line 2731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bowling::before {
  content: "\F0D3";
}

/* line 2735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-box::before {
  content: "\F0D4";
}

/* line 2739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-box-cutter::before {
  content: "\F0D5";
}

/* line 2743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-box-shadow::before {
  content: "\F637";
}

/* line 2747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boxing-glove::before {
  content: "\FB41";
}

/* line 2751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-braille::before {
  content: "\F9CF";
}

/* line 2755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brain::before {
  content: "\F9D0";
}

/* line 2759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bread-slice::before {
  content: "\FCCA";
}

/* line 2763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bread-slice-outline::before {
  content: "\FCCB";
}

/* line 2767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bridge::before {
  content: "\F618";
}

/* line 2771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase::before {
  content: "\F0D6";
}

/* line 2775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-account::before {
  content: "\FCCC";
}

/* line 2779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-account-outline::before {
  content: "\FCCD";
}

/* line 2783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-check::before {
  content: "\F0D7";
}

/* line 2787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-download::before {
  content: "\F0D8";
}

/* line 2791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-download-outline::before {
  content: "\FC19";
}

/* line 2795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-edit::before {
  content: "\FA97";
}

/* line 2799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-edit-outline::before {
  content: "\FC1A";
}

/* line 2803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-minus::before {
  content: "\FA29";
}

/* line 2807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-minus-outline::before {
  content: "\FC1B";
}

/* line 2811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-outline::before {
  content: "\F813";
}

/* line 2815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-plus::before {
  content: "\FA2A";
}

/* line 2819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-plus-outline::before {
  content: "\FC1C";
}

/* line 2823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-remove::before {
  content: "\FA2B";
}

/* line 2827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-remove-outline::before {
  content: "\FC1D";
}

/* line 2831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-search::before {
  content: "\FA2C";
}

/* line 2835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-search-outline::before {
  content: "\FC1E";
}

/* line 2839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-upload::before {
  content: "\F0D9";
}

/* line 2843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-upload-outline::before {
  content: "\FC1F";
}

/* line 2847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-1::before {
  content: "\F0DA";
}

/* line 2851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-2::before {
  content: "\F0DB";
}

/* line 2855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-3::before {
  content: "\F0DC";
}

/* line 2859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-4::before {
  content: "\F0DD";
}

/* line 2863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-5::before {
  content: "\F0DE";
}

/* line 2867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-6::before {
  content: "\F0DF";
}

/* line 2871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-7::before {
  content: "\F0E0";
}

/* line 2875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-auto::before {
  content: "\F0E1";
}

/* line 2879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-percent::before {
  content: "\FCCE";
}

/* line 2883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-broom::before {
  content: "\F0E2";
}

/* line 2887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brush::before {
  content: "\F0E3";
}

/* line 2891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-buddhism::before {
  content: "\F94A";
}

/* line 2895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-buffer::before {
  content: "\F619";
}

/* line 2899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug::before {
  content: "\F0E4";
}

/* line 2903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug-check::before {
  content: "\FA2D";
}

/* line 2907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug-check-outline::before {
  content: "\FA2E";
}

/* line 2911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug-outline::before {
  content: "\FA2F";
}

/* line 2915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bugle::before {
  content: "\FD90";
}

/* line 2919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bulldozer::before {
  content: "\FB07";
}

/* line 2923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullet::before {
  content: "\FCCF";
}

/* line 2927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bulletin-board::before {
  content: "\F0E5";
}

/* line 2931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullhorn::before {
  content: "\F0E6";
}

/* line 2935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullhorn-outline::before {
  content: "\FB08";
}

/* line 2939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullseye::before {
  content: "\F5DD";
}

/* line 2943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullseye-arrow::before {
  content: "\F8C8";
}

/* line 2947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus::before {
  content: "\F0E7";
}

/* line 2951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-alert::before {
  content: "\FA98";
}

/* line 2955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-articulated-end::before {
  content: "\F79B";
}

/* line 2959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-articulated-front::before {
  content: "\F79C";
}

/* line 2963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-clock::before {
  content: "\F8C9";
}

/* line 2967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-double-decker::before {
  content: "\F79D";
}

/* line 2971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-multiple::before {
  content: "\FF5C";
}

/* line 2975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-school::before {
  content: "\F79E";
}

/* line 2979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-side::before {
  content: "\F79F";
}

/* line 2983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-stop::before {
  content: "\F0034";
}

/* line 2987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-stop-covered::before {
  content: "\F0035";
}

/* line 2991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-stop-uncovered::before {
  content: "\F0036";
}

/* line 2995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cached::before {
  content: "\F0E8";
}

/* line 2999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cactus::before {
  content: "\FD91";
}

/* line 3003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cake::before {
  content: "\F0E9";
}

/* line 3007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cake-layered::before {
  content: "\F0EA";
}

/* line 3011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cake-variant::before {
  content: "\F0EB";
}

/* line 3015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calculator::before {
  content: "\F0EC";
}

/* line 3019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calculator-variant::before {
  content: "\FA99";
}

/* line 3023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar::before {
  content: "\F0ED";
}

/* line 3027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-account::before {
  content: "\FEF4";
}

/* line 3031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-account-outline::before {
  content: "\FEF5";
}

/* line 3035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-alert::before {
  content: "\FA30";
}

/* line 3039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-blank::before {
  content: "\F0EE";
}

/* line 3043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-blank-outline::before {
  content: "\FB42";
}

/* line 3047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-check::before {
  content: "\F0EF";
}

/* line 3051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-check-outline::before {
  content: "\FC20";
}

/* line 3055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-clock::before {
  content: "\F0F0";
}

/* line 3059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-edit::before {
  content: "\F8A6";
}

/* line 3063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-export::before {
  content: "\FB09";
}

/* line 3067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-heart::before {
  content: "\F9D1";
}

/* line 3071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-import::before {
  content: "\FB0A";
}

/* line 3075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-minus::before {
  content: "\FD38";
}

/* line 3079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-month::before {
  content: "\FDFA";
}

/* line 3083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-month-outline::before {
  content: "\FDFB";
}

/* line 3087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-multiple::before {
  content: "\F0F1";
}

/* line 3091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-multiple-check::before {
  content: "\F0F2";
}

/* line 3095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-multiselect::before {
  content: "\FA31";
}

/* line 3099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-outline::before {
  content: "\FB43";
}

/* line 3103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-plus::before {
  content: "\F0F3";
}

/* line 3107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-question::before {
  content: "\F691";
}

/* line 3111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-range::before {
  content: "\F678";
}

/* line 3115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-range-outline::before {
  content: "\FB44";
}

/* line 3119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-remove::before {
  content: "\F0F4";
}

/* line 3123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-remove-outline::before {
  content: "\FC21";
}

/* line 3127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-repeat::before {
  content: "\FEAB";
}

/* line 3131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-repeat-outline::before {
  content: "\FEAC";
}

/* line 3135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-search::before {
  content: "\F94B";
}

/* line 3139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-star::before {
  content: "\F9D2";
}

/* line 3143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-text::before {
  content: "\F0F5";
}

/* line 3147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-text-outline::before {
  content: "\FC22";
}

/* line 3151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-today::before {
  content: "\F0F6";
}

/* line 3155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-week::before {
  content: "\FA32";
}

/* line 3159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-week-begin::before {
  content: "\FA33";
}

/* line 3163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-weekend::before {
  content: "\FEF6";
}

/* line 3167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-weekend-outline::before {
  content: "\FEF7";
}

/* line 3171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-made::before {
  content: "\F0F7";
}

/* line 3175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-merge::before {
  content: "\F0F8";
}

/* line 3179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-missed::before {
  content: "\F0F9";
}

/* line 3183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-received::before {
  content: "\F0FA";
}

/* line 3187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-split::before {
  content: "\F0FB";
}

/* line 3191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder::before {
  content: "\F0FC";
}

/* line 3195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder-box::before {
  content: "\F0FD";
}

/* line 3199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder-box-off::before {
  content: "\F0FE";
}

/* line 3203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder-off::before {
  content: "\F0FF";
}

/* line 3207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera::before {
  content: "\F100";
}

/* line 3211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-account::before {
  content: "\F8CA";
}

/* line 3215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-burst::before {
  content: "\F692";
}

/* line 3219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-control::before {
  content: "\FB45";
}

/* line 3223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-enhance::before {
  content: "\F101";
}

/* line 3227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-enhance-outline::before {
  content: "\FB46";
}

/* line 3231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-front::before {
  content: "\F102";
}

/* line 3235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-front-variant::before {
  content: "\F103";
}

/* line 3239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-gopro::before {
  content: "\F7A0";
}

/* line 3243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-image::before {
  content: "\F8CB";
}

/* line 3247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-iris::before {
  content: "\F104";
}

/* line 3251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-center::before {
  content: "\F7A1";
}

/* line 3255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-matrix::before {
  content: "\F7A2";
}

/* line 3259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-partial::before {
  content: "\F7A3";
}

/* line 3263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-spot::before {
  content: "\F7A4";
}

/* line 3267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-off::before {
  content: "\F5DF";
}

/* line 3271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-outline::before {
  content: "\FD39";
}

/* line 3275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-party-mode::before {
  content: "\F105";
}

/* line 3279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-plus::before {
  content: "\FEF8";
}

/* line 3283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-plus-outline::before {
  content: "\FEF9";
}

/* line 3287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-rear::before {
  content: "\F106";
}

/* line 3291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-rear-variant::before {
  content: "\F107";
}

/* line 3295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-retake::before {
  content: "\FDFC";
}

/* line 3299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-retake-outline::before {
  content: "\FDFD";
}

/* line 3303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-switch::before {
  content: "\F108";
}

/* line 3307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-timer::before {
  content: "\F109";
}

/* line 3311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-wireless::before {
  content: "\FD92";
}

/* line 3315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-wireless-outline::before {
  content: "\FD93";
}

/* line 3319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-campfire::before {
  content: "\FEFA";
}

/* line 3323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cancel::before {
  content: "\F739";
}

/* line 3327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-candle::before {
  content: "\F5E2";
}

/* line 3331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-candycane::before {
  content: "\F10A";
}

/* line 3335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cannabis::before {
  content: "\F7A5";
}

/* line 3339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-caps-lock::before {
  content: "\FA9A";
}

/* line 3343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car::before {
  content: "\F10B";
}

/* line 3347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-2-plus::before {
  content: "\F0037";
}

/* line 3351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-3-plus::before {
  content: "\F0038";
}

/* line 3355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-back::before {
  content: "\FDFE";
}

/* line 3359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-battery::before {
  content: "\F10C";
}

/* line 3363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-abs::before {
  content: "\FC23";
}

/* line 3367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-alert::before {
  content: "\FC24";
}

/* line 3371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-hold::before {
  content: "\FD3A";
}

/* line 3375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-parking::before {
  content: "\FD3B";
}

/* line 3379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-retarder::before {
  content: "\F0039";
}

/* line 3383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-child-seat::before {
  content: "\FFC3";
}

/* line 3387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-clutch::before {
  content: "\F003A";
}

/* line 3391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-connected::before {
  content: "\F10D";
}

/* line 3395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-convertible::before {
  content: "\F7A6";
}

/* line 3399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-coolant-level::before {
  content: "\F003B";
}

/* line 3403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-cruise-control::before {
  content: "\FD3C";
}

/* line 3407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-defrost-front::before {
  content: "\FD3D";
}

/* line 3411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-defrost-rear::before {
  content: "\FD3E";
}

/* line 3415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-door::before {
  content: "\FB47";
}

/* line 3419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-electric::before {
  content: "\FB48";
}

/* line 3423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-esp::before {
  content: "\FC25";
}

/* line 3427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-estate::before {
  content: "\F7A7";
}

/* line 3431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-hatchback::before {
  content: "\F7A8";
}

/* line 3435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-key::before {
  content: "\FB49";
}

/* line 3439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-light-dimmed::before {
  content: "\FC26";
}

/* line 3443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-light-fog::before {
  content: "\FC27";
}

/* line 3447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-light-high::before {
  content: "\FC28";
}

/* line 3451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-limousine::before {
  content: "\F8CC";
}

/* line 3455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-multiple::before {
  content: "\FB4A";
}

/* line 3459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-off::before {
  content: "\FDFF";
}

/* line 3463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-parking-lights::before {
  content: "\FD3F";
}

/* line 3467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-pickup::before {
  content: "\F7A9";
}

/* line 3471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-seat::before {
  content: "\FFC4";
}

/* line 3475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-seat-cooler::before {
  content: "\FFC5";
}

/* line 3479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-seat-heater::before {
  content: "\FFC6";
}

/* line 3483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-shift-pattern::before {
  content: "\FF5D";
}

/* line 3487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-side::before {
  content: "\F7AA";
}

/* line 3491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-sports::before {
  content: "\F7AB";
}

/* line 3495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-tire-alert::before {
  content: "\FC29";
}

/* line 3499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-traction-control::before {
  content: "\FD40";
}

/* line 3503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-turbocharger::before {
  content: "\F003C";
}

/* line 3507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-wash::before {
  content: "\F10E";
}

/* line 3511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-windshield::before {
  content: "\F003D";
}

/* line 3515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-windshield-outline::before {
  content: "\F003E";
}

/* line 3519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-caravan::before {
  content: "\F7AC";
}

/* line 3523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card::before {
  content: "\FB4B";
}

/* line 3527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted::before {
  content: "\FB4C";
}

/* line 3531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-off::before {
  content: "\FB4D";
}

/* line 3535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-off-outline::before {
  content: "\FB4E";
}

/* line 3539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-outline::before {
  content: "\FB4F";
}

/* line 3543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-settings::before {
  content: "\FB50";
}

/* line 3547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-settings-outline::before {
  content: "\FB51";
}

/* line 3551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-outline::before {
  content: "\FB52";
}

/* line 3555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-text::before {
  content: "\FB53";
}

/* line 3559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-text-outline::before {
  content: "\FB54";
}

/* line 3563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards::before {
  content: "\F638";
}

/* line 3567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-club::before {
  content: "\F8CD";
}

/* line 3571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-diamond::before {
  content: "\F8CE";
}

/* line 3575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-diamond-outline::before {
  content: "\F003F";
}

/* line 3579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-heart::before {
  content: "\F8CF";
}

/* line 3583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-outline::before {
  content: "\F639";
}

/* line 3587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-playing-outline::before {
  content: "\F63A";
}

/* line 3591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-spade::before {
  content: "\F8D0";
}

/* line 3595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-variant::before {
  content: "\F6C6";
}

/* line 3599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-carrot::before {
  content: "\F10F";
}

/* line 3603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart::before {
  content: "\F110";
}

/* line 3607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-arrow-down::before {
  content: "\FD42";
}

/* line 3611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-arrow-right::before {
  content: "\FC2A";
}

/* line 3615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-arrow-up::before {
  content: "\FD43";
}

/* line 3619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-minus::before {
  content: "\FD44";
}

/* line 3623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-off::before {
  content: "\F66B";
}

/* line 3627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-outline::before {
  content: "\F111";
}

/* line 3631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-plus::before {
  content: "\F112";
}

/* line 3635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-remove::before {
  content: "\FD45";
}

/* line 3639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-case-sensitive-alt::before {
  content: "\F113";
}

/* line 3643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash::before {
  content: "\F114";
}

/* line 3647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-100::before {
  content: "\F115";
}

/* line 3651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-marker::before {
  content: "\FD94";
}

/* line 3655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-multiple::before {
  content: "\F116";
}

/* line 3659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-refund::before {
  content: "\FA9B";
}

/* line 3663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-register::before {
  content: "\FCD0";
}

/* line 3667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-usd::before {
  content: "\F117";
}

/* line 3671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cassette::before {
  content: "\F9D3";
}

/* line 3675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast::before {
  content: "\F118";
}

/* line 3679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-audio::before {
  content: "\F0040";
}

/* line 3683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-connected::before {
  content: "\F119";
}

/* line 3687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-education::before {
  content: "\FE6D";
}

/* line 3691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-off::before {
  content: "\F789";
}

/* line 3695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-castle::before {
  content: "\F11A";
}

/* line 3699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cat::before {
  content: "\F11B";
}

/* line 3703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cctv::before {
  content: "\F7AD";
}

/* line 3707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ceiling-light::before {
  content: "\F768";
}

/* line 3711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone::before {
  content: "\F11C";
}

/* line 3715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-android::before {
  content: "\F11D";
}

/* line 3719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-arrow-down::before {
  content: "\F9D4";
}

/* line 3723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-basic::before {
  content: "\F11E";
}

/* line 3727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-dock::before {
  content: "\F11F";
}

/* line 3731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-erase::before {
  content: "\F94C";
}

/* line 3735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-information::before {
  content: "\FF5E";
}

/* line 3739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-iphone::before {
  content: "\F120";
}

/* line 3743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-key::before {
  content: "\F94D";
}

/* line 3747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-link::before {
  content: "\F121";
}

/* line 3751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-link-off::before {
  content: "\F122";
}

/* line 3755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-lock::before {
  content: "\F94E";
}

/* line 3759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-message::before {
  content: "\F8D2";
}

/* line 3763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-nfc::before {
  content: "\FEAD";
}

/* line 3767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-off::before {
  content: "\F94F";
}

/* line 3771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-play::before {
  content: "\F0041";
}

/* line 3775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-screenshot::before {
  content: "\FA34";
}

/* line 3779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-settings::before {
  content: "\F123";
}

/* line 3783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-settings-variant::before {
  content: "\F950";
}

/* line 3787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-sound::before {
  content: "\F951";
}

/* line 3791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-text::before {
  content: "\F8D1";
}

/* line 3795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-wireless::before {
  content: "\F814";
}

/* line 3799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-celtic-cross::before {
  content: "\FCD1";
}

/* line 3803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-certificate::before {
  content: "\F124";
}

/* line 3807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chair-rolling::before {
  content: "\FFBA";
}

/* line 3811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chair-school::before {
  content: "\F125";
}

/* line 3815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-charity::before {
  content: "\FC2B";
}

/* line 3819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-arc::before {
  content: "\F126";
}

/* line 3823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-areaspline::before {
  content: "\F127";
}

/* line 3827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-areaspline-variant::before {
  content: "\FEAE";
}

/* line 3831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bar::before {
  content: "\F128";
}

/* line 3835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bar-stacked::before {
  content: "\F769";
}

/* line 3839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bell-curve::before {
  content: "\FC2C";
}

/* line 3843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bell-curve-cumulative::before {
  content: "\FFC7";
}

/* line 3847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bubble::before {
  content: "\F5E3";
}

/* line 3851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-donut::before {
  content: "\F7AE";
}

/* line 3855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-donut-variant::before {
  content: "\F7AF";
}

/* line 3859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-gantt::before {
  content: "\F66C";
}

/* line 3863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-histogram::before {
  content: "\F129";
}

/* line 3867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-line::before {
  content: "\F12A";
}

/* line 3871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-line-stacked::before {
  content: "\F76A";
}

/* line 3875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-line-variant::before {
  content: "\F7B0";
}

/* line 3879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-multiline::before {
  content: "\F8D3";
}

/* line 3883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-pie::before {
  content: "\F12B";
}

/* line 3887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-scatter-plot::before {
  content: "\FEAF";
}

/* line 3891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-scatter-plot-hexbin::before {
  content: "\F66D";
}

/* line 3895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-timeline::before {
  content: "\F66E";
}

/* line 3899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-timeline-variant::before {
  content: "\FEB0";
}

/* line 3903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-tree::before {
  content: "\FEB1";
}

/* line 3907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat::before {
  content: "\FB55";
}

/* line 3911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat-alert::before {
  content: "\FB56";
}

/* line 3915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat-outline::before {
  content: "\FEFB";
}

/* line 3919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat-processing::before {
  content: "\FB57";
}

/* line 3923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check::before {
  content: "\F12C";
}

/* line 3927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-all::before {
  content: "\F12D";
}

/* line 3931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-bold::before {
  content: "\FE6E";
}

/* line 3935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-box-multiple-outline::before {
  content: "\FC2D";
}

/* line 3939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-box-outline::before {
  content: "\FC2E";
}

/* line 3943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-circle::before {
  content: "\F5E0";
}

/* line 3947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-circle-outline::before {
  content: "\F5E1";
}

/* line 3951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-decagram::before {
  content: "\F790";
}

/* line 3955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-network::before {
  content: "\FC2F";
}

/* line 3959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-network-outline::before {
  content: "\FC30";
}

/* line 3963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-outline::before {
  content: "\F854";
}

/* line 3967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-underline::before {
  content: "\FE70";
}

/* line 3971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-underline-circle::before {
  content: "\FE71";
}

/* line 3975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-underline-circle-outline::before {
  content: "\FE72";
}

/* line 3979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbook::before {
  content: "\FA9C";
}

/* line 3983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank::before {
  content: "\F12E";
}

/* line 3987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank-circle::before {
  content: "\F12F";
}

/* line 3991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank-circle-outline::before {
  content: "\F130";
}

/* line 3995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank-outline::before {
  content: "\F131";
}

/* line 3999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-intermediate::before {
  content: "\F855";
}

/* line 4003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked::before {
  content: "\F132";
}

/* line 4007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked-circle::before {
  content: "\F133";
}

/* line 4011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked-circle-outline::before {
  content: "\F134";
}

/* line 4015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked-outline::before {
  content: "\F135";
}

/* line 4019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank::before {
  content: "\F136";
}

/* line 4023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank-circle::before {
  content: "\F63B";
}

/* line 4027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\F63C";
}

/* line 4031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank-outline::before {
  content: "\F137";
}

/* line 4035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked::before {
  content: "\F138";
}

/* line 4039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked-circle::before {
  content: "\F63D";
}

/* line 4043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\F63E";
}

/* line 4047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked-outline::before {
  content: "\F139";
}

/* line 4051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkerboard::before {
  content: "\F13A";
}

/* line 4055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chef-hat::before {
  content: "\FB58";
}

/* line 4059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chemical-weapon::before {
  content: "\F13B";
}

/* line 4063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-bishop::before {
  content: "\F85B";
}

/* line 4067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-king::before {
  content: "\F856";
}

/* line 4071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-knight::before {
  content: "\F857";
}

/* line 4075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-pawn::before {
  content: "\F858";
}

/* line 4079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-queen::before {
  content: "\F859";
}

/* line 4083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-rook::before {
  content: "\F85A";
}

/* line 4087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-down::before {
  content: "\F13C";
}

/* line 4091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-left::before {
  content: "\F13D";
}

/* line 4095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-right::before {
  content: "\F13E";
}

/* line 4099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-up::before {
  content: "\F13F";
}

/* line 4103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down::before {
  content: "\F140";
}

/* line 4107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-box::before {
  content: "\F9D5";
}

/* line 4111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-box-outline::before {
  content: "\F9D6";
}

/* line 4115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-circle::before {
  content: "\FB0B";
}

/* line 4119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-circle-outline::before {
  content: "\FB0C";
}

/* line 4123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left::before {
  content: "\F141";
}

/* line 4127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-box::before {
  content: "\F9D7";
}

/* line 4131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-box-outline::before {
  content: "\F9D8";
}

/* line 4135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-circle::before {
  content: "\FB0D";
}

/* line 4139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-circle-outline::before {
  content: "\FB0E";
}

/* line 4143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right::before {
  content: "\F142";
}

/* line 4147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-box::before {
  content: "\F9D9";
}

/* line 4151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-box-outline::before {
  content: "\F9DA";
}

/* line 4155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-circle::before {
  content: "\FB0F";
}

/* line 4159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-circle-outline::before {
  content: "\FB10";
}

/* line 4163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-down::before {
  content: "\FD95";
}

/* line 4167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-left::before {
  content: "\FD96";
}

/* line 4171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-right::before {
  content: "\FD97";
}

/* line 4175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-up::before {
  content: "\FD98";
}

/* line 4179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up::before {
  content: "\F143";
}

/* line 4183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-box::before {
  content: "\F9DB";
}

/* line 4187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-box-outline::before {
  content: "\F9DC";
}

/* line 4191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-circle::before {
  content: "\FB11";
}

/* line 4195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-circle-outline::before {
  content: "\FB12";
}

/* line 4199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chili-hot::before {
  content: "\F7B1";
}

/* line 4203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chili-medium::before {
  content: "\F7B2";
}

/* line 4207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chili-mild::before {
  content: "\F7B3";
}

/* line 4211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chip::before {
  content: "\F61A";
}

/* line 4215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-christianity::before {
  content: "\F952";
}

/* line 4219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-christianity-outline::before {
  content: "\FCD2";
}

/* line 4223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-church::before {
  content: "\F144";
}

/* line 4227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle::before {
  content: "\F764";
}

/* line 4231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-double::before {
  content: "\FEB2";
}

/* line 4235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-edit-outline::before {
  content: "\F8D4";
}

/* line 4239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-expand::before {
  content: "\FEB3";
}

/* line 4243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-medium::before {
  content: "\F9DD";
}

/* line 4247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-outline::before {
  content: "\F765";
}

/* line 4251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-1::before {
  content: "\FA9D";
}

/* line 4255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-2::before {
  content: "\FA9E";
}

/* line 4259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-3::before {
  content: "\FA9F";
}

/* line 4263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-4::before {
  content: "\FAA0";
}

/* line 4267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-5::before {
  content: "\FAA1";
}

/* line 4271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-6::before {
  content: "\FAA2";
}

/* line 4275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-7::before {
  content: "\FAA3";
}

/* line 4279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-8::before {
  content: "\FAA4";
}

/* line 4283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-small::before {
  content: "\F9DE";
}

/* line 4287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circular-saw::before {
  content: "\FE73";
}

/* line 4291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cisco-webex::before {
  content: "\F145";
}

/* line 4295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-city::before {
  content: "\F146";
}

/* line 4299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-city-variant::before {
  content: "\FA35";
}

/* line 4303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-city-variant-outline::before {
  content: "\FA36";
}

/* line 4307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard::before {
  content: "\F147";
}

/* line 4311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-account::before {
  content: "\F148";
}

/* line 4315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-account-outline::before {
  content: "\FC31";
}

/* line 4319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-alert::before {
  content: "\F149";
}

/* line 4323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-alert-outline::before {
  content: "\FCD3";
}

/* line 4327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-down::before {
  content: "\F14A";
}

/* line 4331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-down-outline::before {
  content: "\FC32";
}

/* line 4335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-left::before {
  content: "\F14B";
}

/* line 4339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-left-outline::before {
  content: "\FCD4";
}

/* line 4343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-right::before {
  content: "\FCD5";
}

/* line 4347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-right-outline::before {
  content: "\FCD6";
}

/* line 4351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-up::before {
  content: "\FC33";
}

/* line 4355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-up-outline::before {
  content: "\FC34";
}

/* line 4359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-check::before {
  content: "\F14C";
}

/* line 4363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-check-outline::before {
  content: "\F8A7";
}

/* line 4367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-flow::before {
  content: "\F6C7";
}

/* line 4371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-outline::before {
  content: "\F14D";
}

/* line 4375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-play::before {
  content: "\FC35";
}

/* line 4379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-play-outline::before {
  content: "\FC36";
}

/* line 4383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-plus::before {
  content: "\F750";
}

/* line 4387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-pulse::before {
  content: "\F85C";
}

/* line 4391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-pulse-outline::before {
  content: "\F85D";
}

/* line 4395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text::before {
  content: "\F14E";
}

/* line 4399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text-outline::before {
  content: "\FA37";
}

/* line 4403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text-play::before {
  content: "\FC37";
}

/* line 4407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text-play-outline::before {
  content: "\FC38";
}

/* line 4411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clippy::before {
  content: "\F14F";
}

/* line 4415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock::before {
  content: "\F953";
}

/* line 4419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-alert::before {
  content: "\F954";
}

/* line 4423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-alert-outline::before {
  content: "\F5CE";
}

/* line 4427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-check::before {
  content: "\FFC8";
}

/* line 4431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-check-outline::before {
  content: "\FFC9";
}

/* line 4435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-digital::before {
  content: "\FEB4";
}

/* line 4439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-end::before {
  content: "\F151";
}

/* line 4443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-fast::before {
  content: "\F152";
}

/* line 4447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-in::before {
  content: "\F153";
}

/* line 4451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-out::before {
  content: "\F154";
}

/* line 4455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-outline::before {
  content: "\F150";
}

/* line 4459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-start::before {
  content: "\F155";
}

/* line 4463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close::before {
  content: "\F156";
}

/* line 4467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box::before {
  content: "\F157";
}

/* line 4471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box-multiple::before {
  content: "\FC39";
}

/* line 4475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box-multiple-outline::before {
  content: "\FC3A";
}

/* line 4479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box-outline::before {
  content: "\F158";
}

/* line 4483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-circle::before {
  content: "\F159";
}

/* line 4487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-circle-outline::before {
  content: "\F15A";
}

/* line 4491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-network::before {
  content: "\F15B";
}

/* line 4495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-network-outline::before {
  content: "\FC3B";
}

/* line 4499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-octagon::before {
  content: "\F15C";
}

/* line 4503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-octagon-outline::before {
  content: "\F15D";
}

/* line 4507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-outline::before {
  content: "\F6C8";
}

/* line 4511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-closed-caption::before {
  content: "\F15E";
}

/* line 4515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-closed-caption-outline::before {
  content: "\FD99";
}

/* line 4519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud::before {
  content: "\F15F";
}

/* line 4523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-alert::before {
  content: "\F9DF";
}

/* line 4527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-braces::before {
  content: "\F7B4";
}

/* line 4531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-check::before {
  content: "\F160";
}

/* line 4535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-circle::before {
  content: "\F161";
}

/* line 4539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-download::before {
  content: "\F162";
}

/* line 4543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-download-outline::before {
  content: "\FB59";
}

/* line 4547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-off-outline::before {
  content: "\F164";
}

/* line 4551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-outline::before {
  content: "\F163";
}

/* line 4555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-print::before {
  content: "\F165";
}

/* line 4559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-print-outline::before {
  content: "\F166";
}

/* line 4563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-question::before {
  content: "\FA38";
}

/* line 4567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-search::before {
  content: "\F955";
}

/* line 4571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-search-outline::before {
  content: "\F956";
}

/* line 4575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-sync::before {
  content: "\F63F";
}

/* line 4579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-tags::before {
  content: "\F7B5";
}

/* line 4583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-upload::before {
  content: "\F167";
}

/* line 4587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-upload-outline::before {
  content: "\FB5A";
}

/* line 4591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clover::before {
  content: "\F815";
}

/* line 4595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coach-lamp::before {
  content: "\F0042";
}

/* line 4599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-array::before {
  content: "\F168";
}

/* line 4603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-braces::before {
  content: "\F169";
}

/* line 4607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-brackets::before {
  content: "\F16A";
}

/* line 4611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-equal::before {
  content: "\F16B";
}

/* line 4615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-greater-than::before {
  content: "\F16C";
}

/* line 4619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-greater-than-or-equal::before {
  content: "\F16D";
}

/* line 4623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-less-than::before {
  content: "\F16E";
}

/* line 4627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-less-than-or-equal::before {
  content: "\F16F";
}

/* line 4631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-not-equal::before {
  content: "\F170";
}

/* line 4635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-not-equal-variant::before {
  content: "\F171";
}

/* line 4639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-parentheses::before {
  content: "\F172";
}

/* line 4643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-string::before {
  content: "\F173";
}

/* line 4647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-tags::before {
  content: "\F174";
}

/* line 4651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-tags-check::before {
  content: "\F693";
}

/* line 4655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-codepen::before {
  content: "\F175";
}

/* line 4659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee::before {
  content: "\F176";
}

/* line 4663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-off::before {
  content: "\FFCA";
}

/* line 4667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-off-outline::before {
  content: "\FFCB";
}

/* line 4671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-outline::before {
  content: "\F6C9";
}

/* line 4675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-to-go::before {
  content: "\F177";
}

/* line 4679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffin::before {
  content: "\FB5B";
}

/* line 4683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cogs::before {
  content: "\F8D5";
}

/* line 4687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coin::before {
  content: "\F178";
}

/* line 4691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coins::before {
  content: "\F694";
}

/* line 4695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-collage::before {
  content: "\F640";
}

/* line 4699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-collapse-all::before {
  content: "\FAA5";
}

/* line 4703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-collapse-all-outline::before {
  content: "\FAA6";
}

/* line 4707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-color-helper::before {
  content: "\F179";
}

/* line 4711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma::before {
  content: "\FE74";
}

/* line 4715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-box::before {
  content: "\FE75";
}

/* line 4719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-box-outline::before {
  content: "\FE76";
}

/* line 4723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-circle::before {
  content: "\FE77";
}

/* line 4727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-circle-outline::before {
  content: "\FE78";
}

/* line 4731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment::before {
  content: "\F17A";
}

/* line 4735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-account::before {
  content: "\F17B";
}

/* line 4739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-account-outline::before {
  content: "\F17C";
}

/* line 4743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-alert::before {
  content: "\F17D";
}

/* line 4747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-alert-outline::before {
  content: "\F17E";
}

/* line 4751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-left::before {
  content: "\F9E0";
}

/* line 4755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-left-outline::before {
  content: "\F9E1";
}

/* line 4759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-right::before {
  content: "\F9E2";
}

/* line 4763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-right-outline::before {
  content: "\F9E3";
}

/* line 4767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-check::before {
  content: "\F17F";
}

/* line 4771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-check-outline::before {
  content: "\F180";
}

/* line 4775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-eye::before {
  content: "\FA39";
}

/* line 4779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-eye-outline::before {
  content: "\FA3A";
}

/* line 4783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-multiple::before {
  content: "\F85E";
}

/* line 4787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-multiple-outline::before {
  content: "\F181";
}

/* line 4791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-outline::before {
  content: "\F182";
}

/* line 4795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-plus::before {
  content: "\F9E4";
}

/* line 4799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-plus-outline::before {
  content: "\F183";
}

/* line 4803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-processing::before {
  content: "\F184";
}

/* line 4807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-processing-outline::before {
  content: "\F185";
}

/* line 4811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-question::before {
  content: "\F816";
}

/* line 4815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-question-outline::before {
  content: "\F186";
}

/* line 4819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-quote::before {
  content: "\F0043";
}

/* line 4823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-quote-outline::before {
  content: "\F0044";
}

/* line 4827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-remove::before {
  content: "\F5DE";
}

/* line 4831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-remove-outline::before {
  content: "\F187";
}

/* line 4835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-search::before {
  content: "\FA3B";
}

/* line 4839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-search-outline::before {
  content: "\FA3C";
}

/* line 4843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text::before {
  content: "\F188";
}

/* line 4847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text-multiple::before {
  content: "\F85F";
}

/* line 4851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text-multiple-outline::before {
  content: "\F860";
}

/* line 4855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text-outline::before {
  content: "\F189";
}

/* line 4859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compare::before {
  content: "\F18A";
}

/* line 4863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass::before {
  content: "\F18B";
}

/* line 4867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass-off::before {
  content: "\FB5C";
}

/* line 4871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass-off-outline::before {
  content: "\FB5D";
}

/* line 4875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass-outline::before {
  content: "\F18C";
}

/* line 4879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console::before {
  content: "\F18D";
}

/* line 4883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console-line::before {
  content: "\F7B6";
}

/* line 4887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console-network::before {
  content: "\F8A8";
}

/* line 4891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console-network-outline::before {
  content: "\FC3C";
}

/* line 4895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-mail::before {
  content: "\F18E";
}

/* line 4899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-mail-outline::before {
  content: "\FEB5";
}

/* line 4903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-phone::before {
  content: "\FEB6";
}

/* line 4907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-phone-outline::before {
  content: "\FEB7";
}

/* line 4911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contactless-payment::before {
  content: "\FD46";
}

/* line 4915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contacts::before {
  content: "\F6CA";
}

/* line 4919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contain::before {
  content: "\FA3D";
}

/* line 4923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contain-end::before {
  content: "\FA3E";
}

/* line 4927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contain-start::before {
  content: "\FA3F";
}

/* line 4931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-copy::before {
  content: "\F18F";
}

/* line 4935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-cut::before {
  content: "\F190";
}

/* line 4939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-duplicate::before {
  content: "\F191";
}

/* line 4943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-paste::before {
  content: "\F192";
}

/* line 4947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save::before {
  content: "\F193";
}

/* line 4951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-alert::before {
  content: "\FF5F";
}

/* line 4955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-alert-outline::before {
  content: "\FF60";
}

/* line 4959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-all::before {
  content: "\F194";
}

/* line 4963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-all-outline::before {
  content: "\FF61";
}

/* line 4967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-edit::before {
  content: "\FCD7";
}

/* line 4971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-edit-outline::before {
  content: "\FCD8";
}

/* line 4975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-move::before {
  content: "\FE79";
}

/* line 4979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-move-outline::before {
  content: "\FE7A";
}

/* line 4983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-outline::before {
  content: "\F817";
}

/* line 4987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-settings::before {
  content: "\F61B";
}

/* line 4991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-settings-outline::before {
  content: "\FB13";
}

/* line 4995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contrast::before {
  content: "\F195";
}

/* line 4999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contrast-box::before {
  content: "\F196";
}

/* line 5003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contrast-circle::before {
  content: "\F197";
}

/* line 5007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-controller-classic::before {
  content: "\FB5E";
}

/* line 5011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-controller-classic-outline::before {
  content: "\FB5F";
}

/* line 5015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cookie::before {
  content: "\F198";
}

/* line 5019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coolant-temperature::before {
  content: "\F3C8";
}

/* line 5023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-copyright::before {
  content: "\F5E6";
}

/* line 5027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cordova::before {
  content: "\F957";
}

/* line 5031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-corn::before {
  content: "\F7B7";
}

/* line 5035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-counter::before {
  content: "\F199";
}

/* line 5039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cow::before {
  content: "\F19A";
}

/* line 5043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cowboy::before {
  content: "\FEB8";
}

/* line 5047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cpu-32-bit::before {
  content: "\FEFC";
}

/* line 5051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cpu-64-bit::before {
  content: "\FEFD";
}

/* line 5055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crane::before {
  content: "\F861";
}

/* line 5059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-creation::before {
  content: "\F1C9";
}

/* line 5063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-creative-commons::before {
  content: "\FD47";
}

/* line 5067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card::before {
  content: "\F0010";
}

/* line 5071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-clock::before {
  content: "\FEFE";
}

/* line 5075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-clock-outline::before {
  content: "\FFBC";
}

/* line 5079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-marker::before {
  content: "\F6A7";
}

/* line 5083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-marker-outline::before {
  content: "\FD9A";
}

/* line 5087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-minus::before {
  content: "\FFCC";
}

/* line 5091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-minus-outline::before {
  content: "\FFCD";
}

/* line 5095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-multiple::before {
  content: "\F0011";
}

/* line 5099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-multiple-outline::before {
  content: "\F19C";
}

/* line 5103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-off::before {
  content: "\F0012";
}

/* line 5107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-off-outline::before {
  content: "\F5E4";
}

/* line 5111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-outline::before {
  content: "\F19B";
}

/* line 5115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-plus::before {
  content: "\F0013";
}

/* line 5119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-plus-outline::before {
  content: "\F675";
}

/* line 5123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-refund::before {
  content: "\F0014";
}

/* line 5127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-refund-outline::before {
  content: "\FAA7";
}

/* line 5131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-remove::before {
  content: "\FFCE";
}

/* line 5135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-remove-outline::before {
  content: "\FFCF";
}

/* line 5139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-scan::before {
  content: "\F0015";
}

/* line 5143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-scan-outline::before {
  content: "\F19D";
}

/* line 5147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-settings::before {
  content: "\F0016";
}

/* line 5151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-settings-outline::before {
  content: "\F8D6";
}

/* line 5155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-wireless::before {
  content: "\F801";
}

/* line 5159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-wireless-outline::before {
  content: "\FD48";
}

/* line 5163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cricket::before {
  content: "\FD49";
}

/* line 5167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop::before {
  content: "\F19E";
}

/* line 5171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-free::before {
  content: "\F19F";
}

/* line 5175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-landscape::before {
  content: "\F1A0";
}

/* line 5179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-portrait::before {
  content: "\F1A1";
}

/* line 5183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-rotate::before {
  content: "\F695";
}

/* line 5187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-square::before {
  content: "\F1A2";
}

/* line 5191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crosshairs::before {
  content: "\F1A3";
}

/* line 5195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crosshairs-gps::before {
  content: "\F1A4";
}

/* line 5199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crosshairs-off::before {
  content: "\FF62";
}

/* line 5203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crown::before {
  content: "\F1A5";
}

/* line 5207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cryengine::before {
  content: "\F958";
}

/* line 5211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crystal-ball::before {
  content: "\FB14";
}

/* line 5215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube::before {
  content: "\F1A6";
}

/* line 5219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-outline::before {
  content: "\F1A7";
}

/* line 5223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-scan::before {
  content: "\FB60";
}

/* line 5227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-send::before {
  content: "\F1A8";
}

/* line 5231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-unfolded::before {
  content: "\F1A9";
}

/* line 5235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cup::before {
  content: "\F1AA";
}

/* line 5239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cup-off::before {
  content: "\F5E5";
}

/* line 5243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cup-water::before {
  content: "\F1AB";
}

/* line 5247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cupboard::before {
  content: "\FF63";
}

/* line 5251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cupboard-outline::before {
  content: "\FF64";
}

/* line 5255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cupcake::before {
  content: "\F959";
}

/* line 5259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-curling::before {
  content: "\F862";
}

/* line 5263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-bdt::before {
  content: "\F863";
}

/* line 5267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-brl::before {
  content: "\FB61";
}

/* line 5271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-btc::before {
  content: "\F1AC";
}

/* line 5275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-cny::before {
  content: "\F7B9";
}

/* line 5279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-eth::before {
  content: "\F7BA";
}

/* line 5283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-eur::before {
  content: "\F1AD";
}

/* line 5287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-gbp::before {
  content: "\F1AE";
}

/* line 5291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-ils::before {
  content: "\FC3D";
}

/* line 5295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-inr::before {
  content: "\F1AF";
}

/* line 5299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-jpy::before {
  content: "\F7BB";
}

/* line 5303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-krw::before {
  content: "\F7BC";
}

/* line 5307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-kzt::before {
  content: "\F864";
}

/* line 5311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-ngn::before {
  content: "\F1B0";
}

/* line 5315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-php::before {
  content: "\F9E5";
}

/* line 5319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-rial::before {
  content: "\FEB9";
}

/* line 5323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-rub::before {
  content: "\F1B1";
}

/* line 5327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-sign::before {
  content: "\F7BD";
}

/* line 5331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-try::before {
  content: "\F1B2";
}

/* line 5335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-twd::before {
  content: "\F7BE";
}

/* line 5339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-usd::before {
  content: "\F1B3";
}

/* line 5343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-usd-off::before {
  content: "\F679";
}

/* line 5347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-current-ac::before {
  content: "\F95A";
}

/* line 5351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-current-dc::before {
  content: "\F95B";
}

/* line 5355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default::before {
  content: "\F1B4";
}

/* line 5359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default-click::before {
  content: "\FCD9";
}

/* line 5363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default-click-outline::before {
  content: "\FCDA";
}

/* line 5367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default-outline::before {
  content: "\F1B5";
}

/* line 5371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-move::before {
  content: "\F1B6";
}

/* line 5375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-pointer::before {
  content: "\F1B7";
}

/* line 5379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-text::before {
  content: "\F5E7";
}

/* line 5383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database::before {
  content: "\F1B8";
}

/* line 5387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-check::before {
  content: "\FAA8";
}

/* line 5391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-edit::before {
  content: "\FB62";
}

/* line 5395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-export::before {
  content: "\F95D";
}

/* line 5399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-import::before {
  content: "\F95C";
}

/* line 5403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-lock::before {
  content: "\FAA9";
}

/* line 5407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-minus::before {
  content: "\F1B9";
}

/* line 5411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-plus::before {
  content: "\F1BA";
}

/* line 5415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-refresh::before {
  content: "\FCDB";
}

/* line 5419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-remove::before {
  content: "\FCDC";
}

/* line 5423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-search::before {
  content: "\F865";
}

/* line 5427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-settings::before {
  content: "\FCDD";
}

/* line 5431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-death-star::before {
  content: "\F8D7";
}

/* line 5435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-death-star-variant::before {
  content: "\F8D8";
}

/* line 5439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-deathly-hallows::before {
  content: "\FB63";
}

/* line 5443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debian::before {
  content: "\F8D9";
}

/* line 5447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debug-step-into::before {
  content: "\F1BB";
}

/* line 5451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debug-step-out::before {
  content: "\F1BC";
}

/* line 5455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debug-step-over::before {
  content: "\F1BD";
}

/* line 5459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decagram::before {
  content: "\F76B";
}

/* line 5463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decagram-outline::before {
  content: "\F76C";
}

/* line 5467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decimal-decrease::before {
  content: "\F1BE";
}

/* line 5471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decimal-increase::before {
  content: "\F1BF";
}

/* line 5475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete::before {
  content: "\F1C0";
}

/* line 5479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-circle::before {
  content: "\F682";
}

/* line 5483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-circle-outline::before {
  content: "\FB64";
}

/* line 5487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-empty::before {
  content: "\F6CB";
}

/* line 5491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-empty-outline::before {
  content: "\FEBA";
}

/* line 5495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-forever::before {
  content: "\F5E8";
}

/* line 5499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-forever-outline::before {
  content: "\FB65";
}

/* line 5503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-outline::before {
  content: "\F9E6";
}

/* line 5507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-restore::before {
  content: "\F818";
}

/* line 5511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-sweep::before {
  content: "\F5E9";
}

/* line 5515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-sweep-outline::before {
  content: "\FC3E";
}

/* line 5519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-variant::before {
  content: "\F1C1";
}

/* line 5523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delta::before {
  content: "\F1C2";
}

/* line 5527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desk-lamp::before {
  content: "\F95E";
}

/* line 5531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-deskphone::before {
  content: "\F1C3";
}

/* line 5535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-classic::before {
  content: "\F7BF";
}

/* line 5539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-mac::before {
  content: "\F1C4";
}

/* line 5543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-mac-dashboard::before {
  content: "\F9E7";
}

/* line 5547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-tower::before {
  content: "\F1C5";
}

/* line 5551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-tower-monitor::before {
  content: "\FAAA";
}

/* line 5555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-details::before {
  content: "\F1C6";
}

/* line 5559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dev-to::before {
  content: "\FD4A";
}

/* line 5563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-developer-board::before {
  content: "\F696";
}

/* line 5567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-deviantart::before {
  content: "\F1C7";
}

/* line 5571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-devices::before {
  content: "\FFD0";
}

/* line 5575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dialpad::before {
  content: "\F61C";
}

/* line 5579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diameter::before {
  content: "\FC3F";
}

/* line 5583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diameter-outline::before {
  content: "\FC40";
}

/* line 5587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diameter-variant::before {
  content: "\FC41";
}

/* line 5591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diamond::before {
  content: "\FB66";
}

/* line 5595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diamond-outline::before {
  content: "\FB67";
}

/* line 5599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diamond-stone::before {
  content: "\F1C8";
}

/* line 5603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-1::before {
  content: "\F1CA";
}

/* line 5607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-2::before {
  content: "\F1CB";
}

/* line 5611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-3::before {
  content: "\F1CC";
}

/* line 5615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-4::before {
  content: "\F1CD";
}

/* line 5619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-5::before {
  content: "\F1CE";
}

/* line 5623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-6::before {
  content: "\F1CF";
}

/* line 5627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d10-outline::before {
  content: "\F76E";
}

/* line 5631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d12-outline::before {
  content: "\F866";
}

/* line 5635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d20-outline::before {
  content: "\F5EA";
}

/* line 5639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d4-outline::before {
  content: "\F5EB";
}

/* line 5643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d6-outline::before {
  content: "\F5EC";
}

/* line 5647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d8-outline::before {
  content: "\F5ED";
}

/* line 5651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-multiple::before {
  content: "\F76D";
}

/* line 5655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dictionary::before {
  content: "\F61D";
}

/* line 5659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dip-switch::before {
  content: "\F7C0";
}

/* line 5663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-directions::before {
  content: "\F1D0";
}

/* line 5667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-directions-fork::before {
  content: "\F641";
}

/* line 5671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disc::before {
  content: "\F5EE";
}

/* line 5675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disc-alert::before {
  content: "\F1D1";
}

/* line 5679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disc-player::before {
  content: "\F95F";
}

/* line 5683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-discord::before {
  content: "\F66F";
}

/* line 5687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dishwasher::before {
  content: "\FAAB";
}

/* line 5691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disqus::before {
  content: "\F1D2";
}

/* line 5695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disqus-outline::before {
  content: "\F1D3";
}

/* line 5699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-flippers::before {
  content: "\FD9B";
}

/* line 5703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-helmet::before {
  content: "\FD9C";
}

/* line 5707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba::before {
  content: "\FD9D";
}

/* line 5711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba-flag::before {
  content: "\FD9E";
}

/* line 5715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba-tank::before {
  content: "\FD9F";
}

/* line 5719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba-tank-multiple::before {
  content: "\FDA0";
}

/* line 5723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-snorkel::before {
  content: "\FDA1";
}

/* line 5727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-division::before {
  content: "\F1D4";
}

/* line 5731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-division-box::before {
  content: "\F1D5";
}

/* line 5735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dlna::before {
  content: "\FA40";
}

/* line 5739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dna::before {
  content: "\F683";
}

/* line 5743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dns::before {
  content: "\F1D6";
}

/* line 5747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dns-outline::before {
  content: "\FB68";
}

/* line 5751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-do-not-disturb::before {
  content: "\F697";
}

/* line 5755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-do-not-disturb-off::before {
  content: "\F698";
}

/* line 5759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-docker::before {
  content: "\F867";
}

/* line 5763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-doctor::before {
  content: "\FA41";
}

/* line 5767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dog::before {
  content: "\FA42";
}

/* line 5771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dog-service::before {
  content: "\FAAC";
}

/* line 5775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dog-side::before {
  content: "\FA43";
}

/* line 5779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dolby::before {
  content: "\F6B2";
}

/* line 5783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dolly::before {
  content: "\FEBB";
}

/* line 5787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-domain::before {
  content: "\F1D7";
}

/* line 5791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-domain-off::before {
  content: "\FD4B";
}

/* line 5795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-domino-mask::before {
  content: "\F0045";
}

/* line 5799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-donkey::before {
  content: "\F7C1";
}

/* line 5803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-door::before {
  content: "\F819";
}

/* line 5807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-door-closed::before {
  content: "\F81A";
}

/* line 5811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-door-open::before {
  content: "\F81B";
}

/* line 5815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-doorbell-video::before {
  content: "\F868";
}

/* line 5819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dot-net::before {
  content: "\FAAD";
}

/* line 5823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-horizontal::before {
  content: "\F1D8";
}

/* line 5827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-horizontal-circle::before {
  content: "\F7C2";
}

/* line 5831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-horizontal-circle-outline::before {
  content: "\FB69";
}

/* line 5835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-vertical::before {
  content: "\F1D9";
}

/* line 5839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-vertical-circle::before {
  content: "\F7C3";
}

/* line 5843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-vertical-circle-outline::before {
  content: "\FB6A";
}

/* line 5847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-douban::before {
  content: "\F699";
}

/* line 5851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download::before {
  content: "\F1DA";
}

/* line 5855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-multiple::before {
  content: "\F9E8";
}

/* line 5859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-network::before {
  content: "\F6F3";
}

/* line 5863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-network-outline::before {
  content: "\FC42";
}

/* line 5867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-outline::before {
  content: "\FB6B";
}

/* line 5871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag::before {
  content: "\F1DB";
}

/* line 5875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag-horizontal::before {
  content: "\F1DC";
}

/* line 5879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag-variant::before {
  content: "\FB6C";
}

/* line 5883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag-vertical::before {
  content: "\F1DD";
}

/* line 5887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drama-masks::before {
  content: "\FCDE";
}

/* line 5891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-draw::before {
  content: "\FF66";
}

/* line 5895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drawing::before {
  content: "\F1DE";
}

/* line 5899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drawing-box::before {
  content: "\F1DF";
}

/* line 5903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dresser::before {
  content: "\FF67";
}

/* line 5907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dresser-outline::before {
  content: "\FF68";
}

/* line 5911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dribbble::before {
  content: "\F1E0";
}

/* line 5915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dribbble-box::before {
  content: "\F1E1";
}

/* line 5919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drone::before {
  content: "\F1E2";
}

/* line 5923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dropbox::before {
  content: "\F1E3";
}

/* line 5927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drupal::before {
  content: "\F1E4";
}

/* line 5931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-duck::before {
  content: "\F1E5";
}

/* line 5935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dumbbell::before {
  content: "\F1E6";
}

/* line 5939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dump-truck::before {
  content: "\FC43";
}

/* line 5943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ear-hearing::before {
  content: "\F7C4";
}

/* line 5947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ear-hearing-off::before {
  content: "\FA44";
}

/* line 5951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth::before {
  content: "\F1E7";
}

/* line 5955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth-box::before {
  content: "\F6CC";
}

/* line 5959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth-box-off::before {
  content: "\F6CD";
}

/* line 5963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth-off::before {
  content: "\F1E8";
}

/* line 5967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-edge::before {
  content: "\F1E9";
}

/* line 5971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-egg::before {
  content: "\FAAE";
}

/* line 5975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-egg-easter::before {
  content: "\FAAF";
}

/* line 5979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eight-track::before {
  content: "\F9E9";
}

/* line 5983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eject::before {
  content: "\F1EA";
}

/* line 5987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eject-outline::before {
  content: "\FB6D";
}

/* line 5991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-electric-switch::before {
  content: "\FEBC";
}

/* line 5995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-electron-framework::before {
  content: "\F0046";
}

/* line 5999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elephant::before {
  content: "\F7C5";
}

/* line 6003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elevation-decline::before {
  content: "\F1EB";
}

/* line 6007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elevation-rise::before {
  content: "\F1EC";
}

/* line 6011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elevator::before {
  content: "\F1ED";
}

/* line 6015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ellipse::before {
  content: "\FEBD";
}

/* line 6019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ellipse-outline::before {
  content: "\FEBE";
}

/* line 6023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email::before {
  content: "\F1EE";
}

/* line 6027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-alert::before {
  content: "\F6CE";
}

/* line 6031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-box::before {
  content: "\FCDF";
}

/* line 6035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-check::before {
  content: "\FAB0";
}

/* line 6039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-check-outline::before {
  content: "\FAB1";
}

/* line 6043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-edit::before {
  content: "\FF00";
}

/* line 6047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-edit-outline::before {
  content: "\FF01";
}

/* line 6051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-lock::before {
  content: "\F1F1";
}

/* line 6055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-mark-as-unread::before {
  content: "\FB6E";
}

/* line 6059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-minus::before {
  content: "\FF02";
}

/* line 6063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-minus-outline::before {
  content: "\FF03";
}

/* line 6067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-multiple::before {
  content: "\FF04";
}

/* line 6071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-multiple-outline::before {
  content: "\FF05";
}

/* line 6075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-newsletter::before {
  content: "\FFD1";
}

/* line 6079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open::before {
  content: "\F1EF";
}

/* line 6083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open-multiple::before {
  content: "\FF06";
}

/* line 6087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open-multiple-outline::before {
  content: "\FF07";
}

/* line 6091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open-outline::before {
  content: "\F5EF";
}

/* line 6095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-outline::before {
  content: "\F1F0";
}

/* line 6099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-plus::before {
  content: "\F9EA";
}

/* line 6103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-plus-outline::before {
  content: "\F9EB";
}

/* line 6107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-search::before {
  content: "\F960";
}

/* line 6111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-search-outline::before {
  content: "\F961";
}

/* line 6115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-variant::before {
  content: "\F5F0";
}

/* line 6119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ember::before {
  content: "\FB15";
}

/* line 6123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emby::before {
  content: "\F6B3";
}

/* line 6127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon::before {
  content: "\FC44";
}

/* line 6131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-angry::before {
  content: "\FC45";
}

/* line 6135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-angry-outline::before {
  content: "\FC46";
}

/* line 6139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cool::before {
  content: "\FC47";
}

/* line 6143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cool-outline::before {
  content: "\F1F3";
}

/* line 6147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cry::before {
  content: "\FC48";
}

/* line 6151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cry-outline::before {
  content: "\FC49";
}

/* line 6155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-dead::before {
  content: "\FC4A";
}

/* line 6159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-dead-outline::before {
  content: "\F69A";
}

/* line 6163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-devil::before {
  content: "\FC4B";
}

/* line 6167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-devil-outline::before {
  content: "\F1F4";
}

/* line 6171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-excited::before {
  content: "\FC4C";
}

/* line 6175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-excited-outline::before {
  content: "\F69B";
}

/* line 6179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-frown::before {
  content: "\FF69";
}

/* line 6183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-frown-outline::before {
  content: "\FF6A";
}

/* line 6187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-happy::before {
  content: "\FC4D";
}

/* line 6191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-happy-outline::before {
  content: "\F1F5";
}

/* line 6195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-kiss::before {
  content: "\FC4E";
}

/* line 6199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-kiss-outline::before {
  content: "\FC4F";
}

/* line 6203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-neutral::before {
  content: "\FC50";
}

/* line 6207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-neutral-outline::before {
  content: "\F1F6";
}

/* line 6211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-outline::before {
  content: "\F1F2";
}

/* line 6215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-poop::before {
  content: "\F1F7";
}

/* line 6219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-poop-outline::before {
  content: "\FC51";
}

/* line 6223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-sad::before {
  content: "\FC52";
}

/* line 6227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-sad-outline::before {
  content: "\F1F8";
}

/* line 6231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-tongue::before {
  content: "\F1F9";
}

/* line 6235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-tongue-outline::before {
  content: "\FC53";
}

/* line 6239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-wink::before {
  content: "\FC54";
}

/* line 6243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-wink-outline::before {
  content: "\FC55";
}

/* line 6247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine::before {
  content: "\F1FA";
}

/* line 6251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine-off::before {
  content: "\FA45";
}

/* line 6255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine-off-outline::before {
  content: "\FA46";
}

/* line 6259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine-outline::before {
  content: "\F1FB";
}

/* line 6263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equal::before {
  content: "\F1FC";
}

/* line 6267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equal-box::before {
  content: "\F1FD";
}

/* line 6271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equalizer::before {
  content: "\FEBF";
}

/* line 6275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equalizer-outline::before {
  content: "\FEC0";
}

/* line 6279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eraser::before {
  content: "\F1FE";
}

/* line 6283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eraser-variant::before {
  content: "\F642";
}

/* line 6287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-escalator::before {
  content: "\F1FF";
}

/* line 6291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eslint::before {
  content: "\FC56";
}

/* line 6295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-et::before {
  content: "\FAB2";
}

/* line 6299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethereum::before {
  content: "\F869";
}

/* line 6303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethernet::before {
  content: "\F200";
}

/* line 6307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethernet-cable::before {
  content: "\F201";
}

/* line 6311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethernet-cable-off::before {
  content: "\F202";
}

/* line 6315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-etsy::before {
  content: "\F203";
}

/* line 6319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ev-station::before {
  content: "\F5F1";
}

/* line 6323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eventbrite::before {
  content: "\F7C6";
}

/* line 6327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-evernote::before {
  content: "\F204";
}

/* line 6331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-excavator::before {
  content: "\F0047";
}

/* line 6335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exclamation::before {
  content: "\F205";
}

/* line 6339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exit-run::before {
  content: "\FA47";
}

/* line 6343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exit-to-app::before {
  content: "\F206";
}

/* line 6347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expand-all::before {
  content: "\FAB3";
}

/* line 6351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expand-all-outline::before {
  content: "\FAB4";
}

/* line 6355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expansion-card::before {
  content: "\F8AD";
}

/* line 6359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expansion-card-variant::before {
  content: "\FFD2";
}

/* line 6363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exponent::before {
  content: "\F962";
}

/* line 6367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exponent-box::before {
  content: "\F963";
}

/* line 6371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-export::before {
  content: "\F207";
}

/* line 6375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-export-variant::before {
  content: "\FB6F";
}

/* line 6379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye::before {
  content: "\F208";
}

/* line 6383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-check::before {
  content: "\FCE0";
}

/* line 6387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-check-outline::before {
  content: "\FCE1";
}

/* line 6391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-circle::before {
  content: "\FB70";
}

/* line 6395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-circle-outline::before {
  content: "\FB71";
}

/* line 6399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-minus::before {
  content: "\F0048";
}

/* line 6403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-minus-outline::before {
  content: "\F0049";
}

/* line 6407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-off::before {
  content: "\F209";
}

/* line 6411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-off-outline::before {
  content: "\F6D0";
}

/* line 6415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-outline::before {
  content: "\F6CF";
}

/* line 6419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-plus::before {
  content: "\F86A";
}

/* line 6423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-plus-outline::before {
  content: "\F86B";
}

/* line 6427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-settings::before {
  content: "\F86C";
}

/* line 6431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-settings-outline::before {
  content: "\F86D";
}

/* line 6435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eyedropper::before {
  content: "\F20A";
}

/* line 6439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eyedropper-variant::before {
  content: "\F20B";
}

/* line 6443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face::before {
  content: "\F643";
}

/* line 6447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-agent::before {
  content: "\FD4C";
}

/* line 6451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-outline::before {
  content: "\FB72";
}

/* line 6455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-profile::before {
  content: "\F644";
}

/* line 6459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-recognition::before {
  content: "\FC57";
}

/* line 6463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook::before {
  content: "\F20C";
}

/* line 6467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook-box::before {
  content: "\F20D";
}

/* line 6471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook-messenger::before {
  content: "\F20E";
}

/* line 6475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook-workplace::before {
  content: "\FB16";
}

/* line 6479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-factory::before {
  content: "\F20F";
}

/* line 6483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fan::before {
  content: "\F210";
}

/* line 6487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fan-off::before {
  content: "\F81C";
}

/* line 6491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward::before {
  content: "\F211";
}

/* line 6495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward-10::before {
  content: "\FD4D";
}

/* line 6499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward-30::before {
  content: "\FCE2";
}

/* line 6503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward-outline::before {
  content: "\F6D1";
}

/* line 6507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fax::before {
  content: "\F212";
}

/* line 6511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-feather::before {
  content: "\F6D2";
}

/* line 6515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-feature-search::before {
  content: "\FA48";
}

/* line 6519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-feature-search-outline::before {
  content: "\FA49";
}

/* line 6523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fedora::before {
  content: "\F8DA";
}

/* line 6527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ferris-wheel::before {
  content: "\FEC1";
}

/* line 6531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ferry::before {
  content: "\F213";
}

/* line 6535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file::before {
  content: "\F214";
}

/* line 6539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-account::before {
  content: "\F73A";
}

/* line 6543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-account-outline::before {
  content: "\F004A";
}

/* line 6547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-alert::before {
  content: "\FA4A";
}

/* line 6551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-alert-outline::before {
  content: "\FA4B";
}

/* line 6555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cabinet::before {
  content: "\FAB5";
}

/* line 6559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cad::before {
  content: "\FF08";
}

/* line 6563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cad-box::before {
  content: "\FF09";
}

/* line 6567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cancel::before {
  content: "\FDA2";
}

/* line 6571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cancel-outline::before {
  content: "\FDA3";
}

/* line 6575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-chart::before {
  content: "\F215";
}

/* line 6579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-chart-outline::before {
  content: "\F004B";
}

/* line 6583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-check::before {
  content: "\F216";
}

/* line 6587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-check-outline::before {
  content: "\FE7B";
}

/* line 6591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cloud::before {
  content: "\F217";
}

/* line 6595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cloud-outline::before {
  content: "\F004C";
}

/* line 6599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-code::before {
  content: "\F22E";
}

/* line 6603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-code-outline::before {
  content: "\F004D";
}

/* line 6607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-compare::before {
  content: "\F8A9";
}

/* line 6611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-delimited::before {
  content: "\F218";
}

/* line 6615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-delimited-outline::before {
  content: "\FEC2";
}

/* line 6619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document::before {
  content: "\F219";
}

/* line 6623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box::before {
  content: "\F21A";
}

/* line 6627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-check::before {
  content: "\FEC3";
}

/* line 6631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-check-outline::before {
  content: "\FEC4";
}

/* line 6635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-minus::before {
  content: "\FEC5";
}

/* line 6639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-minus-outline::before {
  content: "\FEC6";
}

/* line 6643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-multiple::before {
  content: "\FAB6";
}

/* line 6647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-multiple-outline::before {
  content: "\FAB7";
}

/* line 6651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-outline::before {
  content: "\F9EC";
}

/* line 6655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-plus::before {
  content: "\FEC7";
}

/* line 6659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-plus-outline::before {
  content: "\FEC8";
}

/* line 6663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-remove::before {
  content: "\FEC9";
}

/* line 6667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-remove-outline::before {
  content: "\FECA";
}

/* line 6671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-search::before {
  content: "\FECB";
}

/* line 6675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-search-outline::before {
  content: "\FECC";
}

/* line 6679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-edit::before {
  content: "\FDA4";
}

/* line 6683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-edit-outline::before {
  content: "\FDA5";
}

/* line 6687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-outline::before {
  content: "\F9ED";
}

/* line 6691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-download::before {
  content: "\F964";
}

/* line 6695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-download-outline::before {
  content: "\F965";
}

/* line 6699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel::before {
  content: "\F21B";
}

/* line 6703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel-box::before {
  content: "\F21C";
}

/* line 6707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel-box-outline::before {
  content: "\F004E";
}

/* line 6711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel-outline::before {
  content: "\F004F";
}

/* line 6715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-export::before {
  content: "\F21D";
}

/* line 6719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-export-outline::before {
  content: "\F0050";
}

/* line 6723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-eye::before {
  content: "\FDA6";
}

/* line 6727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-eye-outline::before {
  content: "\FDA7";
}

/* line 6731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-find::before {
  content: "\F21E";
}

/* line 6735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-find-outline::before {
  content: "\FB73";
}

/* line 6739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-hidden::before {
  content: "\F613";
}

/* line 6743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-image::before {
  content: "\F21F";
}

/* line 6747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-image-outline::before {
  content: "\FECD";
}

/* line 6751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-import::before {
  content: "\F220";
}

/* line 6755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-import-outline::before {
  content: "\F0051";
}

/* line 6759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-lock::before {
  content: "\F221";
}

/* line 6763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-lock-outline::before {
  content: "\F0052";
}

/* line 6767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-move::before {
  content: "\FAB8";
}

/* line 6771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-move-outline::before {
  content: "\F0053";
}

/* line 6775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-multiple::before {
  content: "\F222";
}

/* line 6779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-multiple-outline::before {
  content: "\F0054";
}

/* line 6783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-music::before {
  content: "\F223";
}

/* line 6787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-music-outline::before {
  content: "\FE7C";
}

/* line 6791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-outline::before {
  content: "\F224";
}

/* line 6795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf::before {
  content: "\F225";
}

/* line 6799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf-box::before {
  content: "\F226";
}

/* line 6803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf-box-outline::before {
  content: "\FFD3";
}

/* line 6807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf-outline::before {
  content: "\FE7D";
}

/* line 6811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-percent::before {
  content: "\F81D";
}

/* line 6815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-percent-outline::before {
  content: "\F0055";
}

/* line 6819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-plus::before {
  content: "\F751";
}

/* line 6823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-plus-outline::before {
  content: "\FF0A";
}

/* line 6827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint::before {
  content: "\F227";
}

/* line 6831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint-box::before {
  content: "\F228";
}

/* line 6835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint-box-outline::before {
  content: "\F0056";
}

/* line 6839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint-outline::before {
  content: "\F0057";
}

/* line 6843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-presentation-box::before {
  content: "\F229";
}

/* line 6847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-question::before {
  content: "\F86E";
}

/* line 6851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-question-outline::before {
  content: "\F0058";
}

/* line 6855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-remove::before {
  content: "\FB74";
}

/* line 6859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-remove-outline::before {
  content: "\F0059";
}

/* line 6863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-replace::before {
  content: "\FB17";
}

/* line 6867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-replace-outline::before {
  content: "\FB18";
}

/* line 6871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-restore::before {
  content: "\F670";
}

/* line 6875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-restore-outline::before {
  content: "\F005A";
}

/* line 6879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-search::before {
  content: "\FC58";
}

/* line 6883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-search-outline::before {
  content: "\FC59";
}

/* line 6887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-send::before {
  content: "\F22A";
}

/* line 6891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-send-outline::before {
  content: "\F005B";
}

/* line 6895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-star::before {
  content: "\F005C";
}

/* line 6899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-star-outline::before {
  content: "\F005D";
}

/* line 6903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-swap::before {
  content: "\FFD4";
}

/* line 6907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-swap-outline::before {
  content: "\FFD5";
}

/* line 6911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-table::before {
  content: "\FC5A";
}

/* line 6915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-table-outline::before {
  content: "\FC5B";
}

/* line 6919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-tree::before {
  content: "\F645";
}

/* line 6923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-undo::before {
  content: "\F8DB";
}

/* line 6927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-undo-outline::before {
  content: "\F005E";
}

/* line 6931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-upload::before {
  content: "\FA4C";
}

/* line 6935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-upload-outline::before {
  content: "\FA4D";
}

/* line 6939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-video::before {
  content: "\F22B";
}

/* line 6943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-video-outline::before {
  content: "\FE10";
}

/* line 6947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word::before {
  content: "\F22C";
}

/* line 6951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word-box::before {
  content: "\F22D";
}

/* line 6955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word-box-outline::before {
  content: "\F005F";
}

/* line 6959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word-outline::before {
  content: "\F0060";
}

/* line 6963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-film::before {
  content: "\F22F";
}

/* line 6967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filmstrip::before {
  content: "\F230";
}

/* line 6971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filmstrip-off::before {
  content: "\F231";
}

/* line 6975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter::before {
  content: "\F232";
}

/* line 6979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-minus::before {
  content: "\FF0B";
}

/* line 6983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-minus-outline::before {
  content: "\FF0C";
}

/* line 6987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-outline::before {
  content: "\F233";
}

/* line 6991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-plus::before {
  content: "\FF0D";
}

/* line 6995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-plus-outline::before {
  content: "\FF0E";
}

/* line 6999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-remove::before {
  content: "\F234";
}

/* line 7003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-remove-outline::before {
  content: "\F235";
}

/* line 7007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-variant::before {
  content: "\F236";
}

/* line 7011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-variant-remove::before {
  content: "\F0061";
}

/* line 7015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-finance::before {
  content: "\F81E";
}

/* line 7019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-find-replace::before {
  content: "\F6D3";
}

/* line 7023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fingerprint::before {
  content: "\F237";
}

/* line 7027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fingerprint-off::before {
  content: "\FECE";
}

/* line 7031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fire::before {
  content: "\F238";
}

/* line 7035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fire-extinguisher::before {
  content: "\FF0F";
}

/* line 7039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fire-truck::before {
  content: "\F8AA";
}

/* line 7043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-firebase::before {
  content: "\F966";
}

/* line 7047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-firefox::before {
  content: "\F239";
}

/* line 7051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fireplace::before {
  content: "\FE11";
}

/* line 7055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fireplace-off::before {
  content: "\FE12";
}

/* line 7059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-firework::before {
  content: "\FE13";
}

/* line 7063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fish::before {
  content: "\F23A";
}

/* line 7067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fishbowl::before {
  content: "\FF10";
}

/* line 7071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fishbowl-outline::before {
  content: "\FF11";
}

/* line 7075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fit-to-page::before {
  content: "\FF12";
}

/* line 7079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fit-to-page-outline::before {
  content: "\FF13";
}

/* line 7083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag::before {
  content: "\F23B";
}

/* line 7087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-checkered::before {
  content: "\F23C";
}

/* line 7091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-minus::before {
  content: "\FB75";
}

/* line 7095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-outline::before {
  content: "\F23D";
}

/* line 7099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-plus::before {
  content: "\FB76";
}

/* line 7103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-remove::before {
  content: "\FB77";
}

/* line 7107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-triangle::before {
  content: "\F23F";
}

/* line 7111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-variant::before {
  content: "\F240";
}

/* line 7115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-variant-outline::before {
  content: "\F23E";
}

/* line 7119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flare::before {
  content: "\FD4E";
}

/* line 7123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash::before {
  content: "\F241";
}

/* line 7127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-alert::before {
  content: "\FF14";
}

/* line 7131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-alert-outline::before {
  content: "\FF15";
}

/* line 7135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-auto::before {
  content: "\F242";
}

/* line 7139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-circle::before {
  content: "\F81F";
}

/* line 7143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-off::before {
  content: "\F243";
}

/* line 7147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-outline::before {
  content: "\F6D4";
}

/* line 7151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-red-eye::before {
  content: "\F67A";
}

/* line 7155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flashlight::before {
  content: "\F244";
}

/* line 7159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flashlight-off::before {
  content: "\F245";
}

/* line 7163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask::before {
  content: "\F093";
}

/* line 7167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask-empty::before {
  content: "\F094";
}

/* line 7171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask-empty-outline::before {
  content: "\F095";
}

/* line 7175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask-outline::before {
  content: "\F096";
}

/* line 7179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flattr::before {
  content: "\F246";
}

/* line 7183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flickr::before {
  content: "\FCE3";
}

/* line 7187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-to-back::before {
  content: "\F247";
}

/* line 7191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-to-front::before {
  content: "\F248";
}

/* line 7195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-lamp::before {
  content: "\F8DC";
}

/* line 7199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-lamp-dual::before {
  content: "\F0062";
}

/* line 7203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-lamp-variant::before {
  content: "\F0063";
}

/* line 7207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-plan::before {
  content: "\F820";
}

/* line 7211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floppy::before {
  content: "\F249";
}

/* line 7215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floppy-variant::before {
  content: "\F9EE";
}

/* line 7219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower::before {
  content: "\F24A";
}

/* line 7223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-outline::before {
  content: "\F9EF";
}

/* line 7227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-poppy::before {
  content: "\FCE4";
}

/* line 7231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-tulip::before {
  content: "\F9F0";
}

/* line 7235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-tulip-outline::before {
  content: "\F9F1";
}

/* line 7239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-auto::before {
  content: "\FF6B";
}

/* line 7243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-field::before {
  content: "\FF6C";
}

/* line 7247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-field-horizontal::before {
  content: "\FF6D";
}

/* line 7251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-field-vertical::before {
  content: "\FF6E";
}

/* line 7255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder::before {
  content: "\F24B";
}

/* line 7259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-account::before {
  content: "\F24C";
}

/* line 7263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-account-outline::before {
  content: "\FB78";
}

/* line 7267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-alert::before {
  content: "\FDA8";
}

/* line 7271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-alert-outline::before {
  content: "\FDA9";
}

/* line 7275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-clock::before {
  content: "\FAB9";
}

/* line 7279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-clock-outline::before {
  content: "\FABA";
}

/* line 7283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-download::before {
  content: "\F24D";
}

/* line 7287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-edit::before {
  content: "\F8DD";
}

/* line 7291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-edit-outline::before {
  content: "\FDAA";
}

/* line 7295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-google-drive::before {
  content: "\F24E";
}

/* line 7299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-image::before {
  content: "\F24F";
}

/* line 7303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-key::before {
  content: "\F8AB";
}

/* line 7307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-key-network::before {
  content: "\F8AC";
}

/* line 7311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-key-network-outline::before {
  content: "\FC5C";
}

/* line 7315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-lock::before {
  content: "\F250";
}

/* line 7319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-lock-open::before {
  content: "\F251";
}

/* line 7323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-move::before {
  content: "\F252";
}

/* line 7327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-multiple::before {
  content: "\F253";
}

/* line 7331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-multiple-image::before {
  content: "\F254";
}

/* line 7335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-multiple-outline::before {
  content: "\F255";
}

/* line 7339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-network::before {
  content: "\F86F";
}

/* line 7343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-network-outline::before {
  content: "\FC5D";
}

/* line 7347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-open::before {
  content: "\F76F";
}

/* line 7351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-open-outline::before {
  content: "\FDAB";
}

/* line 7355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-outline::before {
  content: "\F256";
}

/* line 7359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-plus::before {
  content: "\F257";
}

/* line 7363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-plus-outline::before {
  content: "\FB79";
}

/* line 7367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-pound::before {
  content: "\FCE5";
}

/* line 7371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-pound-outline::before {
  content: "\FCE6";
}

/* line 7375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-remove::before {
  content: "\F258";
}

/* line 7379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-remove-outline::before {
  content: "\FB7A";
}

/* line 7383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-search::before {
  content: "\F967";
}

/* line 7387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-search-outline::before {
  content: "\F968";
}

/* line 7391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-star::before {
  content: "\F69C";
}

/* line 7395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-star-outline::before {
  content: "\FB7B";
}

/* line 7399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-swap::before {
  content: "\FFD6";
}

/* line 7403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-swap-outline::before {
  content: "\FFD7";
}

/* line 7407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-sync::before {
  content: "\FCE7";
}

/* line 7411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-sync-outline::before {
  content: "\FCE8";
}

/* line 7415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-text::before {
  content: "\FC5E";
}

/* line 7419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-text-outline::before {
  content: "\FC5F";
}

/* line 7423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-upload::before {
  content: "\F259";
}

/* line 7427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-zip::before {
  content: "\F6EA";
}

/* line 7431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-zip-outline::before {
  content: "\F7B8";
}

/* line 7435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-font-awesome::before {
  content: "\F03A";
}

/* line 7439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food::before {
  content: "\F25A";
}

/* line 7443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-apple::before {
  content: "\F25B";
}

/* line 7447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-apple-outline::before {
  content: "\FC60";
}

/* line 7451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-croissant::before {
  content: "\F7C7";
}

/* line 7455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-fork-drink::before {
  content: "\F5F2";
}

/* line 7459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-off::before {
  content: "\F5F3";
}

/* line 7463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-variant::before {
  content: "\F25C";
}

/* line 7467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-foot-print::before {
  content: "\FF6F";
}

/* line 7471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-football::before {
  content: "\F25D";
}

/* line 7475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-football-australian::before {
  content: "\F25E";
}

/* line 7479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-football-helmet::before {
  content: "\F25F";
}

/* line 7483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forklift::before {
  content: "\F7C8";
}

/* line 7487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-bottom::before {
  content: "\F752";
}

/* line 7491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-center::before {
  content: "\F260";
}

/* line 7495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-justify::before {
  content: "\F261";
}

/* line 7499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-left::before {
  content: "\F262";
}

/* line 7503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-middle::before {
  content: "\F753";
}

/* line 7507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-right::before {
  content: "\F263";
}

/* line 7511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-top::before {
  content: "\F754";
}

/* line 7515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-annotation-minus::before {
  content: "\FABB";
}

/* line 7519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-annotation-plus::before {
  content: "\F646";
}

/* line 7523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-bold::before {
  content: "\F264";
}

/* line 7527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-clear::before {
  content: "\F265";
}

/* line 7531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-color-fill::before {
  content: "\F266";
}

/* line 7535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-color-highlight::before {
  content: "\FE14";
}

/* line 7539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-color-text::before {
  content: "\F69D";
}

/* line 7543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-columns::before {
  content: "\F8DE";
}

/* line 7547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-center::before {
  content: "\F267";
}

/* line 7551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-left::before {
  content: "\F268";
}

/* line 7555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-none::before {
  content: "\F269";
}

/* line 7559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-right::before {
  content: "\F26A";
}

/* line 7563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-font::before {
  content: "\F6D5";
}

/* line 7567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-font-size-decrease::before {
  content: "\F9F2";
}

/* line 7571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-font-size-increase::before {
  content: "\F9F3";
}

/* line 7575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-1::before {
  content: "\F26B";
}

/* line 7579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-2::before {
  content: "\F26C";
}

/* line 7583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-3::before {
  content: "\F26D";
}

/* line 7587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-4::before {
  content: "\F26E";
}

/* line 7591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-5::before {
  content: "\F26F";
}

/* line 7595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-6::before {
  content: "\F270";
}

/* line 7599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-decrease::before {
  content: "\F271";
}

/* line 7603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-equal::before {
  content: "\F272";
}

/* line 7607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-increase::before {
  content: "\F273";
}

/* line 7611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-pound::before {
  content: "\F274";
}

/* line 7615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-horizontal-align-center::before {
  content: "\F61E";
}

/* line 7619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-horizontal-align-left::before {
  content: "\F61F";
}

/* line 7623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-horizontal-align-right::before {
  content: "\F620";
}

/* line 7627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-indent-decrease::before {
  content: "\F275";
}

/* line 7631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-indent-increase::before {
  content: "\F276";
}

/* line 7635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-italic::before {
  content: "\F277";
}

/* line 7639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-case::before {
  content: "\FB19";
}

/* line 7643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-case-lower::before {
  content: "\FB1A";
}

/* line 7647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-case-upper::before {
  content: "\FB1B";
}

/* line 7651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-ends-with::before {
  content: "\FFD8";
}

/* line 7655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-matches::before {
  content: "\FFD9";
}

/* line 7659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-starts-with::before {
  content: "\FFDA";
}

/* line 7663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-line-spacing::before {
  content: "\F278";
}

/* line 7667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-line-style::before {
  content: "\F5C8";
}

/* line 7671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-line-weight::before {
  content: "\F5C9";
}

/* line 7675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted::before {
  content: "\F279";
}

/* line 7679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted-square::before {
  content: "\FDAC";
}

/* line 7683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted-triangle::before {
  content: "\FECF";
}

/* line 7687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted-type::before {
  content: "\F27A";
}

/* line 7691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-checkbox::before {
  content: "\F969";
}

/* line 7695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-checks::before {
  content: "\F755";
}

/* line 7699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-numbered::before {
  content: "\F27B";
}

/* line 7703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-numbered-rtl::before {
  content: "\FCE9";
}

/* line 7707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-overline::before {
  content: "\FED0";
}

/* line 7711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-page-break::before {
  content: "\F6D6";
}

/* line 7715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-paint::before {
  content: "\F27C";
}

/* line 7719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-paragraph::before {
  content: "\F27D";
}

/* line 7723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-pilcrow::before {
  content: "\F6D7";
}

/* line 7727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-quote-close::before {
  content: "\F27E";
}

/* line 7731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-quote-open::before {
  content: "\F756";
}

/* line 7735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-rotate-90::before {
  content: "\F6A9";
}

/* line 7739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-section::before {
  content: "\F69E";
}

/* line 7743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-size::before {
  content: "\F27F";
}

/* line 7747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-strikethrough::before {
  content: "\F280";
}

/* line 7751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-strikethrough-variant::before {
  content: "\F281";
}

/* line 7755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-subscript::before {
  content: "\F282";
}

/* line 7759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-superscript::before {
  content: "\F283";
}

/* line 7763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text::before {
  content: "\F284";
}

/* line 7767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-angle-down::before {
  content: "\FFDB";
}

/* line 7771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-angle-up::before {
  content: "\FFDC";
}

/* line 7775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-down::before {
  content: "\FD4F";
}

/* line 7779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-down-vertical::before {
  content: "\FFDD";
}

/* line 7783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-none::before {
  content: "\FD50";
}

/* line 7787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-up::before {
  content: "\FFDE";
}

/* line 7791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-vertical::before {
  content: "\FFDF";
}

/* line 7795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-variant::before {
  content: "\FE15";
}

/* line 7799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-wrapping-clip::before {
  content: "\FCEA";
}

/* line 7803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-wrapping-overflow::before {
  content: "\FCEB";
}

/* line 7807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-wrapping-wrap::before {
  content: "\FCEC";
}

/* line 7811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-textbox::before {
  content: "\FCED";
}

/* line 7815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-textdirection-l-to-r::before {
  content: "\F285";
}

/* line 7819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-textdirection-r-to-l::before {
  content: "\F286";
}

/* line 7823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-title::before {
  content: "\F5F4";
}

/* line 7827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-underline::before {
  content: "\F287";
}

/* line 7831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-vertical-align-bottom::before {
  content: "\F621";
}

/* line 7835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-vertical-align-center::before {
  content: "\F622";
}

/* line 7839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-vertical-align-top::before {
  content: "\F623";
}

/* line 7843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-inline::before {
  content: "\F288";
}

/* line 7847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-square::before {
  content: "\F289";
}

/* line 7851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-tight::before {
  content: "\F28A";
}

/* line 7855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-top-bottom::before {
  content: "\F28B";
}

/* line 7859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forum::before {
  content: "\F28C";
}

/* line 7863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forum-outline::before {
  content: "\F821";
}

/* line 7867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forward::before {
  content: "\F28D";
}

/* line 7871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forwardburger::before {
  content: "\FD51";
}

/* line 7875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fountain::before {
  content: "\F96A";
}

/* line 7879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fountain-pen::before {
  content: "\FCEE";
}

/* line 7883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fountain-pen-tip::before {
  content: "\FCEF";
}

/* line 7887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-foursquare::before {
  content: "\F28E";
}

/* line 7891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-freebsd::before {
  content: "\F8DF";
}

/* line 7895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-frequently-asked-questions::before {
  content: "\FED1";
}

/* line 7899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge::before {
  content: "\F290";
}

/* line 7903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge-bottom::before {
  content: "\F292";
}

/* line 7907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge-outline::before {
  content: "\F28F";
}

/* line 7911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge-top::before {
  content: "\F291";
}

/* line 7915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-cherries::before {
  content: "\F0064";
}

/* line 7919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-citrus::before {
  content: "\F0065";
}

/* line 7923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-grapes::before {
  content: "\F0066";
}

/* line 7927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-grapes-outline::before {
  content: "\F0067";
}

/* line 7931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-pineapple::before {
  content: "\F0068";
}

/* line 7935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-watermelon::before {
  content: "\F0069";
}

/* line 7939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fuel::before {
  content: "\F7C9";
}

/* line 7943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fullscreen::before {
  content: "\F293";
}

/* line 7947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fullscreen-exit::before {
  content: "\F294";
}

/* line 7951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-function::before {
  content: "\F295";
}

/* line 7955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-function-variant::before {
  content: "\F870";
}

/* line 7959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fuse::before {
  content: "\FC61";
}

/* line 7963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fuse-blade::before {
  content: "\FC62";
}

/* line 7967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad::before {
  content: "\F296";
}

/* line 7971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle::before {
  content: "\FE16";
}

/* line 7975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-down::before {
  content: "\FE17";
}

/* line 7979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-left::before {
  content: "\FE18";
}

/* line 7983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-outline::before {
  content: "\FE19";
}

/* line 7987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-right::before {
  content: "\FE1A";
}

/* line 7991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-up::before {
  content: "\FE1B";
}

/* line 7995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-down::before {
  content: "\FE1C";
}

/* line 7999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-left::before {
  content: "\FE1D";
}

/* line 8003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-right::before {
  content: "\FE1E";
}

/* line 8007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round::before {
  content: "\FE1F";
}

/* line 8011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-down::before {
  content: "\FE7E";
}

/* line 8015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-left::before {
  content: "\FE7F";
}

/* line 8019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-outline::before {
  content: "\FE80";
}

/* line 8023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-right::before {
  content: "\FE81";
}

/* line 8027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-up::before {
  content: "\FE82";
}

/* line 8031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-square::before {
  content: "\FED2";
}

/* line 8035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-square-outline::before {
  content: "\FED3";
}

/* line 8039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-up::before {
  content: "\FE83";
}

/* line 8043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-variant::before {
  content: "\F297";
}

/* line 8047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-variant-outline::before {
  content: "\FED4";
}

/* line 8051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gantry-crane::before {
  content: "\FDAD";
}

/* line 8055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-garage::before {
  content: "\F6D8";
}

/* line 8059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-garage-alert::before {
  content: "\F871";
}

/* line 8063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-garage-open::before {
  content: "\F6D9";
}

/* line 8067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gas-cylinder::before {
  content: "\F647";
}

/* line 8071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gas-station::before {
  content: "\F298";
}

/* line 8075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gas-station-outline::before {
  content: "\FED5";
}

/* line 8079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate::before {
  content: "\F299";
}

/* line 8083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-and::before {
  content: "\F8E0";
}

/* line 8087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-nand::before {
  content: "\F8E1";
}

/* line 8091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-nor::before {
  content: "\F8E2";
}

/* line 8095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-not::before {
  content: "\F8E3";
}

/* line 8099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-or::before {
  content: "\F8E4";
}

/* line 8103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-xnor::before {
  content: "\F8E5";
}

/* line 8107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-xor::before {
  content: "\F8E6";
}

/* line 8111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gatsby::before {
  content: "\FE84";
}

/* line 8115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge::before {
  content: "\F29A";
}

/* line 8119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge-empty::before {
  content: "\F872";
}

/* line 8123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge-full::before {
  content: "\F873";
}

/* line 8127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge-low::before {
  content: "\F874";
}

/* line 8131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gavel::before {
  content: "\F29B";
}

/* line 8135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-female::before {
  content: "\F29C";
}

/* line 8139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-male::before {
  content: "\F29D";
}

/* line 8143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-male-female::before {
  content: "\F29E";
}

/* line 8147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-transgender::before {
  content: "\F29F";
}

/* line 8151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gentoo::before {
  content: "\F8E7";
}

/* line 8155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture::before {
  content: "\F7CA";
}

/* line 8159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-double-tap::before {
  content: "\F73B";
}

/* line 8163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-pinch::before {
  content: "\FABC";
}

/* line 8167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-spread::before {
  content: "\FABD";
}

/* line 8171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe::before {
  content: "\FD52";
}

/* line 8175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-down::before {
  content: "\F73C";
}

/* line 8179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-horizontal::before {
  content: "\FABE";
}

/* line 8183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-left::before {
  content: "\F73D";
}

/* line 8187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-right::before {
  content: "\F73E";
}

/* line 8191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-up::before {
  content: "\F73F";
}

/* line 8195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-vertical::before {
  content: "\FABF";
}

/* line 8199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-tap::before {
  content: "\F740";
}

/* line 8203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-tap-hold::before {
  content: "\FD53";
}

/* line 8207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-two-double-tap::before {
  content: "\F741";
}

/* line 8211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-two-tap::before {
  content: "\F742";
}

/* line 8215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ghost::before {
  content: "\F2A0";
}

/* line 8219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ghost-off::before {
  content: "\F9F4";
}

/* line 8223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gif::before {
  content: "\FD54";
}

/* line 8227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gift::before {
  content: "\FE85";
}

/* line 8231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gift-outline::before {
  content: "\F2A1";
}

/* line 8235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-git::before {
  content: "\F2A2";
}

/* line 8239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-github-box::before {
  content: "\F2A3";
}

/* line 8243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-github-circle::before {
  content: "\F2A4";
}

/* line 8247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-github-face::before {
  content: "\F6DA";
}

/* line 8251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gitlab::before {
  content: "\FB7C";
}

/* line 8255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-cocktail::before {
  content: "\F356";
}

/* line 8259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-flute::before {
  content: "\F2A5";
}

/* line 8263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-mug::before {
  content: "\F2A6";
}

/* line 8267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-stange::before {
  content: "\F2A7";
}

/* line 8271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-tulip::before {
  content: "\F2A8";
}

/* line 8275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-wine::before {
  content: "\F875";
}

/* line 8279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glassdoor::before {
  content: "\F2A9";
}

/* line 8283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glasses::before {
  content: "\F2AA";
}

/* line 8287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-globe-model::before {
  content: "\F8E8";
}

/* line 8291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gmail::before {
  content: "\F2AB";
}

/* line 8295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gnome::before {
  content: "\F2AC";
}

/* line 8299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-go-kart::before {
  content: "\FD55";
}

/* line 8303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-go-kart-track::before {
  content: "\FD56";
}

/* line 8307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gog::before {
  content: "\FB7D";
}

/* line 8311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-golf::before {
  content: "\F822";
}

/* line 8315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gondola::before {
  content: "\F685";
}

/* line 8319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-goodreads::before {
  content: "\FD57";
}

/* line 8323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google::before {
  content: "\F2AD";
}

/* line 8327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-adwords::before {
  content: "\FC63";
}

/* line 8331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-analytics::before {
  content: "\F7CB";
}

/* line 8335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-assistant::before {
  content: "\F7CC";
}

/* line 8339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-cardboard::before {
  content: "\F2AE";
}

/* line 8343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-chrome::before {
  content: "\F2AF";
}

/* line 8347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles::before {
  content: "\F2B0";
}

/* line 8351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles-communities::before {
  content: "\F2B1";
}

/* line 8355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles-extended::before {
  content: "\F2B2";
}

/* line 8359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles-group::before {
  content: "\F2B3";
}

/* line 8363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-classroom::before {
  content: "\F2C0";
}

/* line 8367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-controller::before {
  content: "\F2B4";
}

/* line 8371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-controller-off::before {
  content: "\F2B5";
}

/* line 8375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-drive::before {
  content: "\F2B6";
}

/* line 8379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-earth::before {
  content: "\F2B7";
}

/* line 8383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-fit::before {
  content: "\F96B";
}

/* line 8387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-glass::before {
  content: "\F2B8";
}

/* line 8391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-hangouts::before {
  content: "\F2C9";
}

/* line 8395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-home::before {
  content: "\F823";
}

/* line 8399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-keep::before {
  content: "\F6DB";
}

/* line 8403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-lens::before {
  content: "\F9F5";
}

/* line 8407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-maps::before {
  content: "\F5F5";
}

/* line 8411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-my-business::before {
  content: "\F006A";
}

/* line 8415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-nearby::before {
  content: "\F2B9";
}

/* line 8419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-pages::before {
  content: "\F2BA";
}

/* line 8423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-photos::before {
  content: "\F6DC";
}

/* line 8427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-physical-web::before {
  content: "\F2BB";
}

/* line 8431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-play::before {
  content: "\F2BC";
}

/* line 8435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-plus::before {
  content: "\F2BD";
}

/* line 8439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-plus-box::before {
  content: "\F2BE";
}

/* line 8443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-podcast::before {
  content: "\FED6";
}

/* line 8447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-spreadsheet::before {
  content: "\F9F6";
}

/* line 8451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-street-view::before {
  content: "\FC64";
}

/* line 8455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-translate::before {
  content: "\F2BF";
}

/* line 8459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gradient::before {
  content: "\F69F";
}

/* line 8463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grain::before {
  content: "\FD58";
}

/* line 8467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-graph::before {
  content: "\F006B";
}

/* line 8471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-graph-outline::before {
  content: "\F006C";
}

/* line 8475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-graphql::before {
  content: "\F876";
}

/* line 8479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grave-stone::before {
  content: "\FB7E";
}

/* line 8483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grease-pencil::before {
  content: "\F648";
}

/* line 8487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-greater-than::before {
  content: "\F96C";
}

/* line 8491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-greater-than-or-equal::before {
  content: "\F96D";
}

/* line 8495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grid::before {
  content: "\F2C1";
}

/* line 8499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grid-large::before {
  content: "\F757";
}

/* line 8503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grid-off::before {
  content: "\F2C2";
}

/* line 8507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grill::before {
  content: "\FE86";
}

/* line 8511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-group::before {
  content: "\F2C3";
}

/* line 8515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-acoustic::before {
  content: "\F770";
}

/* line 8519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-electric::before {
  content: "\F2C4";
}

/* line 8523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-pick::before {
  content: "\F2C5";
}

/* line 8527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-pick-outline::before {
  content: "\F2C6";
}

/* line 8531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guy-fawkes-mask::before {
  content: "\F824";
}

/* line 8535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hackernews::before {
  content: "\F624";
}

/* line 8539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hail::before {
  content: "\FAC0";
}

/* line 8543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-halloween::before {
  content: "\FB7F";
}

/* line 8547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hamburger::before {
  content: "\F684";
}

/* line 8551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hammer::before {
  content: "\F8E9";
}

/* line 8555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand::before {
  content: "\FA4E";
}

/* line 8559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-left::before {
  content: "\FE87";
}

/* line 8563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-okay::before {
  content: "\FA4F";
}

/* line 8567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-peace::before {
  content: "\FA50";
}

/* line 8571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-peace-variant::before {
  content: "\FA51";
}

/* line 8575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-down::before {
  content: "\FA52";
}

/* line 8579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-left::before {
  content: "\FA53";
}

/* line 8583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-right::before {
  content: "\F2C7";
}

/* line 8587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-up::before {
  content: "\FA54";
}

/* line 8591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-right::before {
  content: "\FE88";
}

/* line 8595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-saw::before {
  content: "\FE89";
}

/* line 8599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-handball::before {
  content: "\FF70";
}

/* line 8603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hanger::before {
  content: "\F2C8";
}

/* line 8607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hard-hat::before {
  content: "\F96E";
}

/* line 8611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-harddisk::before {
  content: "\F2CA";
}

/* line 8615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-harddisk-plus::before {
  content: "\F006D";
}

/* line 8619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-harddisk-remove::before {
  content: "\F006E";
}

/* line 8623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hat-fedora::before {
  content: "\FB80";
}

/* line 8627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hazard-lights::before {
  content: "\FC65";
}

/* line 8631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hdr::before {
  content: "\FD59";
}

/* line 8635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hdr-off::before {
  content: "\FD5A";
}

/* line 8639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones::before {
  content: "\F2CB";
}

/* line 8643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-bluetooth::before {
  content: "\F96F";
}

/* line 8647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-box::before {
  content: "\F2CC";
}

/* line 8651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-off::before {
  content: "\F7CD";
}

/* line 8655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-settings::before {
  content: "\F2CD";
}

/* line 8659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headset::before {
  content: "\F2CE";
}

/* line 8663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headset-dock::before {
  content: "\F2CF";
}

/* line 8667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headset-off::before {
  content: "\F2D0";
}

/* line 8671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart::before {
  content: "\F2D1";
}

/* line 8675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-box::before {
  content: "\F2D2";
}

/* line 8679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-box-outline::before {
  content: "\F2D3";
}

/* line 8683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-broken::before {
  content: "\F2D4";
}

/* line 8687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-broken-outline::before {
  content: "\FCF0";
}

/* line 8691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-circle::before {
  content: "\F970";
}

/* line 8695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-circle-outline::before {
  content: "\F971";
}

/* line 8699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-flash::before {
  content: "\FF16";
}

/* line 8703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-half::before {
  content: "\F6DE";
}

/* line 8707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-half-full::before {
  content: "\F6DD";
}

/* line 8711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-half-outline::before {
  content: "\F6DF";
}

/* line 8715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-multiple::before {
  content: "\FA55";
}

/* line 8719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-multiple-outline::before {
  content: "\FA56";
}

/* line 8723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-off::before {
  content: "\F758";
}

/* line 8727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-outline::before {
  content: "\F2D5";
}

/* line 8731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-pulse::before {
  content: "\F5F6";
}

/* line 8735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-helicopter::before {
  content: "\FAC1";
}

/* line 8739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help::before {
  content: "\F2D6";
}

/* line 8743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-box::before {
  content: "\F78A";
}

/* line 8747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-circle::before {
  content: "\F2D7";
}

/* line 8751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-circle-outline::before {
  content: "\F625";
}

/* line 8755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-network::before {
  content: "\F6F4";
}

/* line 8759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-network-outline::before {
  content: "\FC66";
}

/* line 8763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-rhombus::before {
  content: "\FB81";
}

/* line 8767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-rhombus-outline::before {
  content: "\FB82";
}

/* line 8771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon::before {
  content: "\F2D8";
}

/* line 8775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-multiple::before {
  content: "\F6E0";
}

/* line 8779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-outline::before {
  content: "\F2D9";
}

/* line 8783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-1::before {
  content: "\FAC2";
}

/* line 8787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-2::before {
  content: "\FAC3";
}

/* line 8791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-3::before {
  content: "\FAC4";
}

/* line 8795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-4::before {
  content: "\FAC5";
}

/* line 8799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-5::before {
  content: "\FAC6";
}

/* line 8803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-6::before {
  content: "\FAC7";
}

/* line 8807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagram::before {
  content: "\FAC8";
}

/* line 8811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagram-outline::before {
  content: "\FAC9";
}

/* line 8815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-high-definition::before {
  content: "\F7CE";
}

/* line 8819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-high-definition-box::before {
  content: "\F877";
}

/* line 8823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-highway::before {
  content: "\F5F7";
}

/* line 8827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hiking::before {
  content: "\FD5B";
}

/* line 8831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hinduism::before {
  content: "\F972";
}

/* line 8835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-history::before {
  content: "\F2DA";
}

/* line 8839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hockey-puck::before {
  content: "\F878";
}

/* line 8843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hockey-sticks::before {
  content: "\F879";
}

/* line 8847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hololens::before {
  content: "\F2DB";
}

/* line 8851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home::before {
  content: "\F2DC";
}

/* line 8855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-account::before {
  content: "\F825";
}

/* line 8859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-alert::before {
  content: "\F87A";
}

/* line 8863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-analytics::before {
  content: "\FED7";
}

/* line 8867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-assistant::before {
  content: "\F7CF";
}

/* line 8871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-automation::before {
  content: "\F7D0";
}

/* line 8875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-circle::before {
  content: "\F7D1";
}

/* line 8879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-circle-outline::before {
  content: "\F006F";
}

/* line 8883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-city::before {
  content: "\FCF1";
}

/* line 8887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-city-outline::before {
  content: "\FCF2";
}

/* line 8891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-currency-usd::before {
  content: "\F8AE";
}

/* line 8895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-export-outline::before {
  content: "\FFB8";
}

/* line 8899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-flood::before {
  content: "\FF17";
}

/* line 8903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-0::before {
  content: "\FDAE";
}

/* line 8907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-1::before {
  content: "\FD5C";
}

/* line 8911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-2::before {
  content: "\FD5D";
}

/* line 8915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-3::before {
  content: "\FD5E";
}

/* line 8919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-a::before {
  content: "\FD5F";
}

/* line 8923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-b::before {
  content: "\FD60";
}

/* line 8927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-g::before {
  content: "\FD61";
}

/* line 8931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-l::before {
  content: "\FD62";
}

/* line 8935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-negative-1::before {
  content: "\FDAF";
}

/* line 8939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-group::before {
  content: "\FDB0";
}

/* line 8943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-heart::before {
  content: "\F826";
}

/* line 8947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-import-outline::before {
  content: "\FFB9";
}

/* line 8951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-lock::before {
  content: "\F8EA";
}

/* line 8955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-lock-open::before {
  content: "\F8EB";
}

/* line 8959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-map-marker::before {
  content: "\F5F8";
}

/* line 8963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-minus::before {
  content: "\F973";
}

/* line 8967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-modern::before {
  content: "\F2DD";
}

/* line 8971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-outline::before {
  content: "\F6A0";
}

/* line 8975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-plus::before {
  content: "\F974";
}

/* line 8979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-thermometer::before {
  content: "\FF71";
}

/* line 8983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-thermometer-outline::before {
  content: "\FF72";
}

/* line 8987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-variant::before {
  content: "\F2DE";
}

/* line 8991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-variant-outline::before {
  content: "\FB83";
}

/* line 8995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hook::before {
  content: "\F6E1";
}

/* line 8999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hook-off::before {
  content: "\F6E2";
}

/* line 9003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hops::before {
  content: "\F2DF";
}

/* line 9007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-horseshoe::before {
  content: "\FA57";
}

/* line 9011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital::before {
  content: "\F0017";
}

/* line 9015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-box::before {
  content: "\F2E0";
}

/* line 9019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-box-outline::before {
  content: "\F0018";
}

/* line 9023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-building::before {
  content: "\F2E1";
}

/* line 9027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-marker::before {
  content: "\F2E2";
}

/* line 9031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hot-tub::before {
  content: "\F827";
}

/* line 9035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hotel::before {
  content: "\F2E3";
}

/* line 9039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-houzz::before {
  content: "\F2E4";
}

/* line 9043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-houzz-box::before {
  content: "\F2E5";
}

/* line 9047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hubspot::before {
  content: "\FCF3";
}

/* line 9051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hulu::before {
  content: "\F828";
}

/* line 9055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human::before {
  content: "\F2E6";
}

/* line 9059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-child::before {
  content: "\F2E7";
}

/* line 9063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female::before {
  content: "\F649";
}

/* line 9067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female-boy::before {
  content: "\FA58";
}

/* line 9071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female-female::before {
  content: "\FA59";
}

/* line 9075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female-girl::before {
  content: "\FA5A";
}

/* line 9079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-greeting::before {
  content: "\F64A";
}

/* line 9083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-handsdown::before {
  content: "\F64B";
}

/* line 9087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-handsup::before {
  content: "\F64C";
}

/* line 9091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male::before {
  content: "\F64D";
}

/* line 9095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-boy::before {
  content: "\FA5B";
}

/* line 9099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-female::before {
  content: "\F2E8";
}

/* line 9103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-girl::before {
  content: "\FA5C";
}

/* line 9107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-height::before {
  content: "\FF18";
}

/* line 9111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-height-variant::before {
  content: "\FF19";
}

/* line 9115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-male::before {
  content: "\FA5D";
}

/* line 9119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-pregnant::before {
  content: "\F5CF";
}

/* line 9123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-humble-bundle::before {
  content: "\F743";
}

/* line 9127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ice-cream::before {
  content: "\F829";
}

/* line 9131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ice-pop::before {
  content: "\FF1A";
}

/* line 9135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-id-card::before {
  content: "\FFE0";
}

/* line 9139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-identifier::before {
  content: "\FF1B";
}

/* line 9143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-iframe::before {
  content: "\FC67";
}

/* line 9147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-iframe-outline::before {
  content: "\FC68";
}

/* line 9151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image::before {
  content: "\F2E9";
}

/* line 9155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-album::before {
  content: "\F2EA";
}

/* line 9159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-area::before {
  content: "\F2EB";
}

/* line 9163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-area-close::before {
  content: "\F2EC";
}

/* line 9167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-auto-adjust::before {
  content: "\FFE1";
}

/* line 9171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-broken::before {
  content: "\F2ED";
}

/* line 9175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-broken-variant::before {
  content: "\F2EE";
}

/* line 9179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter::before {
  content: "\F2EF";
}

/* line 9183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-black-white::before {
  content: "\F2F0";
}

/* line 9187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus::before {
  content: "\F2F1";
}

/* line 9191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus-strong::before {
  content: "\FF1C";
}

/* line 9195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus-strong-outline::before {
  content: "\FF1D";
}

/* line 9199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus-weak::before {
  content: "\F2F2";
}

/* line 9203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-drama::before {
  content: "\F2F3";
}

/* line 9207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-frames::before {
  content: "\F2F4";
}

/* line 9211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-hdr::before {
  content: "\F2F5";
}

/* line 9215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-none::before {
  content: "\F2F6";
}

/* line 9219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-tilt-shift::before {
  content: "\F2F7";
}

/* line 9223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-vintage::before {
  content: "\F2F8";
}

/* line 9227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-frame::before {
  content: "\FE8A";
}

/* line 9231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-move::before {
  content: "\F9F7";
}

/* line 9235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-multiple::before {
  content: "\F2F9";
}

/* line 9239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-off::before {
  content: "\F82A";
}

/* line 9243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-outline::before {
  content: "\F975";
}

/* line 9247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-plus::before {
  content: "\F87B";
}

/* line 9251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-search::before {
  content: "\F976";
}

/* line 9255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-search-outline::before {
  content: "\F977";
}

/* line 9259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-size-select-actual::before {
  content: "\FC69";
}

/* line 9263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-size-select-large::before {
  content: "\FC6A";
}

/* line 9267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-size-select-small::before {
  content: "\FC6B";
}

/* line 9271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-import::before {
  content: "\F2FA";
}

/* line 9275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox::before {
  content: "\F686";
}

/* line 9279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-arrow-down::before {
  content: "\F2FB";
}

/* line 9283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-arrow-up::before {
  content: "\F3D1";
}

/* line 9287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-multiple::before {
  content: "\F8AF";
}

/* line 9291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-multiple-outline::before {
  content: "\FB84";
}

/* line 9295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-incognito::before {
  content: "\F5F9";
}

/* line 9299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-infinity::before {
  content: "\F6E3";
}

/* line 9303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-information::before {
  content: "\F2FC";
}

/* line 9307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-information-outline::before {
  content: "\F2FD";
}

/* line 9311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-information-variant::before {
  content: "\F64E";
}

/* line 9315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-instagram::before {
  content: "\F2FE";
}

/* line 9319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-instapaper::before {
  content: "\F2FF";
}

/* line 9323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-instrument-triangle::before {
  content: "\F0070";
}

/* line 9327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-internet-explorer::before {
  content: "\F300";
}

/* line 9331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-invert-colors::before {
  content: "\F301";
}

/* line 9335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-invert-colors-off::before {
  content: "\FE8B";
}

/* line 9339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ip::before {
  content: "\FA5E";
}

/* line 9343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ip-network::before {
  content: "\FA5F";
}

/* line 9347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ip-network-outline::before {
  content: "\FC6C";
}

/* line 9351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ipod::before {
  content: "\FC6D";
}

/* line 9355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-islam::before {
  content: "\F978";
}

/* line 9359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-island::before {
  content: "\F0071";
}

/* line 9363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-itunes::before {
  content: "\F676";
}

/* line 9367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jabber::before {
  content: "\FDB1";
}

/* line 9371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jeepney::before {
  content: "\F302";
}

/* line 9375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jellyfish::before {
  content: "\FF1E";
}

/* line 9379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jellyfish-outline::before {
  content: "\FF1F";
}

/* line 9383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jira::before {
  content: "\F303";
}

/* line 9387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jquery::before {
  content: "\F87C";
}

/* line 9391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jsfiddle::before {
  content: "\F304";
}

/* line 9395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-json::before {
  content: "\F626";
}

/* line 9399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-judaism::before {
  content: "\F979";
}

/* line 9403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kabaddi::before {
  content: "\FD63";
}

/* line 9407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-karate::before {
  content: "\F82B";
}

/* line 9411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keg::before {
  content: "\F305";
}

/* line 9415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kettle::before {
  content: "\F5FA";
}

/* line 9419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kettle-outline::before {
  content: "\FF73";
}

/* line 9423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key::before {
  content: "\F306";
}

/* line 9427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-change::before {
  content: "\F307";
}

/* line 9431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-minus::before {
  content: "\F308";
}

/* line 9435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-outline::before {
  content: "\FDB2";
}

/* line 9439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-plus::before {
  content: "\F309";
}

/* line 9443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-remove::before {
  content: "\F30A";
}

/* line 9447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-variant::before {
  content: "\F30B";
}

/* line 9451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-wireless::before {
  content: "\FFE2";
}

/* line 9455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard::before {
  content: "\F30C";
}

/* line 9459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-backspace::before {
  content: "\F30D";
}

/* line 9463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-caps::before {
  content: "\F30E";
}

/* line 9467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-close::before {
  content: "\F30F";
}

/* line 9471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-off::before {
  content: "\F310";
}

/* line 9475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-off-outline::before {
  content: "\FE8C";
}

/* line 9479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-outline::before {
  content: "\F97A";
}

/* line 9483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-return::before {
  content: "\F311";
}

/* line 9487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-settings::before {
  content: "\F9F8";
}

/* line 9491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-settings-outline::before {
  content: "\F9F9";
}

/* line 9495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-space::before {
  content: "\F0072";
}

/* line 9499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-tab::before {
  content: "\F312";
}

/* line 9503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-variant::before {
  content: "\F313";
}

/* line 9507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kickstarter::before {
  content: "\F744";
}

/* line 9511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-knife::before {
  content: "\F9FA";
}

/* line 9515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-knife-military::before {
  content: "\F9FB";
}

/* line 9519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kodi::before {
  content: "\F314";
}

/* line 9523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label::before {
  content: "\F315";
}

/* line 9527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-off::before {
  content: "\FACA";
}

/* line 9531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-off-outline::before {
  content: "\FACB";
}

/* line 9535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-outline::before {
  content: "\F316";
}

/* line 9539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-variant::before {
  content: "\FACC";
}

/* line 9543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-variant-outline::before {
  content: "\FACD";
}

/* line 9547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ladybug::before {
  content: "\F82C";
}

/* line 9551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lambda::before {
  content: "\F627";
}

/* line 9555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lamp::before {
  content: "\F6B4";
}

/* line 9559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan::before {
  content: "\F317";
}

/* line 9563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan-connect::before {
  content: "\F318";
}

/* line 9567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan-disconnect::before {
  content: "\F319";
}

/* line 9571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan-pending::before {
  content: "\F31A";
}

/* line 9575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-c::before {
  content: "\F671";
}

/* line 9579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-cpp::before {
  content: "\F672";
}

/* line 9583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-csharp::before {
  content: "\F31B";
}

/* line 9587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-css3::before {
  content: "\F31C";
}

/* line 9591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-go::before {
  content: "\F7D2";
}

/* line 9595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-haskell::before {
  content: "\FC6E";
}

/* line 9599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-html5::before {
  content: "\F31D";
}

/* line 9603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-java::before {
  content: "\FB1C";
}

/* line 9607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-javascript::before {
  content: "\F31E";
}

/* line 9611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-lua::before {
  content: "\F8B0";
}

/* line 9615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-php::before {
  content: "\F31F";
}

/* line 9619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-python::before {
  content: "\F320";
}

/* line 9623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-python-text::before {
  content: "\F321";
}

/* line 9627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-r::before {
  content: "\F7D3";
}

/* line 9631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-ruby-on-rails::before {
  content: "\FACE";
}

/* line 9635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-swift::before {
  content: "\F6E4";
}

/* line 9639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-typescript::before {
  content: "\F6E5";
}

/* line 9643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop::before {
  content: "\F322";
}

/* line 9647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-chromebook::before {
  content: "\F323";
}

/* line 9651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-mac::before {
  content: "\F324";
}

/* line 9655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-off::before {
  content: "\F6E6";
}

/* line 9659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-windows::before {
  content: "\F325";
}

/* line 9663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laravel::before {
  content: "\FACF";
}

/* line 9667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lasso::before {
  content: "\FF20";
}

/* line 9671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lastfm::before {
  content: "\F326";
}

/* line 9675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lastpass::before {
  content: "\F446";
}

/* line 9679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-latitude::before {
  content: "\FF74";
}

/* line 9683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-launch::before {
  content: "\F327";
}

/* line 9687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lava-lamp::before {
  content: "\F7D4";
}

/* line 9691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers::before {
  content: "\F328";
}

/* line 9695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-minus::before {
  content: "\FE8D";
}

/* line 9699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-off::before {
  content: "\F329";
}

/* line 9703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-off-outline::before {
  content: "\F9FC";
}

/* line 9707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-outline::before {
  content: "\F9FD";
}

/* line 9711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-plus::before {
  content: "\FE30";
}

/* line 9715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-remove::before {
  content: "\FE31";
}

/* line 9719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-triple::before {
  content: "\FF75";
}

/* line 9723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-triple-outline::before {
  content: "\FF76";
}

/* line 9727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lead-pencil::before {
  content: "\F64F";
}

/* line 9731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leaf::before {
  content: "\F32A";
}

/* line 9735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leaf-maple::before {
  content: "\FC6F";
}

/* line 9739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leak::before {
  content: "\FDB3";
}

/* line 9743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leak-off::before {
  content: "\FDB4";
}

/* line 9747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-off::before {
  content: "\F32B";
}

/* line 9751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-on::before {
  content: "\F32C";
}

/* line 9755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-outline::before {
  content: "\F32D";
}

/* line 9759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-strip::before {
  content: "\F7D5";
}

/* line 9763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-strip-variant::before {
  content: "\F0073";
}

/* line 9767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-variant-off::before {
  content: "\F32E";
}

/* line 9771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-variant-on::before {
  content: "\F32F";
}

/* line 9775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-variant-outline::before {
  content: "\F330";
}

/* line 9779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-less-than::before {
  content: "\F97B";
}

/* line 9783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-less-than-or-equal::before {
  content: "\F97C";
}

/* line 9787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library::before {
  content: "\F331";
}

/* line 9791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-books::before {
  content: "\F332";
}

/* line 9795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-movie::before {
  content: "\FCF4";
}

/* line 9799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-music::before {
  content: "\F333";
}

/* line 9803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-music-outline::before {
  content: "\FF21";
}

/* line 9807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-shelves::before {
  content: "\FB85";
}

/* line 9811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-video::before {
  content: "\FCF5";
}

/* line 9815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-license::before {
  content: "\FFE3";
}

/* line 9819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lifebuoy::before {
  content: "\F87D";
}

/* line 9823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-light-switch::before {
  content: "\F97D";
}

/* line 9827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb::before {
  content: "\F335";
}

/* line 9831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-off::before {
  content: "\FE32";
}

/* line 9835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-off-outline::before {
  content: "\FE33";
}

/* line 9839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-on::before {
  content: "\F6E7";
}

/* line 9843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-on-outline::before {
  content: "\F6E8";
}

/* line 9847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-outline::before {
  content: "\F336";
}

/* line 9851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lighthouse::before {
  content: "\F9FE";
}

/* line 9855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lighthouse-on::before {
  content: "\F9FF";
}

/* line 9859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link::before {
  content: "\F337";
}

/* line 9863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box::before {
  content: "\FCF6";
}

/* line 9867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box-outline::before {
  content: "\FCF7";
}

/* line 9871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box-variant::before {
  content: "\FCF8";
}

/* line 9875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box-variant-outline::before {
  content: "\FCF9";
}

/* line 9879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-off::before {
  content: "\F338";
}

/* line 9883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-plus::before {
  content: "\FC70";
}

/* line 9887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-variant::before {
  content: "\F339";
}

/* line 9891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-variant-off::before {
  content: "\F33A";
}

/* line 9895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linkedin::before {
  content: "\F33B";
}

/* line 9899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linkedin-box::before {
  content: "\F33C";
}

/* line 9903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linux::before {
  content: "\F33D";
}

/* line 9907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linux-mint::before {
  content: "\F8EC";
}

/* line 9911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-litecoin::before {
  content: "\FA60";
}

/* line 9915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-loading::before {
  content: "\F771";
}

/* line 9919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-location-enter::before {
  content: "\FFE4";
}

/* line 9923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-location-exit::before {
  content: "\FFE5";
}

/* line 9927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock::before {
  content: "\F33E";
}

/* line 9931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-alert::before {
  content: "\F8ED";
}

/* line 9935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-clock::before {
  content: "\F97E";
}

/* line 9939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open::before {
  content: "\F33F";
}

/* line 9943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open-outline::before {
  content: "\F340";
}

/* line 9947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open-variant::before {
  content: "\FFE6";
}

/* line 9951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open-variant-outline::before {
  content: "\FFE7";
}

/* line 9955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-outline::before {
  content: "\F341";
}

/* line 9959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-pattern::before {
  content: "\F6E9";
}

/* line 9963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-plus::before {
  content: "\F5FB";
}

/* line 9967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-question::before {
  content: "\F8EE";
}

/* line 9971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-reset::before {
  content: "\F772";
}

/* line 9975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-smart::before {
  content: "\F8B1";
}

/* line 9979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-locker::before {
  content: "\F7D6";
}

/* line 9983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-locker-multiple::before {
  content: "\F7D7";
}

/* line 9987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-login::before {
  content: "\F342";
}

/* line 9991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-login-variant::before {
  content: "\F5FC";
}

/* line 9995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-logout::before {
  content: "\F343";
}

/* line 9999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-logout-variant::before {
  content: "\F5FD";
}

/* line 10003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-longitude::before {
  content: "\FF77";
}

/* line 10007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-looks::before {
  content: "\F344";
}

/* line 10011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-loupe::before {
  content: "\F345";
}

/* line 10015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lumx::before {
  content: "\F346";
}

/* line 10019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lyft::before {
  content: "\FB1D";
}

/* line 10023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnet::before {
  content: "\F347";
}

/* line 10027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnet-on::before {
  content: "\F348";
}

/* line 10031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify::before {
  content: "\F349";
}

/* line 10035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-close::before {
  content: "\F97F";
}

/* line 10039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-minus::before {
  content: "\F34A";
}

/* line 10043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-minus-cursor::before {
  content: "\FA61";
}

/* line 10047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-minus-outline::before {
  content: "\F6EB";
}

/* line 10051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-plus::before {
  content: "\F34B";
}

/* line 10055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-plus-cursor::before {
  content: "\FA62";
}

/* line 10059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-plus-outline::before {
  content: "\F6EC";
}

/* line 10063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mail::before {
  content: "\FED8";
}

/* line 10067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mail-ru::before {
  content: "\F34C";
}

/* line 10071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox::before {
  content: "\F6ED";
}

/* line 10075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open::before {
  content: "\FD64";
}

/* line 10079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open-outline::before {
  content: "\FD65";
}

/* line 10083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open-up::before {
  content: "\FD66";
}

/* line 10087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open-up-outline::before {
  content: "\FD67";
}

/* line 10091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-outline::before {
  content: "\FD68";
}

/* line 10095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-up::before {
  content: "\FD69";
}

/* line 10099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-up-outline::before {
  content: "\FD6A";
}

/* line 10103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map::before {
  content: "\F34D";
}

/* line 10107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-check::before {
  content: "\FED9";
}

/* line 10111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-check-outline::before {
  content: "\FEDA";
}

/* line 10115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-clock::before {
  content: "\FCFA";
}

/* line 10119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-clock-outline::before {
  content: "\FCFB";
}

/* line 10123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-legend::before {
  content: "\FA00";
}

/* line 10127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker::before {
  content: "\F34E";
}

/* line 10131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-alert::before {
  content: "\FF22";
}

/* line 10135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-alert-outline::before {
  content: "\FF23";
}

/* line 10139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-check::before {
  content: "\FC71";
}

/* line 10143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-circle::before {
  content: "\F34F";
}

/* line 10147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-distance::before {
  content: "\F8EF";
}

/* line 10151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-minus::before {
  content: "\F650";
}

/* line 10155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-multiple::before {
  content: "\F350";
}

/* line 10159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-off::before {
  content: "\F351";
}

/* line 10163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-outline::before {
  content: "\F7D8";
}

/* line 10167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-path::before {
  content: "\FCFC";
}

/* line 10171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-plus::before {
  content: "\F651";
}

/* line 10175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-question::before {
  content: "\FF24";
}

/* line 10179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-question-outline::before {
  content: "\FF25";
}

/* line 10183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-radius::before {
  content: "\F352";
}

/* line 10187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-remove::before {
  content: "\FF26";
}

/* line 10191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-remove-variant::before {
  content: "\FF27";
}

/* line 10195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-minus::before {
  content: "\F980";
}

/* line 10199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-outline::before {
  content: "\F981";
}

/* line 10203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-plus::before {
  content: "\F982";
}

/* line 10207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-search::before {
  content: "\F983";
}

/* line 10211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-search-outline::before {
  content: "\F984";
}

/* line 10215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mapbox::before {
  content: "\FB86";
}

/* line 10219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-margin::before {
  content: "\F353";
}

/* line 10223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-markdown::before {
  content: "\F354";
}

/* line 10227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-markdown-outline::before {
  content: "\FF78";
}

/* line 10231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-marker::before {
  content: "\F652";
}

/* line 10235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-marker-cancel::before {
  content: "\FDB5";
}

/* line 10239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-marker-check::before {
  content: "\F355";
}

/* line 10243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mastodon::before {
  content: "\FAD0";
}

/* line 10247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mastodon-variant::before {
  content: "\FAD1";
}

/* line 10251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-material-design::before {
  content: "\F985";
}

/* line 10255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-material-ui::before {
  content: "\F357";
}

/* line 10259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-compass::before {
  content: "\F358";
}

/* line 10263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-cos::before {
  content: "\FC72";
}

/* line 10267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-integral::before {
  content: "\FFE8";
}

/* line 10271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-integral-box::before {
  content: "\FFE9";
}

/* line 10275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-norm::before {
  content: "\FFEA";
}

/* line 10279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-norm-box::before {
  content: "\FFEB";
}

/* line 10283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-sin::before {
  content: "\FC73";
}

/* line 10287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-tan::before {
  content: "\FC74";
}

/* line 10291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-matrix::before {
  content: "\F628";
}

/* line 10295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-maxcdn::before {
  content: "\F359";
}

/* line 10299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-medal::before {
  content: "\F986";
}

/* line 10303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-medical-bag::before {
  content: "\F6EE";
}

/* line 10307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-medium::before {
  content: "\F35A";
}

/* line 10311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-meetup::before {
  content: "\FAD2";
}

/* line 10315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-memory::before {
  content: "\F35B";
}

/* line 10319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu::before {
  content: "\F35C";
}

/* line 10323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-down::before {
  content: "\F35D";
}

/* line 10327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-down-outline::before {
  content: "\F6B5";
}

/* line 10331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-left::before {
  content: "\F35E";
}

/* line 10335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-left-outline::before {
  content: "\FA01";
}

/* line 10339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-open::before {
  content: "\FB87";
}

/* line 10343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-right::before {
  content: "\F35F";
}

/* line 10347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-right-outline::before {
  content: "\FA02";
}

/* line 10351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-swap::before {
  content: "\FA63";
}

/* line 10355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-swap-outline::before {
  content: "\FA64";
}

/* line 10359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-up::before {
  content: "\F360";
}

/* line 10363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-up-outline::before {
  content: "\F6B6";
}

/* line 10367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-merge::before {
  content: "\FF79";
}

/* line 10371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message::before {
  content: "\F361";
}

/* line 10375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-alert::before {
  content: "\F362";
}

/* line 10379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-alert-outline::before {
  content: "\FA03";
}

/* line 10383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-bulleted::before {
  content: "\F6A1";
}

/* line 10387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-bulleted-off::before {
  content: "\F6A2";
}

/* line 10391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-draw::before {
  content: "\F363";
}

/* line 10395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-image::before {
  content: "\F364";
}

/* line 10399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-lock::before {
  content: "\FFEC";
}

/* line 10403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-outline::before {
  content: "\F365";
}

/* line 10407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-plus::before {
  content: "\F653";
}

/* line 10411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-processing::before {
  content: "\F366";
}

/* line 10415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-reply::before {
  content: "\F367";
}

/* line 10419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-reply-text::before {
  content: "\F368";
}

/* line 10423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-settings::before {
  content: "\F6EF";
}

/* line 10427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-settings-variant::before {
  content: "\F6F0";
}

/* line 10431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-text::before {
  content: "\F369";
}

/* line 10435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-text-lock::before {
  content: "\FFED";
}

/* line 10439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-text-outline::before {
  content: "\F36A";
}

/* line 10443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-video::before {
  content: "\F36B";
}

/* line 10447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-meteor::before {
  content: "\F629";
}

/* line 10451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-metronome::before {
  content: "\F7D9";
}

/* line 10455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-metronome-tick::before {
  content: "\F7DA";
}

/* line 10459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-micro-sd::before {
  content: "\F7DB";
}

/* line 10463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone::before {
  content: "\F36C";
}

/* line 10467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-minus::before {
  content: "\F8B2";
}

/* line 10471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-off::before {
  content: "\F36D";
}

/* line 10475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-outline::before {
  content: "\F36E";
}

/* line 10479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-plus::before {
  content: "\F8B3";
}

/* line 10483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-settings::before {
  content: "\F36F";
}

/* line 10487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-variant::before {
  content: "\F370";
}

/* line 10491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-variant-off::before {
  content: "\F371";
}

/* line 10495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microscope::before {
  content: "\F654";
}

/* line 10499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microsoft::before {
  content: "\F372";
}

/* line 10503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microsoft-dynamics::before {
  content: "\F987";
}

/* line 10507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microwave::before {
  content: "\FC75";
}

/* line 10511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-middleware::before {
  content: "\FF7A";
}

/* line 10515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-middleware-outline::before {
  content: "\FF7B";
}

/* line 10519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-midi::before {
  content: "\F8F0";
}

/* line 10523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-midi-port::before {
  content: "\F8F1";
}

/* line 10527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mine::before {
  content: "\FDB6";
}

/* line 10531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minecraft::before {
  content: "\F373";
}

/* line 10535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mini-sd::before {
  content: "\FA04";
}

/* line 10539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minidisc::before {
  content: "\FA05";
}

/* line 10543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus::before {
  content: "\F374";
}

/* line 10547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-box::before {
  content: "\F375";
}

/* line 10551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-box-outline::before {
  content: "\F6F1";
}

/* line 10555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-circle::before {
  content: "\F376";
}

/* line 10559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-circle-outline::before {
  content: "\F377";
}

/* line 10563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-network::before {
  content: "\F378";
}

/* line 10567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-network-outline::before {
  content: "\FC76";
}

/* line 10571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixcloud::before {
  content: "\F62A";
}

/* line 10575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixed-martial-arts::before {
  content: "\FD6B";
}

/* line 10579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixed-reality::before {
  content: "\F87E";
}

/* line 10583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixer::before {
  content: "\F7DC";
}

/* line 10587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-molecule::before {
  content: "\FB88";
}

/* line 10591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor::before {
  content: "\F379";
}

/* line 10595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-cellphone::before {
  content: "\F988";
}

/* line 10599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-cellphone-star::before {
  content: "\F989";
}

/* line 10603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-dashboard::before {
  content: "\FA06";
}

/* line 10607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-lock::before {
  content: "\FDB7";
}

/* line 10611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-multiple::before {
  content: "\F37A";
}

/* line 10615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-off::before {
  content: "\FD6C";
}

/* line 10619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-screenshot::before {
  content: "\FE34";
}

/* line 10623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-speaker::before {
  content: "\FF7C";
}

/* line 10627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-speaker-off::before {
  content: "\FF7D";
}

/* line 10631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-star::before {
  content: "\FDB8";
}

/* line 10635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-first-quarter::before {
  content: "\FF7E";
}

/* line 10639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-full::before {
  content: "\FF7F";
}

/* line 10643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-last-quarter::before {
  content: "\FF80";
}

/* line 10647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-new::before {
  content: "\FF81";
}

/* line 10651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waning-crescent::before {
  content: "\FF82";
}

/* line 10655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waning-gibbous::before {
  content: "\FF83";
}

/* line 10659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waxing-crescent::before {
  content: "\FF84";
}

/* line 10663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waxing-gibbous::before {
  content: "\FF85";
}

/* line 10667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-more::before {
  content: "\F37B";
}

/* line 10671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mother-nurse::before {
  content: "\FCFD";
}

/* line 10675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-motion-sensor::before {
  content: "\FD6D";
}

/* line 10679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-motorbike::before {
  content: "\F37C";
}

/* line 10683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse::before {
  content: "\F37D";
}

/* line 10687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-bluetooth::before {
  content: "\F98A";
}

/* line 10691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-off::before {
  content: "\F37E";
}

/* line 10695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-variant::before {
  content: "\F37F";
}

/* line 10699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-variant-off::before {
  content: "\F380";
}

/* line 10703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-move-resize::before {
  content: "\F655";
}

/* line 10707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-move-resize-variant::before {
  content: "\F656";
}

/* line 10711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie::before {
  content: "\F381";
}

/* line 10715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-open::before {
  content: "\FFEE";
}

/* line 10719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-open-outline::before {
  content: "\FFEF";
}

/* line 10723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-outline::before {
  content: "\FDB9";
}

/* line 10727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-roll::before {
  content: "\F7DD";
}

/* line 10731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-muffin::before {
  content: "\F98B";
}

/* line 10735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-multiplication::before {
  content: "\F382";
}

/* line 10739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-multiplication-box::before {
  content: "\F383";
}

/* line 10743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mushroom::before {
  content: "\F7DE";
}

/* line 10747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mushroom-outline::before {
  content: "\F7DF";
}

/* line 10751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music::before {
  content: "\F759";
}

/* line 10755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-double-flat::before {
  content: "\FF86";
}

/* line 10759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-double-sharp::before {
  content: "\FF87";
}

/* line 10763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-flat::before {
  content: "\FF88";
}

/* line 10767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-natural::before {
  content: "\FF89";
}

/* line 10771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-sharp::before {
  content: "\FF8A";
}

/* line 10775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-box::before {
  content: "\F384";
}

/* line 10779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-box-outline::before {
  content: "\F385";
}

/* line 10783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-circle::before {
  content: "\F386";
}

/* line 10787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-circle-outline::before {
  content: "\FAD3";
}

/* line 10791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-clef-alto::before {
  content: "\FF8B";
}

/* line 10795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-clef-bass::before {
  content: "\FF8C";
}

/* line 10799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-clef-treble::before {
  content: "\FF8D";
}

/* line 10803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note::before {
  content: "\F387";
}

/* line 10807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-bluetooth::before {
  content: "\F5FE";
}

/* line 10811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-bluetooth-off::before {
  content: "\F5FF";
}

/* line 10815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-eighth::before {
  content: "\F388";
}

/* line 10819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-eighth-dotted::before {
  content: "\FF8E";
}

/* line 10823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-half::before {
  content: "\F389";
}

/* line 10827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-half-dotted::before {
  content: "\FF8F";
}

/* line 10831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-off::before {
  content: "\F38A";
}

/* line 10835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-off-outline::before {
  content: "\FF90";
}

/* line 10839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-outline::before {
  content: "\FF91";
}

/* line 10843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-plus::before {
  content: "\FDBA";
}

/* line 10847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-quarter::before {
  content: "\F38B";
}

/* line 10851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-quarter-dotted::before {
  content: "\FF92";
}

/* line 10855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-sixteenth::before {
  content: "\F38C";
}

/* line 10859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-sixteenth-dotted::before {
  content: "\FF93";
}

/* line 10863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-whole::before {
  content: "\F38D";
}

/* line 10867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-whole-dotted::before {
  content: "\FF94";
}

/* line 10871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-off::before {
  content: "\F75A";
}

/* line 10875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-eighth::before {
  content: "\FF95";
}

/* line 10879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-half::before {
  content: "\FF96";
}

/* line 10883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-quarter::before {
  content: "\FF97";
}

/* line 10887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-sixteenth::before {
  content: "\FF98";
}

/* line 10891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-whole::before {
  content: "\FF99";
}

/* line 10895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nail::before {
  content: "\FDBB";
}

/* line 10899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nas::before {
  content: "\F8F2";
}

/* line 10903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nativescript::before {
  content: "\F87F";
}

/* line 10907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nature::before {
  content: "\F38E";
}

/* line 10911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nature-people::before {
  content: "\F38F";
}

/* line 10915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-navigation::before {
  content: "\F390";
}

/* line 10919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-near-me::before {
  content: "\F5CD";
}

/* line 10923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-necklace::before {
  content: "\FF28";
}

/* line 10927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-needle::before {
  content: "\F391";
}

/* line 10931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-netflix::before {
  content: "\F745";
}

/* line 10935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network::before {
  content: "\F6F2";
}

/* line 10939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-off::before {
  content: "\FC77";
}

/* line 10943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-off-outline::before {
  content: "\FC78";
}

/* line 10947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-outline::before {
  content: "\FC79";
}

/* line 10951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-1::before {
  content: "\F8F3";
}

/* line 10955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-1-alert::before {
  content: "\F8F4";
}

/* line 10959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-2::before {
  content: "\F8F5";
}

/* line 10963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-2-alert::before {
  content: "\F8F6";
}

/* line 10967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-3::before {
  content: "\F8F7";
}

/* line 10971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-3-alert::before {
  content: "\F8F8";
}

/* line 10975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-4::before {
  content: "\F8F9";
}

/* line 10979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-4-alert::before {
  content: "\F8FA";
}

/* line 10983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-off::before {
  content: "\F8FB";
}

/* line 10987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-off-outline::before {
  content: "\F8FC";
}

/* line 10991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-outline::before {
  content: "\F8FD";
}

/* line 10995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-new-box::before {
  content: "\F394";
}

/* line 10999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper::before {
  content: "\F395";
}

/* line 11003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-minus::before {
  content: "\FF29";
}

/* line 11007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-plus::before {
  content: "\FF2A";
}

/* line 11011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant::before {
  content: "\F0023";
}

/* line 11015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant-multiple::before {
  content: "\F0024";
}

/* line 11019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant-multiple-outline::before {
  content: "\F0025";
}

/* line 11023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant-outline::before {
  content: "\F0026";
}

/* line 11027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc::before {
  content: "\F396";
}

/* line 11031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-off::before {
  content: "\FE35";
}

/* line 11035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-search-variant::before {
  content: "\FE36";
}

/* line 11039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-tap::before {
  content: "\F397";
}

/* line 11043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-variant::before {
  content: "\F398";
}

/* line 11047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-variant-off::before {
  content: "\FE37";
}

/* line 11051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ninja::before {
  content: "\F773";
}

/* line 11055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nintendo-switch::before {
  content: "\F7E0";
}

/* line 11059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nodejs::before {
  content: "\F399";
}

/* line 11063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-not-equal::before {
  content: "\F98C";
}

/* line 11067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-not-equal-variant::before {
  content: "\F98D";
}

/* line 11071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note::before {
  content: "\F39A";
}

/* line 11075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-multiple::before {
  content: "\F6B7";
}

/* line 11079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-multiple-outline::before {
  content: "\F6B8";
}

/* line 11083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-outline::before {
  content: "\F39B";
}

/* line 11087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-plus::before {
  content: "\F39C";
}

/* line 11091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-plus-outline::before {
  content: "\F39D";
}

/* line 11095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-text::before {
  content: "\F39E";
}

/* line 11099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notebook::before {
  content: "\F82D";
}

/* line 11103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notebook-multiple::before {
  content: "\FE38";
}

/* line 11107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notebook-outline::before {
  content: "\FEDC";
}

/* line 11111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notification-clear-all::before {
  content: "\F39F";
}

/* line 11115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-npm::before {
  content: "\F6F6";
}

/* line 11119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-npm-variant::before {
  content: "\F98E";
}

/* line 11123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-npm-variant-outline::before {
  content: "\F98F";
}

/* line 11127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nuke::before {
  content: "\F6A3";
}

/* line 11131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-null::before {
  content: "\F7E1";
}

/* line 11135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric::before {
  content: "\F3A0";
}

/* line 11139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0::before {
  content: "\30";
}

/* line 11143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box::before {
  content: "\F3A1";
}

/* line 11147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box-multiple::before {
  content: "\FF2B";
}

/* line 11151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box-multiple-outline::before {
  content: "\F3A2";
}

/* line 11155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box-outline::before {
  content: "\F3A3";
}

/* line 11159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-circle::before {
  content: "\FC7A";
}

/* line 11163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-circle-outline::before {
  content: "\FC7B";
}

/* line 11167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1::before {
  content: "\31";
}

/* line 11171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box::before {
  content: "\F3A4";
}

/* line 11175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box-multiple::before {
  content: "\FF2C";
}

/* line 11179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box-multiple-outline::before {
  content: "\F3A5";
}

/* line 11183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box-outline::before {
  content: "\F3A6";
}

/* line 11187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-circle::before {
  content: "\FC7C";
}

/* line 11191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-circle-outline::before {
  content: "\FC7D";
}

/* line 11195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10::before {
  content: "\F000A";
}

/* line 11199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box::before {
  content: "\FF9A";
}

/* line 11203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box-multiple::before {
  content: "\F000B";
}

/* line 11207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box-multiple-outline::before {
  content: "\F000C";
}

/* line 11211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box-outline::before {
  content: "\FF9B";
}

/* line 11215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-circle::before {
  content: "\F000D";
}

/* line 11219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-circle-outline::before {
  content: "\F000E";
}

/* line 11223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2::before {
  content: "\32";
}

/* line 11227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box::before {
  content: "\F3A7";
}

/* line 11231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box-multiple::before {
  content: "\FF2D";
}

/* line 11235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box-multiple-outline::before {
  content: "\F3A8";
}

/* line 11239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box-outline::before {
  content: "\F3A9";
}

/* line 11243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-circle::before {
  content: "\FC7E";
}

/* line 11247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-circle-outline::before {
  content: "\FC7F";
}

/* line 11251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3::before {
  content: "\33";
}

/* line 11255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box::before {
  content: "\F3AA";
}

/* line 11259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box-multiple::before {
  content: "\FF2E";
}

/* line 11263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box-multiple-outline::before {
  content: "\F3AB";
}

/* line 11267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box-outline::before {
  content: "\F3AC";
}

/* line 11271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-circle::before {
  content: "\FC80";
}

/* line 11275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-circle-outline::before {
  content: "\FC81";
}

/* line 11279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4::before {
  content: "\34";
}

/* line 11283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box::before {
  content: "\F3AD";
}

/* line 11287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box-multiple::before {
  content: "\FF2F";
}

/* line 11291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box-multiple-outline::before {
  content: "\F3AE";
}

/* line 11295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box-outline::before {
  content: "\F3AF";
}

/* line 11299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-circle::before {
  content: "\FC82";
}

/* line 11303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-circle-outline::before {
  content: "\FC83";
}

/* line 11307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5::before {
  content: "\35";
}

/* line 11311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box::before {
  content: "\F3B0";
}

/* line 11315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box-multiple::before {
  content: "\FF30";
}

/* line 11319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box-multiple-outline::before {
  content: "\F3B1";
}

/* line 11323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box-outline::before {
  content: "\F3B2";
}

/* line 11327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-circle::before {
  content: "\FC84";
}

/* line 11331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-circle-outline::before {
  content: "\FC85";
}

/* line 11335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6::before {
  content: "\36";
}

/* line 11339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box::before {
  content: "\F3B3";
}

/* line 11343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box-multiple::before {
  content: "\FF31";
}

/* line 11347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box-multiple-outline::before {
  content: "\F3B4";
}

/* line 11351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box-outline::before {
  content: "\F3B5";
}

/* line 11355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-circle::before {
  content: "\FC86";
}

/* line 11359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-circle-outline::before {
  content: "\FC87";
}

/* line 11363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7::before {
  content: "\37";
}

/* line 11367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box::before {
  content: "\F3B6";
}

/* line 11371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box-multiple::before {
  content: "\FF32";
}

/* line 11375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box-multiple-outline::before {
  content: "\F3B7";
}

/* line 11379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box-outline::before {
  content: "\F3B8";
}

/* line 11383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-circle::before {
  content: "\FC88";
}

/* line 11387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-circle-outline::before {
  content: "\FC89";
}

/* line 11391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8::before {
  content: "\38";
}

/* line 11395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box::before {
  content: "\F3B9";
}

/* line 11399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box-multiple::before {
  content: "\FF33";
}

/* line 11403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box-multiple-outline::before {
  content: "\F3BA";
}

/* line 11407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box-outline::before {
  content: "\F3BB";
}

/* line 11411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-circle::before {
  content: "\FC8A";
}

/* line 11415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-circle-outline::before {
  content: "\FC8B";
}

/* line 11419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9::before {
  content: "\39";
}

/* line 11423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box::before {
  content: "\F3BC";
}

/* line 11427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box-multiple::before {
  content: "\FF34";
}

/* line 11431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box-multiple-outline::before {
  content: "\F3BD";
}

/* line 11435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box-outline::before {
  content: "\F3BE";
}

/* line 11439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-circle::before {
  content: "\FC8C";
}

/* line 11443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-circle-outline::before {
  content: "\FC8D";
}

/* line 11447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus::before {
  content: "\F000F";
}

/* line 11451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box::before {
  content: "\F3BF";
}

/* line 11455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box-multiple::before {
  content: "\FF35";
}

/* line 11459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\F3C0";
}

/* line 11463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box-outline::before {
  content: "\F3C1";
}

/* line 11467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-circle::before {
  content: "\FC8E";
}

/* line 11471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-circle-outline::before {
  content: "\FC8F";
}

/* line 11475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-negative-1::before {
  content: "\F0074";
}

/* line 11479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nut::before {
  content: "\F6F7";
}

/* line 11483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nutrition::before {
  content: "\F3C2";
}

/* line 11487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oar::before {
  content: "\F67B";
}

/* line 11491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ocarina::before {
  content: "\FDBC";
}

/* line 11495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagon::before {
  content: "\F3C3";
}

/* line 11499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagon-outline::before {
  content: "\F3C4";
}

/* line 11503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagram::before {
  content: "\F6F8";
}

/* line 11507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagram-outline::before {
  content: "\F774";
}

/* line 11511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-odnoklassniki::before {
  content: "\F3C5";
}

/* line 11515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-office::before {
  content: "\F3C6";
}

/* line 11519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-office-building::before {
  content: "\F990";
}

/* line 11523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil::before {
  content: "\F3C7";
}

/* line 11527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil-lamp::before {
  content: "\FF36";
}

/* line 11531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil-level::before {
  content: "\F0075";
}

/* line 11535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil-temperature::before {
  content: "\F0019";
}

/* line 11539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-omega::before {
  content: "\F3C9";
}

/* line 11543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-one-up::before {
  content: "\FB89";
}

/* line 11547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-onedrive::before {
  content: "\F3CA";
}

/* line 11551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-onenote::before {
  content: "\F746";
}

/* line 11555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-onepassword::before {
  content: "\F880";
}

/* line 11559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-opacity::before {
  content: "\F5CC";
}

/* line 11563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-open-in-app::before {
  content: "\F3CB";
}

/* line 11567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-open-in-new::before {
  content: "\F3CC";
}

/* line 11571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-open-source-initiative::before {
  content: "\FB8A";
}

/* line 11575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-openid::before {
  content: "\F3CD";
}

/* line 11579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-opera::before {
  content: "\F3CE";
}

/* line 11583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-orbit::before {
  content: "\F018";
}

/* line 11587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-origin::before {
  content: "\FB2B";
}

/* line 11591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ornament::before {
  content: "\F3CF";
}

/* line 11595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ornament-variant::before {
  content: "\F3D0";
}

/* line 11599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-outdoor-lamp::before {
  content: "\F0076";
}

/* line 11603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-outlook::before {
  content: "\FCFE";
}

/* line 11607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-overscan::before {
  content: "\F0027";
}

/* line 11611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-owl::before {
  content: "\F3D2";
}

/* line 11615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pac-man::before {
  content: "\FB8B";
}

/* line 11619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package::before {
  content: "\F3D3";
}

/* line 11623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-down::before {
  content: "\F3D4";
}

/* line 11627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-up::before {
  content: "\F3D5";
}

/* line 11631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-variant::before {
  content: "\F3D6";
}

/* line 11635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-variant-closed::before {
  content: "\F3D7";
}

/* line 11639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-first::before {
  content: "\F600";
}

/* line 11643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-last::before {
  content: "\F601";
}

/* line 11647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-body::before {
  content: "\F6F9";
}

/* line 11651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-footer::before {
  content: "\F6FA";
}

/* line 11655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-header::before {
  content: "\F6FB";
}

/* line 11659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-header-footer::before {
  content: "\FF9C";
}

/* line 11663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-sidebar-left::before {
  content: "\F6FC";
}

/* line 11667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-sidebar-right::before {
  content: "\F6FD";
}

/* line 11671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-next::before {
  content: "\FB8C";
}

/* line 11675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-next-outline::before {
  content: "\FB8D";
}

/* line 11679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-previous::before {
  content: "\FB8E";
}

/* line 11683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-previous-outline::before {
  content: "\FB8F";
}

/* line 11687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette::before {
  content: "\F3D8";
}

/* line 11691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette-advanced::before {
  content: "\F3D9";
}

/* line 11695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette-outline::before {
  content: "\FE6C";
}

/* line 11699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette-swatch::before {
  content: "\F8B4";
}

/* line 11703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palm-tree::before {
  content: "\F0077";
}

/* line 11707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan::before {
  content: "\FB90";
}

/* line 11711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-bottom-left::before {
  content: "\FB91";
}

/* line 11715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-bottom-right::before {
  content: "\FB92";
}

/* line 11719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-down::before {
  content: "\FB93";
}

/* line 11723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-horizontal::before {
  content: "\FB94";
}

/* line 11727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-left::before {
  content: "\FB95";
}

/* line 11731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-right::before {
  content: "\FB96";
}

/* line 11735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-top-left::before {
  content: "\FB97";
}

/* line 11739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-top-right::before {
  content: "\FB98";
}

/* line 11743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-up::before {
  content: "\FB99";
}

/* line 11747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-vertical::before {
  content: "\FB9A";
}

/* line 11751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panda::before {
  content: "\F3DA";
}

/* line 11755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pandora::before {
  content: "\F3DB";
}

/* line 11759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama::before {
  content: "\F3DC";
}

/* line 11763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-fisheye::before {
  content: "\F3DD";
}

/* line 11767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-horizontal::before {
  content: "\F3DE";
}

/* line 11771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-vertical::before {
  content: "\F3DF";
}

/* line 11775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-wide-angle::before {
  content: "\F3E0";
}

/* line 11779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paper-cut-vertical::before {
  content: "\F3E1";
}

/* line 11783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paperclip::before {
  content: "\F3E2";
}

/* line 11787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-parachute::before {
  content: "\FC90";
}

/* line 11791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-parachute-outline::before {
  content: "\FC91";
}

/* line 11795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-parking::before {
  content: "\F3E3";
}

/* line 11799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-party-popper::before {
  content: "\F0078";
}

/* line 11803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-passport::before {
  content: "\F7E2";
}

/* line 11807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-passport-biometric::before {
  content: "\FDBD";
}

/* line 11811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-patio-heater::before {
  content: "\FF9D";
}

/* line 11815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-patreon::before {
  content: "\F881";
}

/* line 11819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause::before {
  content: "\F3E4";
}

/* line 11823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-circle::before {
  content: "\F3E5";
}

/* line 11827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-circle-outline::before {
  content: "\F3E6";
}

/* line 11831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-octagon::before {
  content: "\F3E7";
}

/* line 11835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-octagon-outline::before {
  content: "\F3E8";
}

/* line 11839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paw::before {
  content: "\F3E9";
}

/* line 11843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paw-off::before {
  content: "\F657";
}

/* line 11847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paypal::before {
  content: "\F882";
}

/* line 11851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pdf-box::before {
  content: "\FE39";
}

/* line 11855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peace::before {
  content: "\F883";
}

/* line 11859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut::before {
  content: "\F001E";
}

/* line 11863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut-off::before {
  content: "\F001F";
}

/* line 11867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut-off-outline::before {
  content: "\F0021";
}

/* line 11871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut-outline::before {
  content: "\F0020";
}

/* line 11875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen::before {
  content: "\F3EA";
}

/* line 11879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-lock::before {
  content: "\FDBE";
}

/* line 11883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-minus::before {
  content: "\FDBF";
}

/* line 11887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-off::before {
  content: "\FDC0";
}

/* line 11891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-plus::before {
  content: "\FDC1";
}

/* line 11895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-remove::before {
  content: "\FDC2";
}

/* line 11899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil::before {
  content: "\F3EB";
}

/* line 11903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-box::before {
  content: "\F3EC";
}

/* line 11907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-box-outline::before {
  content: "\F3ED";
}

/* line 11911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-circle::before {
  content: "\F6FE";
}

/* line 11915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-circle-outline::before {
  content: "\F775";
}

/* line 11919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-lock::before {
  content: "\F3EE";
}

/* line 11923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-lock-outline::before {
  content: "\FDC3";
}

/* line 11927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-minus::before {
  content: "\FDC4";
}

/* line 11931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-minus-outline::before {
  content: "\FDC5";
}

/* line 11935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-off::before {
  content: "\F3EF";
}

/* line 11939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-off-outline::before {
  content: "\FDC6";
}

/* line 11943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-outline::before {
  content: "\FC92";
}

/* line 11947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-plus::before {
  content: "\FDC7";
}

/* line 11951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-plus-outline::before {
  content: "\FDC8";
}

/* line 11955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-remove::before {
  content: "\FDC9";
}

/* line 11959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-remove-outline::before {
  content: "\FDCA";
}

/* line 11963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-penguin::before {
  content: "\FEDD";
}

/* line 11967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pentagon::before {
  content: "\F6FF";
}

/* line 11971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pentagon-outline::before {
  content: "\F700";
}

/* line 11975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-percent::before {
  content: "\F3F0";
}

/* line 11979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-periodic-table::before {
  content: "\F8B5";
}

/* line 11983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-periodic-table-co2::before {
  content: "\F7E3";
}

/* line 11987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-periscope::before {
  content: "\F747";
}

/* line 11991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-perspective-less::before {
  content: "\FCFF";
}

/* line 11995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-perspective-more::before {
  content: "\FD00";
}

/* line 11999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pharmacy::before {
  content: "\F3F1";
}

/* line 12003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone::before {
  content: "\F3F2";
}

/* line 12007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-alert::before {
  content: "\FF37";
}

/* line 12011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-bluetooth::before {
  content: "\F3F3";
}

/* line 12015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-classic::before {
  content: "\F602";
}

/* line 12019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-forward::before {
  content: "\F3F4";
}

/* line 12023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-hangup::before {
  content: "\F3F5";
}

/* line 12027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-in-talk::before {
  content: "\F3F6";
}

/* line 12031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-incoming::before {
  content: "\F3F7";
}

/* line 12035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-lock::before {
  content: "\F3F8";
}

/* line 12039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-log::before {
  content: "\F3F9";
}

/* line 12043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-minus::before {
  content: "\F658";
}

/* line 12047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-missed::before {
  content: "\F3FA";
}

/* line 12051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-off::before {
  content: "\FDCB";
}

/* line 12055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-outgoing::before {
  content: "\F3FB";
}

/* line 12059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-outline::before {
  content: "\FDCC";
}

/* line 12063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-paused::before {
  content: "\F3FC";
}

/* line 12067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-plus::before {
  content: "\F659";
}

/* line 12071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-return::before {
  content: "\F82E";
}

/* line 12075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-rotate-landscape::before {
  content: "\F884";
}

/* line 12079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-rotate-portrait::before {
  content: "\F885";
}

/* line 12083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-settings::before {
  content: "\F3FD";
}

/* line 12087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-voip::before {
  content: "\F3FE";
}

/* line 12091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pi::before {
  content: "\F3FF";
}

/* line 12095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pi-box::before {
  content: "\F400";
}

/* line 12099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pi-hole::before {
  content: "\FDCD";
}

/* line 12103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-piano::before {
  content: "\F67C";
}

/* line 12107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pickaxe::before {
  content: "\F8B6";
}

/* line 12111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-bottom-right::before {
  content: "\FE3A";
}

/* line 12115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-bottom-right-outline::before {
  content: "\FE3B";
}

/* line 12119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-top-right::before {
  content: "\FE3C";
}

/* line 12123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-top-right-outline::before {
  content: "\FE3D";
}

/* line 12127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pier::before {
  content: "\F886";
}

/* line 12131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pier-crane::before {
  content: "\F887";
}

/* line 12135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pig::before {
  content: "\F401";
}

/* line 12139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pig-variant::before {
  content: "\F0028";
}

/* line 12143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-piggy-bank::before {
  content: "\F0029";
}

/* line 12147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pill::before {
  content: "\F402";
}

/* line 12151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pillar::before {
  content: "\F701";
}

/* line 12155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin::before {
  content: "\F403";
}

/* line 12159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin-off::before {
  content: "\F404";
}

/* line 12163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin-off-outline::before {
  content: "\F92F";
}

/* line 12167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin-outline::before {
  content: "\F930";
}

/* line 12171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pine-tree::before {
  content: "\F405";
}

/* line 12175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pine-tree-box::before {
  content: "\F406";
}

/* line 12179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinterest::before {
  content: "\F407";
}

/* line 12183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinterest-box::before {
  content: "\F408";
}

/* line 12187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinwheel::before {
  content: "\FAD4";
}

/* line 12191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinwheel-outline::before {
  content: "\FAD5";
}

/* line 12195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pipe::before {
  content: "\F7E4";
}

/* line 12199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pipe-disconnected::before {
  content: "\F7E5";
}

/* line 12203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pipe-leak::before {
  content: "\F888";
}

/* line 12207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pirate::before {
  content: "\FA07";
}

/* line 12211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pistol::before {
  content: "\F702";
}

/* line 12215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-piston::before {
  content: "\F889";
}

/* line 12219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pizza::before {
  content: "\F409";
}

/* line 12223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play::before {
  content: "\F40A";
}

/* line 12227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-box-outline::before {
  content: "\F40B";
}

/* line 12231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-circle::before {
  content: "\F40C";
}

/* line 12235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-circle-outline::before {
  content: "\F40D";
}

/* line 12239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-network::before {
  content: "\F88A";
}

/* line 12243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-network-outline::before {
  content: "\FC93";
}

/* line 12247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-outline::before {
  content: "\FF38";
}

/* line 12251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-pause::before {
  content: "\F40E";
}

/* line 12255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-protected-content::before {
  content: "\F40F";
}

/* line 12259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-speed::before {
  content: "\F8FE";
}

/* line 12263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-check::before {
  content: "\F5C7";
}

/* line 12267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-edit::before {
  content: "\F8FF";
}

/* line 12271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-minus::before {
  content: "\F410";
}

/* line 12275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-music::before {
  content: "\FC94";
}

/* line 12279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-music-outline::before {
  content: "\FC95";
}

/* line 12283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-play::before {
  content: "\F411";
}

/* line 12287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-plus::before {
  content: "\F412";
}

/* line 12291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-remove::before {
  content: "\F413";
}

/* line 12295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-star::before {
  content: "\FDCE";
}

/* line 12299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playstation::before {
  content: "\F414";
}

/* line 12303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plex::before {
  content: "\F6B9";
}

/* line 12307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus::before {
  content: "\F415";
}

/* line 12311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-box::before {
  content: "\F416";
}

/* line 12315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-box-multiple::before {
  content: "\F334";
}

/* line 12319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-box-outline::before {
  content: "\F703";
}

/* line 12323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-circle::before {
  content: "\F417";
}

/* line 12327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-circle-multiple-outline::before {
  content: "\F418";
}

/* line 12331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-circle-outline::before {
  content: "\F419";
}

/* line 12335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-minus::before {
  content: "\F991";
}

/* line 12339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-minus-box::before {
  content: "\F992";
}

/* line 12343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-network::before {
  content: "\F41A";
}

/* line 12347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-network-outline::before {
  content: "\FC96";
}

/* line 12351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-one::before {
  content: "\F41B";
}

/* line 12355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-outline::before {
  content: "\F704";
}

/* line 12359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pocket::before {
  content: "\F41C";
}

/* line 12363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podcast::before {
  content: "\F993";
}

/* line 12367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium::before {
  content: "\FD01";
}

/* line 12371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium-bronze::before {
  content: "\FD02";
}

/* line 12375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium-gold::before {
  content: "\FD03";
}

/* line 12379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium-silver::before {
  content: "\FD04";
}

/* line 12383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-point-of-sale::before {
  content: "\FD6E";
}

/* line 12387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pokeball::before {
  content: "\F41D";
}

/* line 12391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pokemon-go::before {
  content: "\FA08";
}

/* line 12395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-poker-chip::before {
  content: "\F82F";
}

/* line 12399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-polaroid::before {
  content: "\F41E";
}

/* line 12403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-poll::before {
  content: "\F41F";
}

/* line 12407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-poll-box::before {
  content: "\F420";
}

/* line 12411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-polymer::before {
  content: "\F421";
}

/* line 12415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pool::before {
  content: "\F606";
}

/* line 12419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-popcorn::before {
  content: "\F422";
}

/* line 12423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-post::before {
  content: "\F002A";
}

/* line 12427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-post-outline::before {
  content: "\F002B";
}

/* line 12431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-postage-stamp::before {
  content: "\FC97";
}

/* line 12435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pot::before {
  content: "\F65A";
}

/* line 12439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pot-mix::before {
  content: "\F65B";
}

/* line 12443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pound::before {
  content: "\F423";
}

/* line 12447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pound-box::before {
  content: "\F424";
}

/* line 12451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power::before {
  content: "\F425";
}

/* line 12455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-cycle::before {
  content: "\F900";
}

/* line 12459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-off::before {
  content: "\F901";
}

/* line 12463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-on::before {
  content: "\F902";
}

/* line 12467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-plug::before {
  content: "\F6A4";
}

/* line 12471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-plug-off::before {
  content: "\F6A5";
}

/* line 12475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-settings::before {
  content: "\F426";
}

/* line 12479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-sleep::before {
  content: "\F903";
}

/* line 12483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket::before {
  content: "\F427";
}

/* line 12487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-au::before {
  content: "\F904";
}

/* line 12491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-eu::before {
  content: "\F7E6";
}

/* line 12495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-uk::before {
  content: "\F7E7";
}

/* line 12499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-us::before {
  content: "\F7E8";
}

/* line 12503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-standby::before {
  content: "\F905";
}

/* line 12507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-powershell::before {
  content: "\FA09";
}

/* line 12511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-prescription::before {
  content: "\F705";
}

/* line 12515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-presentation::before {
  content: "\F428";
}

/* line 12519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-presentation-play::before {
  content: "\F429";
}

/* line 12523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer::before {
  content: "\F42A";
}

/* line 12527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-3d::before {
  content: "\F42B";
}

/* line 12531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-3d-nozzle::before {
  content: "\FE3E";
}

/* line 12535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-3d-nozzle-outline::before {
  content: "\FE3F";
}

/* line 12539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-alert::before {
  content: "\F42C";
}

/* line 12543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-off::before {
  content: "\FE40";
}

/* line 12547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-pos::before {
  content: "\F0079";
}

/* line 12551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-settings::before {
  content: "\F706";
}

/* line 12555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-wireless::before {
  content: "\FA0A";
}

/* line 12559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-priority-high::before {
  content: "\F603";
}

/* line 12563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-priority-low::before {
  content: "\F604";
}

/* line 12567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-professional-hexagon::before {
  content: "\F42D";
}

/* line 12571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-alert::before {
  content: "\FC98";
}

/* line 12575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-check::before {
  content: "\F994";
}

/* line 12579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-clock::before {
  content: "\F995";
}

/* line 12583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-download::before {
  content: "\F996";
}

/* line 12587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-upload::before {
  content: "\F997";
}

/* line 12591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-wrench::before {
  content: "\FC99";
}

/* line 12595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-projector::before {
  content: "\F42E";
}

/* line 12599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-projector-screen::before {
  content: "\F42F";
}

/* line 12603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-protocol::before {
  content: "\FFF9";
}

/* line 12607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-publish::before {
  content: "\F6A6";
}

/* line 12611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pulse::before {
  content: "\F430";
}

/* line 12615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pumpkin::before {
  content: "\FB9B";
}

/* line 12619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-purse::before {
  content: "\FF39";
}

/* line 12623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-purse-outline::before {
  content: "\FF3A";
}

/* line 12627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-puzzle::before {
  content: "\F431";
}

/* line 12631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-puzzle-outline::before {
  content: "\FA65";
}

/* line 12635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qi::before {
  content: "\F998";
}

/* line 12639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qqchat::before {
  content: "\F605";
}

/* line 12643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qrcode::before {
  content: "\F432";
}

/* line 12647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qrcode-edit::before {
  content: "\F8B7";
}

/* line 12651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qrcode-scan::before {
  content: "\F433";
}

/* line 12655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quadcopter::before {
  content: "\F434";
}

/* line 12659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quality-high::before {
  content: "\F435";
}

/* line 12663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quality-low::before {
  content: "\FA0B";
}

/* line 12667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quality-medium::before {
  content: "\FA0C";
}

/* line 12671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quicktime::before {
  content: "\F436";
}

/* line 12675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quora::before {
  content: "\FD05";
}

/* line 12679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rabbit::before {
  content: "\F906";
}

/* line 12683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-racing-helmet::before {
  content: "\FD6F";
}

/* line 12687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-racquetball::before {
  content: "\FD70";
}

/* line 12691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radar::before {
  content: "\F437";
}

/* line 12695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiator::before {
  content: "\F438";
}

/* line 12699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiator-disabled::before {
  content: "\FAD6";
}

/* line 12703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiator-off::before {
  content: "\FAD7";
}

/* line 12707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio::before {
  content: "\F439";
}

/* line 12711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-am::before {
  content: "\FC9A";
}

/* line 12715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-fm::before {
  content: "\FC9B";
}

/* line 12719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-handheld::before {
  content: "\F43A";
}

/* line 12723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-tower::before {
  content: "\F43B";
}

/* line 12727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radioactive::before {
  content: "\F43C";
}

/* line 12731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radioactive-off::before {
  content: "\FEDE";
}

/* line 12735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiobox-blank::before {
  content: "\F43D";
}

/* line 12739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiobox-marked::before {
  content: "\F43E";
}

/* line 12743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radius::before {
  content: "\FC9C";
}

/* line 12747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radius-outline::before {
  content: "\FC9D";
}

/* line 12751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-railroad-light::before {
  content: "\FF3B";
}

/* line 12755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-raspberry-pi::before {
  content: "\F43F";
}

/* line 12759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-end::before {
  content: "\F440";
}

/* line 12763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-end-arrow::before {
  content: "\F441";
}

/* line 12767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-start::before {
  content: "\F442";
}

/* line 12771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-start-arrow::before {
  content: "\F443";
}

/* line 12775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-start-end::before {
  content: "\F444";
}

/* line 12779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-vertex::before {
  content: "\F445";
}

/* line 12783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-react::before {
  content: "\F707";
}

/* line 12787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-read::before {
  content: "\F447";
}

/* line 12791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-receipt::before {
  content: "\F449";
}

/* line 12795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record::before {
  content: "\F44A";
}

/* line 12799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-circle::before {
  content: "\FEDF";
}

/* line 12803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-circle-outline::before {
  content: "\FEE0";
}

/* line 12807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-player::before {
  content: "\F999";
}

/* line 12811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-rec::before {
  content: "\F44B";
}

/* line 12815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rectangle::before {
  content: "\FE41";
}

/* line 12819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rectangle-outline::before {
  content: "\FE42";
}

/* line 12823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-recycle::before {
  content: "\F44C";
}

/* line 12827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reddit::before {
  content: "\F44D";
}

/* line 12831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-redo::before {
  content: "\F44E";
}

/* line 12835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-redo-variant::before {
  content: "\F44F";
}

/* line 12839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reflect-horizontal::before {
  content: "\FA0D";
}

/* line 12843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reflect-vertical::before {
  content: "\FA0E";
}

/* line 12847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-refresh::before {
  content: "\F450";
}

/* line 12851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-regex::before {
  content: "\F451";
}

/* line 12855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-registered-trademark::before {
  content: "\FA66";
}

/* line 12859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-relative-scale::before {
  content: "\F452";
}

/* line 12863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reload::before {
  content: "\F453";
}

/* line 12867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reminder::before {
  content: "\F88B";
}

/* line 12871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote::before {
  content: "\F454";
}

/* line 12875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-desktop::before {
  content: "\F8B8";
}

/* line 12879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-off::before {
  content: "\FEE1";
}

/* line 12883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-tv::before {
  content: "\FEE2";
}

/* line 12887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-tv-off::before {
  content: "\FEE3";
}

/* line 12891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rename-box::before {
  content: "\F455";
}

/* line 12895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reorder-horizontal::before {
  content: "\F687";
}

/* line 12899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reorder-vertical::before {
  content: "\F688";
}

/* line 12903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-repeat::before {
  content: "\F456";
}

/* line 12907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-repeat-off::before {
  content: "\F457";
}

/* line 12911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-repeat-once::before {
  content: "\F458";
}

/* line 12915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-replay::before {
  content: "\F459";
}

/* line 12919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply::before {
  content: "\F45A";
}

/* line 12923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply-all::before {
  content: "\F45B";
}

/* line 12927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply-all-outline::before {
  content: "\FF3C";
}

/* line 12931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply-outline::before {
  content: "\FF3D";
}

/* line 12935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reproduction::before {
  content: "\F45C";
}

/* line 12939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resistor::before {
  content: "\FB1F";
}

/* line 12943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resistor-nodes::before {
  content: "\FB20";
}

/* line 12947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resize::before {
  content: "\FA67";
}

/* line 12951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resize-bottom-right::before {
  content: "\F45D";
}

/* line 12955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-responsive::before {
  content: "\F45E";
}

/* line 12959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-restart::before {
  content: "\F708";
}

/* line 12963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-restart-off::before {
  content: "\FD71";
}

/* line 12967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-restore::before {
  content: "\F99A";
}

/* line 12971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind::before {
  content: "\F45F";
}

/* line 12975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind-10::before {
  content: "\FD06";
}

/* line 12979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind-30::before {
  content: "\FD72";
}

/* line 12983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind-outline::before {
  content: "\F709";
}

/* line 12987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus::before {
  content: "\F70A";
}

/* line 12991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus-medium::before {
  content: "\FA0F";
}

/* line 12995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus-outline::before {
  content: "\F70B";
}

/* line 12999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus-split::before {
  content: "\FA10";
}

/* line 13003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ribbon::before {
  content: "\F460";
}

/* line 13007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rice::before {
  content: "\F7E9";
}

/* line 13011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ring::before {
  content: "\F7EA";
}

/* line 13015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rivet::before {
  content: "\FE43";
}

/* line 13019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-road::before {
  content: "\F461";
}

/* line 13023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-road-variant::before {
  content: "\F462";
}

/* line 13027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robber::before {
  content: "\F007A";
}

/* line 13031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot::before {
  content: "\F6A8";
}

/* line 13035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot-industrial::before {
  content: "\FB21";
}

/* line 13039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot-vacuum::before {
  content: "\F70C";
}

/* line 13043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot-vacuum-variant::before {
  content: "\F907";
}

/* line 13047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rocket::before {
  content: "\F463";
}

/* line 13051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-roller-skate::before {
  content: "\FD07";
}

/* line 13055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rollerblade::before {
  content: "\FD08";
}

/* line 13059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rollupjs::before {
  content: "\FB9C";
}

/* line 13063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-room-service::before {
  content: "\F88C";
}

/* line 13067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-room-service-outline::before {
  content: "\FD73";
}

/* line 13071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-3d::before {
  content: "\FEE4";
}

/* line 13075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-3d-variant::before {
  content: "\F464";
}

/* line 13079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-left::before {
  content: "\F465";
}

/* line 13083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-left-variant::before {
  content: "\F466";
}

/* line 13087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-orbit::before {
  content: "\FD74";
}

/* line 13091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-right::before {
  content: "\F467";
}

/* line 13095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-right-variant::before {
  content: "\F468";
}

/* line 13099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rounded-corner::before {
  content: "\F607";
}

/* line 13103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-router-wireless::before {
  content: "\F469";
}

/* line 13107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-router-wireless-settings::before {
  content: "\FA68";
}

/* line 13111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-routes::before {
  content: "\F46A";
}

/* line 13115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-routes-clock::before {
  content: "\F007B";
}

/* line 13119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rowing::before {
  content: "\F608";
}

/* line 13123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rss::before {
  content: "\F46B";
}

/* line 13127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rss-box::before {
  content: "\F46C";
}

/* line 13131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rss-off::before {
  content: "\FF3E";
}

/* line 13135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruby::before {
  content: "\FD09";
}

/* line 13139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rugby::before {
  content: "\FD75";
}

/* line 13143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruler::before {
  content: "\F46D";
}

/* line 13147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruler-square::before {
  content: "\FC9E";
}

/* line 13151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruler-square-compass::before {
  content: "\FEDB";
}

/* line 13155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-run::before {
  content: "\F70D";
}

/* line 13159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-run-fast::before {
  content: "\F46E";
}

/* line 13163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sack::before {
  content: "\FD0A";
}

/* line 13167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sack-percent::before {
  content: "\FD0B";
}

/* line 13171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-safe::before {
  content: "\FA69";
}

/* line 13175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-safety-goggles::before {
  content: "\FD0C";
}

/* line 13179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sailing::before {
  content: "\FEE5";
}

/* line 13183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sale::before {
  content: "\F46F";
}

/* line 13187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-salesforce::before {
  content: "\F88D";
}

/* line 13191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sass::before {
  content: "\F7EB";
}

/* line 13195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-satellite::before {
  content: "\F470";
}

/* line 13199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-satellite-uplink::before {
  content: "\F908";
}

/* line 13203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-satellite-variant::before {
  content: "\F471";
}

/* line 13207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sausage::before {
  content: "\F8B9";
}

/* line 13211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-saw-blade::before {
  content: "\FE44";
}

/* line 13215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-saxophone::before {
  content: "\F609";
}

/* line 13219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale::before {
  content: "\F472";
}

/* line 13223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale-balance::before {
  content: "\F5D1";
}

/* line 13227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale-bathroom::before {
  content: "\F473";
}

/* line 13231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale-off::before {
  content: "\F007C";
}

/* line 13235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scanner::before {
  content: "\F6AA";
}

/* line 13239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scanner-off::before {
  content: "\F909";
}

/* line 13243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scatter-plot::before {
  content: "\FEE6";
}

/* line 13247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scatter-plot-outline::before {
  content: "\FEE7";
}

/* line 13251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-school::before {
  content: "\F474";
}

/* line 13255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scissors-cutting::before {
  content: "\FA6A";
}

/* line 13259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screen-rotation::before {
  content: "\F475";
}

/* line 13263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screen-rotation-lock::before {
  content: "\F476";
}

/* line 13267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-flat-top::before {
  content: "\FDCF";
}

/* line 13271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-lag::before {
  content: "\FE54";
}

/* line 13275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-machine-flat-top::before {
  content: "\FE55";
}

/* line 13279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-machine-round-top::before {
  content: "\FE56";
}

/* line 13283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-round-top::before {
  content: "\FE57";
}

/* line 13287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screwdriver::before {
  content: "\F477";
}

/* line 13291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script::before {
  content: "\FB9D";
}

/* line 13295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script-outline::before {
  content: "\F478";
}

/* line 13299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script-text::before {
  content: "\FB9E";
}

/* line 13303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script-text-outline::before {
  content: "\FB9F";
}

/* line 13307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sd::before {
  content: "\F479";
}

/* line 13311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seal::before {
  content: "\F47A";
}

/* line 13315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seal-variant::before {
  content: "\FFFA";
}

/* line 13319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-search-web::before {
  content: "\F70E";
}

/* line 13323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat::before {
  content: "\FC9F";
}

/* line 13327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-flat::before {
  content: "\F47B";
}

/* line 13331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-flat-angled::before {
  content: "\F47C";
}

/* line 13335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-individual-suite::before {
  content: "\F47D";
}

/* line 13339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-legroom-extra::before {
  content: "\F47E";
}

/* line 13343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-legroom-normal::before {
  content: "\F47F";
}

/* line 13347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-legroom-reduced::before {
  content: "\F480";
}

/* line 13351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-outline::before {
  content: "\FCA0";
}

/* line 13355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-recline-extra::before {
  content: "\F481";
}

/* line 13359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-recline-normal::before {
  content: "\F482";
}

/* line 13363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seatbelt::before {
  content: "\FCA1";
}

/* line 13367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-security::before {
  content: "\F483";
}

/* line 13371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-security-network::before {
  content: "\F484";
}

/* line 13375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seed::before {
  content: "\FE45";
}

/* line 13379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seed-outline::before {
  content: "\FE46";
}

/* line 13383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-segment::before {
  content: "\FEE8";
}

/* line 13387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select::before {
  content: "\F485";
}

/* line 13391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-all::before {
  content: "\F486";
}

/* line 13395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-color::before {
  content: "\FD0D";
}

/* line 13399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-compare::before {
  content: "\FAD8";
}

/* line 13403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-drag::before {
  content: "\FA6B";
}

/* line 13407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-group::before {
  content: "\FF9F";
}

/* line 13411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-inverse::before {
  content: "\F487";
}

/* line 13415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-off::before {
  content: "\F488";
}

/* line 13419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-place::before {
  content: "\FFFB";
}

/* line 13423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection::before {
  content: "\F489";
}

/* line 13427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-drag::before {
  content: "\FA6C";
}

/* line 13431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-ellipse::before {
  content: "\FD0E";
}

/* line 13435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-ellipse-arrow-inside::before {
  content: "\FF3F";
}

/* line 13439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-off::before {
  content: "\F776";
}

/* line 13443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send::before {
  content: "\F48A";
}

/* line 13447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send-circle::before {
  content: "\FE58";
}

/* line 13451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send-circle-outline::before {
  content: "\FE59";
}

/* line 13455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send-lock::before {
  content: "\F7EC";
}

/* line 13459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-serial-port::before {
  content: "\F65C";
}

/* line 13463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server::before {
  content: "\F48B";
}

/* line 13467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-minus::before {
  content: "\F48C";
}

/* line 13471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-network::before {
  content: "\F48D";
}

/* line 13475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-network-off::before {
  content: "\F48E";
}

/* line 13479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-off::before {
  content: "\F48F";
}

/* line 13483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-plus::before {
  content: "\F490";
}

/* line 13487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-remove::before {
  content: "\F491";
}

/* line 13491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-security::before {
  content: "\F492";
}

/* line 13495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-all::before {
  content: "\F777";
}

/* line 13499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-center::before {
  content: "\F778";
}

/* line 13503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-center-right::before {
  content: "\F779";
}

/* line 13507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-left::before {
  content: "\F77A";
}

/* line 13511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-left-center::before {
  content: "\F77B";
}

/* line 13515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-left-right::before {
  content: "\F77C";
}

/* line 13519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-none::before {
  content: "\F77D";
}

/* line 13523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-right::before {
  content: "\F77E";
}

/* line 13527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-top-box::before {
  content: "\F99E";
}

/* line 13531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings::before {
  content: "\F493";
}

/* line 13535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-box::before {
  content: "\F494";
}

/* line 13539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-helper::before {
  content: "\FA6D";
}

/* line 13543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-outline::before {
  content: "\F8BA";
}

/* line 13547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-transfer::before {
  content: "\F007D";
}

/* line 13551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-transfer-outline::before {
  content: "\F007E";
}

/* line 13555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape::before {
  content: "\F830";
}

/* line 13559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-circle-plus::before {
  content: "\F65D";
}

/* line 13563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-outline::before {
  content: "\F831";
}

/* line 13567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-plus::before {
  content: "\F495";
}

/* line 13571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-polygon-plus::before {
  content: "\F65E";
}

/* line 13575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-rectangle-plus::before {
  content: "\F65F";
}

/* line 13579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-square-plus::before {
  content: "\F660";
}

/* line 13583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share::before {
  content: "\F496";
}

/* line 13587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-off::before {
  content: "\FF40";
}

/* line 13591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-off-outline::before {
  content: "\FF41";
}

/* line 13595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-outline::before {
  content: "\F931";
}

/* line 13599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-variant::before {
  content: "\F497";
}

/* line 13603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sheep::before {
  content: "\FCA2";
}

/* line 13607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield::before {
  content: "\F498";
}

/* line 13611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-account::before {
  content: "\F88E";
}

/* line 13615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-account-outline::before {
  content: "\FA11";
}

/* line 13619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-airplane::before {
  content: "\F6BA";
}

/* line 13623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-airplane-outline::before {
  content: "\FCA3";
}

/* line 13627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-alert::before {
  content: "\FEE9";
}

/* line 13631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-alert-outline::before {
  content: "\FEEA";
}

/* line 13635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-car::before {
  content: "\FFA0";
}

/* line 13639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-check::before {
  content: "\F565";
}

/* line 13643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-check-outline::before {
  content: "\FCA4";
}

/* line 13647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-cross::before {
  content: "\FCA5";
}

/* line 13651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-cross-outline::before {
  content: "\FCA6";
}

/* line 13655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-half-full::before {
  content: "\F77F";
}

/* line 13659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-home::before {
  content: "\F689";
}

/* line 13663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-home-outline::before {
  content: "\FCA7";
}

/* line 13667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-key::before {
  content: "\FBA0";
}

/* line 13671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-key-outline::before {
  content: "\FBA1";
}

/* line 13675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-link-variant::before {
  content: "\FD0F";
}

/* line 13679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-link-variant-outline::before {
  content: "\FD10";
}

/* line 13683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-lock::before {
  content: "\F99C";
}

/* line 13687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-lock-outline::before {
  content: "\FCA8";
}

/* line 13691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-off::before {
  content: "\F99D";
}

/* line 13695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-off-outline::before {
  content: "\F99B";
}

/* line 13699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-outline::before {
  content: "\F499";
}

/* line 13703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-plus::before {
  content: "\FAD9";
}

/* line 13707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-plus-outline::before {
  content: "\FADA";
}

/* line 13711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-remove::before {
  content: "\FADB";
}

/* line 13715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-remove-outline::before {
  content: "\FADC";
}

/* line 13719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-search::before {
  content: "\FD76";
}

/* line 13723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-sun::before {
  content: "\F007F";
}

/* line 13727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-sun-outline::before {
  content: "\F0080";
}

/* line 13731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ship-wheel::before {
  content: "\F832";
}

/* line 13735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shoe-formal::before {
  content: "\FB22";
}

/* line 13739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shoe-heel::before {
  content: "\FB23";
}

/* line 13743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shoe-print::before {
  content: "\FE5A";
}

/* line 13747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopify::before {
  content: "\FADD";
}

/* line 13751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopping::before {
  content: "\F49A";
}

/* line 13755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopping-music::before {
  content: "\F49B";
}

/* line 13759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopping-search::before {
  content: "\FFA1";
}

/* line 13763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shovel::before {
  content: "\F70F";
}

/* line 13767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shovel-off::before {
  content: "\F710";
}

/* line 13771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shower::before {
  content: "\F99F";
}

/* line 13775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shower-head::before {
  content: "\F9A0";
}

/* line 13779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shredder::before {
  content: "\F49C";
}

/* line 13783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shuffle::before {
  content: "\F49D";
}

/* line 13787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shuffle-disabled::before {
  content: "\F49E";
}

/* line 13791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shuffle-variant::before {
  content: "\F49F";
}

/* line 13795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sigma::before {
  content: "\F4A0";
}

/* line 13799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sigma-lower::before {
  content: "\F62B";
}

/* line 13803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-caution::before {
  content: "\F4A1";
}

/* line 13807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction::before {
  content: "\F780";
}

/* line 13811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction-minus::before {
  content: "\F0022";
}

/* line 13815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction-plus::before {
  content: "\FFFD";
}

/* line 13819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction-remove::before {
  content: "\FFFE";
}

/* line 13823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-text::before {
  content: "\F781";
}

/* line 13827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal::before {
  content: "\F4A2";
}

/* line 13831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-2g::before {
  content: "\F711";
}

/* line 13835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-3g::before {
  content: "\F712";
}

/* line 13839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-4g::before {
  content: "\F713";
}

/* line 13843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-5g::before {
  content: "\FA6E";
}

/* line 13847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-1::before {
  content: "\F8BB";
}

/* line 13851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-2::before {
  content: "\F8BC";
}

/* line 13855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-3::before {
  content: "\F8BD";
}

/* line 13859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-outline::before {
  content: "\F8BE";
}

/* line 13863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-distance-variant::before {
  content: "\FE47";
}

/* line 13867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-hspa::before {
  content: "\F714";
}

/* line 13871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-hspa-plus::before {
  content: "\F715";
}

/* line 13875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-off::before {
  content: "\F782";
}

/* line 13879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-variant::before {
  content: "\F60A";
}

/* line 13883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature::before {
  content: "\FE5B";
}

/* line 13887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature-freehand::before {
  content: "\FE5C";
}

/* line 13891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature-image::before {
  content: "\FE5D";
}

/* line 13895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature-text::before {
  content: "\FE5E";
}

/* line 13899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silo::before {
  content: "\FB24";
}

/* line 13903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware::before {
  content: "\F4A3";
}

/* line 13907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-clean::before {
  content: "\FFFF";
}

/* line 13911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-fork::before {
  content: "\F4A4";
}

/* line 13915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-fork-knife::before {
  content: "\FA6F";
}

/* line 13919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-spoon::before {
  content: "\F4A5";
}

/* line 13923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-variant::before {
  content: "\F4A6";
}

/* line 13927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sim::before {
  content: "\F4A7";
}

/* line 13931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sim-alert::before {
  content: "\F4A8";
}

/* line 13935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sim-off::before {
  content: "\F4A9";
}

/* line 13939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sina-weibo::before {
  content: "\FADE";
}

/* line 13943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sitemap::before {
  content: "\F4AA";
}

/* line 13947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skate::before {
  content: "\FD11";
}

/* line 13951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skew-less::before {
  content: "\FD12";
}

/* line 13955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skew-more::before {
  content: "\FD13";
}

/* line 13959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-backward::before {
  content: "\F4AB";
}

/* line 13963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-backward-outline::before {
  content: "\FF42";
}

/* line 13967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-forward::before {
  content: "\F4AC";
}

/* line 13971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-forward-outline::before {
  content: "\FF43";
}

/* line 13975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next::before {
  content: "\F4AD";
}

/* line 13979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next-circle::before {
  content: "\F661";
}

/* line 13983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next-circle-outline::before {
  content: "\F662";
}

/* line 13987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next-outline::before {
  content: "\FF44";
}

/* line 13991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous::before {
  content: "\F4AE";
}

/* line 13995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous-circle::before {
  content: "\F663";
}

/* line 13999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous-circle-outline::before {
  content: "\F664";
}

/* line 14003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous-outline::before {
  content: "\FF45";
}

/* line 14007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull::before {
  content: "\F68B";
}

/* line 14011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull-crossbones::before {
  content: "\FBA2";
}

/* line 14015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull-crossbones-outline::before {
  content: "\FBA3";
}

/* line 14019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull-outline::before {
  content: "\FBA4";
}

/* line 14023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skype::before {
  content: "\F4AF";
}

/* line 14027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skype-business::before {
  content: "\F4B0";
}

/* line 14031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slack::before {
  content: "\F4B1";
}

/* line 14035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slackware::before {
  content: "\F90A";
}

/* line 14039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slash-forward::before {
  content: "\F0000";
}

/* line 14043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slash-forward-box::before {
  content: "\F0001";
}

/* line 14047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sleep::before {
  content: "\F4B2";
}

/* line 14051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sleep-off::before {
  content: "\F4B3";
}

/* line 14055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slope-downhill::before {
  content: "\FE5F";
}

/* line 14059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slope-uphill::before {
  content: "\FE60";
}

/* line 14063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smog::before {
  content: "\FA70";
}

/* line 14067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smoke-detector::before {
  content: "\F392";
}

/* line 14071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smoking::before {
  content: "\F4B4";
}

/* line 14075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smoking-off::before {
  content: "\F4B5";
}

/* line 14079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snapchat::before {
  content: "\F4B6";
}

/* line 14083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowflake::before {
  content: "\F716";
}

/* line 14087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowflake-alert::before {
  content: "\FF46";
}

/* line 14091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowflake-variant::before {
  content: "\FF47";
}

/* line 14095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowman::before {
  content: "\F4B7";
}

/* line 14099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soccer::before {
  content: "\F4B8";
}

/* line 14103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soccer-field::before {
  content: "\F833";
}

/* line 14107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sofa::before {
  content: "\F4B9";
}

/* line 14111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solar-panel::before {
  content: "\FD77";
}

/* line 14115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solar-panel-large::before {
  content: "\FD78";
}

/* line 14119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solar-power::before {
  content: "\FA71";
}

/* line 14123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solid::before {
  content: "\F68C";
}

/* line 14127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort::before {
  content: "\F4BA";
}

/* line 14131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-alphabetical::before {
  content: "\F4BB";
}

/* line 14135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-ascending::before {
  content: "\F4BC";
}

/* line 14139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-descending::before {
  content: "\F4BD";
}

/* line 14143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-numeric::before {
  content: "\F4BE";
}

/* line 14147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-variant::before {
  content: "\F4BF";
}

/* line 14151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-variant-lock::before {
  content: "\FCA9";
}

/* line 14155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-variant-lock-open::before {
  content: "\FCAA";
}

/* line 14159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soundcloud::before {
  content: "\F4C0";
}

/* line 14163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-branch::before {
  content: "\F62C";
}

/* line 14167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit::before {
  content: "\F717";
}

/* line 14171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-end::before {
  content: "\F718";
}

/* line 14175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-end-local::before {
  content: "\F719";
}

/* line 14179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-local::before {
  content: "\F71A";
}

/* line 14183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-next-local::before {
  content: "\F71B";
}

/* line 14187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-start::before {
  content: "\F71C";
}

/* line 14191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-start-next-local::before {
  content: "\F71D";
}

/* line 14195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-fork::before {
  content: "\F4C1";
}

/* line 14199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-merge::before {
  content: "\F62D";
}

/* line 14203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-pull::before {
  content: "\F4C2";
}

/* line 14207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-repository::before {
  content: "\FCAB";
}

/* line 14211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-repository-multiple::before {
  content: "\FCAC";
}

/* line 14215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soy-sauce::before {
  content: "\F7ED";
}

/* line 14219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spa::before {
  content: "\FCAD";
}

/* line 14223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spa-outline::before {
  content: "\FCAE";
}

/* line 14227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-space-invaders::before {
  content: "\FBA5";
}

/* line 14231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spade::before {
  content: "\FE48";
}

/* line 14235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker::before {
  content: "\F4C3";
}

/* line 14239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-bluetooth::before {
  content: "\F9A1";
}

/* line 14243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-multiple::before {
  content: "\FD14";
}

/* line 14247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-off::before {
  content: "\F4C4";
}

/* line 14251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-wireless::before {
  content: "\F71E";
}

/* line 14255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speedometer::before {
  content: "\F4C5";
}

/* line 14259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speedometer-medium::before {
  content: "\FFA2";
}

/* line 14263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speedometer-slow::before {
  content: "\FFA3";
}

/* line 14267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spellcheck::before {
  content: "\F4C6";
}

/* line 14271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spider-web::before {
  content: "\FBA6";
}

/* line 14275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spotify::before {
  content: "\F4C7";
}

/* line 14279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spotlight::before {
  content: "\F4C8";
}

/* line 14283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spotlight-beam::before {
  content: "\F4C9";
}

/* line 14287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spray::before {
  content: "\F665";
}

/* line 14291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spray-bottle::before {
  content: "\FADF";
}

/* line 14295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprinkler::before {
  content: "\F0081";
}

/* line 14299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprinkler-variant::before {
  content: "\F0082";
}

/* line 14303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprout::before {
  content: "\FE49";
}

/* line 14307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprout-outline::before {
  content: "\FE4A";
}

/* line 14311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square::before {
  content: "\F763";
}

/* line 14315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-edit-outline::before {
  content: "\F90B";
}

/* line 14319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-inc::before {
  content: "\F4CA";
}

/* line 14323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-inc-cash::before {
  content: "\F4CB";
}

/* line 14327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-medium::before {
  content: "\FA12";
}

/* line 14331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-medium-outline::before {
  content: "\FA13";
}

/* line 14335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-outline::before {
  content: "\F762";
}

/* line 14339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-root::before {
  content: "\F783";
}

/* line 14343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-root-box::before {
  content: "\F9A2";
}

/* line 14347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-small::before {
  content: "\FA14";
}

/* line 14351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-squeegee::before {
  content: "\FAE0";
}

/* line 14355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ssh::before {
  content: "\F8BF";
}

/* line 14359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stack-exchange::before {
  content: "\F60B";
}

/* line 14363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stack-overflow::before {
  content: "\F4CC";
}

/* line 14367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stadium::before {
  content: "\F001A";
}

/* line 14371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stadium-variant::before {
  content: "\F71F";
}

/* line 14375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stairs::before {
  content: "\F4CD";
}

/* line 14379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stamper::before {
  content: "\FD15";
}

/* line 14383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-standard-definition::before {
  content: "\F7EE";
}

/* line 14387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star::before {
  content: "\F4CE";
}

/* line 14391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-box::before {
  content: "\FA72";
}

/* line 14395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-box-outline::before {
  content: "\FA73";
}

/* line 14399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-circle::before {
  content: "\F4CF";
}

/* line 14403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-circle-outline::before {
  content: "\F9A3";
}

/* line 14407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-face::before {
  content: "\F9A4";
}

/* line 14411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-four-points::before {
  content: "\FAE1";
}

/* line 14415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-four-points-outline::before {
  content: "\FAE2";
}

/* line 14419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-half::before {
  content: "\F4D0";
}

/* line 14423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-off::before {
  content: "\F4D1";
}

/* line 14427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-outline::before {
  content: "\F4D2";
}

/* line 14431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-three-points::before {
  content: "\FAE3";
}

/* line 14435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-three-points-outline::before {
  content: "\FAE4";
}

/* line 14439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steam::before {
  content: "\F4D3";
}

/* line 14443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steam-box::before {
  content: "\F90C";
}

/* line 14447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steering::before {
  content: "\F4D4";
}

/* line 14451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steering-off::before {
  content: "\F90D";
}

/* line 14455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-backward::before {
  content: "\F4D5";
}

/* line 14459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-backward-2::before {
  content: "\F4D6";
}

/* line 14463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-forward::before {
  content: "\F4D7";
}

/* line 14467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-forward-2::before {
  content: "\F4D8";
}

/* line 14471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stethoscope::before {
  content: "\F4D9";
}

/* line 14475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sticker::before {
  content: "\F5D0";
}

/* line 14479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sticker-emoji::before {
  content: "\F784";
}

/* line 14483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stocking::before {
  content: "\F4DA";
}

/* line 14487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stop::before {
  content: "\F4DB";
}

/* line 14491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stop-circle::before {
  content: "\F666";
}

/* line 14495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stop-circle-outline::before {
  content: "\F667";
}

/* line 14499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-store::before {
  content: "\F4DC";
}

/* line 14503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-store-24-hour::before {
  content: "\F4DD";
}

/* line 14507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stove::before {
  content: "\F4DE";
}

/* line 14511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-strava::before {
  content: "\FB25";
}

/* line 14515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stretch-to-page::before {
  content: "\FF48";
}

/* line 14519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stretch-to-page-outline::before {
  content: "\FF49";
}

/* line 14523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subdirectory-arrow-left::before {
  content: "\F60C";
}

/* line 14527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subdirectory-arrow-right::before {
  content: "\F60D";
}

/* line 14531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subtitles::before {
  content: "\FA15";
}

/* line 14535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subtitles-outline::before {
  content: "\FA16";
}

/* line 14539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subway::before {
  content: "\F6AB";
}

/* line 14543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subway-alert-variant::before {
  content: "\FD79";
}

/* line 14547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subway-variant::before {
  content: "\F4DF";
}

/* line 14551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-summit::before {
  content: "\F785";
}

/* line 14555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sunglasses::before {
  content: "\F4E0";
}

/* line 14559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound::before {
  content: "\F5C5";
}

/* line 14563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-2-0::before {
  content: "\F7EF";
}

/* line 14567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-3-1::before {
  content: "\F7F0";
}

/* line 14571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-5-1::before {
  content: "\F7F1";
}

/* line 14575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-7-1::before {
  content: "\F7F2";
}

/* line 14579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-svg::before {
  content: "\F720";
}

/* line 14583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal::before {
  content: "\F4E1";
}

/* line 14587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-bold::before {
  content: "\FBA9";
}

/* line 14591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-circle::before {
  content: "\F0002";
}

/* line 14595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-circle-outline::before {
  content: "\F0003";
}

/* line 14599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-variant::before {
  content: "\F8C0";
}

/* line 14603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical::before {
  content: "\F4E2";
}

/* line 14607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-bold::before {
  content: "\FBAA";
}

/* line 14611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-circle::before {
  content: "\F0004";
}

/* line 14615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-circle-outline::before {
  content: "\F0005";
}

/* line 14619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-variant::before {
  content: "\F8C1";
}

/* line 14623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swim::before {
  content: "\F4E3";
}

/* line 14627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-switch::before {
  content: "\F4E4";
}

/* line 14631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sword::before {
  content: "\F4E5";
}

/* line 14635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sword-cross::before {
  content: "\F786";
}

/* line 14639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-symfony::before {
  content: "\FAE5";
}

/* line 14643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sync::before {
  content: "\F4E6";
}

/* line 14647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sync-alert::before {
  content: "\F4E7";
}

/* line 14651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sync-off::before {
  content: "\F4E8";
}

/* line 14655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab::before {
  content: "\F4E9";
}

/* line 14659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-minus::before {
  content: "\FB26";
}

/* line 14663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-plus::before {
  content: "\F75B";
}

/* line 14667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-remove::before {
  content: "\FB27";
}

/* line 14671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-unselected::before {
  content: "\F4EA";
}

/* line 14675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table::before {
  content: "\F4EB";
}

/* line 14679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-border::before {
  content: "\FA17";
}

/* line 14683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-chair::before {
  content: "\F0083";
}

/* line 14687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column::before {
  content: "\F834";
}

/* line 14691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-plus-after::before {
  content: "\F4EC";
}

/* line 14695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-plus-before::before {
  content: "\F4ED";
}

/* line 14699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-remove::before {
  content: "\F4EE";
}

/* line 14703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-width::before {
  content: "\F4EF";
}

/* line 14707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-edit::before {
  content: "\F4F0";
}

/* line 14711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-large::before {
  content: "\F4F1";
}

/* line 14715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-large-plus::before {
  content: "\FFA4";
}

/* line 14719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-large-remove::before {
  content: "\FFA5";
}

/* line 14723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-merge-cells::before {
  content: "\F9A5";
}

/* line 14727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-of-contents::before {
  content: "\F835";
}

/* line 14731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-plus::before {
  content: "\FA74";
}

/* line 14735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-remove::before {
  content: "\FA75";
}

/* line 14739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row::before {
  content: "\F836";
}

/* line 14743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-height::before {
  content: "\F4F2";
}

/* line 14747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-plus-after::before {
  content: "\F4F3";
}

/* line 14751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-plus-before::before {
  content: "\F4F4";
}

/* line 14755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-remove::before {
  content: "\F4F5";
}

/* line 14759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-search::before {
  content: "\F90E";
}

/* line 14763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-settings::before {
  content: "\F837";
}

/* line 14767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-tennis::before {
  content: "\FE4B";
}

/* line 14771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet::before {
  content: "\F4F6";
}

/* line 14775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-android::before {
  content: "\F4F7";
}

/* line 14779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-cellphone::before {
  content: "\F9A6";
}

/* line 14783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-dashboard::before {
  content: "\FEEB";
}

/* line 14787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-ipad::before {
  content: "\F4F8";
}

/* line 14791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-taco::before {
  content: "\F761";
}

/* line 14795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag::before {
  content: "\F4F9";
}

/* line 14799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-faces::before {
  content: "\F4FA";
}

/* line 14803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-heart::before {
  content: "\F68A";
}

/* line 14807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-heart-outline::before {
  content: "\FBAB";
}

/* line 14811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-minus::before {
  content: "\F90F";
}

/* line 14815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-multiple::before {
  content: "\F4FB";
}

/* line 14819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-outline::before {
  content: "\F4FC";
}

/* line 14823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-plus::before {
  content: "\F721";
}

/* line 14827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-remove::before {
  content: "\F722";
}

/* line 14831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-text-outline::before {
  content: "\F4FD";
}

/* line 14835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tank::before {
  content: "\FD16";
}

/* line 14839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tanker-truck::before {
  content: "\F0006";
}

/* line 14843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tape-measure::before {
  content: "\FB28";
}

/* line 14847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-target::before {
  content: "\F4FE";
}

/* line 14851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-target-account::before {
  content: "\FBAC";
}

/* line 14855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-target-variant::before {
  content: "\FA76";
}

/* line 14859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-taxi::before {
  content: "\F4FF";
}

/* line 14863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tea::before {
  content: "\FD7A";
}

/* line 14867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tea-outline::before {
  content: "\FD7B";
}

/* line 14871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-teach::before {
  content: "\F88F";
}

/* line 14875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-teamviewer::before {
  content: "\F500";
}

/* line 14879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-telegram::before {
  content: "\F501";
}

/* line 14883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-telescope::before {
  content: "\FB29";
}

/* line 14887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television::before {
  content: "\F502";
}

/* line 14891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-box::before {
  content: "\F838";
}

/* line 14895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-classic::before {
  content: "\F7F3";
}

/* line 14899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-classic-off::before {
  content: "\F839";
}

/* line 14903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-guide::before {
  content: "\F503";
}

/* line 14907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-off::before {
  content: "\F83A";
}

/* line 14911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-pause::before {
  content: "\FFA6";
}

/* line 14915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-play::before {
  content: "\FEEC";
}

/* line 14919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-stop::before {
  content: "\FFA7";
}

/* line 14923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-temperature-celsius::before {
  content: "\F504";
}

/* line 14927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-temperature-fahrenheit::before {
  content: "\F505";
}

/* line 14931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-temperature-kelvin::before {
  content: "\F506";
}

/* line 14935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tennis::before {
  content: "\FD7C";
}

/* line 14939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tennis-ball::before {
  content: "\F507";
}

/* line 14943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tent::before {
  content: "\F508";
}

/* line 14947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-terraform::before {
  content: "\F0084";
}

/* line 14951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-terrain::before {
  content: "\F509";
}

/* line 14955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-test-tube::before {
  content: "\F668";
}

/* line 14959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-test-tube-empty::before {
  content: "\F910";
}

/* line 14963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-test-tube-off::before {
  content: "\F911";
}

/* line 14967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text::before {
  content: "\F9A7";
}

/* line 14971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-shadow::before {
  content: "\F669";
}

/* line 14975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-short::before {
  content: "\F9A8";
}

/* line 14979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-subject::before {
  content: "\F9A9";
}

/* line 14983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-to-speech::before {
  content: "\F50A";
}

/* line 14987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-to-speech-off::before {
  content: "\F50B";
}

/* line 14991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-textbox::before {
  content: "\F60E";
}

/* line 14995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-textbox-password::before {
  content: "\F7F4";
}

/* line 14999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-texture::before {
  content: "\F50C";
}

/* line 15003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-texture-box::before {
  content: "\F0007";
}

/* line 15007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-theater::before {
  content: "\F50D";
}

/* line 15011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-theme-light-dark::before {
  content: "\F50E";
}

/* line 15015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer::before {
  content: "\F50F";
}

/* line 15019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-alert::before {
  content: "\FE61";
}

/* line 15023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-chevron-down::before {
  content: "\FE62";
}

/* line 15027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-chevron-up::before {
  content: "\FE63";
}

/* line 15031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-lines::before {
  content: "\F510";
}

/* line 15035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-minus::before {
  content: "\FE64";
}

/* line 15039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-plus::before {
  content: "\FE65";
}

/* line 15043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermostat::before {
  content: "\F393";
}

/* line 15047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermostat-box::before {
  content: "\F890";
}

/* line 15051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thought-bubble::before {
  content: "\F7F5";
}

/* line 15055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thought-bubble-outline::before {
  content: "\F7F6";
}

/* line 15059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-down::before {
  content: "\F511";
}

/* line 15063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-down-outline::before {
  content: "\F512";
}

/* line 15067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-up::before {
  content: "\F513";
}

/* line 15071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-up-outline::before {
  content: "\F514";
}

/* line 15075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumbs-up-down::before {
  content: "\F515";
}

/* line 15079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket::before {
  content: "\F516";
}

/* line 15083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-account::before {
  content: "\F517";
}

/* line 15087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-confirmation::before {
  content: "\F518";
}

/* line 15091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-outline::before {
  content: "\F912";
}

/* line 15095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-percent::before {
  content: "\F723";
}

/* line 15099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tie::before {
  content: "\F519";
}

/* line 15103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tilde::before {
  content: "\F724";
}

/* line 15107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timelapse::before {
  content: "\F51A";
}

/* line 15111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline::before {
  content: "\FBAD";
}

/* line 15115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-alert::before {
  content: "\FFB2";
}

/* line 15119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-alert-outline::before {
  content: "\FFB5";
}

/* line 15123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-help::before {
  content: "\FFB6";
}

/* line 15127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-help-outline::before {
  content: "\FFB7";
}

/* line 15131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-outline::before {
  content: "\FBAE";
}

/* line 15135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-plus::before {
  content: "\FFB3";
}

/* line 15139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-plus-outline::before {
  content: "\FFB4";
}

/* line 15143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-text::before {
  content: "\FBAF";
}

/* line 15147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-text-outline::before {
  content: "\FBB0";
}

/* line 15151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer::before {
  content: "\F51B";
}

/* line 15155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-10::before {
  content: "\F51C";
}

/* line 15159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-3::before {
  content: "\F51D";
}

/* line 15163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-off::before {
  content: "\F51E";
}

/* line 15167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-sand::before {
  content: "\F51F";
}

/* line 15171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-sand-empty::before {
  content: "\F6AC";
}

/* line 15175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-sand-full::before {
  content: "\F78B";
}

/* line 15179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timetable::before {
  content: "\F520";
}

/* line 15183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toaster::before {
  content: "\F0085";
}

/* line 15187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toaster-oven::before {
  content: "\FCAF";
}

/* line 15191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch::before {
  content: "\F521";
}

/* line 15195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch-off::before {
  content: "\F522";
}

/* line 15199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch-off-outline::before {
  content: "\FA18";
}

/* line 15203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch-outline::before {
  content: "\FA19";
}

/* line 15207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toilet::before {
  content: "\F9AA";
}

/* line 15211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toolbox::before {
  content: "\F9AB";
}

/* line 15215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toolbox-outline::before {
  content: "\F9AC";
}

/* line 15219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tools::before {
  content: "\F0086";
}

/* line 15223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip::before {
  content: "\F523";
}

/* line 15227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-account::before {
  content: "\F00C";
}

/* line 15231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-edit::before {
  content: "\F524";
}

/* line 15235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-image::before {
  content: "\F525";
}

/* line 15239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-image-outline::before {
  content: "\FBB1";
}

/* line 15243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-outline::before {
  content: "\F526";
}

/* line 15247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-plus::before {
  content: "\FBB2";
}

/* line 15251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-plus-outline::before {
  content: "\F527";
}

/* line 15255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-text::before {
  content: "\F528";
}

/* line 15259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-text-outline::before {
  content: "\FBB3";
}

/* line 15263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooth::before {
  content: "\F8C2";
}

/* line 15267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooth-outline::before {
  content: "\F529";
}

/* line 15271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tor::before {
  content: "\F52A";
}

/* line 15275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tortoise::before {
  content: "\FD17";
}

/* line 15279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tournament::before {
  content: "\F9AD";
}

/* line 15283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tower-beach::before {
  content: "\F680";
}

/* line 15287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tower-fire::before {
  content: "\F681";
}

/* line 15291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-towing::before {
  content: "\F83B";
}

/* line 15295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-track-light::before {
  content: "\F913";
}

/* line 15299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trackpad::before {
  content: "\F7F7";
}

/* line 15303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trackpad-lock::before {
  content: "\F932";
}

/* line 15307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tractor::before {
  content: "\F891";
}

/* line 15311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trademark::before {
  content: "\FA77";
}

/* line 15315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-traffic-light::before {
  content: "\F52B";
}

/* line 15319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-train::before {
  content: "\F52C";
}

/* line 15323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-train-car::before {
  content: "\FBB4";
}

/* line 15327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-train-variant::before {
  content: "\F8C3";
}

/* line 15331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tram::before {
  content: "\F52D";
}

/* line 15335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tram-side::before {
  content: "\F0008";
}

/* line 15339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transcribe::before {
  content: "\F52E";
}

/* line 15343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transcribe-close::before {
  content: "\F52F";
}

/* line 15347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer::before {
  content: "\F0087";
}

/* line 15351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-down::before {
  content: "\FD7D";
}

/* line 15355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-left::before {
  content: "\FD7E";
}

/* line 15359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-right::before {
  content: "\F530";
}

/* line 15363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-up::before {
  content: "\FD7F";
}

/* line 15367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-connection::before {
  content: "\FD18";
}

/* line 15371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-connection-variant::before {
  content: "\FD19";
}

/* line 15375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-detour::before {
  content: "\FFA8";
}

/* line 15379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-transfer::before {
  content: "\F6AD";
}

/* line 15383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transition::before {
  content: "\F914";
}

/* line 15387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transition-masked::before {
  content: "\F915";
}

/* line 15391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-translate::before {
  content: "\F5CA";
}

/* line 15395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-translate-off::before {
  content: "\FE66";
}

/* line 15399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transmission-tower::before {
  content: "\FD1A";
}

/* line 15403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trash-can::before {
  content: "\FA78";
}

/* line 15407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trash-can-outline::before {
  content: "\FA79";
}

/* line 15411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-treasure-chest::before {
  content: "\F725";
}

/* line 15415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tree::before {
  content: "\F531";
}

/* line 15419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tree-outline::before {
  content: "\FE4C";
}

/* line 15423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trello::before {
  content: "\F532";
}

/* line 15427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trending-down::before {
  content: "\F533";
}

/* line 15431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trending-neutral::before {
  content: "\F534";
}

/* line 15435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trending-up::before {
  content: "\F535";
}

/* line 15439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-triangle::before {
  content: "\F536";
}

/* line 15443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-triangle-outline::before {
  content: "\F537";
}

/* line 15447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-triforce::before {
  content: "\FBB5";
}

/* line 15451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy::before {
  content: "\F538";
}

/* line 15455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-award::before {
  content: "\F539";
}

/* line 15459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-broken::before {
  content: "\FD80";
}

/* line 15463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-outline::before {
  content: "\F53A";
}

/* line 15467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-variant::before {
  content: "\F53B";
}

/* line 15471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-variant-outline::before {
  content: "\F53C";
}

/* line 15475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck::before {
  content: "\F53D";
}

/* line 15479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-check::before {
  content: "\FCB0";
}

/* line 15483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-delivery::before {
  content: "\F53E";
}

/* line 15487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-fast::before {
  content: "\F787";
}

/* line 15491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-trailer::before {
  content: "\F726";
}

/* line 15495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-crew::before {
  content: "\FA7A";
}

/* line 15499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-crew-outline::before {
  content: "\F53F";
}

/* line 15503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-v::before {
  content: "\FA7B";
}

/* line 15507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-v-outline::before {
  content: "\F540";
}

/* line 15511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumble-dryer::before {
  content: "\F916";
}

/* line 15515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumblr::before {
  content: "\F541";
}

/* line 15519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumblr-box::before {
  content: "\F917";
}

/* line 15523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumblr-reblog::before {
  content: "\F542";
}

/* line 15527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tune::before {
  content: "\F62E";
}

/* line 15531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tune-vertical::before {
  content: "\F66A";
}

/* line 15535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-turnstile::before {
  content: "\FCB1";
}

/* line 15539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-turnstile-outline::before {
  content: "\FCB2";
}

/* line 15543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-turtle::before {
  content: "\FCB3";
}

/* line 15547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitch::before {
  content: "\F543";
}

/* line 15551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter::before {
  content: "\F544";
}

/* line 15555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter-box::before {
  content: "\F545";
}

/* line 15559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter-circle::before {
  content: "\F546";
}

/* line 15563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter-retweet::before {
  content: "\F547";
}

/* line 15567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-two-factor-authentication::before {
  content: "\F9AE";
}

/* line 15571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-typewriter::before {
  content: "\FF4A";
}

/* line 15575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-uber::before {
  content: "\F748";
}

/* line 15579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ubisoft::before {
  content: "\FBB6";
}

/* line 15583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ubuntu::before {
  content: "\F548";
}

/* line 15587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ultra-high-definition::before {
  content: "\F7F8";
}

/* line 15591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbraco::before {
  content: "\F549";
}

/* line 15595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbrella::before {
  content: "\F54A";
}

/* line 15599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbrella-closed::before {
  content: "\F9AF";
}

/* line 15603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbrella-outline::before {
  content: "\F54B";
}

/* line 15607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-undo::before {
  content: "\F54C";
}

/* line 15611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-undo-variant::before {
  content: "\F54D";
}

/* line 15615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-less-horizontal::before {
  content: "\F54E";
}

/* line 15619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-less-vertical::before {
  content: "\F75F";
}

/* line 15623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-more-horizontal::before {
  content: "\F54F";
}

/* line 15627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-more-vertical::before {
  content: "\F760";
}

/* line 15631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ungroup::before {
  content: "\F550";
}

/* line 15635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unicode::before {
  content: "\FEED";
}

/* line 15639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unity::before {
  content: "\F6AE";
}

/* line 15643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unreal::before {
  content: "\F9B0";
}

/* line 15647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-untappd::before {
  content: "\F551";
}

/* line 15651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-update::before {
  content: "\F6AF";
}

/* line 15655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload::before {
  content: "\F552";
}

/* line 15659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-multiple::before {
  content: "\F83C";
}

/* line 15663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-network::before {
  content: "\F6F5";
}

/* line 15667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-network-outline::before {
  content: "\FCB4";
}

/* line 15671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-outline::before {
  content: "\FE67";
}

/* line 15675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-usb::before {
  content: "\F553";
}

/* line 15679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-valve::before {
  content: "\F0088";
}

/* line 15683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-valve-closed::before {
  content: "\F0089";
}

/* line 15687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-valve-open::before {
  content: "\F008A";
}

/* line 15691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-van-passenger::before {
  content: "\F7F9";
}

/* line 15695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-van-utility::before {
  content: "\F7FA";
}

/* line 15699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vanish::before {
  content: "\F7FB";
}

/* line 15703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-variable::before {
  content: "\FAE6";
}

/* line 15707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-arrange-above::before {
  content: "\F554";
}

/* line 15711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-arrange-below::before {
  content: "\F555";
}

/* line 15715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-bezier::before {
  content: "\FAE7";
}

/* line 15719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-circle::before {
  content: "\F556";
}

/* line 15723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-circle-variant::before {
  content: "\F557";
}

/* line 15727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-combine::before {
  content: "\F558";
}

/* line 15731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-curve::before {
  content: "\F559";
}

/* line 15735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-difference::before {
  content: "\F55A";
}

/* line 15739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-difference-ab::before {
  content: "\F55B";
}

/* line 15743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-difference-ba::before {
  content: "\F55C";
}

/* line 15747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-ellipse::before {
  content: "\F892";
}

/* line 15751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-intersection::before {
  content: "\F55D";
}

/* line 15755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-line::before {
  content: "\F55E";
}

/* line 15759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-link::before {
  content: "\F0009";
}

/* line 15763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-point::before {
  content: "\F55F";
}

/* line 15767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-polygon::before {
  content: "\F560";
}

/* line 15771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-polyline::before {
  content: "\F561";
}

/* line 15775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-radius::before {
  content: "\F749";
}

/* line 15779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-rectangle::before {
  content: "\F5C6";
}

/* line 15783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-selection::before {
  content: "\F562";
}

/* line 15787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-square::before {
  content: "\F001";
}

/* line 15791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-triangle::before {
  content: "\F563";
}

/* line 15795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-union::before {
  content: "\F564";
}

/* line 15799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-venmo::before {
  content: "\F578";
}

/* line 15803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vhs::before {
  content: "\FA1A";
}

/* line 15807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vibrate::before {
  content: "\F566";
}

/* line 15811, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vibrate-off::before {
  content: "\FCB5";
}

/* line 15815, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video::before {
  content: "\F567";
}

/* line 15819, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-3d::before {
  content: "\F7FC";
}

/* line 15823, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-3d-variant::before {
  content: "\FEEE";
}

/* line 15827, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-4k-box::before {
  content: "\F83D";
}

/* line 15831, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-account::before {
  content: "\F918";
}

/* line 15835, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-check::before {
  content: "\F008B";
}

/* line 15839, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-check-outline::before {
  content: "\F008C";
}

/* line 15843, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-image::before {
  content: "\F919";
}

/* line 15847, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-antenna::before {
  content: "\F83E";
}

/* line 15851, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-component::before {
  content: "\F83F";
}

/* line 15855, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-hdmi::before {
  content: "\F840";
}

/* line 15859, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-scart::before {
  content: "\FFA9";
}

/* line 15863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-svideo::before {
  content: "\F841";
}

/* line 15867, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-minus::before {
  content: "\F9B1";
}

/* line 15871, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-off::before {
  content: "\F568";
}

/* line 15875, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-off-outline::before {
  content: "\FBB7";
}

/* line 15879, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-outline::before {
  content: "\FBB8";
}

/* line 15883, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-plus::before {
  content: "\F9B2";
}

/* line 15887, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-stabilization::before {
  content: "\F91A";
}

/* line 15891, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-switch::before {
  content: "\F569";
}

/* line 15895, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-vintage::before {
  content: "\FA1B";
}

/* line 15899, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-wireless::before {
  content: "\FEEF";
}

/* line 15903, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-wireless-outline::before {
  content: "\FEF0";
}

/* line 15907, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-agenda::before {
  content: "\F56A";
}

/* line 15911, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-array::before {
  content: "\F56B";
}

/* line 15915, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-carousel::before {
  content: "\F56C";
}

/* line 15919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-column::before {
  content: "\F56D";
}

/* line 15923, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-comfy::before {
  content: "\FE4D";
}

/* line 15927, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-compact::before {
  content: "\FE4E";
}

/* line 15931, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-compact-outline::before {
  content: "\FE4F";
}

/* line 15935, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-dashboard::before {
  content: "\F56E";
}

/* line 15939, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-dashboard-outline::before {
  content: "\FA1C";
}

/* line 15943, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-dashboard-variant::before {
  content: "\F842";
}

/* line 15947, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-day::before {
  content: "\F56F";
}

/* line 15951, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-grid::before {
  content: "\F570";
}

/* line 15955, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-grid-plus::before {
  content: "\FFAA";
}

/* line 15959, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-headline::before {
  content: "\F571";
}

/* line 15963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-list::before {
  content: "\F572";
}

/* line 15967, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-module::before {
  content: "\F573";
}

/* line 15971, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-parallel::before {
  content: "\F727";
}

/* line 15975, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-quilt::before {
  content: "\F574";
}

/* line 15979, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-sequential::before {
  content: "\F728";
}

/* line 15983, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-split-horizontal::before {
  content: "\FBA7";
}

/* line 15987, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-split-vertical::before {
  content: "\FBA8";
}

/* line 15991, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-stream::before {
  content: "\F575";
}

/* line 15995, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-week::before {
  content: "\F576";
}

/* line 15999, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vimeo::before {
  content: "\F577";
}

/* line 16003, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-violin::before {
  content: "\F60F";
}

/* line 16007, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-virtual-reality::before {
  content: "\F893";
}

/* line 16011, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-visual-studio::before {
  content: "\F610";
}

/* line 16015, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-visual-studio-code::before {
  content: "\FA1D";
}

/* line 16019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vk::before {
  content: "\F579";
}

/* line 16023, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vk-box::before {
  content: "\F57A";
}

/* line 16027, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vk-circle::before {
  content: "\F57B";
}

/* line 16031, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vlc::before {
  content: "\F57C";
}

/* line 16035, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-voice::before {
  content: "\F5CB";
}

/* line 16039, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-voice-off::before {
  content: "\FEF1";
}

/* line 16043, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-voicemail::before {
  content: "\F57D";
}

/* line 16047, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volleyball::before {
  content: "\F9B3";
}

/* line 16051, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-high::before {
  content: "\F57E";
}

/* line 16055, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-low::before {
  content: "\F57F";
}

/* line 16059, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-medium::before {
  content: "\F580";
}

/* line 16063, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-minus::before {
  content: "\F75D";
}

/* line 16067, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-mute::before {
  content: "\F75E";
}

/* line 16071, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-off::before {
  content: "\F581";
}

/* line 16075, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-plus::before {
  content: "\F75C";
}

/* line 16079, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-variant-off::before {
  content: "\FE68";
}

/* line 16083, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vote::before {
  content: "\FA1E";
}

/* line 16087, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vote-outline::before {
  content: "\FA1F";
}

/* line 16091, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vpn::before {
  content: "\F582";
}

/* line 16095, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vuejs::before {
  content: "\F843";
}

/* line 16099, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vuetify::before {
  content: "\FE50";
}

/* line 16103, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-walk::before {
  content: "\F583";
}

/* line 16107, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall::before {
  content: "\F7FD";
}

/* line 16111, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall-sconce::before {
  content: "\F91B";
}

/* line 16115, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall-sconce-flat::before {
  content: "\F91C";
}

/* line 16119, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall-sconce-variant::before {
  content: "\F91D";
}

/* line 16123, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet::before {
  content: "\F584";
}

/* line 16127, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-giftcard::before {
  content: "\F585";
}

/* line 16131, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-membership::before {
  content: "\F586";
}

/* line 16135, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-outline::before {
  content: "\FBB9";
}

/* line 16139, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-plus::before {
  content: "\FFAB";
}

/* line 16143, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-plus-outline::before {
  content: "\FFAC";
}

/* line 16147, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-travel::before {
  content: "\F587";
}

/* line 16151, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallpaper::before {
  content: "\FE69";
}

/* line 16155, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wan::before {
  content: "\F588";
}

/* line 16159, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wardrobe::before {
  content: "\FFAD";
}

/* line 16163, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wardrobe-outline::before {
  content: "\FFAE";
}

/* line 16167, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-warehouse::before {
  content: "\FFBB";
}

/* line 16171, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-washing-machine::before {
  content: "\F729";
}

/* line 16175, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch::before {
  content: "\F589";
}

/* line 16179, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-export::before {
  content: "\F58A";
}

/* line 16183, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-export-variant::before {
  content: "\F894";
}

/* line 16187, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-import::before {
  content: "\F58B";
}

/* line 16191, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-import-variant::before {
  content: "\F895";
}

/* line 16195, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-variant::before {
  content: "\F896";
}

/* line 16199, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-vibrate::before {
  content: "\F6B0";
}

/* line 16203, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-vibrate-off::before {
  content: "\FCB6";
}

/* line 16207, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water::before {
  content: "\F58C";
}

/* line 16211, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-boiler::before {
  content: "\FFAF";
}

/* line 16215, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-off::before {
  content: "\F58D";
}

/* line 16219, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-outline::before {
  content: "\FE6A";
}

/* line 16223, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-percent::before {
  content: "\F58E";
}

/* line 16227, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-pump::before {
  content: "\F58F";
}

/* line 16231, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-pump-off::before {
  content: "\FFB0";
}

/* line 16235, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-well::before {
  content: "\F008D";
}

/* line 16239, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-well-outline::before {
  content: "\F008E";
}

/* line 16243, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watermark::before {
  content: "\F612";
}

/* line 16247, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wave::before {
  content: "\FF4B";
}

/* line 16251, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-waves::before {
  content: "\F78C";
}

/* line 16255, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-waze::before {
  content: "\FBBA";
}

/* line 16259, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-cloudy::before {
  content: "\F590";
}

/* line 16263, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-cloudy-alert::before {
  content: "\FF4C";
}

/* line 16267, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-cloudy-arrow-right::before {
  content: "\FE51";
}

/* line 16271, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-fog::before {
  content: "\F591";
}

/* line 16275, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-hail::before {
  content: "\F592";
}

/* line 16279, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-hazy::before {
  content: "\FF4D";
}

/* line 16283, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-hurricane::before {
  content: "\F897";
}

/* line 16287, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-lightning::before {
  content: "\F593";
}

/* line 16291, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-lightning-rainy::before {
  content: "\F67D";
}

/* line 16295, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-night::before {
  content: "\F594";
}

/* line 16299, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-night-partly-cloudy::before {
  content: "\FF4E";
}

/* line 16303, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-cloudy::before {
  content: "\F595";
}

/* line 16307, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-lightning::before {
  content: "\FF4F";
}

/* line 16311, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-rainy::before {
  content: "\FF50";
}

/* line 16315, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-snowy::before {
  content: "\FF51";
}

/* line 16319, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-snowy-rainy::before {
  content: "\FF52";
}

/* line 16323, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-pouring::before {
  content: "\F596";
}

/* line 16327, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-rainy::before {
  content: "\F597";
}

/* line 16331, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-snowy::before {
  content: "\F598";
}

/* line 16335, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-snowy-heavy::before {
  content: "\FF53";
}

/* line 16339, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-snowy-rainy::before {
  content: "\F67E";
}

/* line 16343, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunny::before {
  content: "\F599";
}

/* line 16347, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunny-alert::before {
  content: "\FF54";
}

/* line 16351, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunset::before {
  content: "\F59A";
}

/* line 16355, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunset-down::before {
  content: "\F59B";
}

/* line 16359, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunset-up::before {
  content: "\F59C";
}

/* line 16363, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-tornado::before {
  content: "\FF55";
}

/* line 16367, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-windy::before {
  content: "\F59D";
}

/* line 16371, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-windy-variant::before {
  content: "\F59E";
}

/* line 16375, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-web::before {
  content: "\F59F";
}

/* line 16379, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-web-box::before {
  content: "\FFB1";
}

/* line 16383, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-webcam::before {
  content: "\F5A0";
}

/* line 16387, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-webhook::before {
  content: "\F62F";
}

/* line 16391, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-webpack::before {
  content: "\F72A";
}

/* line 16395, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wechat::before {
  content: "\F611";
}

/* line 16399, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight::before {
  content: "\F5A1";
}

/* line 16403, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight-gram::before {
  content: "\FD1B";
}

/* line 16407, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight-kilogram::before {
  content: "\F5A2";
}

/* line 16411, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight-pound::before {
  content: "\F9B4";
}

/* line 16415, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-whatsapp::before {
  content: "\F5A3";
}

/* line 16419, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wheelchair-accessibility::before {
  content: "\F5A4";
}

/* line 16423, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-whistle::before {
  content: "\F9B5";
}

/* line 16427, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-auto::before {
  content: "\F5A5";
}

/* line 16431, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-incandescent::before {
  content: "\F5A6";
}

/* line 16435, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-iridescent::before {
  content: "\F5A7";
}

/* line 16439, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-sunny::before {
  content: "\F5A8";
}

/* line 16443, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-widgets::before {
  content: "\F72B";
}

/* line 16447, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi::before {
  content: "\F5A9";
}

/* line 16451, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-off::before {
  content: "\F5AA";
}

/* line 16455, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-star::before {
  content: "\FE6B";
}

/* line 16459, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-1::before {
  content: "\F91E";
}

/* line 16463, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-1-alert::before {
  content: "\F91F";
}

/* line 16467, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-1-lock::before {
  content: "\F920";
}

/* line 16471, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-2::before {
  content: "\F921";
}

/* line 16475, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-2-alert::before {
  content: "\F922";
}

/* line 16479, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-2-lock::before {
  content: "\F923";
}

/* line 16483, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-3::before {
  content: "\F924";
}

/* line 16487, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-3-alert::before {
  content: "\F925";
}

/* line 16491, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-3-lock::before {
  content: "\F926";
}

/* line 16495, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-4::before {
  content: "\F927";
}

/* line 16499, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-4-alert::before {
  content: "\F928";
}

/* line 16503, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-4-lock::before {
  content: "\F929";
}

/* line 16507, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-alert-outline::before {
  content: "\F92A";
}

/* line 16511, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-lock-outline::before {
  content: "\F92B";
}

/* line 16515, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-off::before {
  content: "\F92C";
}

/* line 16519, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-off-outline::before {
  content: "\F92D";
}

/* line 16523, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-outline::before {
  content: "\F92E";
}

/* line 16527, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wii::before {
  content: "\F5AB";
}

/* line 16531, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wiiu::before {
  content: "\F72C";
}

/* line 16535, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wikipedia::before {
  content: "\F5AC";
}

/* line 16539, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wind-turbine::before {
  content: "\FD81";
}

/* line 16543, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-close::before {
  content: "\F5AD";
}

/* line 16547, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-closed::before {
  content: "\F5AE";
}

/* line 16551, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-maximize::before {
  content: "\F5AF";
}

/* line 16555, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-minimize::before {
  content: "\F5B0";
}

/* line 16559, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-open::before {
  content: "\F5B1";
}

/* line 16563, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-restore::before {
  content: "\F5B2";
}

/* line 16567, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-windows::before {
  content: "\F5B3";
}

/* line 16571, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-windows-classic::before {
  content: "\FA20";
}

/* line 16575, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wiper::before {
  content: "\FAE8";
}

/* line 16579, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wiper-wash::before {
  content: "\FD82";
}

/* line 16583, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wordpress::before {
  content: "\F5B4";
}

/* line 16587, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-worker::before {
  content: "\F5B5";
}

/* line 16591, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrap::before {
  content: "\F5B6";
}

/* line 16595, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrap-disabled::before {
  content: "\FBBB";
}

/* line 16599, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrench::before {
  content: "\F5B7";
}

/* line 16603, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrench-outline::before {
  content: "\FBBC";
}

/* line 16607, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wunderlist::before {
  content: "\F5B8";
}

/* line 16611, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xamarin::before {
  content: "\F844";
}

/* line 16615, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xamarin-outline::before {
  content: "\F845";
}

/* line 16619, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xaml::before {
  content: "\F673";
}

/* line 16623, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox::before {
  content: "\F5B9";
}

/* line 16627, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller::before {
  content: "\F5BA";
}

/* line 16631, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-alert::before {
  content: "\F74A";
}

/* line 16635, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-charging::before {
  content: "\FA21";
}

/* line 16639, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-empty::before {
  content: "\F74B";
}

/* line 16643, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-full::before {
  content: "\F74C";
}

/* line 16647, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-low::before {
  content: "\F74D";
}

/* line 16651, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-medium::before {
  content: "\F74E";
}

/* line 16655, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-unknown::before {
  content: "\F74F";
}

/* line 16659, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-menu::before {
  content: "\FE52";
}

/* line 16663, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-off::before {
  content: "\F5BB";
}

/* line 16667, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-view::before {
  content: "\FE53";
}

/* line 16671, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xda::before {
  content: "\F5BC";
}

/* line 16675, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xing::before {
  content: "\F5BD";
}

/* line 16679, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xing-box::before {
  content: "\F5BE";
}

/* line 16683, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xing-circle::before {
  content: "\F5BF";
}

/* line 16687, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xml::before {
  content: "\F5C0";
}

/* line 16691, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xmpp::before {
  content: "\F7FE";
}

/* line 16695, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yahoo::before {
  content: "\FB2A";
}

/* line 16699, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yammer::before {
  content: "\F788";
}

/* line 16703, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yeast::before {
  content: "\F5C1";
}

/* line 16707, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yelp::before {
  content: "\F5C2";
}

/* line 16711, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yin-yang::before {
  content: "\F67F";
}

/* line 16715, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube::before {
  content: "\F5C3";
}

/* line 16719, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-creator-studio::before {
  content: "\F846";
}

/* line 16723, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-gaming::before {
  content: "\F847";
}

/* line 16727, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-subscription::before {
  content: "\FD1C";
}

/* line 16731, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-tv::before {
  content: "\F448";
}

/* line 16735, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-z-wave::before {
  content: "\FAE9";
}

/* line 16739, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zend::before {
  content: "\FAEA";
}

/* line 16743, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zigbee::before {
  content: "\FD1D";
}

/* line 16747, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zip-box::before {
  content: "\F5C4";
}

/* line 16751, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zip-box-outline::before {
  content: "\F001B";
}

/* line 16755, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zip-disk::before {
  content: "\FA22";
}

/* line 16759, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-aquarius::before {
  content: "\FA7C";
}

/* line 16763, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-aries::before {
  content: "\FA7D";
}

/* line 16767, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-cancer::before {
  content: "\FA7E";
}

/* line 16771, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-capricorn::before {
  content: "\FA7F";
}

/* line 16775, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-gemini::before {
  content: "\FA80";
}

/* line 16779, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-leo::before {
  content: "\FA81";
}

/* line 16783, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-libra::before {
  content: "\FA82";
}

/* line 16787, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-pisces::before {
  content: "\FA83";
}

/* line 16791, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-sagittarius::before {
  content: "\FA84";
}

/* line 16795, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-scorpio::before {
  content: "\FA85";
}

/* line 16799, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-taurus::before {
  content: "\FA86";
}

/* line 16803, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-virgo::before {
  content: "\FA87";
}

/* line 16807, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blank::before {
  content: "\F68C";
  visibility: hidden;
}

/* line 16812, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

/* line 16816, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

/* line 16820, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

/* line 16824, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

/* line 16828, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

/* line 16832, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

/* line 16836, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-light:before {
  color: white;
}

/* line 16840, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

/* line 16844, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16863, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 16869, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16888, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 16894, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16913, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 16919, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16938, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 16944, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16963, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* line 16969, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16988, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 16994, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 17013, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

/* line 17019, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 17026, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 17033, vendor/bundle/ruby/3.2.0/bundler/gems/material_design_icons-92952aea8f84/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}

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

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

@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon-058f628e584954c45511a6dc658e3c326726d924204b09fc91fc2a9ea310131f.eot?cp02gd);
  src: url(/assets/fonts/icomoon-058f628e584954c45511a6dc658e3c326726d924204b09fc91fc2a9ea310131f.eot?cp02gd#iefix) format("embedded-opentype"), url(/assets/fonts/icomoon-df8d9a7b112245114ea7282efb3a24c5365387025b7424362dbb1575bf083efd.ttf?cp02gd) format("truetype"), url(/assets/fonts/icomoon-4112309fa1f535336e4cac760dc29eeb633e25e68aee2da721fd12e84f19d120.woff?cp02gd) format("woff"), url(/assets/fonts/icomoon-1550839213dee23b14f74ecb9501d32d9612d5280cb367538e745b3a6f0c9548.svg?cp02gd#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 12, app/assets/stylesheets/icons-partner/style.scss */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, app/assets/stylesheets/icons-partner/style.scss */
.icon-integrations-icon:before {
  content: "\e917";
  color: #25407c;
}

/* line 31, app/assets/stylesheets/icons-partner/style.scss */
.icon-billing:before {
  content: "\e901";
  color: #25407c;
}

/* line 35, app/assets/stylesheets/icons-partner/style.scss */
.icon-clients-icon:before {
  content: "\e902";
  color: black;
}

/* line 39, app/assets/stylesheets/icons-partner/style.scss */
.icon-domain-settings:before {
  content: "\e903";
  color: #25407c;
}

/* line 43, app/assets/stylesheets/icons-partner/style.scss */
.icon-email-templates:before {
  content: "\e904";
  color: #25407c;
}

/* line 47, app/assets/stylesheets/icons-partner/style.scss */
.icon-payments-option:before {
  content: "\e909";
  color: #25407c;
}

/* line 51, app/assets/stylesheets/icons-partner/style.scss */
.icon-Activities-Overview-icon:before {
  content: "\e900";
}

/* line 54, app/assets/stylesheets/icons-partner/style.scss */
.icon-activities:before {
  content: "\e916";
}

/* line 57, app/assets/stylesheets/icons-partner/style.scss */
.icon-Activity-schedules .path1:before {
  content: "\e90e";
  color: white;
}

/* line 61, app/assets/stylesheets/icons-partner/style.scss */
.icon-Activity-schedules .path2:before {
  content: "\e914";
  margin-left: -0.9501953125em;
  color: white;
  opacity: 0.697;
}

/* line 67, app/assets/stylesheets/icons-partner/style.scss */
.icon-Activity-schedules .path3:before {
  content: "\e915";
  color: white;
  opacity: 0.697;
}

/* line 73, app/assets/stylesheets/icons-partner/style.scss */
.icon-appointments-icon:before {
  content: "\e905";
}

/* line 76, app/assets/stylesheets/icons-partner/style.scss */
.icon-bookings-icon:before {
  content: "\e906";
}

/* line 79, app/assets/stylesheets/icons-partner/style.scss */
.icon-fitu-app-listing:before {
  content: "\e907";
}

/* line 82, app/assets/stylesheets/icons-partner/style.scss */
.icon-getting-started-icon:before {
  content: "\e908";
}

/* line 85, app/assets/stylesheets/icons-partner/style.scss */
.icon-clients-icon:before {
  color: white;
  content: "\e902";
}

/* line 89, app/assets/stylesheets/icons-partner/style.scss */
.icon-help-icon:before {
  content: "\e90a";
}

/* line 92, app/assets/stylesheets/icons-partner/style.scss */
.icon-locations-icon:before {
  content: "\e90b";
}

/* line 95, app/assets/stylesheets/icons-partner/style.scss */
.icon-Manage-appointments-icon:before {
  content: "\e90c";
}

/* line 98, app/assets/stylesheets/icons-partner/style.scss */
.icon-memberships-icon:before {
  content: "\e90d";
}

/* line 101, app/assets/stylesheets/icons-partner/style.scss */
.icon-pricing-options-icon:before {
  content: "\e90f";
}

/* line 104, app/assets/stylesheets/icons-partner/style.scss */
.icon-request-payment-icon:before {
  content: "\e910";
}

/* line 107, app/assets/stylesheets/icons-partner/style.scss */
.icon-settings:before {
  content: "\e911";
}

/* line 110, app/assets/stylesheets/icons-partner/style.scss */
.icon-storefront:before {
  content: "\e912";
}

/* line 113, app/assets/stylesheets/icons-partner/style.scss */
.icon-video-content-icon:before {
  content: "\e913";
}

/* line 116, app/assets/stylesheets/icons-partner/style.scss */
.icon-Storefronticon:before {
  content: "\e91b";
  color: #25407c;
}

/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
/* line 1, node_modules/vue-select/src/scss/global/_component.scss */
.v-select {
  position: relative;
  font-family: inherit;
}

/* line 6, node_modules/vue-select/src/scss/global/_component.scss */
.v-select,
.v-select * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* KeyFrames */
@-webkit-keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

/* Dropdown Default Transition */
/* line 24, node_modules/vue-select/src/scss/global/_animations.scss */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  -webkit-transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

/* line 29, node_modules/vue-select/src/scss/global/_animations.scss */
.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
/* line 17, node_modules/vue-select/src/scss/global/_states.scss */
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
/* line 36, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}

/* line 40, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

/* line 45, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

/* line 50, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
/* line 18, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

/* line 28, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs__selected-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

/* line 37, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */
/* line 44, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

/* line 47, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

/* line 50, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12, node_modules/vue-select/src/scss/modules/_open-indicator.scss */
.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  -webkit-transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
          transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

/* line 21, node_modules/vue-select/src/scss/modules/_open-indicator.scss */
.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
      -ms-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
}

/* line 27, node_modules/vue-select/src/scss/modules/_open-indicator.scss */
.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */
/* line 3, node_modules/vue-select/src/scss/modules/_clear.scss */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
/* line 14, node_modules/vue-select/src/scss/modules/_dropdown-menu.scss */
.vs__dropdown-menu {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

/* line 36, node_modules/vue-select/src/scss/modules/_dropdown-menu.scss */
.vs__no-options {
  text-align: center;
}

/* List Items */
/* line 2, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}

/* line 12, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

/* line 17, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}

/* line 22, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
/* line 2, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs__selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

/* line 15, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs__deselect {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
/* line 30, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

/* line 34, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs--single.vs--open .vs__selected, .vs--single.vs--loading .vs__selected {
  position: absolute;
  opacity: .4;
}

/* line 39, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
/* line 11, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search::-webkit-search-cancel-button {
  display: none;
}

/* line 15, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

/* line 22, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
}

/* line 40, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search::-webkit-input-placeholder {
  color: inherit;
}
.vs__search::-moz-placeholder {
  color: inherit;
}
.vs__search:-ms-input-placeholder {
  color: inherit;
}
.vs__search::-ms-input-placeholder {
  color: inherit;
}
.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */
/* line 50, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs--unsearchable .vs__search {
  opacity: 1;
}

/* line 53, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

/* line 59, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

/* Loading Spinner */
/* line 2, node_modules/vue-select/src/scss/modules/_spinner.scss */
.vs__spinner {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s infinite linear;
          animation: vSelectSpinner 1.1s infinite linear;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

/* line 16, node_modules/vue-select/src/scss/modules/_spinner.scss */
.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
/* line 24, node_modules/vue-select/src/scss/modules/_spinner.scss */
.vs--loading .vs__spinner {
  opacity: 1;
}

/* line 2, app/assets/stylesheets/slide.scss */
#slide-component .so-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (max-width: 640px) {
  /* line 5, app/assets/stylesheets/slide.scss */
  #slide-component .margin-top-x-btn {
    padding-top: 18px !important;
  }
}

/* line 10, app/assets/stylesheets/slide.scss */
#slide-component .back-btn {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/slide.scss */
#slide-component .x-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #fff;
  margin-top: 7px;
}

/* line 25, app/assets/stylesheets/slide.scss */
#slide-component .x-btn:hover {
  background: #fafafb;
}

/* line 29, app/assets/stylesheets/slide.scss */
#slide-component .footer-default {
  position: relative;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 18px;
}

@media (min-width: 640px) {
  /* line 29, app/assets/stylesheets/slide.scss */
  #slide-component .footer-default {
    padding-left: 34px;
    padding-right: 18px;
  }
}

/* line 39, app/assets/stylesheets/slide.scss */
#slide-component .so-flex-shrink {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

/* line 42, app/assets/stylesheets/slide.scss */
#slide-component .content-default {
  height: 100%;
  border-width: 2px;
  border-style: dashed;
  border-color: #e5e7eb;
}

/* line 48, app/assets/stylesheets/slide.scss */
#slide-component .content-default-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 18px;
  padding-bottom: 34px;
}

@media (min-width: 640px) {
  /* line 48, app/assets/stylesheets/slide.scss */
  #slide-component .content-default-container {
    padding-left: 34px;
    padding-right: 18px;
  }
}

/* line 62, app/assets/stylesheets/slide.scss */
#slide-component .body-container {
  position: relative;
  padding-top: 16px;
  padding-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 16px;
  padding-right: 18px;
}

@media (min-width: 640px) {
  /* line 62, app/assets/stylesheets/slide.scss */
  #slide-component .body-container {
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 34px;
    padding-right: 18px;
  }
}

/* line 76, app/assets/stylesheets/slide.scss */
#slide-component .body-container-equal {
  position: relative;
  padding-top: 16px;
  padding-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  /* line 76, app/assets/stylesheets/slide.scss */
  #slide-component .body-container-equal {
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }
}

/* line 90, app/assets/stylesheets/slide.scss */
#slide-component .x-icon {
  height: 24px;
  width: 24px;
}

/* line 94, app/assets/stylesheets/slide.scss */
#slide-component .close-btn-container {
  margin-left: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 100, app/assets/stylesheets/slide.scss */
#slide-component .close-btn {
  border-radius: 4px;
  background-color: transparent;
  outline: none;
  color: #d1d5db;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/slide.scss */
#slide-component .close-btn:hover {
  color: #9ca3af;
}

/* line 111, app/assets/stylesheets/slide.scss */
#slide-component .title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Sora;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/slide.scss */
#slide-component .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 126, app/assets/stylesheets/slide.scss */
#slide-component .title-padding {
  padding-left: 16px;
  padding-right: 14px;
}

@media (min-width: 640px) {
  /* line 126, app/assets/stylesheets/slide.scss */
  #slide-component .title-padding {
    padding-left: 34px;
    padding-right: 15px;
  }
}

/* line 134, app/assets/stylesheets/slide.scss */
#slide-component .so-rounded-l-lg {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 138, app/assets/stylesheets/slide.scss */
#slide-component .so-rounded-t-lg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 142, app/assets/stylesheets/slide.scss */
#slide-component .sidebar-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 32px;
}

@media (min-width: 640px) {
  /* line 142, app/assets/stylesheets/slide.scss */
  #slide-component .sidebar-shadow {
    padding-top: 29px;
  }
}

/* line 151, app/assets/stylesheets/slide.scss */
#slide-component .sidebar-shadow-p-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 156, app/assets/stylesheets/slide.scss */
#slide-component .sidebar-shadow-sales {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 162, app/assets/stylesheets/slide.scss */
#slide-component .so-h-auto {
  height: auto !important;
}

/* line 165, app/assets/stylesheets/slide.scss */
#slide-component .so-max-w-510 {
  max-width: 510px;
}

/* line 168, app/assets/stylesheets/slide.scss */
#slide-component .so-max-w {
  max-width: 440px;
}

@media (max-width: 1024px) {
  /* line 168, app/assets/stylesheets/slide.scss */
  #slide-component .so-max-w {
    max-width: 320px;
  }
}

/* line 174, app/assets/stylesheets/slide.scss */
#slide-component .sidebar-card {
  pointer-events: auto;
  width: 100vw;
  height: 100dvh;
  overflow-y: auto;
  background-color: white;
  border-left: 1.5px solid #E4E8ED;
}

/* line 182, app/assets/stylesheets/slide.scss */
#slide-component .sidebar-transform {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

/* line 185, app/assets/stylesheets/slide.scss */
#slide-component .so-translate-y-full {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 188, app/assets/stylesheets/slide.scss */
#slide-component .so-translate-x-full {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 191, app/assets/stylesheets/slide.scss */
#slide-component .so-translate-y-0 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 194, app/assets/stylesheets/slide.scss */
#slide-component .so-translate-x-0 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 197, app/assets/stylesheets/slide.scss */
#slide-component .so-bottom-0 {
  bottom: 0;
}

/* line 200, app/assets/stylesheets/slide.scss */
#slide-component .so-inset-y-0 {
  top: 0;
  bottom: 0;
}

/* line 204, app/assets/stylesheets/slide.scss */
#slide-component .overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* line 212, app/assets/stylesheets/slide.scss */
#slide-component .bg-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 60;
}

/* line 221, app/assets/stylesheets/slide.scss */
#slide-component .bg-enter-active, #slide-component .bg-leave-active {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 225, app/assets/stylesheets/slide.scss */
#slide-component .bg-enter, #slide-component .bg-leave-to {
  opacity: 0;
}

/* line 229, app/assets/stylesheets/slide.scss */
#slide-component .bg-enter-to, #slide-component .bg-leave {
  opacity: 1;
}

/* line 232, app/assets/stylesheets/slide.scss */
#slide-component .overlay-slide {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 241, app/assets/stylesheets/slide.scss */
#slide-component .overlay-transparent {
  background: transparent !important;
  -webkit-transition: opacity 1s ease !important;
  transition: opacity 1s ease !important;
}

/* line 245, app/assets/stylesheets/slide.scss */
#slide-component .sidebar-container {
  pointer-events: none;
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 252, app/assets/stylesheets/slide.scss */
#slide-component .expandable-sidebar {
  pointer-events: auto;
  height: 100dvh;
  background-color: white;
  right: 440px;
  position: absolute;
  border-left: 1px solid #E4E8ED;
  -webkit-box-shadow: 0px 6px 20px 0px #00000026;
          box-shadow: 0px 6px 20px 0px #00000026;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 1024px) {
  /* line 252, app/assets/stylesheets/slide.scss */
  #slide-component .expandable-sidebar {
    right: 320px;
  }
}

@media (max-width: 640px) {
  /* line 252, app/assets/stylesheets/slide.scss */
  #slide-component .expandable-sidebar {
    right: 0;
    z-index: 50;
  }
}

/* line 269, app/assets/stylesheets/slide.scss */
#slide-component .expandable-container {
  position: relative;
}

/* line 272, app/assets/stylesheets/slide.scss */
#slide-component .expandable-content {
  height: 100%;
}

/* line 275, app/assets/stylesheets/slide.scss */
#slide-component .expandable-close-btn {
  position: absolute;
  top: 16px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #E4E8ED;
  cursor: pointer;
}

/* line 289, app/assets/stylesheets/slide.scss */
#slide-component .expandable-close-btn:hover {
  background: #F5F8FE;
}

/* line 293, app/assets/stylesheets/slide.scss */
#slide-component .expandable-open-btn {
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #E4E8ED;
  cursor: pointer;
}

/* line 307, app/assets/stylesheets/slide.scss */
#slide-component .expandable-open-btn:hover {
  background: #F5F8FE;
}

/* line 310, app/assets/stylesheets/slide.scss */
#slide-component .expandable-open-btn img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 314, app/assets/stylesheets/slide.scss */
#slide-component .content-default-container-sales {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 321, app/assets/stylesheets/slide.scss */
#slide-component .content-location {
  width: 100%;
  border-bottom: 1px solid #E4E8ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
}

/* line 329, app/assets/stylesheets/slide.scss */
#slide-component .content-location p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

/* line 338, app/assets/stylesheets/slide.scss */
#slide-component .content-contact {
  padding: 1rem 1.5rem 1rem 1.5rem;
}

/* line 341, app/assets/stylesheets/slide.scss */
#slide-component .content-contact p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0;
  color: #000000;
}

/* line 350, app/assets/stylesheets/slide.scss */
#slide-component .content-items {
  border-bottom: 1px solid #E4E8ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
}

/* line 357, app/assets/stylesheets/slide.scss */
#slide-component .content-items p {
  margin-bottom: 0;
}

/* line 360, app/assets/stylesheets/slide.scss */
#slide-component .content-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 364, app/assets/stylesheets/slide.scss */
#slide-component .content-actions-cta {
  border: 1px solid #E4E8ED;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #000000;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

/* line 380, app/assets/stylesheets/slide.scss */
#slide-component .content-actions-cta:hover {
  background: #F5F8FE;
}

/* line 384, app/assets/stylesheets/slide.scss */
#slide-component .content-items-counter {
  background: #494949;
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  opacity: 0px;
  color: #FFF;
  font-family: "Apercu Regular Pro";
  font-weight: 500;
  font-size: 10px;
}

/* line 394, app/assets/stylesheets/slide.scss */
#slide-component .content-delete-cta {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #E4E8ED;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 0.5rem;
}

/* line 405, app/assets/stylesheets/slide.scss */
#slide-component .content-delete-cta:hover {
  background: #F5F8FE;
}

/* line 409, app/assets/stylesheets/slide.scss */
#slide-component .cart-items-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  padding: 0 1.5rem;
}

/* line 414, app/assets/stylesheets/slide.scss */
#slide-component .add-new-item-link {
  color: #006ECD;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* line 424, app/assets/stylesheets/slide.scss */
#slide-component .add-new-item-link:hover {
  opacity: 0.75;
}

/* line 427, app/assets/stylesheets/slide.scss */
#slide-component .total-items {
  border-top: 1px solid #E4E8ED;
}

/* line 430, app/assets/stylesheets/slide.scss */
#slide-component .cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 435, app/assets/stylesheets/slide.scss */
#slide-component .order-total {
  padding: 1rem 1.5rem;
}

/* line 438, app/assets/stylesheets/slide.scss */
#slide-component .order-total p {
  margin-bottom: 0.2rem;
  font-family: Poppins;
  font-size: 14px;
  color: #202020;
}

/* line 444, app/assets/stylesheets/slide.scss */
#slide-component .order-total span {
  font-family: Poppins;
  font-size: 15px;
  color: #222222;
}

/* line 449, app/assets/stylesheets/slide.scss */
#slide-component .order-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 453, app/assets/stylesheets/slide.scss */
#slide-component .order-main-child-1, #slide-component .order-main-child-3 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 456, app/assets/stylesheets/slide.scss */
#slide-component .order-main-child-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  min-height: 150px;
}

/* line 111, app/assets/stylesheets/application.scss */
.ml-1 {
  margin-left: 1em;
}

/* line 115, app/assets/stylesheets/application.scss */
.inline-li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 119, app/assets/stylesheets/application.scss */
.link-blue {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #1d6dc9;
}

/* line 128, app/assets/stylesheets/application.scss */
.bg-white {
  background-color: white;
}

/* line 132, app/assets/stylesheets/application.scss */
.text-science-blue {
  color: #006dcc;
}

/* line 135, app/assets/stylesheets/application.scss */
.text-disabled {
  color: #808080;
}

/* line 138, app/assets/stylesheets/application.scss */
.text-gray {
  color: #b7b7b7;
}

/* line 141, app/assets/stylesheets/application.scss */
.text-gray-spacing {
  color: #707070;
  word-spacing: 3px;
  font-size: 14px;
  line-height: 16px;
}

/* line 147, app/assets/stylesheets/application.scss */
.text-gray-no-spacing {
  color: #707070;
  font-size: 14px;
  line-height: 16px;
}

/* line 152, app/assets/stylesheets/application.scss */
.text-darkgray {
  color: #474747;
}

/* line 155, app/assets/stylesheets/application.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 161, app/assets/stylesheets/application.scss */
.benefist-text {
  padding-top: 2em;
  padding-bottom: 3em;
}

/* line 166, app/assets/stylesheets/application.scss */
.benefist-text h2 {
  font-weight: 400;
}

/* line 170, app/assets/stylesheets/application.scss */
.benefist-text h2,
.benefist-text p {
  margin: 0;
  padding: 0.5em 0 0;
}

@media screen and (max-width: 639px) {
  /* line 177, app/assets/stylesheets/application.scss */
  .text-right {
    text-align: right;
  }
}

/* line 182, app/assets/stylesheets/application.scss */
.benefists {
  padding-bottom: 3em;
}

/* line 186, app/assets/stylesheets/application.scss */
.benefists .columns {
  padding-bottom: 2em;
}

/* line 190, app/assets/stylesheets/application.scss */
.benefists img {
  min-width: 100%;
}

/* line 194, app/assets/stylesheets/application.scss */
.benefists h3 {
  font-weight: 400;
  margin: 0;
  padding: 0.5em 0;
}

/* line 200, app/assets/stylesheets/application.scss */
.benefists p {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

/* line 206, app/assets/stylesheets/application.scss */
.upgrade-regular {
  color: #707070;
  font-weight: 500;
  display: inline;
}

/* line 212, app/assets/stylesheets/application.scss */
.login {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 2em;
}

/* line 218, app/assets/stylesheets/application.scss */
.login h1 {
  margin: 0;
  padding: 0.5em 0;
  font-weight: 300;
}

/* line 224, app/assets/stylesheets/application.scss */
.login .box-shadow {
  background: #fff;
}

/* line 228, app/assets/stylesheets/application.scss */
.content-login {
  padding: 2em 0;
}

/* line 236, app/assets/stylesheets/application.scss */
.content-login a {
  color: #1d6dc9;
  font-size: 0.9em;
}

/* line 241, app/assets/stylesheets/application.scss */
.words-left {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #707070;
  text-align: left;
  margin-top: -10px;
}

/* line 250, app/assets/stylesheets/application.scss */
.words-left i {
  font-style: normal;
}

/* line 254, app/assets/stylesheets/application.scss */
.words-left span {
  padding: 0;
}

/* line 258, app/assets/stylesheets/application.scss */
.admin {
  min-height: 100dvh;
}

/* line 262, app/assets/stylesheets/application.scss */
.admin .nav {
  background: #1f56b8;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

/* line 269, app/assets/stylesheets/application.scss */
.admin .nav ul li:last-child {
  margin-bottom: 1em;
}

/* line 272, app/assets/stylesheets/application.scss */
.admin .nav ul li a i {
  margin-right: 7px;
}

/* line 276, app/assets/stylesheets/application.scss */
.admin .nav .callout {
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
}

/* line 282, app/assets/stylesheets/application.scss */
.title-nav {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  padding: 0.8em 0.5em 0.2em 2em;
  color: white;
}

/* line 291, app/assets/stylesheets/application.scss */
.title-nav a {
  font-weight: bold;
  color: white;
  width: 100%;
}

/* line 296, app/assets/stylesheets/application.scss */
.title-nav i {
  float: right;
  margin-right: 10px;
}

/* line 301, app/assets/stylesheets/application.scss */
.nav-20px {
  font-size: 20px;
}

/* line 305, app/assets/stylesheets/application.scss */
.btn-aqua {
  background-color: #6dbfaf;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 311, app/assets/stylesheets/application.scss */
.nav-brand-name {
  background-color: rgba(255, 255, 255, 0.17);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 1em;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px;
  margin: 1.5em;
  font-family: Roboto;
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

/* line 320, app/assets/stylesheets/application.scss */
.nav-brand-name a {
  color: white;
}

/* line 323, app/assets/stylesheets/application.scss */
.nav-brand-name .no-image {
  background: #6dbfaf;
  border-radius: 50%;
  min-width: 30px;
  width: 31px;
  height: 31px;
  padding: 8px;
  display: inline-block;
  color: white;
}

@media screen and (max-width: 639px) {
  /* line 342, app/assets/stylesheets/application.scss */
  nav {
    display: none;
    padding-bottom: 2em;
  }
  /* line 346, app/assets/stylesheets/application.scss */
  .nav {
    width: 100%;
  }
  /* line 350, app/assets/stylesheets/application.scss */
  .admin .nav {
    padding-bottom: 0;
  }
}

/* line 355, app/assets/stylesheets/application.scss */
.admin .fitu {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 359, app/assets/stylesheets/application.scss */
.admin .fitu img {
  width: 90px;
  max-width: 90px;
  min-width: 100%;
}

/* line 365, app/assets/stylesheets/application.scss */
.admin .brand-name {
  background: #00d1b2;
  color: white;
  padding: 0.6em;
  border-radius: 5px;
  font-family: Roboto;
  margin: 2em auto;
  width: 80%;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

/* line 380, app/assets/stylesheets/application.scss */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 386, app/assets/stylesheets/application.scss */
nav li {
  padding: 0.2em 0.5em 0.2em 2em;
}

/* line 393, app/assets/stylesheets/application.scss */
nav a {
  color: rgba(255, 255, 255, 0.62);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

/* line 403, app/assets/stylesheets/application.scss */
nav li.active {
  background: #274069;
}

/* line 407, app/assets/stylesheets/application.scss */
nav li.active li {
  padding: 0.4em 0;
  border-top: 0;
}

/* line 412, app/assets/stylesheets/application.scss */
.nav .support {
  margin-top: auto;
}

@media screen and (max-width: 639px) {
  /* line 417, app/assets/stylesheets/application.scss */
  .nav .support {
    display: none;
    margin-bottom: 2em;
  }
}

/* line 423, app/assets/stylesheets/application.scss */
nav .icon-dashboard {
  background: url(/assets/icon-dashboard-9148cb12fe468e0336154e92856826f3cea7c36e2f9d6ac0fa89472118f19980.png) no-repeat left center;
}

/* line 426, app/assets/stylesheets/application.scss */
nav .icon-class-management {
  background: url(/assets/icon-class-management-983286f2623a1e1fd1e52ddfce8ad1d1f3079db0bbd2e6b309b70a868933567e.png) no-repeat left center;
}

/* line 429, app/assets/stylesheets/application.scss */
nav .icon-payments {
  background: url(/assets/icon-payments-b7b976500c982d60629af86a55160c40ca84f8f0039e20078487d33abe6307e1.png) no-repeat left center;
}

/* line 432, app/assets/stylesheets/application.scss */
nav .icon-ratings {
  background: url(/assets/icon-ratings-e38037c496cf60287327494896a75ed95198f6814e5688ffe7b6f129436b009c.png) no-repeat left center;
}

/* line 436, app/assets/stylesheets/application.scss */
.hamburger-icon {
  display: none;
}

/* line 440, app/assets/stylesheets/application.scss */
.img-logo-sidebar {
  width: 90px;
  max-width: 90px;
  min-width: 100%;
}

@media screen and (max-width: 640px) {
  /* line 447, app/assets/stylesheets/application.scss */
  .hamburger-icon {
    display: block;
    height: 20px;
    width: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  /* line 461, app/assets/stylesheets/application.scss */
  .hamburger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  /* line 479, app/assets/stylesheets/application.scss */
  .hamburger-icon span:nth-child(1) {
    top: 0px;
  }
  /* line 482, app/assets/stylesheets/application.scss */
  .hamburger-icon span:nth-child(2) {
    top: 8px;
  }
  /* line 485, app/assets/stylesheets/application.scss */
  .hamburger-icon span:nth-child(3) {
    top: 16px;
    width: 50%;
  }
  /* line 490, app/assets/stylesheets/application.scss */
  .hamburger-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  /* line 498, app/assets/stylesheets/application.scss */
  .hamburger-icon.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
  }
  /* line 503, app/assets/stylesheets/application.scss */
  .hamburger-icon.open span:nth-child(3) {
    top: 6px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
  /* line 511, app/assets/stylesheets/application.scss */
  .overlay {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

/* line 517, app/assets/stylesheets/application.scss */
.admin h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.5em;
}

@media screen and (max-width: 639px) {
  /* line 525, app/assets/stylesheets/application.scss */
  .admin h1 {
    text-align: center;
    padding: 0.5em 0;
  }
}

@media screen and (max-width: 639px) {
  /* line 532, app/assets/stylesheets/application.scss */
  .admin .perfil {
    text-align: center;
  }
  /* line 536, app/assets/stylesheets/application.scss */
  .admin .perfil .columns {
    padding: 0.5em 0;
  }
}

/* line 541, app/assets/stylesheets/application.scss */
.blocks {
  padding: 1.5em 0;
  font-size: 0.7em;
}

/* line 546, app/assets/stylesheets/application.scss */
.blocks > .columns {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5em 0.5em 1em;
  background: #fff;
}

/* line 553, app/assets/stylesheets/application.scss */
.blocks .text-grade {
  font-size: 2.3em;
  font-weight: 300;
}

/* line 558, app/assets/stylesheets/application.scss */
.blocks .text-rating {
  font-size: 3.5em;
  font-weight: 300;
}

/* line 563, app/assets/stylesheets/application.scss */
.blocks .text-rating i {
  font-size: 0.7em;
  color: #5e708c;
  font-style: normal;
}

/* line 569, app/assets/stylesheets/application.scss */
.blocks .icons {
  font-size: 1.5em;
}

/* line 573, app/assets/stylesheets/application.scss */
.blocks .btn {
  font-size: 1.2em;
  margin-left: 2em;
}

/* line 578, app/assets/stylesheets/application.scss */
.blocks i {
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  /* line 583, app/assets/stylesheets/application.scss */
  .blocks .columns {
    margin-bottom: 0.5em;
  }
  /* line 587, app/assets/stylesheets/application.scss */
  .blocks .btn {
    font-size: 1.2em;
    margin-left: 0;
  }
}

@media screen and (max-width: 639px) {
  /* line 594, app/assets/stylesheets/application.scss */
  .blocks {
    font-size: 1em;
  }
  /* line 598, app/assets/stylesheets/application.scss */
  .blocks .icons {
    font-size: 1em;
  }
}

/* line 603, app/assets/stylesheets/application.scss */
.block {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5em 0.5em 1em;
  background: #fff;
  margin-bottom: 0.5em;
}

/* line 611, app/assets/stylesheets/application.scss */
.tables {
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 619, app/assets/stylesheets/application.scss */
.table-responsive {
  width: 100%;
  font-size: 0.8em;
}

/* line 624, app/assets/stylesheets/application.scss */
.table-responsive th {
  text-align: left;
}

/* line 628, app/assets/stylesheets/application.scss */
.table-responsive tr {
  border-bottom: 1px solid #ccc;
}

/* line 632, app/assets/stylesheets/application.scss */
.table-responsive tr:last-child {
  border-bottom: 0;
}

/* line 636, app/assets/stylesheets/application.scss */
.table-responsive td {
  padding: 0.5em 0.1em;
}

@media screen and (max-width: 639px) {
  /* line 650, app/assets/stylesheets/application.scss */
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 656, app/assets/stylesheets/application.scss */
  .table-responsive tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
  }
  /* line 661, app/assets/stylesheets/application.scss */
  .table-responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 668, app/assets/stylesheets/application.scss */
  .table-responsive td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 677, app/assets/stylesheets/application.scss */
  .table-responsive td.name:before {
    content: "Name";
  }
  /* line 680, app/assets/stylesheets/application.scss */
  .table-responsive td.date:before {
    content: "Date";
  }
  /* line 683, app/assets/stylesheets/application.scss */
  .table-responsive td.time:before {
    content: "Time class";
  }
  /* line 686, app/assets/stylesheets/application.scss */
  .table-responsive td.bookings:before {
    content: "Bookings";
  }
  /* line 689, app/assets/stylesheets/application.scss */
  .table-responsive td.revenue:before {
    content: "Revenue";
  }
  /* line 692, app/assets/stylesheets/application.scss */
  .table-responsive td.profit:before {
    content: "Profit";
  }
  /* line 695, app/assets/stylesheets/application.scss */
  .table-responsive td.actions:before {
    content: "Actions";
  }
}

/* line 700, app/assets/stylesheets/application.scss */
.filter {
  font-size: 0.9em;
  font-weight: 300;
}

/* line 705, app/assets/stylesheets/application.scss */
.filter span {
  padding-right: 1.5em;
}

/* line 709, app/assets/stylesheets/application.scss */
.cubes {
  width: 10px;
  border: 1px solid #ccc;
  height: 10px;
  display: inline-block;
}

/* line 716, app/assets/stylesheets/application.scss */
.cubes.green {
  background: #17c1b0;
}

/* line 720, app/assets/stylesheets/application.scss */
.cubes.blue {
  background: #3b80d0;
}

/* line 724, app/assets/stylesheets/application.scss */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #17c1b0;
}

/* line 728, app/assets/stylesheets/application.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #3b80d0;
  background: #ccc;
}

/* line 735, app/assets/stylesheets/application.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-widget-header,
.ui-widget-content,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #5e708c;
}

/* line 749, app/assets/stylesheets/application.scss */
.map-filter {
  margin: 1em 0;
}

/* line 752, app/assets/stylesheets/application.scss */
.map-filter input {
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 0.8em;
  padding: 0.5em;
  width: 50%;
  background: #fff;
  cursor: pointer;
}

/* line 762, app/assets/stylesheets/application.scss */
.pac-container {
  z-index: 99999999999999 !important;
}

/* line 767, app/assets/stylesheets/application.scss */
select.datepick-month-year {
  border: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  background: #e0e0e0;
  font-size: 1em;
}

/* line 776, app/assets/stylesheets/application.scss */
#datepicker-filter {
  margin-bottom: 1em;
  clear: both;
  content: "";
  display: table;
}

/* line 782, app/assets/stylesheets/application.scss */
#datepicker-filter input[type="radio"] {
  display: none;
}

/* line 786, app/assets/stylesheets/application.scss */
#datepicker-filter .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.88889rem;
  background-color: #dbdfe4;
  border-color: #5e708c;
  color: #5e708c;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  float: left;
}

/* line 810, app/assets/stylesheets/application.scss */
#datepicker-filter .button:first-child {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

/* line 816, app/assets/stylesheets/application.scss */
#datepicker-filter .button:last-child {
  border-width: 1px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

/* line 823, app/assets/stylesheets/application.scss */
#datepicker-filter .button.active {
  background: #17c1b0;
  color: #ffffff;
}

/* line 829, app/assets/stylesheets/application.scss */
.datepick-month td .datepick-selected {
  background-color: #17c1b0;
  color: #ffffff;
}

/* line 834, app/assets/stylesheets/application.scss */
.datepick-ctrl .datepick-cmd:hover {
  background-color: #1f56b8;
}

/* line 838, app/assets/stylesheets/application.scss */
.datepick-ctrl {
  background: #17c1b0;
}

/* line 840, app/assets/stylesheets/application.scss */
.datepick-ctrl a {
  color: #ffffff;
}

/* line 845, app/assets/stylesheets/application.scss */
#datepicker-caption {
  color: #17c1b0;
  font-weight: bolder;
  font-size: 0.8em;
}

/* line 851, app/assets/stylesheets/application.scss */
#datepicker-stop-date {
  font-size: 0.9em;
  margin-top: 0.5em;
  display: none;
}

/* line 857, app/assets/stylesheets/application.scss */
.confirm-account {
  background: #17c1b0;
  text-align: center;
  padding: 1em 0;
  color: #fff;
}

/* line 862, app/assets/stylesheets/application.scss */
.confirm-account a {
  color: #fff;
  text-decoration: underline;
}

/* line 868, app/assets/stylesheets/application.scss */
.img-profile {
  width: 36px;
  height: 36px;
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

/* line 877, app/assets/stylesheets/application.scss */
.img-upload-profile {
  height: 49px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 884, app/assets/stylesheets/application.scss */
span.small {
  display: block;
  font-size: 10px;
  text-align: left;
  color: #707070;
}

/* line 891, app/assets/stylesheets/application.scss */
.page {
  margin: 0 auto;
  max-width: 1024px;
  padding: 2.5em 0;
  width: 90%;
}

/* line 897, app/assets/stylesheets/application.scss */
.page h1 {
  color: #404040;
  line-height: 1.15;
  margin: 1em 0 1.5em;
  text-align: center;
  text-transform: uppercase;
}

/* line 905, app/assets/stylesheets/application.scss */
.page .page-content {
  color: #404040;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: justify;
}

/* line 911, app/assets/stylesheets/application.scss */
.page .page-content a {
  color: #006dcc;
  text-decoration: underline;
}

/* line 916, app/assets/stylesheets/application.scss */
.page .page-content h2 {
  font-size: 1.7em;
  margin: 1.8em 0 0.7em;
}

/* line 922, app/assets/stylesheets/application.scss */
.page h2 {
  line-height: 1.15;
  margin: 1.5em 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

/* line 929, app/assets/stylesheets/application.scss */
.page h2.text-center {
  text-align: center;
}

/* line 934, app/assets/stylesheets/application.scss */
.page ul {
  padding: 0.5em 0 0.5em 1.5em;
}

/* line 938, app/assets/stylesheets/application.scss */
.page li {
  padding: 0.5em 0;
}

/* line 942, app/assets/stylesheets/application.scss */
.page ol {
  counter-reset: list;
  margin: 0;
  padding: 0.5em 0 0.5em 1.5em;
}

/* line 947, app/assets/stylesheets/application.scss */
.page ol > li {
  list-style: none;
  padding: 0.5em 0 0.5em 1em;
  position: relative;
}

/* line 953, app/assets/stylesheets/application.scss */
.page ol > li::before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
  left: -1.6em;
  position: absolute;
}

/* line 962, app/assets/stylesheets/application.scss */
.fake-input {
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 0.8em;
  padding: 0.5em;
  width: 100%;
  background: #fff;
  cursor: pointer;
  overflow: auto;
  height: 10em;
}

/* line 972, app/assets/stylesheets/application.scss */
.fake-input ol,
.fake-input ul {
  margin: 0 1.5em;
  padding: 0;
}

/* line 979, app/assets/stylesheets/application.scss */
#check-klass_image {
  display: none;
  margin: 0 0.5em;
}

/* line 984, app/assets/stylesheets/application.scss */
tr.hide,
a.hide {
  display: none;
}

/* line 989, app/assets/stylesheets/application.scss */
.float-left {
  float: left;
}

/* line 993, app/assets/stylesheets/application.scss */
.float-right {
  float: right;
}

/* line 997, app/assets/stylesheets/application.scss */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* line 1003, app/assets/stylesheets/application.scss */
.m-0 {
  margin: 0;
}

/* line 1007, app/assets/stylesheets/application.scss */
#schedules .table-responsive td {
  padding: 0.5em;
}

/* line 1011, app/assets/stylesheets/application.scss */
i.arrow {
  border: solid #1779ba;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

/* line 1018, app/assets/stylesheets/application.scss */
.right {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 1em;
}

/* line 1024, app/assets/stylesheets/application.scss */
.left {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 1em;
}

/* line 1030, app/assets/stylesheets/application.scss */
.sixteen-nine {
  position: relative;
}

/* line 4, app/assets/stylesheets/mixins.scss */
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

/* line 11, app/assets/stylesheets/mixins.scss */
.sixteen-nine > .content {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1034, app/assets/stylesheets/application.scss */
.four-one {
  position: relative;
}

/* line 4, app/assets/stylesheets/mixins.scss */
.four-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}

/* line 11, app/assets/stylesheets/mixins.scss */
.four-one > .content {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1038, app/assets/stylesheets/application.scss */
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 1042, app/assets/stylesheets/application.scss */
.full-height {
  min-height: 100vh;
}

/* line 1046, app/assets/stylesheets/application.scss */
.full-width {
  min-width: 100vw;
}

/* line 1051, app/assets/stylesheets/application.scss */
#overlay-loader-bars {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  top: 0;
  background-color: rgba(255, 255, 255, 0.42);
}

/* line 1060, app/assets/stylesheets/application.scss */
.loading {
  position: absolute;
  top: 50%;
  left: 51%;
}

/* line 1065, app/assets/stylesheets/application.scss */
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 20px;
  border-radius: 4px;
  -webkit-animation: loading 1s ease-in-out infinite;
          animation: loading 1s ease-in-out infinite;
}

/* line 1072, app/assets/stylesheets/application.scss */
.loading-bar:nth-child(1) {
  background-color: #101010;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

/* line 1076, app/assets/stylesheets/application.scss */
.loading-bar:nth-child(2) {
  background-color: #777171;
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

/* line 1080, app/assets/stylesheets/application.scss */
.loading-bar:nth-child(3) {
  background-color: #9e9a9a;
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

/* line 1084, app/assets/stylesheets/application.scss */
.loading-bar:nth-child(4) {
  background-color: #b8bbbf;
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1, 2.2);
            transform: scale(1, 2.2);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1, 2.2);
            transform: scale(1, 2.2);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* line 1105, app/assets/stylesheets/application.scss */
.login-wrapper #main-login.wrapper,
.login-wrapper .height-wrapper {
  height: calc(100vh - 119px);
}

/* line 1109, app/assets/stylesheets/application.scss */
.login-wrapper .align-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 1112, app/assets/stylesheets/application.scss */
.login-wrapper .show-large {
  margin-top: 2em;
}

/* line 1115, app/assets/stylesheets/application.scss */
.login-wrapper .content-form-login {
  margin-top: 4em;
  margin-bottom: 4em;
}

/* line 1119, app/assets/stylesheets/application.scss */
.login-wrapper .content-form-signup {
  margin-top: 4em;
  margin-bottom: 4em;
}

@media (min-width: 640px) and (max-width: 1500px) {
  /* line 1119, app/assets/stylesheets/application.scss */
  .login-wrapper .content-form-signup {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media (max-width: 639px) {
  /* line 1119, app/assets/stylesheets/application.scss */
  .login-wrapper .content-form-signup {
    margin-top: 0em;
    margin-bottom: 2em;
  }
}

/* line 1131, app/assets/stylesheets/application.scss */
.login-wrapper #main-login {
  background-image: -webkit-linear-gradient(21deg, #f2f6fc, #f2f6fc 49.95%, transparent 50%, transparent), url(/assets/login/fitu-path-785ba133e822713047259ad51caa675e177bb8fe4c6d6c7b540ae35c6f527ecc.png);
  background-image: linear-gradient(69deg, #f2f6fc, #f2f6fc 49.95%, transparent 50%, transparent), url(/assets/login/fitu-path-785ba133e822713047259ad51caa675e177bb8fe4c6d6c7b540ae35c6f527ecc.png);
  background-blend-mode: multiply;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: white;
}

/* line 1144, app/assets/stylesheets/application.scss */
.login-wrapper #main-login h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
}

/* line 1152, app/assets/stylesheets/application.scss */
.login-wrapper #main-login p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

/* line 1160, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .control {
  padding: 0 0 0.3em;
}

/* line 1162, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .control a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #1e57be;
}

/* line 1170, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .control input[type="text"],
.login-wrapper #main-login .control input[type="password"],
.login-wrapper #main-login .control input[type="email"] {
  background-color: white;
  height: 48px;
  font-size: 14px !important;
}

/* line 1176, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .control input[type="text"]:hover,
.login-wrapper #main-login .control input[type="password"]:hover,
.login-wrapper #main-login .control input[type="email"]:hover {
  border: 1px #006ecd solid !important;
}

/* line 1180, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .control input[type="text"]:focus,
.login-wrapper #main-login .control input[type="password"]:focus,
.login-wrapper #main-login .control input[type="email"]:focus {
  border: 1px #006ecd solid !important;
}

/* line 1184, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .control input[type="text"]::-webkit-input-placeholder, .login-wrapper #main-login .control input[type="password"]::-webkit-input-placeholder, .login-wrapper #main-login .control input[type="email"]::-webkit-input-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
}
.login-wrapper #main-login .control input[type="text"]::-moz-placeholder, .login-wrapper #main-login .control input[type="password"]::-moz-placeholder, .login-wrapper #main-login .control input[type="email"]::-moz-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
}
.login-wrapper #main-login .control input[type="text"]:-ms-input-placeholder, .login-wrapper #main-login .control input[type="password"]:-ms-input-placeholder, .login-wrapper #main-login .control input[type="email"]:-ms-input-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
}
.login-wrapper #main-login .control input[type="text"]::-ms-input-placeholder, .login-wrapper #main-login .control input[type="password"]::-ms-input-placeholder, .login-wrapper #main-login .control input[type="email"]::-ms-input-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
}
.login-wrapper #main-login .control input[type="text"]::placeholder,
.login-wrapper #main-login .control input[type="password"]::placeholder,
.login-wrapper #main-login .control input[type="email"]::placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
}

/* line 1191, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .not-partner {
  font-family: Roboto;
  margin-top: 20px;
}

/* line 1194, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .not-partner p {
  font-size: 14px;
  line-height: 16px;
  color: black;
}

/* line 1199, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .not-partner a {
  font-size: 14px;
  line-height: 16px;
  color: #1e57be;
}

/* line 1205, app/assets/stylesheets/application.scss */
.login-wrapper #main-login .btn-cta {
  background: #006DCC;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 500;
}

/* line 1222, app/assets/stylesheets/application.scss */
#sign-up.login-wrapper #main-login {
  height: 100%;
  min-height: calc(100vh - 100px);
  color: black;
  background: rgba(13, 61, 165, 0.8);
}

/* line 1228, app/assets/stylesheets/application.scss */
#sign-up.login-wrapper .wrapper,
#sign-up.login-wrapper .wrapper > .row {
  height: 100% !important;
}

/* line 1232, app/assets/stylesheets/application.scss */
#sign-up.login-wrapper .content-form-login {
  margin-top: 2em;
  margin-bottom: 3em;
}

@media screen and (min-height: 980px) and (orientation: landscape) {
  /* line 1241, app/assets/stylesheets/application.scss */
  #main-login.onboarding {
    height: auto;
  }
}

@media screen and (max-device-height: 825px) and (orientation: portrait) {
  /* line 1252, app/assets/stylesheets/application.scss */
  #sign-up.login-wrapper {
    height: auto;
  }
  /* line 1254, app/assets/stylesheets/application.scss */
  #sign-up.login-wrapper #main-login.wrapper,
#sign-up.login-wrapper .height-wrapper {
    height: auto;
  }
}

@media screen and (max-height: 800px) and (orientation: landscape) {
  /* line 1262, app/assets/stylesheets/application.scss */
  .login-wrapper {
    height: auto;
  }
  /* line 1265, app/assets/stylesheets/application.scss */
  #sign-up.login-wrapper {
    height: auto;
  }
}

@media screen and (max-height: 780px) and (orientation: landscape) {
  /* line 1270, app/assets/stylesheets/application.scss */
  .login-wrapper #main-login.wrapper,
.login-wrapper .height-wrapper {
    height: auto;
  }
}

@media screen and (max-height: 780px) and (orientation: portrait) {
  /* line 1277, app/assets/stylesheets/application.scss */
  .login-wrapper #main-login.wrapper,
.login-wrapper .height-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1284, app/assets/stylesheets/application.scss */
  .show-large {
    display: none;
  }
  /* line 1287, app/assets/stylesheets/application.scss */
  .bg-login {
    background-image: url(/assets/login/womanlif-tablet-c1501b0e314e3fbc2283418dea371bd38c5598a9467ed40022db10d8a79e3f47.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  /* line 1294, app/assets/stylesheets/application.scss */
  #sign-up.login-wrapper #main-login {
    background-position: center bottom;
    -webkit-background-size: cover;
            background-size: cover;
  }
}

@media screen and (max-width: 639px) {
  /* line 1302, app/assets/stylesheets/application.scss */
  .bg-login {
    background-image: none;
  }
}

/* line 1307, app/assets/stylesheets/application.scss */
.input-dodger-blue:hover {
  border: 1px #006ecd solid !important;
}

/* line 1310, app/assets/stylesheets/application.scss */
.input-dodger-blue:focus {
  border: 1px #006ecd solid !important;
}

/* line 1313, app/assets/stylesheets/application.scss */
.input-dodger-blue::-webkit-input-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
  font-size: 14px;
}
.input-dodger-blue::-moz-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
  font-size: 14px;
}
.input-dodger-blue:-ms-input-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
  font-size: 14px;
}
.input-dodger-blue::-ms-input-placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
  font-size: 14px;
}
.input-dodger-blue::placeholder {
  font-family: Roboto;
  color: #bcbccb;
  opacity: 1;
  font-size: 14px;
}

/* line 1321, app/assets/stylesheets/application.scss */
.custom-date-picker input {
  border: 1px solid #C1C7D0;
  height: 39px;
  border-radius: 6px;
}

/* line 1325, app/assets/stylesheets/application.scss */
.custom-date-picker input:hover {
  border: 1px solid #B9BCC4 !important;
}

/* line 1328, app/assets/stylesheets/application.scss */
.custom-date-picker input:focus {
  border: 1px #006ecd solid !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1334, app/assets/stylesheets/application.scss */
.error-date-picker input {
  border: 1px solid #DB3440;
  height: 39px;
  border-radius: 6px;
}

/* line 1338, app/assets/stylesheets/application.scss */
.error-date-picker input:hover {
  border: 1px solid #DB3440 !important;
}

/* line 1341, app/assets/stylesheets/application.scss */
.error-date-picker input:focus {
  border: 1px #006ecd solid !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1347, app/assets/stylesheets/application.scss */
.custom-input {
  margin: 0 0 0.5rem;
  background: white;
  border: 1px solid #C1C7D0;
  font-size: 0.875rem;
  font-family: 'Roboto';
}

/* line 1353, app/assets/stylesheets/application.scss */
.custom-input:hover {
  border: 1px #006ecd solid !important;
}

/* line 1356, app/assets/stylesheets/application.scss */
.custom-input:focus {
  border: 1px #006ecd solid !important;
}

/* line 1359, app/assets/stylesheets/application.scss */
.custom-input::-webkit-input-placeholder {
  color: #BCBCCB;
}
.custom-input::-moz-placeholder {
  color: #BCBCCB;
}
.custom-input:-ms-input-placeholder {
  color: #BCBCCB;
}
.custom-input::-ms-input-placeholder {
  color: #BCBCCB;
}
.custom-input::placeholder {
  color: #BCBCCB;
}

/* line 1364, app/assets/stylesheets/application.scss */
.type-content-options {
  border: 1px solid #E4E8ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  min-width: 120px;
  padding: 0 9px;
}

/* line 1376, app/assets/stylesheets/application.scss */
.type-content-options.active {
  background: rgba(61, 128, 219, 0.12);
  border: 1px solid #006ECD;
  color: #006ECD;
}

/* line 1381, app/assets/stylesheets/application.scss */
.type-content-options.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 1387, app/assets/stylesheets/application.scss */
.start-time-container {
  position: relative;
}

/* line 1391, app/assets/stylesheets/application.scss */
.start-time__select {
  background: white;
  position: relative;
  border-radius: 6px;
  padding: 0.72rem;
  cursor: pointer;
  width: 114px;
}

/* line 1398, app/assets/stylesheets/application.scss */
.start-time__select-input-container {
  position: relative;
}

/* line 1401, app/assets/stylesheets/application.scss */
.start-time__select-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
  color: #3B3B3B;
}

/* line 1413, app/assets/stylesheets/application.scss */
.start-time__select-icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.5rem;
  pointer-events: none;
}

/* line 1422, app/assets/stylesheets/application.scss */
.start-time__select-icon-container-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 1429, app/assets/stylesheets/application.scss */
.dropdown-list {
  margin-top: 6px;
  margin-bottom: 6px;
  position: absolute;
  z-index: 10;
  width: 114px;
  background: white;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-shadow);
          box-shadow: var(--tw-shadow);
  max-height: 15rem;
  border-radius: 0.375rem;
  padding: 0.25rem 0;
  margin-left: 0;
  overflow: auto;
}

/* line 1443, app/assets/stylesheets/application.scss */
.dropdown-list:focus {
  outline: none;
}

/* line 1446, app/assets/stylesheets/application.scss */
.dropdown-list__item {
  color: #111827;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
}

/* line 1452, app/assets/stylesheets/application.scss */
.dropdown-list__item:hover {
  background-color: #EFF3F6;
  cursor: pointer;
}

/* line 1456, app/assets/stylesheets/application.scss */
.dropdown-list__item-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: 12px;
  color: #202122;
}

/* line 1465, app/assets/stylesheets/application.scss */
.dropdown-list__item-icon-container {
  color: #006dcc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.6rem;
}

/* line 1474, app/assets/stylesheets/application.scss */
.dropdown-list__item-icon-container-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 1482, app/assets/stylesheets/application.scss */
.image-client-checkout {
  background-color: #4c6294 !important;
  color: #fff !important;
  height: 30px !important;
  width: 30px !important;
}

@media (min-width: 640px) {
  /* line 1482, app/assets/stylesheets/application.scss */
  .image-client-checkout {
    margin-right: 10px;
  }
}

/* line 1492, app/assets/stylesheets/application.scss */
.photos-container {
  background: rgba(244, 243, 247, 0.2);
  border-radius: 6px;
  min-height: 140px;
  border: 1px dashed #c1c7d0;
}

@media (max-width: 640px) {
  /* line 1492, app/assets/stylesheets/application.scss */
  .photos-container {
    min-height: 90px;
  }
}

/* line 1502, app/assets/stylesheets/application.scss */
.dropdown-toggle {
  padding: 0.1rem 0.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: normal;
  font-family: 'Roboto';
}

/* line 1509, app/assets/stylesheets/application.scss */
.dropdown-toggle:hover {
  background-color: rgba(214, 226, 252, 0.3);
  border-radius: 6px;
}

/* line 1513, app/assets/stylesheets/application.scss */
.dropdown-toggle svg {
  margin-left: 0.5rem;
}

@media (max-width: 640px) {
  /* line 1502, app/assets/stylesheets/application.scss */
  .dropdown-toggle {
    background-color: rgba(214, 226, 252, 0.3);
    font-size: 10px;
    border-radius: 6px;
  }
}

/* line 1523, app/assets/stylesheets/application.scss */
.dropdown-slot {
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.8rem 0.5rem 0.8rem 1.25rem;
}

/* line 1527, app/assets/stylesheets/application.scss */
.dropdown-slot.mobile {
  padding: 0.8rem 0.5rem 0.8rem 1rem;
}

/* line 1530, app/assets/stylesheets/application.scss */
.dropdown-slot .image-user {
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 1536, app/assets/stylesheets/application.scss */
.dropdown-slot .image-user img {
  width: 100%;
  height: 100%;
}

/* line 1540, app/assets/stylesheets/application.scss */
.dropdown-slot .image-user .user-initials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #4C6294;
  color: #FFFFFF;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 0.75rem;
}

/* line 1552, app/assets/stylesheets/application.scss */
.dropdown-slot h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 0.813rem;
  color: #000;
  margin-bottom: 0;
  line-height: 18px;
}

@media (max-width: 640px) {
  /* line 1552, app/assets/stylesheets/application.scss */
  .dropdown-slot h6 {
    font-size: 0.75rem;
  }
}

/* line 1564, app/assets/stylesheets/application.scss */
.dropdown-slot p {
  margin-bottom: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.563rem;
  color: #707070;
  word-break: break-all;
}

/* line 1573, app/assets/stylesheets/application.scss */
.dropdown-slot:hover {
  background-color: #f7fbfd;
}

/* line 1578, app/assets/stylesheets/application.scss */
.button-request {
  border: 1px solid #006ECD;
  padding: 0 0.7rem;
  border-radius: 6px;
  color: #006ECD;
  font-size: 0.875rem;
  cursor: pointer;
  margin-right: 1rem;
  height: 34px;
}

/* line 1587, app/assets/stylesheets/application.scss */
.button-request svg {
  fill: currentColor;
  color: #fff;
}

@media (max-width: 640px) {
  /* line 1578, app/assets/stylesheets/application.scss */
  .button-request {
    padding: 0.55rem;
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 640px) {
  /* line 1598, app/assets/stylesheets/application.scss */
  .button-request.mobile:hover {
    opacity: 0.75;
  }
}

@media (max-width: 640px) {
  /* line 1596, app/assets/stylesheets/application.scss */
  .button-request.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    background: #F6F8FA;
    padding: 0;
    border-radius: 50%;
  }
  /* line 1612, app/assets/stylesheets/application.scss */
  .button-request.mobile img {
    margin-right: 0;
  }
  /* line 1615, app/assets/stylesheets/application.scss */
  .button-request.mobile div {
    display: none;
  }
}

/* line 1623, app/assets/stylesheets/application.scss */
.alert-trial__container {
  position: fixed !important;
  width: auto;
  z-index: 50;
}

/* line 1628, app/assets/stylesheets/application.scss */
.alert-trial__text {
  color: white;
  background: #252D36;
  -webkit-box-shadow: 0px 32px 40px rgba(136, 150, 200, 0.12);
          box-shadow: 0px 32px 40px rgba(136, 150, 200, 0.12);
  border-radius: 6px;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.8rem 1.7rem;
}

@media (max-width: 640px) {
  /* line 1628, app/assets/stylesheets/application.scss */
  .alert-trial__text {
    margin: 0;
    padding: 1rem 0.6rem;
    max-width: 72vw;
  }
}

/* line 1641, app/assets/stylesheets/application.scss */
.alert-trial__text svg {
  margin-left: 1rem;
}

@media (max-width: 640px) {
  /* line 1641, app/assets/stylesheets/application.scss */
  .alert-trial__text svg {
    margin-left: 0.5rem;
  }
}

/* line 1647, app/assets/stylesheets/application.scss */
.alert-trial__text.es-box {
  max-width: 460px;
}

/* line 1651, app/assets/stylesheets/application.scss */
.alert-trial__description {
  font-size: 0.75rem;
}

@media (max-width: 640px) {
  /* line 1651, app/assets/stylesheets/application.scss */
  .alert-trial__description {
    font-size: 0.656rem;
  }
}

/* line 1659, app/assets/stylesheets/application.scss */
.dropdown-toggle {
  padding: 0.1rem 0.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: normal;
  font-family: 'Roboto';
}

/* line 1666, app/assets/stylesheets/application.scss */
.dropdown-toggle:hover {
  background-color: rgba(214, 226, 252, 0.3);
  border-radius: 6px;
}

/* line 1670, app/assets/stylesheets/application.scss */
.dropdown-toggle svg {
  margin-left: 0.5rem;
}

@media (max-width: 640px) {
  /* line 1659, app/assets/stylesheets/application.scss */
  .dropdown-toggle {
    background-color: rgba(214, 226, 252, 0.3);
    border-radius: 6px;
  }
}

/* line 1679, app/assets/stylesheets/application.scss */
.dropdown-slot {
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.8rem 0.5rem 0.8rem 1.25rem;
}

/* line 1683, app/assets/stylesheets/application.scss */
.dropdown-slot.mobile {
  padding: 0.8rem 0.5rem 0.8rem 1rem;
}

/* line 1686, app/assets/stylesheets/application.scss */
.dropdown-slot .image-user {
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 1692, app/assets/stylesheets/application.scss */
.dropdown-slot .image-user img {
  width: 100%;
  height: 100%;
}

/* line 1696, app/assets/stylesheets/application.scss */
.dropdown-slot .image-user .user-initials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #4C6294;
  color: #FFFFFF;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 0.75rem;
}

/* line 1708, app/assets/stylesheets/application.scss */
.dropdown-slot h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 0.813rem;
  color: #000;
  margin-bottom: 0;
  line-height: 18px;
}

@media (max-width: 640px) {
  /* line 1708, app/assets/stylesheets/application.scss */
  .dropdown-slot h6 {
    font-size: 0.75rem;
  }
}

/* line 1720, app/assets/stylesheets/application.scss */
.dropdown-slot p {
  margin-bottom: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.563rem;
  color: #707070;
  word-break: break-all;
}

/* line 1729, app/assets/stylesheets/application.scss */
.dropdown-slot:hover {
  background-color: #f7fbfd;
}

/* line 1734, app/assets/stylesheets/application.scss */
.home-section-draggable {
  padding-bottom: 3px;
  margin-right: 12px;
}

/* line 1738, app/assets/stylesheets/application.scss */
.step-loading-container {
  width: 440px;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  /* line 1738, app/assets/stylesheets/application.scss */
  .step-loading-container {
    width: auto;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

/* line 1753, app/assets/stylesheets/application.scss */
.step-loading-container .step-indicator {
  border-radius: 20px;
  height: 10px;
  width: 80%;
  background: #FFFFFF;
  border: 1px solid #A4AFB7;
  overflow: hidden;
  position: relative;
}

@media (max-width: 640px) {
  /* line 1753, app/assets/stylesheets/application.scss */
  .step-loading-container .step-indicator {
    width: 70%;
  }
}

/* line 1766, app/assets/stylesheets/application.scss */
.step-loading-container .step-indicator .progress {
  height: 100%;
  background: #006ECD;
  border-radius: 20px;
  position: absolute;
}

/* line 1774, app/assets/stylesheets/application.scss */
.step-loading-container .step-text {
  background: #006ECD;
  border-radius: 4px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 0 0.2rem;
  color: #fff;
}

/* line 1787, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding {
  height: 2.5rem;
  border: 1px solid #E4E8ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* line 1796, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding:focus-within {
  border-color: #006ECD;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1800, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding:hover {
  border-color: #006ECD;
}

/* line 1803, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding strong {
  font-weight: 400;
}

/* line 1806, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__input {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  height: 100%;
}

/* line 1811, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__input::-webkit-input-placeholder {
  color: #BCBCCB;
}
.input-phone.input-phone-onboarding .vti__input::-moz-placeholder {
  color: #BCBCCB;
}
.input-phone.input-phone-onboarding .vti__input:-ms-input-placeholder {
  color: #BCBCCB;
}
.input-phone.input-phone-onboarding .vti__input::-ms-input-placeholder {
  color: #BCBCCB;
}
.input-phone.input-phone-onboarding .vti__input::placeholder {
  color: #BCBCCB;
}

/* line 1815, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__dropdown {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #C1C7D0;
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: initial;
  width: 3rem;
  border-right: 1px solid #D3D6DF;
}

/* line 1825, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__flag {
  margin-left: 0;
}

/* line 1828, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__dropdown-list.below {
  top: 46px !important;
}

/* line 1831, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__dropdown-list.above {
  margin-bottom: 6px;
}

/* line 1834, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__dropdown.open {
  background-color: #C1C7D0;
}

/* line 1837, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__dropdown-list {
  z-index: 20;
  width: 100%;
  border-radius: 6px;
  left: 1px;
}

/* line 1843, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__search_box {
  margin: 5px 10px;
  font-size: 0.875rem !important;
  font-family: 'Roboto';
}

/* line 1848, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding .vti__dropdown-item {
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1853, app/assets/stylesheets/application.scss */
.input-phone.input-phone-onboarding p {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 15%;
  margin-bottom: 0;
  text-align: center;
  font-family: "Poppins";
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  /* line 1853, app/assets/stylesheets/application.scss */
  .input-phone.input-phone-onboarding p {
    width: 20%;
  }
}

/* line 1873, app/assets/stylesheets/application.scss */
.vue-tel-wrapper {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 1px solid #C1C7D0 !important;
  border-radius: 6px !important;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

/* line 1893, app/assets/stylesheets/application.scss */
.vue-tel-wrapper:nth-child(2) {
  padding: 0.5rem;
}

/* line 1897, app/assets/stylesheets/application.scss */
.vue-tel-wrapper:focus-within {
  outline: none !important;
  -webkit-box-shadow: 0 0 5px #cacaca !important;
  box-shadow: 0 0 5px #cacaca !important;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s !important;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s !important;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out !important;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s !important;
}

/* line 1907, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__input {
  border: none;
  border-radius: 6px;
  width: 100%;
  outline: none;
  padding-left: 7px;
}

/* line 1915, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__dropdown {
  background: #D3D6DF;
  position: unset;
  border-radius: 6px !important;
}

/* line 1919, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__dropdown:hover {
  background: #dcdfe8;
}

/* line 1923, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__dropdown-list.below {
  top: 44px !important;
}

/* line 1926, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__dropdown-list.above {
  margin-bottom: 6px;
}

/* line 1929, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__dropdown.open {
  background-color: #D3D6DF;
}

/* line 1932, app/assets/stylesheets/application.scss */
.vue-tel-wrapper .vti__dropdown-list {
  width: 390px;
  border-radius: 6px;
}

@media (max-width: 640px) {
  /* line 1932, app/assets/stylesheets/application.scss */
  .vue-tel-wrapper .vti__dropdown-list {
    width: 100% !important;
  }
}

/* line 1942, app/assets/stylesheets/application.scss */
.alert.alert-danger {
  background: rgba(219, 52, 64, 0.2);
  border: 1px solid #DB3440;
  border-radius: 4px;
  margin-bottom: 1.4rem;
}

/* line 1948, app/assets/stylesheets/application.scss */
.alert ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 1rem;
}

/* line 1952, app/assets/stylesheets/application.scss */
.alert ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #DB3440;
}

/* line 1963, app/assets/stylesheets/application.scss */
.alert-list {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 14px;
  color: #DB3440;
  margin-bottom: 1rem;
}

/* line 1971, app/assets/stylesheets/application.scss */
.alert-list ul {
  margin: 0;
  padding: 0rem 0.7rem;
}

/* line 1976, app/assets/stylesheets/application.scss */
.container-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 1.8rem 2rem;
}

/* line 1983, app/assets/stylesheets/application.scss */
.callout-msg {
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1.2rem;
}

/* line 1992, app/assets/stylesheets/application.scss */
.callout-msg.success {
  background: #E9F2FC;
  color: #474747;
  border: 1px solid transparent;
}

/* line 1997, app/assets/stylesheets/application.scss */
.callout-msg.error {
  background: rgba(219, 52, 64, 0.2);
  border: 1px solid #DB3440;
  color: #DB3440;
}

/* line 2004, app/assets/stylesheets/application.scss */
.container-promocodes {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 85px;
}

@media screen and (max-width: 640px) {
  /* line 2004, app/assets/stylesheets/application.scss */
  .container-promocodes {
    padding: 18px;
    border: 1px solid #C1C7D0;
    -webkit-box-shadow: 0px 4px 10px rgba(202, 207, 227, 0.25);
            box-shadow: 0px 4px 10px rgba(202, 207, 227, 0.25);
    border-radius: 6px;
  }
}

/* line 2019, app/assets/stylesheets/application.scss */
.filter-button {
  padding: 6px 11px;
  border: 1px solid #e7ebef;
  width: 92px;
  height: 40px;
}

@media (max-width: 640px) {
  /* line 2019, app/assets/stylesheets/application.scss */
  .filter-button {
    width: 95px;
    height: 40px;
    padding: 6px;
  }
}

/* line 2031, app/assets/stylesheets/application.scss */
.filter-applied {
  background: #006dcc;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -4px;
  right: -4px;
}

/* line 2041, app/assets/stylesheets/application.scss */
.clients-search-container input[type=search],
.clients-search-container input[type=search]:focus {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  margin: 0;
  text-indent: 1em;
  padding: 20px 30px;
  width: 336px;
}

@media (max-width: 640px) {
  /* line 2041, app/assets/stylesheets/application.scss */
  .clients-search-container input[type=search],
.clients-search-container input[type=search]:focus {
    width: auto;
  }
}

/* line 2055, app/assets/stylesheets/application.scss */
.clients-search-container .search-icon {
  top: 13px;
}

/* line 2059, app/assets/stylesheets/application.scss */
.limit-tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 2065, app/assets/stylesheets/application.scss */
.limit-reached .card-content {
  opacity: 0.5;
}

/* line 2069, app/assets/stylesheets/application.scss */
.limit-reached:hover .limit-tooltip, .limit-reached:hover + .limit-tooltip {
  display: block;
}

/* line 2073, app/assets/stylesheets/application.scss */
.limit-bottom-tooltip {
  right: 0;
  bottom: 12px;
}

/* line 2078, app/assets/stylesheets/application.scss */
.limit-top-tooltip {
  top: -22px;
}

/* line 2082, app/assets/stylesheets/application.scss */
.filter-input {
  height: 40px;
}

@media (max-width: 640px) {
  /* line 2082, app/assets/stylesheets/application.scss */
  .filter-input {
    height: 30px;
  }
}

/* line 2088, app/assets/stylesheets/application.scss */
.filter-input::-webkit-input-placeholder {
  color: #BCBCCB;
}
.filter-input::-moz-placeholder {
  color: #BCBCCB;
}
.filter-input:-ms-input-placeholder {
  color: #BCBCCB;
}
.filter-input::-ms-input-placeholder {
  color: #BCBCCB;
}
.filter-input::placeholder {
  color: #BCBCCB;
}

/* line 2091, app/assets/stylesheets/application.scss */
.plan-option-container {
  min-height: 60px;
  cursor: pointer;
  padding: 0 20px !important;
}

/* line 2095, app/assets/stylesheets/application.scss */
.plan-option-container img {
  width: 7px;
  height: 4px;
}

@media (max-width: 640px) {
  /* line 2091, app/assets/stylesheets/application.scss */
  .plan-option-container {
    padding: 0 12px !important;
  }
}

/* line 2103, app/assets/stylesheets/application.scss */
.option-container {
  background: rgba(245, 246, 250, 0.5);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 2108, app/assets/stylesheets/application.scss */
.mt-20px {
  margin-top: 20px;
}

/* line 2111, app/assets/stylesheets/application.scss */
.mx-20px {
  padding: 0 20px;
}

@media (max-width: 640px) {
  /* line 2111, app/assets/stylesheets/application.scss */
  .mx-20px {
    padding: 0 10px !important;
  }
}

/* line 2117, app/assets/stylesheets/application.scss */
.drop-upward {
  bottom: 100%;
}

/* line 2121, app/assets/stylesheets/application.scss */
.dropdown__content {
  position: relative;
  z-index: 30;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* line 2129, app/assets/stylesheets/application.scss */
.dropdown__content-text {
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 40;
  overflow-y: auto;
  max-height: 360px;
  height: auto;
  margin-top: 0.5rem;
}

/* line 2139, app/assets/stylesheets/application.scss */
.dropdown__content-text::-webkit-scrollbar {
  width: 4px;
}

/* line 2142, app/assets/stylesheets/application.scss */
.dropdown__content-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #E8E9ED;
          box-shadow: inset 0 0 5px #E8E9ED;
  border-radius: 10px;
}

/* line 2146, app/assets/stylesheets/application.scss */
.dropdown__content-text::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 6px;
}

/* line 2150, app/assets/stylesheets/application.scss */
.dropdown__content-text::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}

@media (max-width: 640px) {
  /* line 2129, app/assets/stylesheets/application.scss */
  .dropdown__content-text {
    max-height: 375px;
  }
}

/* line 2158, app/assets/stylesheets/application.scss */
.content-actions-cta {
  border: 1px solid #E4E8ED;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #000000;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

/* line 2174, app/assets/stylesheets/application.scss */
.content-actions-cta:hover {
  background: #F5F8FE;
}

/* line 2179, app/assets/stylesheets/application.scss */
.options-filter {
  border-radius: 6px;
  border: 1px solid #E4E8ED;
  background: #FFF;
  padding: 9.5px 16px;
  color: #000;
  cursor: pointer;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  /* line 2179, app/assets/stylesheets/application.scss */
  .options-filter {
    margin-right: 0.5rem;
  }
}

/* line 2192, app/assets/stylesheets/application.scss */
.options-filter:hover, .options-filter.active {
  border: 1px solid #006ECD;
  color: #006ECD;
}

@media screen and (max-width: 640px) {
  /* line 2197, app/assets/stylesheets/application.scss */
  .options-filter.segments {
    margin-top: 0.5rem;
  }
}

/* line 2205, app/assets/stylesheets/application.scss */
.horizontal-scroll::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

/* line 2210, app/assets/stylesheets/application.scss */
.horizontal-scroll::-webkit-scrollbar-thumb:horizontal {
  background-color: #D9D9D9;
  border-radius: 10px;
}

/* line 2216, app/assets/stylesheets/application.scss */
.report-filter-container {
  border-bottom: 1px #E4E8ED solid;
  padding: 14px 24px 16px 34px;
}

@media (max-width: 640px) {
  /* line 2216, app/assets/stylesheets/application.scss */
  .report-filter-container {
    padding: 10px 14px 14px 14px;
  }
}

@media (max-width: 640px) {
  /* line 2224, app/assets/stylesheets/application.scss */
  .filter-button {
    width: 70px;
    height: 30px;
  }
}

/* line 2231, app/assets/stylesheets/application.scss */
.filter-options {
  left: auto;
  position: absolute;
  right: 0;
  width: 420px;
  z-index: 10;
}

@media (max-width: 640px) {
  /* line 2231, app/assets/stylesheets/application.scss */
  .filter-options {
    min-width: 340px;
    width: auto;
  }
}

/* line 2243, app/assets/stylesheets/application.scss */
.create-btn {
  background: #006ecd;
  border-radius: 6px;
  padding: 0 1rem;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

@media (max-width: 640px) {
  /* line 2243, app/assets/stylesheets/application.scss */
  .create-btn {
    height: 30px;
    margin-top: 6px;
  }
}

/* line 2256, app/assets/stylesheets/application.scss */
.create-btn:hover {
  opacity: 0.80;
}

/* line 2259, app/assets/stylesheets/application.scss */
.create-btn.es {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 2262, app/assets/stylesheets/application.scss */
.create-btn.en {
  width: 144px;
}

@media (max-width: 640px) {
  /* line 2262, app/assets/stylesheets/application.scss */
  .create-btn.en {
    width: 98px;
  }
}

/* line 2268, app/assets/stylesheets/application.scss */
.create-btn span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 640px) {
  /* line 2268, app/assets/stylesheets/application.scss */
  .create-btn span {
    font-size: 12px;
  }
}

/* line 2280, app/assets/stylesheets/application.scss */
.create-btn svg {
  margin-left: 5px;
}

/* line 2285, app/assets/stylesheets/application.scss */
.add-new-element {
  color: #006ECD;
  font-size: 0.75rem;
  font-family: "Apercu Bold";
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
}

/* line 2291, app/assets/stylesheets/application.scss */
.add-new-element:hover {
  background: #E8F0FB;
}
