/* src/assets/css/vendor/main.css */
@font-face {
  font-family: "AkkoRegular";
  src: url("./media/font-QH4CTGA5.woff2") format("woff2"), url("./media/font-I4LEMHMG.woff") format("woff");
}
@font-face {
  font-family: "AkkoBold";
  src: url("./media/fontB-3KBO7IPM.woff2") format("woff2"), url("./media/fontB-V5S7R6OT.woff") format("woff");
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
legend,
label,
table,
header,
footer,
nav,
section,
figure {
  margin: 0;
  padding: 0;
}
header,
footer,
nav,
section,
article,
hgroup,
figure {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clearBoth {
  clear: both;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
}
iframe {
  border: 0;
}
p,
pre,
li,
ul,
ol {
  margin: 0;
  padding: 0;
}
:focus {
  outline: solid 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "AkkoRegular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.8px;
}
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./media/bit-raster-7TIW4QCS.svg"), url("./media/BackgroundImg-3V2XL5FG.webp");
  background-repeat: repeat, no-repeat;
  background-position: center center, center center;
  background-size: 8px 4px, cover;
  background-attachment: fixed, fixed;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}
.main-div {
  position: relative;
  height: 100%;
  padding-top: 62px;
}
.main-div.layout-normal {
  padding-top: 45px;
}
.main-div .main-content-div {
  height: 100%;
}
@media only screen and (max-width: 52rem) {
  .main-div .main-content-div {
    height: auto;
  }
}
.site-center {
  width: 100%;
  max-width: 47rem;
  margin: 0 auto;
}
.site-center-wide {
  margin: 0 auto;
  width: 100%;
  max-width: 49.5rem;
}
.site-gap {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 52rem) {
  .site-gap {
    padding-left: 0.85em;
    padding-right: 0.85em;
  }
}
.flex-container {
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
}
.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .fixed {
    left: auto;
    right: 0;
    transform: translateX(0%);
    margin-left: 0;
    margin-right: 1.5em;
  }
}
.overlay-content .section-element {
  margin-bottom: 0;
}
.overlay-content .section-element .section-element-title {
  height: 106px;
}
@media only screen and (max-width: 52rem) {
  .overlay-content .section-element .section-element-title {
    height: 80px;
  }
}
@media only screen and (max-width: 34rem) {
  .overlay-content .section-element .section-element-title {
    height: 100px;
  }
}
@media only screen and (max-width: 52rem) {
  .overlay-content .section-element .section-element-title .section-element-title-text {
    padding-left: 2.7em;
    font-size: 0.75em;
  }
}
hr {
  height: 1px;
  background-color: #000000;
}
ul,
ol {
  padding-left: 24px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
.vertical-space-bottom {
  margin-bottom: 3rem;
}
.vertical-space-bottom .employee-footer {
  margin-bottom: 3rem;
}
.vertical-space-bottom-big {
  margin-bottom: 6rem;
}
.googlemaps {
  float: left;
}
@media only screen and (max-width: 52rem) {
  .googlemaps {
    height: 500px;
  }
}
.rte-table {
  width: 100% !important;
  max-width: 47rem;
}
.rte-table td,
.rte-table th {
  padding: 0.5em;
}
@media only screen and (max-width: 34rem) {
  .rte-table td,
  .rte-table th {
    font-size: 0.65em;
  }
}
.tx-kesearch-pi1 {
  margin: 0;
  font-family: "AkkoRegular", sans-serif;
  font-size: 20px;
  color: #151543;
}
.tx-kesearch-pi1 h2,
.tx-kesearch-pi1 h3,
.tx-kesearch-pi1 h3 a {
  color: #151543;
}
.tx-kesearch-pi1 h2 {
  font-size: 2em;
}
.tx-kesearch-pi1 h3 {
  font-size: 1.6em;
}
.tx-kesearch-pi1 h3 a {
  font-size: 1em;
}
.tx-kesearch-pi1 .vertical-space-bottom-search {
  margin-bottom: 2rem;
}
.tx-kesearch-pi1 .ke-search-elements {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #e3e3e4 url("./media/bit-raster-dark-3UUKMZYB.svg") repeat-x bottom left;
}
.tx-kesearch-pi1 .ke-search-elements .ke-search-element {
  padding-left: 0;
  padding-right: 0;
}
.tx-kesearch-pi1 .ke-search-elements .ke-search-element a:hover {
  color: #151543;
}
.tx-kesearch-pi1 .ke-search-elements .ke-search-element p {
  color: #5b5b5b;
}
.tx-kesearch-pi1 .ke-search-elements .ke-search-element .hit {
  font-weight: bold;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 0.4em 0;
  font-family: "AkkoRegular", sans-serif;
  font-weight: normal;
  color: #ffffff;
}
h1,
h1 a {
  font-size: 2.6em;
  line-height: 100%;
}
@media only screen and (max-width: 52rem) {
  h1,
  h1 a {
    font-size: 1.25em;
  }
}
h2,
h2 a {
  font-size: 2em;
  line-height: 150%;
}
@media only screen and (max-width: 52rem) {
  h2,
  h2 a {
    font-size: 1.4em;
  }
}
h3,
h3 a {
  font-size: 1.6em;
}
@media only screen and (max-width: 52rem) {
  h3,
  h3 a {
    font-size: 1.4em;
  }
}
h4,
h4 a {
  font-size: 1.4em;
}
img {
  width: 100%;
  height: auto;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.title-text {
  color: #5b5b5b;
}
.title-text h2,
.title-text h3 {
  font-family: "AkkoBold", sans-serif;
  line-height: 1.25;
}
.title-text a:hover {
  color: #151543;
}
.title-text.tab-element-special h2 {
  font-size: 1.3em;
}
.title-red h2 {
  color: #e90050;
}
.title-red a {
  color: #e90050;
}
.title-yellow h2 {
  color: #ffb900;
}
.title-yellow a {
  color: #ffb900;
}
.title-green h2 {
  color: #00a7a7;
}
.title-green a {
  color: #00a7a7;
}
.title-blue h2 {
  color: #49bbd5;
}
.title-blue a {
  color: #49bbd5;
}
.title-light-green h2 {
  color: #00a628;
}
.title-light-green a {
  color: #00a628;
}
.employee .employee-box-content-text {
  font-size: 1em;
  line-height: 150%;
  color: #ffffff;
  margin-top: 1em;
  display: none;
}
.employee h3 {
  color: #5b5b5b;
}
.employee employee-link-to-page .link-to-page {
  float: none;
  width: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 52rem) {
  .employee employee-link-to-page .link-to-page {
    width: 70px;
  }
}
.employee .employee-box-content img {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 2em;
}
.download-link {
  width: auto;
}
.download-link a {
  background: url("./media/arrow-link-grey-QF4JTTEB.svg") no-repeat right/12px 12px;
  padding-right: 2em;
  font-size: 0.7em;
  color: #5b5b5b;
}
.download-link-page {
  margin-top: 1em;
}
.download-link .hover-red:hover {
  background: url("./media/arrow-link-red-LEO5ATDW.svg") no-repeat right/12px 12px;
  color: #e90050;
}
.download-link .hover-yellow:hover {
  background: url("./media/arrow-link-yellow-YUXBMS4Y.svg") no-repeat right/12px 12px;
  color: #ffb900;
}
.download-link .hover-green:hover {
  background: url("./media/arrow-link-green-3NP3LKVM.svg") no-repeat right/12px 12px;
  color: #00a7a7;
}
.download-link .hover-blue:hover {
  background: url("./media/arrow-link-blue-NYS33EFB.svg") no-repeat right/12px 12px;
  color: #151543;
}
.picture-tab-element {
  position: relative;
  margin-bottom: 1.8em;
}
.picture-tab-element img {
  margin-top: 1.5em;
  height: auto;
  width: 40%;
}
@media only screen and (max-width: 52rem) {
  .picture-tab-element img {
    width: 55%;
  }
}
.picture-tab-element .picture-tab-element-text {
  position: absolute;
  bottom: 0;
  padding-left: 50%;
}
@media only screen and (max-width: 52rem) {
  .picture-tab-element .picture-tab-element-text {
    padding-left: 0;
    padding-top: 0.5em;
    position: inherit;
  }
}
.picture-tab-element .picture-tab-element-text .link-mail {
  background: url("./media/arrow-link-dark-BFKUCPYV.svg") no-repeat right/12px 12px;
}
.picture-tab-element .picture-tab-element-text a {
  color: #151543;
  font-size: 1em;
  padding-right: 1.5em;
}
.picture-tab-element .picture-tab-element-text a:hover {
  color: #49bbd5;
}
.image-element-tab {
  float: left;
}
.image-element {
  margin-top: 2em;
}
.image-element .modalDialog {
  position: fixed;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.image-element .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.image-element .modalDialog > div {
  width: 70%;
  position: relative;
  margin: 1.5% auto;
  padding: 13px 13px 13px 13px;
  border-radius: 9px;
  background: -moz-linear-gradient(#ffffff, #999999);
  background: -webkit-linear-gradient(#ffffff, #999999);
  background: -o-linear-gradient(#ffffff, #999999);
}
.image-element .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.publication-elements {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #e3e3e4 url("./media/bit-raster-dark-3UUKMZYB.svg") repeat-x bottom left;
}
.publication-elements h2,
.publication-elements h3 {
  color: #151543;
}
.publication-elements p {
  color: #5b5b5b;
}
.publication-elements a {
  color: #5b5b5b;
}
.publication-elements a:hover {
  color: #49bbd5;
}
.publication-elements .download-link a:hover {
  background: url("./media/arrow-link-light-blue-DO5BGUZL.svg") no-repeat right center/12px 12px;
}
.publication-elements .site-center .site-gap {
  padding-left: 0;
  padding-right: 0;
}
.publication-elements .link-to-page {
  color: #5b5b5b;
  background: url("./media/arrow-link-grey-QF4JTTEB.svg") no-repeat right center/12px 12px;
  float: none;
  display: inline;
}
.employee-box {
  display: flex;
  flex: 1 1 100%;
  padding: 1em 1.9em 1.5em 2em;
  background-color: #e3e3e4;
}
@media only screen and (max-width: 52rem) {
  .employee-box {
    flex: 1 0 auto;
    margin: 0;
  }
}
.employee-box.touch-hover.special-hover h3 {
  color: #ffffff;
}
.employee-box.touch-hover.special-hover .employee-box-content img {
  visibility: hidden;
}
.employee-box.touch-hover.special-hover .employee-box-content-text,
.employee-box.touch-hover.special-hover .link-to-page {
  position: absolute;
  display: block;
}
.employee-box.touch-hover.special-hover.box-red {
  background-color: #e90050;
}
.employee-box.touch-hover.special-hover.box-yellow {
  background-color: #ffb900;
}
.employee-box.touch-hover.special-hover.box-green {
  background-color: #00a7a7;
}
.employee-box.touch-hover.special-hover.box-blue {
  background-color: #49bbd5;
}
.employee-box.touch-hover.special-hover.box-light-green {
  background-color: #00a628;
}
.employee-box.touch-hover.special-hover .link-to-page {
  background-image: url("./media/arrow-link-FE2AE4F3.svg");
}
.employee-box .employee-box-center h3 {
  margin-bottom: 0.75rem;
  font-size: 1.6em;
}
@media only screen and (max-width: 52rem) {
  .employee-box .employee-box-center h3 {
    font-size: 1.4em;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
.employee-box .employee-box-center .employee-box-content-text,
.employee-box .employee-box-center .link-to-page {
  display: none;
}
@media only screen and (max-width: 52rem) {
  .employee-box .employee-box-center .employee-box-content-text,
  .employee-box .employee-box-center .link-to-page {
    font-size: 0.85em;
  }
}
.employee-lists .employee-box {
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 52rem) {
  .employee-lists .employee-box {
    min-height: 330px;
  }
}
.picture-element-speedtest {
  min-height: 0;
  background: url("./media/bit-raster-lightgreen-FDKLPNW5.svg") repeat top left/8px 4px, url("./media/speedtest-JP6RPGRK.png") no-repeat top center/cover;
}
@media only screen and (max-width: 52rem) {
  .picture-element-speedtest {
    min-height: auto;
  }
}
.picture-element-speedtest .picture-element-content {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 16em;
  padding-bottom: 1.5em;
}
.picture-element-speedtest .picture-element-content h1,
.picture-element-speedtest .picture-element-content .picture-element-text {
  color: #ffffff;
}
.picture-element-speedtest .picture-element-content .picture-element-text {
  margin-bottom: 1rem;
}
.picture-element-speedtest .picture-element-content .link-to-page {
  width: auto;
}
@media only screen and (max-width: 52rem) {
  .picture-element-speedtest .picture-element-content {
    padding-top: 11em;
    padding-left: 0.8em;
  }
  .picture-element-speedtest .picture-element-content h1 {
    font-size: 0.85em;
  }
  .picture-element-speedtest .picture-element-content .picture-element-text {
    font-size: 0.75em;
  }
  .picture-element-speedtest .picture-element-content .link-to-page {
    font-size: 0.6em;
  }
}
.picture-element-contact {
  min-height: 0;
  background: url("./media/bit-raster-lightblue-KWNWZ4HY.svg") repeat top left/8px 4px, url("./media/contact-DVIR6PSD.png") no-repeat top center/100% 100%;
}
@media only screen and (max-width: 52rem) {
  .picture-element-contact {
    min-height: auto;
  }
}
.picture-element-contact .picture-element-content {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 16em;
  padding-bottom: 1.5em;
}
.picture-element-contact .picture-element-content h1,
.picture-element-contact .picture-element-content .picture-element-text {
  color: #ffffff;
}
.picture-element-contact .picture-element-content .picture-element-text {
  margin-bottom: 1rem;
}
.picture-element-contact .picture-element-content .link-to-page {
  width: auto;
}
@media only screen and (max-width: 52rem) {
  .picture-element-contact .picture-element-content {
    padding-top: 11em;
    padding-left: 0.8em;
  }
  .picture-element-contact .picture-element-content h1 {
    font-size: 0.85em;
  }
  .picture-element-contact .picture-element-content .picture-element-text {
    font-size: 0.75em;
  }
  .picture-element-contact .picture-element-content .link-to-page {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 52rem) {
  .employee-lists {
    margin-bottom: 1em;
  }
}
.employee-lists .flex-container {
  flex-flow: row nowrap;
}
@media only screen and (max-width: 52rem) {
  .employee-lists .flex-container {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 52rem) {
  .employee-lists .flex-container .employee-box {
    padding: 0.8rem 0.9rem 0.8rem 0.8rem;
  }
}
@media only screen and (max-width: 52rem) {
  .employee-lists .flex-container .employee-box .employee-box-center {
    font-size: 1.25em;
  }
}
.title-red h2 {
  color: #e90050;
}
.title-yellow h2 {
  color: #ffb900;
}
.title-green h2 {
  color: #00a7a7;
}
.employee-lists-title {
  margin-top: 2em;
}
.employee-lists-title h2 {
  font-family: "AkkoBold", sans-serif;
}
@media only screen and (max-width: 52rem) {
  .employee-lists-title {
    margin-top: 4em;
  }
}
.main-nav {
  display: none;
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 52rem) {
  .main-nav {
    display: none !important;
  }
}
.main-nav .main-nav-top {
  display: none;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #151543;
}
.main-nav .main-nav-top a {
  font-size: 2em;
  background: url("./media/arrow-link-FE2AE4F3.svg") no-repeat right center/20px 20px;
  width: 290px;
}
.main-nav .main-nav-top a:hover {
  color: #49bbd5;
  background: url("./media/arrow-link-light-blue-DO5BGUZL.svg") no-repeat right center/20px 20px;
}
.main-nav .main-nav-first {
  min-height: 500px;
  background-color: #49bbd5;
  padding-top: 5em;
}
.main-nav .main-nav-first a {
  font-size: 2.8em;
  background: url("./media/arrow-link-FE2AE4F3.svg") no-repeat right center/25px 25px;
  width: 390px;
}
.main-nav .main-nav-first a:hover {
  color: #000000;
  background: url("./media/arrow-link-dark-BFKUCPYV.svg") no-repeat right center/25px 25px;
}
.main-nav .main-nav-second {
  display: none;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5.5em 1rem 1rem 2rem;
  min-height: 100%;
  background-color: #ffb900;
}
.main-nav .main-nav-second a {
  width: auto;
  background: none;
  font-size: 1.4em;
}
.main-nav .main-nav-second a:hover {
  background: none;
  color: #000000;
}
.navigation-show {
  display: block !important;
}
@media only screen and (min-width: 52rem) {
  html .navigation-body-modifcator {
    overflow-y: scroll;
    background-image: none;
    background-color: #151543;
  }
  html .navigation-body-modifcator .main-footer {
    position: fixed;
    bottom: 0;
  }
  html .navigation-body-modifcator .main-content-div {
    height: 0;
    visibility: hidden;
  }
  html .navigation-body-modifcator .main-content-div > div {
    margin: 0;
    padding: 0;
    height: 0;
    min-height: auto;
    overflow: hidden;
  }
  html .navigation-body-modifcator .main-content-div .main-footer {
    visibility: visible;
  }
}
.main-nav-mobile {
  display: none;
}
.main-nav-mobile a {
  padding: 0.3em 1.25em 0.3em 0.8rem;
  width: 95%;
}
.main-nav-mobile .top {
  background-color: #151543;
}
.main-nav-mobile .top a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2em;
  background: url("./media/arrow-link-FE2AE4F3.svg") no-repeat right center/20px 20px;
}
.main-nav-mobile .top a:hover {
  color: #49bbd5;
  background: url("./media/arrow-link-light-blue-DO5BGUZL.svg") no-repeat right center/20px 20px;
}
.main-nav-mobile .second {
  display: none;
  background-color: #49bbd5;
  position: relative;
}
.main-nav-mobile .second a {
  font-size: 1.4em;
  background: url("./media/arrow-link-FE2AE4F3.svg") no-repeat right center/20px 20px;
}
.main-nav-mobile .second .firstACT,
.main-nav-mobile .second a:hover {
  color: #000000;
  background: url("./media/arrow-link-dark-BFKUCPYV.svg") no-repeat right center/20px 20px;
}
.main-nav-mobile .third {
  display: none;
  position: relative;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #ffb900;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.main-nav-mobile .third a {
  font-size: 1em;
}
.main-nav-mobile .third .secondACT,
.main-nav-mobile .third a:hover {
  color: #000000;
}
@media only screen and (min-width: 52rem) {
  html .navigation-body-modifcator-mobile .main-nav-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 52rem) {
  html .navigation-body-modifcator-mobile {
    background-image: none;
    background-color: #151543;
  }
  html .navigation-body-modifcator-mobile .header-icons .mobile {
    background: url("./media/nav-close-UKCTO3DA.svg") no-repeat center right;
  }
  html .navigation-body-modifcator-mobile .main-content-div {
    height: 0;
    visibility: hidden;
  }
  html .navigation-body-modifcator-mobile .main-content-div > div {
    height: 0;
    margin: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;
  }
  html .navigation-body-modifcator-mobile .main-content-div .main-footer {
    visibility: visible;
  }
  html .navigation-body-modifcator-mobile .main-footer {
    position: relative;
    bottom: 0;
  }
}
.service-navigation .nav-list {
  padding: 0;
}
.service-navigation .nav-list li {
  float: left;
  list-style: none;
  padding-left: 0.5em;
}
.service-navigation .nav-list li a {
  text-align: center;
  font-size: 0.75em;
  line-height: 100%;
  color: #49bbd5;
}
.service-navigation .nav-list li:first-child {
  padding: 0 0.5em 0 0;
  border-right: 2px solid #49bbd5;
}
.section-element-title {
  float: left;
  position: relative;
  width: 100%;
  min-height: 105px;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: center;
  font-size: 2.1em;
}
@media only screen and (max-width: 52rem) {
  .section-element-title {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 34rem) {
  .section-element-title {
    min-height: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4em;
  }
}
.section-element-title .section-element-title-text {
  padding-right: 1.7em;
  padding-left: 1.7em;
}
.section-element-title .site-center {
  position: relative;
}
.section-element-title .close-overlay {
  display: none;
  position: absolute;
  left: 0.3em;
  top: 2px;
  padding: 0.5em;
  background: url("./media/close-x-EXCXZINR.svg") no-repeat center center/25px 25px;
}
@media only screen and (max-width: 52rem) {
  .section-element-title .close-overlay {
    left: 0.6em;
  }
}
.section-element-graphic {
  width: 326px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
}
@media only screen and (max-width: 52rem) {
  .section-element-graphic {
    width: 300px;
    padding-top: 80px;
  }
}
.section-element-graphic .section-element-graphic-box {
  float: right;
  width: 86px;
  height: 42px;
  margin-top: 18px;
  background: url("./media/bit-raster-white-BBBY3JY4.svg") repeat top left/8px 4px;
}
.section-element-graphic .section-element-graphic-box:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 52rem) {
  .section-element-graphic .section-element-graphic-box {
    width: 78px;
    height: 38px;
  }
}
.firstline {
  margin-left: 70%;
}
.secondline {
  margin-left: 34px;
}
@media only screen and (max-width: 52rem) {
  .secondline {
    margin-left: 30px;
  }
}
.secondline:last-child {
  margin-left: 30%;
}
.thirdline {
  margin-left: 34px;
}
@media only screen and (max-width: 52rem) {
  .thirdline {
    margin-left: 30px;
  }
}
.thirdline:last-child {
  margin-left: 0;
}
.tab-element-head {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 17px;
  cursor: pointer;
}
.tab-element-head .tab-element-title {
  float: left;
  width: 80%;
  color: #75757a;
  font-size: 1.6em;
  font-family: "AkkoBold", sans-serif;
}
.tab-element-head .tab-element-title:hover {
  color: #151543;
}
.tab-element-head .tab-element-active-title {
  color: #151543;
}
.tab-element-head .tab-icon {
  float: right;
  padding: 1em;
  width: 20px;
  height: 20px;
  background: url("./media/akkordeon-plus-RFGZ6NW7.svg") no-repeat center center/26px 26px;
}
.tab-element-head .tab-icon.close {
  background: url("./media/akkordeon-minus-BVE4NJFK.svg") no-repeat center center/26px 26px;
}
.tab-element-title-text {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #5b5b5b;
  font-size: 1em;
}
.tab-element-title-text.tab-element-title-text-blue a {
  color: #49bbd5;
}
.tab-element-title-text.tab-element-title-text-green a {
  color: #00a7a7;
}
.tab-element-title-text.tab-element-title-text-light-green a {
  color: #00a628;
}
.tab-element-title-text.tab-element-title-text-red a {
  color: #e90050;
}
.tab-element-title-text.tab-element-title-text-yellow a {
  color: #ffb900;
}
.tab-element-title-text li ul {
  list-style-image: url("./media/akkordeon-bulletpoints-ZWV3M5HW.svg");
}
.tab-element-title-text:last-child {
  padding-bottom: 40px;
}
.tab-element-title-text h5 {
  color: #151543;
  font-size: 1em;
}
.employee-footer {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  min-height: 365px;
  font-size: 0.85em;
}
@media only screen and (max-width: 52rem) {
  .employee-footer {
    min-height: 300px;
  }
}
@media only screen and (max-width: 34rem) {
  .employee-footer {
    min-height: 366px;
  }
}
.employee-footer .employee-footer-img {
  float: left;
  position: absolute;
  width: 328px;
  bottom: 0;
  z-index: 3;
}
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-img {
    width: 270px;
  }
}
@media only screen and (max-width: 34rem) {
  .employee-footer .employee-footer-img {
    width: 270px;
  }
}
.employee-footer .employee-footer-img img {
  float: left;
}
.employee-footer .employee-footer-title {
  float: left;
  width: 45%;
  min-height: 152px;
  padding: 1.2em 0;
  margin-left: 55%;
  font-size: 1.6em;
  font-family: "AkkoBold", sans-serif;
}
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-title {
    display: none;
    min-height: 0;
  }
}
.employee-footer .employee-footer-raster {
  float: left;
  position: absolute;
  width: 100%;
  bottom: 3.7em;
  height: 150px;
  z-index: 0;
}
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-raster {
    bottom: 5.5em;
  }
}
.employee-footer .employee-footer-contact {
  float: left;
  position: relative;
  padding: 1.5em 0;
  margin-left: 55%;
  line-height: 150%;
  z-index: 99;
  font-size: 20px;
}
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-contact {
    padding-top: 100px;
    margin-left: 45%;
  }
}
@media only screen and (max-width: 34rem) {
  .employee-footer .employee-footer-contact {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }
}
.employee-footer .employee-footer-contact .contact-name {
  font-weight: bold;
}
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-contact p {
    display: none;
  }
}
.employee-footer .employee-footer-link {
  float: left;
  width: 45%;
  margin-left: 55%;
  padding: 0.75em 0;
  font-size: 1.4em;
}
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-link {
    display: none;
  }
}
.employee-footer .employee-footer-link .link-to-page {
  width: 85px;
}
.footer-bg-red {
  background-color: #e90050;
}
.footer-bg-red .employee-footer-raster {
  background: url("./media/bit-raster-darkred-VGUTRKAE.svg") repeat top left/8px 4px;
}
.footer-bg-blue {
  background-color: #49bbd5;
}
.footer-bg-blue .employee-footer-raster {
  background: url("./media/bit-raster-blue-36R7HTFS.svg") repeat top left/8px 4px;
}
.footer-bg-yellow {
  background-color: #ffb900;
}
.footer-bg-yellow .employee-footer-raster {
  background: url("./media/bit-raster-darkyellow-KVF4XHRA.svg") repeat top left/8px 4px;
}
.footer-bg-green {
  background-color: #00a7a7;
}
.footer-bg-green .employee-footer-raster {
  background: url("./media/bit-raster-darkgreen-CBU33PKO.svg") repeat top left/8px 4px;
}
.footer-bg-light-green {
  background-color: #00a628;
}
.footer-bg-light-green .employee-footer-raster {
  background: url("./media/bit-raster-lightgreen-FDKLPNW5.svg") repeat top left/8px 4px;
}
.section-element {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 100;
}
.section-element .section-element-raster {
  width: 100%;
  height: 260px;
}
@media only screen and (max-width: 52rem) {
  .section-element .section-element-raster {
    height: 230px;
  }
}
.section-element.no-bottom-space {
  margin-bottom: 0 !important;
}
.section-element-small {
  position: fixed;
  top: 62px;
  margin-bottom: 0 !important;
}
.section-element-small .section-element-title {
  height: auto;
  min-height: 106px;
}
@media only screen and (max-width: 52rem) {
  .section-element-small .section-element-title-text {
    padding-left: 2.7em;
    font-size: 0.75em;
  }
}
.section-red {
  background-color: #e90050;
}
.section-red .section-element-raster {
  background: url("./media/bit-raster-darkred-VGUTRKAE.svg") repeat center center/8px 4px;
}
.section-red .section-element-title {
  background-color: #e90050;
}
.section-yellow {
  background-color: #ffb900;
}
.section-yellow .section-element-raster {
  background: url("./media/bit-raster-darkyellow-KVF4XHRA.svg") repeat center center/8px 4px;
}
.section-yellow .section-element-title {
  background-color: #ffb900;
}
.section-blue {
  background-color: #49bbd5;
}
.section-blue .section-element-raster {
  background: url("./media/bit-raster-blue-36R7HTFS.svg") repeat center center/8px 4px;
}
.section-blue .section-element-title {
  background-color: #49bbd5;
}
.section-green {
  background-color: #00a7a7;
}
.section-green .section-element-raster {
  background: url("./media/bit-raster-darkgreen-CBU33PKO.svg") repeat center center/8px 4px;
}
.section-green .section-element-title {
  background-color: #00a7a7;
}
.section-lightgreen {
  background-color: #00a628;
}
.section-lightgreen .section-element-raster {
  background: url("./media/bit-raster-darkgreen-CBU33PKO.svg") repeat center center/8px 4px;
}
.section-lightgreen .section-element-title {
  background-color: #00a628;
}
.tab-element {
  float: left;
  width: 100%;
  background: #efefef url("./media/bit-raster-grey-JJSMUAR6.svg") repeat-x bottom left;
}
.tab-element .site-center {
  cursor: default;
}
.tab-element .tab-element-head {
  cursor: pointer;
}
.tab-content {
  float: left;
  width: 100%;
}
.box-content-div .box-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 260px;
}
.box-content-div .box-content-text {
  font-size: 1.1em;
  line-height: 150%;
  color: #ffffff;
  margin-top: 0.4em;
}
.box-content-div .link-to-page {
  float: none;
  width: 60px;
  margin-top: 3em !important;
  font-weight: bold;
}
@media only screen and (max-width: 52rem) {
  .box-content-div .link-to-page {
    width: 70px;
  }
}
.box-content-div .box-image {
  display: block;
  height: 100%;
  width: 100%;
}
.box-content-div .box-image.security {
  background: url("./media/security-GKK3HUI3.svg") no-repeat center center/158px 198px;
}
.box-content-div .box-image.performance {
  background: url("./media/performance-2UN5DSOB.svg") no-repeat center center/182px 190px;
}
.box-content-div .box-image.software {
  background: url("./media/software-LK5HAZE6.svg") no-repeat center center/166px 142px;
}
.box-content-blue {
  background: url("./media/bit-raster-blue-36R7HTFS.svg") repeat top left/8px 4px;
}
@media only screen and (max-width: 52rem) {
  .box-content-blue {
    background: url("./media/bit-raster-blue-36R7HTFS.svg") repeat top left/8px 4px;
  }
}
.box-content-red {
  background: url("./media/bit-raster-red-UIB4JKYS.svg") repeat top left/8px 4px;
}
@media only screen and (max-width: 52rem) {
  .box-content-red {
    background: url("./media/bit-raster-darkred-VGUTRKAE.svg") repeat top left/8px 4px;
  }
}
.box-content-yellow {
  background: url("./media/bit-raster-yellow-4NX3BMWL.svg") repeat top left/8px 4px;
}
@media only screen and (max-width: 52rem) {
  .box-content-yellow {
    background: url("./media/bit-raster-darkyellow-KVF4XHRA.svg") repeat top left/8px 4px;
  }
}
.box-content-green {
  background: url("./media/bit-raster-green-UMLPDN2J.svg") repeat top left/8px 4px;
}
@media only screen and (max-width: 52rem) {
  .box-content-green {
    background: url("./media/bit-raster-darkgreen-CBU33PKO.svg") repeat top left/8px 4px;
  }
}
.link-to-page {
  float: left;
  width: 100%;
  padding-right: 1.5em;
  line-height: 150%;
  font-size: 0.75em;
  background: url("./media/arrow-link-FE2AE4F3.svg") no-repeat right center/12px 12px;
}
.link-to-page-white {
  color: #ffffff;
}
.link-to-page-white:hover {
  color: #151543;
  background: url("./media/arrow-link-blue-NYS33EFB.svg") no-repeat right center/12px 12px;
}
.link-to-page-blue {
  color: #49bbd5;
}
.link-to-page-blue:hover {
  color: #ffffff;
}
.link-to-page-grey {
  color: #5b5b5b;
}
.link-to-page-news {
  float: left;
  width: 296px;
  padding: 0 2.0em 0 0.6em;
  line-height: 150%;
  font-size: 0.7em;
  color: #ffffff;
  background-color: #49bbd5;
  border-right: 1px solid #49bbd5;
  border-bottom: 2px solid #49bbd5;
  border-left: 1px solid #49bbd5;
  border-radius: 6px;
  background-position: right 8px top 6px;
  z-index: 3;
}
.link-to-page-news.fixed {
  top: 62px;
  margin-left: 302px;
}
@media only screen and (max-width: 52rem) {
  .link-to-page-news.fixed {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 20rem) {
  .link-to-page-news.fixed {
    margin: 0 0.4em;
  }
}
.link-to-page-news.fixed.fixed:hover {
  color: #151543;
}
.link-to-page-news.layout-normal {
  top: 46px !important;
}
.link-to-page-news.news-removed {
  display: none;
}
.link-to-page-news.fixed:hover {
  background-image: url("./media/arrow-link-blue-NYS33EFB.svg");
}
.top-navigation .nav-list {
  padding: 0;
}
.top-navigation .nav-list li {
  list-style: none;
}
.top-navigation .nav-list li a {
  color: #49bbd5;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
}
.top-navigation .nav-list li h3 {
  color: #49bbd5;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
}
.header-icons .header-icons-element {
  margin-right: 0.8em;
}
.header-icons .header-icons-element:last-child {
  margin-right: 0;
}
.header-icons .header-icons-element img {
  display: block;
}
.header-icons .header-icons-element.search {
  width: 20px;
  height: 20px;
  background-image: url("./media/header-icon-search-JCJMFXKO.svg");
}
.header-icons .header-icons-element.search:hover {
  background-image: url("./media/header-icon-search-blue-ZQVTMRAL.svg");
}
.header-icons .header-icons-element.download {
  width: 18px;
  height: 18px;
  background-image: url("./media/header-icon-download-BMQVPZNA.svg");
  background-repeat: no-repeat;
}
.header-icons .header-icons-element.download:hover {
  background-image: url("./media/header-icon-download-blue-TMKCY5JV.svg");
}
.header-icons .header-icons-element.secure {
  font-size: 0.75em;
  color: #ffffff;
}
@media only screen and (max-width: 52rem) {
  .header-icons .header-icons-element.secure {
    display: none;
  }
}
.header-icons .header-icons-element.secure:hover {
  color: #49bbd5;
}
.header-icons .header-icons-element.language {
  font-size: 0.75em;
  margin-right: 0;
  color: #49bbd5;
}
@media only screen and (max-width: 52rem) {
  .header-icons .header-icons-element.language {
    margin-right: 0.8em;
  }
}
.header-icons .header-icons-element.language:hover,
.header-icons .header-icons-element.language.active {
  color: #ffffff;
}
.header-icons .header-icons-element.mobile {
  height: 14px;
  width: 30px;
  background-image: url("./media/nav-open-7R5FRVQJ.svg");
}
.header-icons .nice-select {
  z-index: 8000;
  width: 33%;
  max-width: 55px;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
}
@media only screen and (max-width: 34rem) {
  .header-icons .nice-select {
    width: auto;
    min-width: 52px;
  }
  .header-icons .nice-select:after {
    border: none;
  }
}
.header-icons .nice-select:after {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  height: 11px;
  right: 18px;
  top: 50%;
  padding-right: 6px;
}
.header-icons .nice-select .current {
  color: #FFFFFF;
}
.address p {
  display: block;
  line-height: 150%;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #49bbd5;
}
.address:hover p {
  color: #ffffff;
}
.contact p {
  line-height: 150%;
  font-size: 0.85em;
  color: #ffffff;
}
.contact pa {
  text-transform: uppercase;
}
.speedtest {
  letter-spacing: 0;
  width: 126px;
  padding-left: 1.7em;
  font-size: 0.7em;
  line-height: 175%;
  background: url("./media/speedtest-LHYYAJ5N.svg") no-repeat left center;
}
.speedtest:hover {
  color: #151543;
}
.speedtest.fixed {
  top: 45px;
  margin-left: 387px;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .speedtest.fixed {
    margin-right: 1em;
  }
}
.speedtest.fixed-normal {
  top: 60px !important;
}
@media only screen and (max-width: 960px) {
  .speedtest.fixed-normal {
    margin-right: 0.85em !important;
  }
}
.blue-raster-element .blue-raster-child {
  width: 100%;
  height: 100%;
  background: url("./media/bit-raster-blue-36R7HTFS.svg") repeat top left/8px 4px;
}
.box {
  display: flex;
  flex: 1 1 100%;
  padding: 1em 1.7em 2em 1.7em;
}
.box .box-center {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column wrap;
}
.box .box-center h2 {
  margin-bottom: 0.75rem;
  font-size: 1.6em;
}
@media only screen and (max-width: 52rem) {
  .box .box-center h2 {
    font-size: 1.4em;
    margin-bottom: 0;
  }
}
.box .box-center .title-subline {
  display: none;
}
.box .box-center .box-content-text,
.box .box-center .link-to-page {
  display: none;
}
.box .box-center .link-to-page {
  text-transform: uppercase;
}
.box.touch-hover.special-hover .box-content {
  background-image: none;
  height: 0;
}
.box.touch-hover.special-hover .box-content img {
  display: none;
}
.box.touch-hover.special-hover .box-content-text,
.box.touch-hover.special-hover .link-to-page {
  display: block;
}
.box.touch-hover.special-hover .title-subline {
  display: block;
}
.box.touch-hover.special-hover.box-blue {
  background-color: #49bbd5;
}
.box.touch-hover.special-hover.box-red {
  background-color: #e90050;
}
.box.touch-hover.special-hover.box-yellow {
  background-color: #ffb900;
}
.box.touch-hover.special-hover.box-green {
  background-color: #00a7a7;
}
@media only screen and (max-width: 52rem) {
  .box {
    flex: 1 0 auto;
  }
  .box.box-blue {
    background-color: #49bbd5;
  }
  .box.box-red {
    background-color: #e90050;
  }
  .box.box-yellow {
    background-color: #ffb900;
  }
  .box.box-green {
    background-color: #00a7a7;
  }
  .box h2 {
    background: transparent url("./media/arrow-link-FE2AE4F3.svg") no-repeat scroll right center/15px 15px;
  }
}
.picture-element {
  width: 100%;
  min-height: 600px;
  float: left;
}
@media only screen and (max-width: 52rem) {
  .picture-element {
    min-height: auto;
  }
}
.picture-element .picture-element-content {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 16em;
  padding-bottom: 1.5em;
}
.picture-element .picture-element-content h1,
.picture-element .picture-element-content .picture-element-text {
  color: #ffffff;
}
.picture-element .picture-element-content .picture-element-text {
  margin-bottom: 1rem;
}
.picture-element .picture-element-content .link-to-page {
  width: auto;
}
@media only screen and (max-width: 52rem) {
  .picture-element .picture-element-content {
    padding-top: 11em;
    padding-left: 0.8em;
  }
  .picture-element .picture-element-content h1 {
    margin-bottom: 2rem;
  }
  .picture-element .picture-element-content .picture-element-text {
    display: none;
  }
  .picture-element .picture-element-content .link-to-page {
    font-size: 0.6em;
  }
}
.footer-service p {
  line-height: 150%;
  font-size: 0.75em;
  color: #49bbd5;
}
.info-modul-raster {
  padding-top: 4.5em;
  background: url("./media/bit-raster-dark-3UUKMZYB.svg") repeat top left/8px 4px;
}
@media only screen and (max-width: 52rem) {
  .info-modul-raster {
    padding-top: 2.5em;
  }
}
.info-modul-raster .site-center {
  flex-flow: column nowrap;
  justify-content: space-between;
}
.info-modul-raster .site-center .info-modul-content-gap h1 {
  float: left;
  margin-bottom: 0.2em;
}
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  margin-bottom: 54px;
}
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 52rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 34rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row {
    margin-bottom: 18px;
  }
}
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
  width: 238px;
  height: 106px;
  margin-right: 82px;
}
@media only screen and (max-width: 62.5rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
    width: 190px;
    height: 84px;
    margin-right: 62px;
  }
}
@media only screen and (max-width: 52rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
    width: 120px;
    height: 62px;
    margin-right: 26px;
  }
}
@media only screen and (max-width: 34rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
    width: 70px;
    height: 36px;
    margin-right: 26px;
  }
}
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element:last-child {
  margin-right: 0;
}
.info-modul-raster .site-center .start-element > * {
  display: none;
}
.info-modul-raster .site-center .start-element > span {
  float: left;
}
.info-modul-element {
  position: relative;
  height: 44px;
  line-height: 150%;
}
.info-modul-element .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.4em;
  background: url("./media/arrow-down-H7NYONRF.svg") no-repeat left center/12px 12px;
}
@media only screen and (max-width: 52rem) {
  .info-modul-element .icon {
    margin-right: 0.5em;
  }
}
.info-modul-element p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  font-size: 0.7em;
}
.info-modul-element p.title {
  text-transform: uppercase;
  color: #49bbd5;
}
@media only screen and (max-width: 52rem) {
  .info-modul-element p.text {
    display: none;
  }
}
@media only screen and (max-width: 52rem) {
  .info-modul-element p {
    font-size: 0.5em;
  }
}
.info-modul-element p:hover {
  color: #ffffff;
}
.info-modul-element .info-modul-icon {
  display: flex;
  align-items: center;
}
.info-modul-element .info-modul-icon a:hover {
  color: #151543;
}
.info-modul-element .info-modul-speedtest {
  flex: 1 1 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 52rem) {
  .info-modul-element .info-modul-speedtest .speedtest {
    margin-left: 0.5em;
  }
}
.text-modul p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 150%;
  color: #ffffff;
}
@media only screen and (max-width: 52rem) {
  .text-modul p {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 52rem) {
  .text-modul .link-to-page {
    font-size: 0.6em;
  }
}
.box-lists {
  background: #151543 url("./media/bit-raster-dark-3UUKMZYB.svg") repeat top left/8px 4px;
  clear: both;
}
.box-lists .flex-container {
  flex-flow: row nowrap;
}
@media only screen and (max-width: 52rem) {
  .box-lists .flex-container {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 52rem) {
  .box-lists .flex-container .box {
    padding: 0.2rem 0.9rem 0.8rem 0.8rem;
  }
}
@media only screen and (max-width: 52rem) {
  .box-lists .flex-container .box .box-center {
    font-size: 1.25em;
  }
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #151543;
}
.main-header .flex-container {
  align-items: center;
  min-height: 45px;
  position: relative;
}
@media only screen and (max-width: 52rem) {
  .main-header .flex-container {
    position: unset;
  }
}
.main-header .flex-container .flex-content {
  flex: 1 0 auto;
}
@media only screen and (max-width: 52rem) {
  .main-header .flex-container .flex-content.navigation-content {
    display: none;
  }
}
.main-header .flex-container .flex-content.navigation-content .top-navigation {
  min-width: 500px;
}
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list li a {
  line-height: 150%;
}
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list li a:hover {
  color: #ffffff;
}
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list .firstACT {
  color: #ffffff;
}
.main-header .flex-container .flex-content .logo img {
  width: 136px;
  height: 38px;
  margin: 0.6em 0;
}
.main-header .flex-container .flex-content .logo img.layout-normal {
  width: 76px;
  height: 22px;
}
.main-header .flex-container .flex-content .header-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.main-header .flex-container .flex-content .header-icons .header-icons-element.mobile {
  display: none;
}
@media only screen and (max-width: 52rem) {
  .main-header .flex-container .flex-content .header-icons .header-icons-element.mobile {
    display: block;
  }
}
.main-header.layout-normal {
  z-index: 100;
}
.main-footer {
  clear: both;
  height: 160px;
  width: 100%;
  background-color: #151543;
}
@media only screen and (max-width: 52rem) {
  .main-footer {
    height: auto;
    padding: 1.5em 0;
  }
}
.main-footer .site-center {
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 1.4em;
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center {
    flex-flow: column wrap;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-item {
    align-items: center;
    padding-left: 1em;
    flex: 1 0 auto !important;
  }
}
.main-footer .site-center .flex-service {
  flex: 1.35;
}
.main-footer .site-center .flex-address {
  flex: 1.35;
}
.main-footer .site-center .flex-contact {
  flex: 1;
}
.main-footer .site-center .flex-empty {
  flex: 1;
}
.main-footer .site-center .flex-service .logo {
  display: block;
  margin-bottom: 16px;
}
.main-footer .site-center .flex-service .logo img {
  width: 76px;
  height: 22px;
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-service .logo {
    display: none;
  }
}
.main-footer .site-center .flex-logo {
  display: none;
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-logo {
    display: block;
  }
  .main-footer .site-center .flex-logo img {
    width: 76px;
    height: 22px;
  }
}
.main-footer .site-center .flex-service p,
.main-footer .site-center .flex-service nav {
  display: flex;
}
.main-footer .site-center .flex-service a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-service {
    margin-top: 1.5em;
    order: 2;
  }
}
.main-footer .site-center .flex-service p,
.main-footer .site-center .flex-service nav {
  display: flex;
}
.main-footer .site-center .flex-service a:hover {
  color: #ffffff;
}
.main-footer .site-center .flex-address {
  justify-content: center;
  padding-top: 3px;
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-address {
    margin-top: 1.5em;
    padding-top: 0;
  }
}
.main-footer .site-center .flex-contact {
  padding-top: 3px;
  padding-bottom: 1em;
}
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-contact {
    margin-top: 1.5em;
    padding-top: 0;
  }
}
.main-footer .site-center .flex-contact p {
  text-align: left;
}
.main-footer .site-center .flex-contact a:hover {
  color: #49bbd5;
}
.info-modul {
  display: flex;
  flex-flow: column nowrap;
  background-color: #151543;
  height: 100%;
}
.info-modul .info-modul-element {
  flex: 0 1 auto;
}
@media only screen and (max-width: 52rem) {
  .info-modul {
    height: 380px;
  }
}
.main-div .text-bg {
  background-color: #151543;
  width: 100%;
  float: left;
}
.main-div .site-center .text-modul {
  max-width: 720px;
  padding: 1em 1em 1em 0;
}
.main-div .site-center .text-modul .link-to-page {
  width: auto;
}
input {
  background-color: #ffffff;
  color: #5b5b5b;
  border: #e3e3e4 1px solid;
  padding: 0.2em 0.4em 0.2em 0.4em;
}
.nice-select {
  color: #5b5b5b;
  background-color: #e3e3e4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 36px;
  line-height: 34px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  margin-bottom: 0.5em;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 48%;
}
.nice-select:after {
  border-bottom: 2px solid #5b5b5b;
  border-right: 2px solid #5b5b5b;
  content: "";
  display: block;
  height: 12px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 12px;
  padding-right: 10px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #17174b;
  color: #5b5b5b;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #2d2d91;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  height: 16px;
  line-height: 14px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 14px;
  min-height: 14px;
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-18px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: 34px;
  list-style: none;
  min-height: 34px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #49bbd5;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #5b5b5b;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.header-top-search {
  display: none;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 8001;
}
@media only screen and (max-width: 52rem) {
  .header-top-search {
    top: 12px;
    right: 17px;
  }
}
.header-top-search .header-search-box {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.header-top-search .header-search-box form {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.header-top-search .header-search-box form .search-text {
  float: left;
  width: 100%;
  height: 39px;
  color: #49bbd5;
  overflow: hidden;
}
.header-top-search .header-search-box form .search-button {
  float: left;
  height: 39px;
  width: 39px;
  background: #49bbd5 url("./media/header-icon-search-JCJMFXKO.svg") no-repeat center center/60% 60%;
  border: none;
}
.header-top-search .header-search-box .close {
  width: 39px;
  height: 39px;
  background: #000000 url("./media/header-icon-close-LDZISNAR.svg") no-repeat center center/50% 50%;
}
.header-top-search.layout-normal {
  top: 8px !important;
}
.header-top-search.layout-normal .search-text,
.header-top-search.layout-normal .search-button,
.header-top-search.layout-normal .close {
  height: 30px !important;
}
.box-elements {
  display: block;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: -2rem;
}
@media only screen and (max-width: 52rem) {
  .box-elements {
    margin-bottom: 0;
  }
}
.box-element {
  color: #5b5b5b;
  position: relative;
  background-color: #e3e3e4;
  min-height: 215px;
  flex: 0 1 47%;
  max-width: 47%;
  margin-bottom: 2rem;
  padding: 1.3rem 1.3rem 3.3rem 1.3rem;
  order: 99;
}
.box-element h3 {
  font-family: "AkkoBold", sans-serif;
  color: #5b5b5b;
}
.box-element .text {
  font-size: 1em;
}
.box-element.box-position-1 {
  order: 1;
}
.box-element.box-position-2 {
  order: 2;
}
.box-element.box-position-3 {
  order: 3;
}
.box-element.box-position-4 {
  order: 4;
}
.box-element.box-position-5 {
  order: 5;
}
.box-element.box-position-6 {
  order: 6;
}
.box-element.box-position-7 {
  order: 7;
}
.box-element.box-position-8 {
  order: 8;
}
.box-element.box-position-9 {
  order: 9;
}
.box-element.box-position-10 {
  order: 10;
}
@media only screen and (max-width: 52rem) {
  .box-element {
    flex: 1 1 100%;
    max-width: none;
  }
}
.box-element .link-to-page {
  background-image: url("./media/arrow-link-grey-QF4JTTEB.svg");
  display: block;
  position: absolute;
  bottom: 0;
  width: auto;
  margin-bottom: 1em;
}
.box-element:hover:not(.touch-hover) {
  color: #ffffff;
}
.box-element:hover:not(.touch-hover) h3 {
  color: #ffffff;
}
.box-element:hover:not(.touch-hover) .link-to-page {
  background-image: url("./media/arrow-link-FE2AE4F3.svg");
}
.box-element:hover:not(.touch-hover).box-red {
  background-color: #e90050;
}
.box-element:hover:not(.touch-hover).box-yellow {
  background-color: #ffb900;
}
.box-element:hover:not(.touch-hover).box-green {
  background-color: #00a7a7;
}
.box-element:hover:not(.touch-hover).box-blue {
  background-color: #49bbd5;
}
.box-element:hover:not(.touch-hover).box-light-green {
  background-color: #00a628;
}
.box-element.box-active {
  order: -1;
}
.publication-filter .dropdowns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: -2px;
}
.publication-filter .dropdowns span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 52rem) {
  .publication-filter .dropdowns {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 34rem) {
  .publication-filter .dropdowns {
    margin-left: 0;
  }
}
.publication-filter .dropdowns .nice-select {
  flex: 0 1 32%;
  max-width: 30.8%;
}
@media only screen and (max-width: 52rem) {
  .publication-filter .dropdowns .nice-select {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.publication-filter .dropdowns .nice-select .option {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.publication-filter .publication-filter-search {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  flex: 1;
  margin-left: -2px;
}
@media only screen and (max-width: 34rem) {
  .publication-filter .publication-filter-search {
    margin-left: 0;
  }
}
.publication-filter .publication-filter-search .filter-input {
  width: 100%;
  margin-bottom: 1em;
}
.publication-filter .publication-filter-search .filter-search,
.publication-filter .publication-filter-search .filter-reset {
  height: 36px;
  width: 36px;
}
.publication-filter .publication-filter-search .filter-search {
  background: #49bbd5 url("./media/header-icon-search-JCJMFXKO.svg") no-repeat center center/60% 60%;
  border: none;
}
.publication-filter .publication-filter-search .filter-reset {
  background: #151543 url("./media/header-icon-close-LDZISNAR.svg") no-repeat center center/50% 50%;
  border: none;
}
.publication-filter .email-field p {
  color: #5b5b5b;
  margin-bottom: 1em;
}
.publication-filter .email-field .email-flex {
  display: flex;
  margin-bottom: 1em;
}
.publication-filter .email-field .email-flex .email-input {
  overflow: hidden;
  flex: 1;
}
.publication-filter .email-field .email-flex .email-search {
  flex: 0 0 36;
  width: 36px;
  height: 36px;
  border: none;
  background: #49bbd5 url("./media/Akkordeon_plus_color_change-2U2TQRM3.svg") no-repeat center center/60% 60%;
}
.publication-filter .email-field .error-message {
  color: #49bbd5;
  margin-bottom: 2rem;
}
.mainDiv {
  width: 100%;
  max-width: 1000px;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 0.1;
  min-height: 100%;
  width: 100%;
  background: #FFFFFF url("./media/bit-raster-7TIW4QCS.svg") repeat top left/8px 4px;
}
.overlay-shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 2000;
  opacity: 0.5;
}
html .overlay-modificator {
  overflow: hidden;
  position: fixed;
}
.mainSection {
  width: 80%;
  float: left;
}
nav a {
  display: block;
  text-decoration: none;
}
.ceTextImage,
.ceTextImageText {
  width: 100%;
}
.ceTextImage img,
.ceTextImageText img {
  height: auto;
}

/* node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #673ab7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ffd740;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #673ab7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #673ab7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #673ab7;
  --mat-progress-bar-track-color: rgba(103, 58, 183, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ffd740;
  --mat-progress-bar-track-color: rgba(255, 215, 64, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-filled-caret-color: #673ab7;
  --mat-form-field-filled-focus-active-indicator-color: #673ab7;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-outlined-caret-color: #673ab7;
  --mat-form-field-outlined-focus-outline-color: #673ab7;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ffd740 87%, transparent);
  --mat-form-field-filled-caret-color: #ffd740;
  --mat-form-field-filled-focus-active-indicator-color: #ffd740;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ffd740 87%, transparent);
  --mat-form-field-outlined-caret-color: #ffd740;
  --mat-form-field-outlined-focus-outline-color: #ffd740;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ffd740 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #673ab7;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ffd740;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #673ab7;
  --mat-chip-elevated-disabled-container-color: #673ab7;
  --mat-chip-elevated-selected-container-color: #673ab7;
  --mat-chip-flat-disabled-selected-container-color: #673ab7;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #ffd740;
  --mat-chip-elevated-disabled-container-color: #ffd740;
  --mat-chip-elevated-selected-container-color: #ffd740;
  --mat-chip-flat-disabled-selected-container-color: #ffd740;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-handle-color: #673ab7;
  --mat-slide-toggle-selected-hover-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-pressed-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-focus-handle-color: #673ab7;
  --mat-slide-toggle-selected-hover-handle-color: #673ab7;
  --mat-slide-toggle-selected-pressed-handle-color: #673ab7;
  --mat-slide-toggle-selected-focus-track-color: #9575cd;
  --mat-slide-toggle-selected-hover-track-color: #9575cd;
  --mat-slide-toggle-selected-pressed-track-color: #9575cd;
  --mat-slide-toggle-selected-track-color: #9575cd;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-handle-color: #ffd740;
  --mat-slide-toggle-selected-hover-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-focus-handle-color: #ffd740;
  --mat-slide-toggle-selected-hover-handle-color: #ffd740;
  --mat-slide-toggle-selected-pressed-handle-color: #ffd740;
  --mat-slide-toggle-selected-focus-track-color: #ffd54f;
  --mat-slide-toggle-selected-hover-track-color: #ffd54f;
  --mat-slide-toggle-selected-pressed-track-color: #ffd54f;
  --mat-slide-toggle-selected-track-color: #ffd54f;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #673ab7;
  --mat-slider-focus-handle-color: #673ab7;
  --mat-slider-handle-color: #673ab7;
  --mat-slider-hover-handle-color: #673ab7;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #673ab7 4%, transparent);
  --mat-slider-inactive-track-color: #673ab7;
  --mat-slider-ripple-color: #673ab7;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ffd740;
  --mat-slider-focus-handle-color: #ffd740;
  --mat-slider-handle-color: #ffd740;
  --mat-slider-hover-handle-color: #ffd740;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ffd740 4%, transparent);
  --mat-slider-inactive-track-color: #ffd740;
  --mat-slider-ripple-color: #ffd740;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #ffd740;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #673ab7;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #673ab7;
  --mat-tab-active-ripple-color: #673ab7;
  --mat-tab-inactive-ripple-color: #673ab7;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #673ab7;
  --mat-tab-active-hover-label-text-color: #673ab7;
  --mat-tab-active-focus-indicator-color: #673ab7;
  --mat-tab-active-hover-indicator-color: #673ab7;
  --mat-tab-active-indicator-color: #673ab7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ffd740;
  --mat-tab-active-ripple-color: #ffd740;
  --mat-tab-inactive-ripple-color: #ffd740;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ffd740;
  --mat-tab-active-hover-label-text-color: #ffd740;
  --mat-tab-active-focus-indicator-color: #ffd740;
  --mat-tab-active-hover-indicator-color: #ffd740;
  --mat-tab-active-indicator-color: #ffd740;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #673ab7;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ffd740;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #673ab7;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #673ab7;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-button-outlined-state-layer-color: #673ab7;
  --mat-button-protected-container-color: #673ab7;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #673ab7;
  --mat-button-text-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-button-text-state-layer-color: #673ab7;
  --mat-button-tonal-container-color: #673ab7;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ffd740;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #ffd740;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-button-outlined-state-layer-color: #ffd740;
  --mat-button-protected-container-color: #ffd740;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #ffd740;
  --mat-button-text-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-button-text-state-layer-color: #ffd740;
  --mat-button-tonal-container-color: #ffd740;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #673ab7;
  --mat-icon-button-state-layer-color: #673ab7;
  --mat-icon-button-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ffd740;
  --mat-icon-button-state-layer-color: #ffd740;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #673ab7;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-fab-small-container-color: #673ab7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ffd740;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-fab-small-container-color: #ffd740;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #9575cd;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #673ab7;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ffd740;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #673ab7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ffd740;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #673ab7 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #673ab7 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #673ab7 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #673ab7;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ffd740 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ffd740 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ffd740;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #673ab7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ffd740;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #673ab7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #673ab7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ffd740;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #673ab7;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffd740;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

/* src/styles.css */
html,
body {
  height: 100%;
}
.site-gap {
  padding-left: 0;
  padding-right: 0;
}
h1,
h2,
h3,
h4 {
  color: #000;
  margin: 0 0 .4em;
  font-size: 1.6em;
  font-family: AkkoRegular, sans-serif;
  font-weight: 400;
}
h4 {
  font-size: 1.2em;
}
.site-center {
  max-width: none;
}
.site-center-wide {
  max-width: none;
}
.main-content-div {
  color: black;
  height: auto !important;
  flex-grow: 1;
}
.mat-drawer-container {
  background-color: #fff0;
}
.mat-drawer {
  background-color: #f6f6f6;
}
.main-div {
  padding-top: 0;
}
.main-header {
  position: initial;
}
.main-div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mainContentWrapper {
  padding: 1rem;
  min-width: 400px;
}
mat-progress-bar .mat-progress-bar-buffer {
  background: #E4E8EB;
}
mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #56d959;
}
.p0 {
  padding: 0 !important;
}
.divlogo {
  margin-left: 0.3rem;
  width: 76px;
}
.main-header .pr1rem {
  padding-right: 1rem;
}
.sidenavContainer {
  height: 100%;
}
.sidenav .customContentWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex {
  flex: 1 0 auto;
}
.flexJustifyContent {
  display: flex;
  justify-content: space-between;
}
.p2bottom {
  padding: 2em 0;
}
.reportABugWeakness {
  color: #cacaca;
  font-size: .6rem;
  text-align: center;
  border-top: 1px solid #cacaca;
  padding: .2rem 0;
  cursor: pointer;
}
.blackText {
  color: #000000;
  cursor: default;
}
.menuToolbar {
  height: 2.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: .5rem;
}
.menuLinkContainer {
  flex-grow: 1;
}
.menuLinkContainer > div {
  padding-bottom: .2rem;
}
.iconLink {
  cursor: pointer;
  padding-left: 0.2rem;
  display: flex;
}
.textLink {
  cursor: pointer;
  text-decoration: underline;
}
.textLink:hover {
  color: #ffb900;
}
.iconLink:hover {
  color: #ffb900;
}
.iconLink.active {
  background-color: #e0e0e0;
}
.iconHelp {
  cursor: help;
}
.hide {
  color: #fff0;
  cursor: default;
}
.reportABugWrapper {
  width: 100%;
  padding: .5rem 0;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.reportABugWrapper mat-form-field:not(:last-child) {
  width: 100%;
  padding-bottom: .5rem;
}
.required p {
  color: red;
  font-size: .6rem;
}
.reportABugButtons {
  display: flex;
  justify-content: flex-end;
}
.reportABugButtons button:not(:last-child) {
  margin-right: 1rem;
}
.fontsize_point75 {
  font-size: .75rem;
}
.filterFixed {
  position: fixed;
  z-index: 200;
  top: -1rem;
  background-color: #dededef5 !important;
}
.clickableMatIcon {
  cursor: pointer;
}
.matIconTransitioned180deg {
  transform: rotate(180deg);
  transition: transform 550ms ease;
}
.matIconTransitioned0deg {
  transform: rotate(0deg);
  transition: transform 550ms ease;
}
.breakAllWords {
  word-break: break-all;
}
mat-sidenav:not(.mat-drawer-opened) {
  transform: none !important;
  visibility: visible !important;
  width: 2.5rem !important;
  overflow: hidden;
}
mat-sidenav:not(.mat-drawer-opened) .navigation-item-label {
  display: none !important;
}
.mat-drawer-transition .mat-drawer-content {
  transition-duration: 0s !important;
  transition-timing-function: linear !important;
  transition-property: none !important;
}
.mat-drawer[style*="visibility: hidden"] {
  display: flex !important;
}
.sidenavContainerPad {
  padding-left: 2.5rem;
}
.lengthMaxContent {
  width: max-content;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-danger {
  color: #e90050;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-ok {
  color: #00a628;
  background-color: #daf8d7;
  border-color: #cbf5c6;
}
details summary::-webkit-details-marker {
  display: none;
}
details > summary:first-of-type {
  list-style-type: none;
}
.myTooltip {
  white-space: pre-line;
}
.testplotline {
  stroke: #bdbdbd;
  stroke-dasharray: 10, 10;
}
.tableWrapper {
  width: 100%;
  overflow-x: scroll;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.eot);
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff) format("woff"),
    url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
div .format-icon {
  display: flex;
  flex-direction: row;
  align-content: center;
  font-size: 18px;
}
div .format-icon .mat-icon {
  overflow: visible !important;
}
.cdk-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1000;
}
.cdk-overlay-container button.mat-mdc-menu-item span.mat-mdc-menu-item-text {
  font-family: AkkoRegular, sans-serif;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
}

/* angular:styles/global:styles */
