<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------*/
/*---------- Variables ----------*/
/*-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");
/* colors */
/* fonts */
/* dimensions */
/*------------------------------*/
/*--------- Directives ---------*/
/*------------------------------*/
/* buttons and links */
.lkInput, .miniButton, .miniButtonv2 {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
}
.lkInput:focus, .miniButton:focus, .miniButtonv2:focus {
  outline: none;
}
.linkBaseColorsmall, .linkBaseColorlarge {
  color: #212529;
  font-family: "Roboto", sans-serif;
}
/* text */
/* boxes */
.navbarBox {
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.profilePicLarge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/*-------------------------------*/
/*-------- Base styles ----------*/
/*-------------------------------*/
hr {
  border-bottom: 1px solid #D6D6D6;
  margin: 0 !important;
}
button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.containerLight, .fullWidthContainerLight, .fullWidthContainerSmallLight {
  display: flex;
  background-color: #fff;
}
.containerDark, .fullWidthContainerDark, .fullWidthContainerSmallDark {
  display: flex;
  background-color: #EAEAEA;
}
.lkInput {
  height: 2.25rem;
  min-height: 2rem;
}
.miniButton {
  border-radius: 4px !important;
  border: 1px solid #D6D6D6 !important;
}
.miniButtonv2 {
  border: 1px solid #494748 !important;
}
.fullWidthContainerLight {
  padding: 1rem;
  flex-direction: column;
  width: 100%;
}
.fullWidthContainerSmallLight {
  padding: 1rem;
  flex-direction: column;
  width: 100%;
}
.fullWidthContainerDark {
  padding: 1rem;
  flex-direction: column;
  width: 100%;
}
.fullWidthContainerSmallDark {
  padding: 1rem;
  flex-direction: column;
  width: 100%;
}
.tinyText, .tinyTextPrimaryColor {
  font-size: 0.9rem;
  line-height: 1rem;
}
.nanoText {
  font-size: 0.7rem;
  line-height: 0.8rem;
}
.tinyTextPrimaryColor {
  color: #785b9e;
}
.linkBaseColorsmall {
  font-size: 1rem;
  padding: 0.5rem;
}
.linkBaseColorlarge {
  font-size: 1.3rem;
  padding: 0.5rem;
}
.flatButtonSmall {
  background-color: #EAE0F8;
  border: none;
  outline: none;
  width: 70px;
}
.col-20 {
  flex-basis: 20%;
  width: 20%;
  display: flex;
}
.col-25 {
  flex-basis: 25%;
  width: 25%;
  display: flex;
}
.col-30 {
  flex-basis: 30%;
  width: 30%;
  display: flex;
}
.col-40 {
  flex-basis: 40%;
  width: 40%;
  display: flex;
}
.col-50 {
  flex-basis: 50%;
  width: 50%;
  display: flex;
}
.col-60 {
  flex-basis: 60%;
  width: 60%;
  display: flex;
}
.col-70 {
  flex-basis: 70%;
  width: 70%;
  display: flex;
}
.col-100 {
  flex-basis: 100%;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 1.5rem !important;
  }
}
h4 {
  font-size: 1.3rem;
}
.emphazisedText {
  font-size: 1.2rem;
  font-weight: 400;
}
/* COOKIE VARS */
#cookiesjsr {
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #FFF;
  --btn-border-color: #FFF;
  --btn-bg-color: #785b9e;
  --btn-prime-font-color: #785b9e;
  --btn-prime-border-color: #FFF;
  --btn-prime-bg-color: #FFF;
  --btn-inv-font-color: #785b9e;
  --btn-inv-border-color: #785b9e;
  --btn-inv-bg-color: #FFF;
  --btn-prime-inv-font-color: #FFF;
  --btn-prime-inv-border-color: #785b9e;
  --btn-prime-inv-bg-color: #785b9e;
  --link-list-font-color: #FFF;
  --link-list-separator-color: #FFF;
  --banner-logo-offset: 100px;
  --banner-bg-color: #785b9e;
  --banner-font-color: #FFF;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #FFF;
  --layer-header-font-color: #212529;
  --layer-body-bg-color: #FFF;
  --layer-tab-bg-color: #FFF;
  --layer-tab-font-color: #212529;
  --layer-tab-active-bg-color: #785b9e;
  --layer-tab-active-font-color: #FFF;
  --layer-bg-dark: #785b9e;
  --layer-font-light: #FFF;
  --layer-font-dark: #212529;
  --layer-border-color: #e4e5e6;
  --layer-footer-bg-color: #FFF;
  --layer-footer-font-color: #212529;
  --layer-footer-height: 4.5em;
  --switch-border-color: #e4e5e6;
  --switch-handle-color: #FFF;
  --switch-bg-off: #FFF;
  --switch-bg-on: #00AA00;
  --switch-width: 45px;
  --switch-height: 25px;
  --switch-always-on-font-color: #785b9e;
  --switch-always-on-bg-color: #FFF;
}
.disabledLink {
  cursor: default;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>