<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/open-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('/fonts/open-sans-v27-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/open-sans-v27-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    position: relative;
    min-height: 100%;
    /* overflow-y: scroll; */
}

body {
    font-family: sans-serif;
    margin-bottom: 80px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

/* HEADER */

.nv-top-blue {
    height: 4px;
    background-color: #2980b9;
    background-image: url('/img/top-bar.png');
    background-repeat: no-repeat;
    background-position: center;
}

.nvbar-border {
    border-bottom: 1px solid #e0dbd0;
    margin-bottom: 40px;
}

.nvbar-logo {
    height: 70px;
}

.menu-link {
    display: inline;
    margin-right: 25px;
}

.menu-link a {
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4e4e4e;
}

.menu-link a:hover {
    color: #2980b9;
    background-color: #ffffff;
    text-decoration: none;
}

.menu-btn-normal {
    padding: 10px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu-btn-green {
    color: #ffffff !important;
    background-color: #2ecc71;
}

.menu-btn-green:hover {
    color: #ffffff !important;
    background-color: #27ae60 !important;
}

.menu-btn-blue {
    color: #ffffff !important;
    background-color: #3498db;
}

.menu-btn-blue:hover {
    color: #ffffff !important;
    background-color: #2980b9 !important;
}

/* END HEADER */

/* FOOTER */

.footer {
    margin-top: 20px;
    padding: 20px 0;

    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f9fdfe;
}

/* END FOOTER */

/* BUTTONS */

.butt {
    padding: 8px 12px;
    font-size: 1em;
    text-decoration: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.butt-large {
    padding: 12px 16px;
    font-size: 1.3em;
    font-weight: bold;
}

.butt:hover {
    text-decoration: none;
}

.butt-blue {
    color: #ffffff !important;
    background-color: #3498db;
}

.butt-blue:hover {
    color: #ffffff !important;
    background-color: #2980b9 !important;
}

.butt-green {
    color: #ffffff !important;
    background-color: #2ecc71;
}

.butt-green:hover {
    color: #ffffff !important;
    background-color: #27ae60 !important;
}

.butt-orange {
    color: #ffffff !important;
    background-color: #e67e22;
}

.butt-orange:hover {
    color: #ffffff !important;
    background-color: #f78d22 !important;
}

/* END BUTTONS */

/* HELPER STYLES */

.margin-all-5 {
    margin: 15px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-right-00 {
    margin-right: 0;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-2 {
    padding: 2px;
}

.padding-5 {
    padding: 5px;
}

.padding-left-40 {
    padding-left: 40px;
}

.font-size-08 {
    font-size: 0.8em;
}

.font-size-09 {
    font-size: 0.9em;
}

.font-size-10 {
    font-size: 1.0em;
}

.font-size-11 {
    font-size: 1.1em;
}

.font-size-12 {
    font-size: 1.2em;
}

.font-size-14 {
    font-size: 1.4em;
}

.font-size-20 {
    font-size: 2.0em;
}

.font-size-24 {
    font-size: 2.4em;
}

.font-weight-bold {
    font-weight: bold;
}

.text-align-center {
    text-align: center;
}

.overflow-hidden {
    overflow: hidden;
}

.float-left {
    float: left;
}

.font-color-grey {
    color: #989898;
}

/* END HELPER STYLES */

/* COOKIE CONSENT */
.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    opacity: 0.9;
    transition: opacity 200ms
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }

    .cc_container .cc_message {
        font-size: 0.8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

@media print {
    .cc_banner-wrapper, .cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1c40f;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block;
    text-align: center;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }

    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px
    }

    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }

    .cc_container .cc_message {
        font-size: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

.cc_container {
    background: #3498db;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box
}

.cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000;
    background-color: #f1c40f;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #fff;
    color: #000
}

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #f1c40f;
    transition: 200ms color
}

.cc_container a:hover, .cc_container a:active {
    color: #f1c40f
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

/* END COOKIE CONSENT */

/* HOME */

.home-box {
    margin-top: -40px;
    padding-top: 20px;
    background-color: #ecf0f1;
    border-bottom: 1px solid #e0dbd0;
}

.home-box-heading {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.7em;
    font-weight: bold;
    color: #424242;
}

@media all and (max-width: 768px) {
    .home-box-heading {
        font-size: 2.2em;
    }
}

.home-box-body {
    padding: 10px;
    background-color: #fcfcfc;
}

/* END HOME */

/* FUNKTIONER */

.funk-left-bar a {
    text-decoration: none;
    display: block;
    padding: 10px 18px;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    background: #DCF3FF;
    border: 1px solid #DCF3FF;
    margin-bottom: 4px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    text-align: right;
}

.funk-left-bar a:hover {
    background: #D0EEFF;
}

.funk-left-bar a:first-child {
    background-color: #f4f4f4;
    border: 1px solid #FBFBFB;
    color: #000;
    margin-bottom: 10px;
}

.funk-left-bar-signup {
    border: 1px solid #D7D7D7;
    padding: 20px;
    background-color: #FBFBFB;
    margin-top: 20px;
    text-align: center;
}

.funk-list {
    background-color: #f1f1f1;
    display: block;
    font-size: 16px;
    color: #0c0c0c;
    letter-spacing: 1px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
}

.funk-list img {
    margin-bottom: 20px;
}

/* END FUNKTIONER */

/* SKAPA KONTO */
.skapa-form {
    width: 400px;
    margin: auto;
}

/* END SKAPA KONTO */

/* PRIS */

.pricing_table {
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

.pricing_table li {
    margin: 0 0;
    padding: 5px 5px 5px 15px;
    height: 40px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #B4B4B4;
    border-top: 1px solid #FDFDFD;
    color: #414141;
    font-weight: bold;
    line-height: 30px;
}

.pricing_table li:first-child {
    line-height: 85px;
    font-size: 2em;
    color: #FFF;
    border: none;
    height: 85px;
    text-align: center;
    padding-left: 5px;
    font-weight: normal;
}

.pricing_table li:first-child + li {
    line-height: 80px;
    background-color: #2c3e50;
    font-size: 3em;
    color: #FFF;
    border: none;
    height: 80px;
    text-align: center;
    padding-left: 5px;
}

.pricing_table li:first-child + li + li {
    border-top: 1px solid #909090;
}

.pricing_table li span {
    font-size: 0.35em;
    margin-left: 3px;
    font-weight: normal;
}

.pricing_table li hr {
    height: 3px;
}

/* END PRIS */

/* Hjalpcenter */

.hjalp-leftbar {
    border-right: 1px solid #e0dbd0;
}

.hjalp-leftbar a {
    color: #3498db;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
}

.hjalp-leftbar a:hover {
    color: #2980b9;
}

.hjalp-leftbar h4 {
    margin-top: 30px;
    border-bottom: 1px #e0dbd0 solid;
    padding-bottom: 5px;
    width: 100%;
}

/* END Hjalpcenter */

/* Nyheter */
.newstitle {
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #e0dbd0;
}

.newstitle-anchor {
    color: #e67e22;
}

.news-pagination-section {
    border-top: 1px #e0dbd0 solid;
}

/* END Nyheter */

/* Help Articles */
.helparticle h3 {
    font-size: 1.6em;
}

.helparticle h4 {
    margin-top: 20px;
}

.helparticle table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.helparticle table thead {
    border: 1px solid #3498db;
}

.helparticle table th {
    background-color: #3498db;
    color: #ffffff;
}

.helparticle table td, th {
    padding: 7px 14px 7px 7px;
    vertical-align: top;
}

.helparticle table td {
    border: 1px solid #e9e9e9;
}

/* END Help Articles */</pre></body></html>