<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pageModules-root {
    display: flex;
    flex-direction: column;
    height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------------- */
/* TYPOGRAPHY                                                           */


/* -------------------------------------------------------------------- */
/* FORM - INPUTS                                                        */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"] {
    font-size: 14px;
    border-radius: 0px ! important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="date"]:hover,
input[type="time"]:hover {
    border-color: #000;
    transition: all .4s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus {
    border-color: #000;
    box-shadow: none;
}

/* -------------------------------------------------------------------- */
/* FORM - SELECT                                                        */

select {
    border-radius: 0px !important;
    background: #ffffff;
    box-shadow: none;
    font-size: 14px;
}

select:focus {
    border-color: #000;
    box-shadow: 0 0 0 1px #000000;
}

/* -------------------------------------------------------------------- */
/* BUTTONS                                                              */

.btn {
    transition: background .2s,color .2s,border .2s;
}

.btn-default {
    background: #3f3f42 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    font-weight: 400;
}

.btn-default:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

.btn-ghost {
    color: #000000 !important;
}

.btn-choose {
    background: #ffffff !important;
    color: #000 !important;
}

.btn[name="btn_next"],
.btn[name="btn_previous"] {
    height: auto;
    padding: 10px 20px;
}

.btn[name="btn_previous"] {
  background: #ffffff !important;
  color: #000000 !important;
}

.btn-style1,
.btn-style1:hover,
.btn-style2,
.btn-style2:hover {
    min-width: 6.25rem;
    padding: 0.625rem 1.25rem;
}

/* -------------------------------------------------------------------- */
/* HEADER                                                               */

header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

header .logo .container-fluid,
header .nav .container-fluid {
    padding: 0;
}

header .logo {
    max-width: 280px;
    flex: 1 1 auto;
    margin: 0;
}

header .navigation {
    max-width: 860px;
    flex: 1 1 auto;
}

header .logo .container-fluid,
header .nav .container-fluid {
    padding: 0;
}

header .nav ul li {
    position: relative;
    margin: 0 18px;
}

header .nav ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #c0d4fd;
    z-index: 2;
    transition: width .3s;
}

header .nav ul li:hover::after {
    width: 100%;
}

header .nav ul li a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* -------------------------------------------------------------------- */
/* MAIN                                                                 */

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

main .container-fluid {
    padding: 0;
}

/* -------------------------------------------------------------------- */
/* FOOTER                                                               */

footer {
    flex-shrink: 0;
}

footer .container-fluid {
    padding: 0;
}

footer a, footer a:hover {
    color: #ffffff;
}

footer .quicklinks {
    padding: 30px 0;
}

footer .quicklinks a {
    color: #e2e0da;
    text-decoration: none;
    font-size: 14px;
}

footer .quicklinks a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* -------------------------------------------------------------------- */
/* PROGRESS NAV                                                         */

.progressnav {
    margin-bottom: 30px;
}

.progressnav ol li.active .step {
    width: 6px;
    height: 6px;
    background: #ffffff;
    top: -4px;
    left: -3px;
    border: 4px solid #000000;
}

.progressnav .label {
    font-size: 14px;
    line-height: 20px;
}

.progressnav ol li.active .label {
    color: #000000;
    font-weight: 500;
}

.progressnav-progressbar {
    height: 6px;
    border-radius: 0;
    background: #f5f5f3;
}

.progressnav-progress {
    height: 6px;
    background: #161615;
}

.progressnav .step {
    width: 6px;
    height: 8px;
    background: #fff;
}

/* -------------------------------------------------------------------- */
/* SIGN UP                                                              */

#signup main section,
#receipt main section {
    flex-grow: 1;
}

#signup main h1,
#signup main h2,
#signup main h3,
#signup main h4 {
    color: #000000;
}

#signup main h2 {
  font-size: 2em;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION                                                         */

.addmore-box {
    border: none;
}

.cart {
    background: #eff4fe;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
}

.cart .eventinfo h3 {
    font-size: 20px;
    line-height: 26px;
}

.cart .eventinfo {
    padding: 15px 15px;
    border-radius: 0;
    background: #d9e5fd;
    border: 0;
}

.cart .cart-subgroup-title {
    color: rgb(0 0 0 / 57%);
}

.cart .cart-empty {
    color: #4f4f4f;
}

.invoice-sum-total {
    font-size: 1.3em;
}

.invoice .invoice-group {
    border-radius: 2px;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION - GROUP                                                 */

.reg-category {
    background: #f5f5f3;
    border-radius: 0;
}

.reg-category .title {
    font-size: 1.2em !important;
    font-weight: 500;
}

.reg-category .price {
    color: #0000008c;
    font-weight: 400;
}

.reg-group {
    border-radius: 0;
    border: none;
}

.reg-header {
    background: none;
    margin-bottom: 30px;
    padding: 0;
}

.reg-content {
    border-top: 1px solid rgba(0,0,0, 0.3);
}

.reg-content + .reg-content,
.reg-header + .reg-content {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.reg-content:last-child {
    border-radius: 0;
}

.reg-content:only-child {
    border-radius: 0;
}

.reg-title {font-weight: 500;}

.reg-title a {
    text-decoration: none;
    font-weight: 500;
    font-family: inherit;
}

.reg-facts {
}

.reg-facts ul li {
    margin: 2px 10px;
}

.reg-price {
    font-size: 1em;
    line-height: inherit;
}

/* -------------------------------------------------------------------- */
/* COMPONENTS                                                           */

.tabs {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.tab {
    background: none;
    border-radius: 0;
    padding: 10px 18px;
    border: none;
}

.tab a {
    font-size: 16px;
    line-height: 26px;
}

.tab.active {
    border: none;
    border-bottom: 3px solid #161615;
    background: none;
}


.agenda-vertical .activity,
.agenda-horizontal .activity {
    border-radius: 0;
}

.agenda-calendar .time,
.agenda-horizontal .time,
.agenda-vertical .time {
    color: #000000 !important;
    font-size: 14px !important;
}

/* -------------------------------------------------------------------- */
/* USERNAV                                                              */

.user-nav {
    background: #d9e5fd;
    border: none;
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
}

.user-nav-options a {
    color: #000000;
}

.user-nav-options a:hover {
    color: #000000;
}

.user-nav-thumb,
.user-nav-options a .icon16 {
    /* opacity: 1; */
}

/* -------------------------------------------------------------------- */
/* DIALOG                                                               */

.dialog {
    border-radius: 0;
}

.dialog h1, .dialog h2  {
    margin-bottom: 15px;
}

.dialog .dialog-body .btn.btn-default {
  background: #ffffff !important;
  color: #000000 !important;
}

.dialog-footer .btn {
    border-radius: 0;
}


@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */

  header .logo {
      max-width: 260px;
      top: 20px;
      left: 30px;
  }

  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .navigation .btn-nav {
      border-radius: 0px;
      background: transparent;
      color: #000000;
  }
  
  header .navigation .icon-nav-stripe, 
  header .navigation .icon-close-stripe {
      background-color: #000000;
  }
    
  header .nav .container, header .nav .container-fluid {
      background-image: url(https://themes.cmcdn.dk/89D0B9D8-5885-EE11-84C8-00155D0B0940/sweco-logo-black@2x.png);
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 30px 30px;
      padding: 0;
  }
  
  header .nav ul {
      margin-top: 20px;
  }
  
  header .navigation .nav ul li {
      border-top: 1px solid rgba(0,0,0,.1)
  }
  
  header .navigation .nav ul li:last-child {
      border-bottom: 1px solid rgba(0,0,0,.1)
  }
  
}

@media only screen and (max-width: 568px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */

  header .logo {
      max-width: 260px;
      top: 15px;
      left: 20px;
  }
  
  header .logo img {  
      max-height: 30px; 
  }
  
  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .nav.open {
      max-width: 100%;
      width: 100%;
  }

}</pre></body></html>