<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: "Tahoma";
  line-height: 28px;
}

nav#spnav {
  background: white;
  height: 97px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 30000;
  box-shadow: 1px 1px 5px lightgrey;
}
nav#spnav .logowrapper {
  max-width: 250px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.44s;
}
nav#spnav .logowrapper a:link,
nav#spnav .logowrapper a:visited {
  width: 100%;
  border: none;
  position: relative;
}
nav#spnav .logowrapper img {
  width: 100%;
  display: inherit;
}
@media all and (max-width: 800px) {
  nav#spnav .logowrapper {
    max-width: 150px;
  }
}

#navPanel .searcher {
  background: white;
  color: black;
  width: 80%;
  margin: 0 auto;
  height: 33px;
  position: relative;
  top: -35px;
}

.topBar {
  height: 30px;
  z-index: 40000;
  position: fixed;
  right: 20px;
  top: 32px;
  display: flex;
}
.topBar .superpop {
  margin-right: 80px;
  font-weight: bold;
}
@media all and (max-width: 700px) {
  .topBar .superpop {
    display: none;
  }
}
.topBar .superpop i {
  font-size: 20px;
  margin-right: 10px;
}
.topBar a.navPanelToggle {
  text-decoration: none;
  border: none;
}
.topBar i {
  color: #4797ec;
  font-size: 30px;
}

#omegalolfooter {
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
  background: #222124;
}
#omegalolfooter .wrp {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  padding: 70px 0 70px 0;
}
@media all and (max-width: 1000px) {
  #omegalolfooter .wrp {
    display: block;
  }
}
#omegalolfooter .moonknight {
  color: white;
  margin: 30px;
  background: transparent;
}
#omegalolfooter .moonknight:first-child {
  min-width: 200px;
  max-width: 400px;
}
#omegalolfooter .moonknight p {
  opacity: 0.95;
}
#omegalolfooter .moonknight p,
#omegalolfooter .moonknight ul,
#omegalolfooter .moonknight li {
  font-size: 14px;
}
#omegalolfooter .moonknight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#omegalolfooter .moonknight ul li {
  padding: 3px;
  box-sizing: border-box;
  border-top: 1px solid #dfdfdf;
}
#omegalolfooter .moonknight ul li:last-child {
  border-bottom: 1px solid #dfdfdf;
}
#omegalolfooter .moonknight a:link,
#omegalolfooter .moonknight a:visited {
  border: none;
  padding-left: 6px;
  color: white;
}
#omegalolfooter .moonknight a:link:before,
#omegalolfooter .moonknight a:visited:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  padding-right: 5px;
}
#omegalolfooter .moonknight h4 {
  color: white;
  text-transform: none;
  font-weight: bold;
  font-size: 17px;
}
#omegalolfooter .moonknight .some-icons {
  padding-top: 30px;
}
#omegalolfooter .moonknight .some-icons img {
  width: 40px;
}

.hypergrid {
  display: flex;
}
.hypergrid .item {
  width: 25%;
  transition: all 0.44s;
}
.hypergrid .item .wrap {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin: 10px;
  min-height: 530px;
  height: auto;
}
.hypergrid .item a:link,
.hypergrid .item a:visited {
  color: black;
  border: none;
}
.hypergrid .item .ct {
  padding: 20px;
  width: 100%;
}
.hypergrid .item .ct div {
  width: 100%;
  margin-bottom: 5px;
}
.hypergrid .item .ct .date {
  font-size: 12px;
  opacity: 0.44;
}
.hypergrid .item .ct .title {
  font-weight: bold;
}
.hypergrid .item .ct .excerpt {
  font-size: 13px;
  opacity: 0.85;
  line-height: 20px;
  height: 200px;
  margin-top: 15px;
}
.hypergrid .item .imgwrap {
  width: 100%;
}
.hypergrid .item .tags {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 30px;
  font-size: 10px;
  height: 13px;
  margin: 0;
}
.hypergrid .item .tags span {
  position: relative;
  top: -10px;
  background: #fff;
  padding: 3px;
  border-radius: 8px;
  margin-left: 4px;
  text-transform: uppercase;
  opacity: 0.77;
}
.hypergrid .item .tags span:hover {
  opacity: 1;
}
.hypergrid .item img {
  max-width: 100%;
  width: 100%;
}
.hypergrid .item .pull-bottom {
  position: absolute;
  bottom: 0;
  padding: 0 9% 5% 9%;
  margin: 0;
  right: 0;
  box-sizing: border-box;
}
.hypergrid .item .metadata__price {
  float: left;
  width: auto !important;
}
.hypergrid .item .metadata__strength {
  float: right;
  width: auto !important;
  font-size: 14px;
  text-transform: uppercase;
}
.hypergrid .item .metadata__strength .sqwrap {
  display: flex;
  height: 15px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.hypergrid .item .metadata__strength .sqwrap .sq {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.hypergrid .item .metadata__strength .sqwrap .sq.full {
  background-color: #d13c3a;
}
.hypergrid .item .metadata__strength .sqwrap .sq.empty {
  border: 1px solid;
}
.hypergrid .item .metadata__click_collect {
  clear: both;
  margin-top: 50px;
  width: auto !important;
}
.hypergrid .item .metadata__click_collect span {
  background-color: #332d2a;
  padding: 10px;
  font-size: 13px;
  border-radius: 4px;
  color: white;
  transition: all 1s;
}
.hypergrid .item .metadata__click_collect span:hover {
  filter: contrast(200%);
}
.hypergrid .item:hover {
  transform: scale(1.03) rotate(-0.13deg);
  filter: contrast(110%);
}

@media all and (max-width: 1200px) {
  .hypergrid .item {
    width: 50%;
  }
}
@media all and (max-width: 800px) {
  .hypergrid .item {
    width: 100%;
  }
}
.filterbtns {
  margin-bottom: 20px;
}
.filterbtns button.filterBtn {
  border: none !important;
  margin-bottom: 10px;
  transition: transform 0.33s;
  box-shadow: none;
  margin: 0;
  padding: 0;
  padding: 0 0.5rem;
}
.filterbtns button.filterBtn:hover {
  box-shadow: none;
}
.filterbtns button.filterBtn.focused {
  background: darkgrey;
  color: white;
}
form.mainCMForm input:not([type=file]):not([type=submit]),
form.mainCMForm textarea {
  background-color: white;
  color: black !important;
  height: 40px;
}
form.mainCMForm input:not([type=file]):not([type=submit])::placeholder,
form.mainCMForm textarea::placeholder {
  color: blue;
}
form.mainCMForm textarea {
  height: 200px;
}
form.mainCMForm label {
  font-size: 15px;
  margin: 0;
}

.employee-row {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 50px 0 50px 0 !important;
  position: relative;
  top: -100px;
}
.employee-row img {
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}
.employee-row .employee-col {
  justify-content: center;
}

.flesflis-row-animated {
  margin-bottom: 110px;
  margin-top: 100px !important;
}
.flesflis-row-animated .col-4 {
  display: none;
  padding: 30px;
}
.flesflis-row-animated .col-4 p {
  opacity: 0.67;
}
.flesflis-row-animated .col-4 h4 {
  border-bottom: 2px solid #9f9fbe;
  padding-bottom: 15px;
  text-transform: none;
  font-weight: bold;
}
.flesflis-row-animated .col-4 img {
  float: right;
  width: 65px;
  position: relative;
  top: -40px;
  right: 10px;
}

@media all and (max-width: 800px) {
  .flesflis-row-animated .col-4 {
    width: 100%;
    margin-bottom: 40px;
  }
  .flesflis-row-animated .col-4 p {
    max-width: 70%;
  }
}
.smartform-wrapper {
  background-position: 50% 50%;
  background-size: cover;
  padding: 25px;
  border-radius: 5px;
}

.notification {
  width: 100%;
  border-radius: 4px;
  background-color: lightblue;
  border: 2px dotted;
  text-align: center;
  padding: 20px;
  margin: 20px;
}

/* MODDED COMPONENTS **/
.image-tool__caption,
.embed-tool__caption {
  border: none;
  box-shadow: none;
  margin-top: -80px;
  font-size: 0.8em;
  font-style: italic;
  float: left;
  padding: 0;
}

.image-tool__image-picture {
  margin: 70px 0 70px 0;
}

.codex-editor__redactor {
  padding-bottom: 120px !important;
}

#animatedBestillBefaringModal .bgcol {
  background-size: cover;
  background-position: 50%;
}
#animatedBestillBefaringModal .contentcol {
  box-sizing: border-box;
  padding: 30px;
}
#animatedBestillBefaringModal .close-animatedBestillBefaringModal {
  cursor: pointer;
  float: right;
  position: relative;
  right: 47px;
  font-size: 40px;
  top: 33px;
}
#animatedBestillBefaringModal .close-animatedBestillBefaringModal svg {
  width: 37px;
}</pre></body></html>