@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");
:root {
  --main-blue-color: #002473;
  --black-color-1: #232b32;
  --dark-blue-color-1: #001d64;
  --dark-blue-color-2: #0f2048;
  --light-blue-color-1: #7084b0;
  --light-blue-color-2: #bcc6dc;
  --light-blue-color-3: #006abc;
  --light-blue-color-4: #0098f1;
  --light-blue-color-4-lighten: #7ed0ff;
  --light-blue-color-5: #5d709b;
  --light-blue-color-6: #94cbeb;
  --light-blue-color-7: #8fb9d1;
  --light-blue-color-8: #47577c;
  --light-blue-color-9: #5F86C0;
  --white-blue-color-1: #dbe2f0;
  --white-blue-color-2: #f3f6fb;
  --purple-color-1: #3C548A;
  --purple-grey-color-1: #C0C9E9;
  --red-color-1: #d83a3a;
  --red-color-2: #f76767;
  --red-color-3: #da5252;
  --light-green-color-1: #84E29E;
  --light-grey-color-1: #e9e9e9;
  --light-grey-color-2: #dbdbdb;
  --light-grey-color-3: #6a6a6a;
  --light-grey-color-4: #ebebeb;
  --dark-grey-color-1: #868686;
  --yellow-color-1: #ffb818;
  --orange-color-1: #f2784b;
  --vipps-orange: #ff5b24;
}

* {
  word-break: break-word;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: whitesmoke;
}

main {
  display: block;
}

h1 {
  font-size: 1.8rem;
  font-family: "Ubuntu", sans-serif;
  color: #1c1c1c;
}

h2 {
  font-size: 1.6rem;
  /*font-family: 'Ubuntu', sans-serif;*/
  color: #1c1c1c;
}

h3 {
  /*font-family: 'Ubuntu', sans-serif;*/
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1c1c;
}

h4 {
  /*font-family: 'Ubuntu', sans-serif;*/
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c1c1c;
}

h5 {
  /*font-family: 'Ubuntu', sans-serif;*/
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c1c1c;
}

h6 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c1c1c;
}

p {
  word-break: break-word;
  font-family: "Work Sans", sans-serif;
}

hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

blockquote, figure, pre {
  margin: 0;
}

ol, ul {
  padding-inline-start: 25px;
}

ul.cms-ul {
  list-style: none;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*scroll-behavior: smooth;*/
}

body {
  position: relative;
  font-size: 14px;
  display: block;
  display: flex;
  flex-direction: column;
  flex: 1;
  /*height: 100%;*/
}

img {
  display: inline;
}

.flex-100 {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
    display: none !important;
}

.link {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--light-blue-color-3);
}
.link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.ac-parralax {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ac-parralax__overlay {
  background-image: linear-gradient(rgba(56, 72, 91, 0.1), rgba(56, 72, 91, 0.75));
  height: 500px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ac-parralax__overlay a {
  color: white;
}

.ac-panel {
  color: #474747;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}
.ac-panel--image-left {
  flex-direction: row;
}
.ac-panel:hover {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}
.ac-panel__heading {
  margin: 0;
  background-color: whitesmoke;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
  padding: 10px;
}
.ac-panel__heading--purple {
  background-color: #6c5ce7;
  color: white;
}
.ac-panel__heading--small {
  font-size: 1.4rem;
  padding: 5px;
  margin: 0;
}
.ac-panel__title {
  margin: 0;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px;
  padding-bottom: 0;
}
.ac-panel__body {
  padding: 10px;
}
.ac-panel__section {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ac-panel__section:last-child {
  margin-bottom: 0;
}
.ac-panel__section-heading {
  margin: 0;
  font-size: 1.4rem;
  color: #8a8a8a;
}
.ac-panel__paragraph {
  margin: 0 0 0 auto;
  font-weight: 600;
}
.ac-panel__footer {
  margin-top: auto;
  padding: 10px;
}
.ac-panel__button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-align: right;
  font-weight: 600;
  color: grey;
}

.grid {
  display: flex;
  display: grid;
  grid-gap: 10px;
}
.grid__sm--1 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__sm--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--1 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--2 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__sm--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--2 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--3 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__sm--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--3 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--4 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__sm--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sm--4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--4 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--5 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__sm--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sm--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--5 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 576px) {
  .grid__sm--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--1 {
  display: block;
}
@supports (display: grid) {
  .grid__md--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__md--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--1 {
    grid-template-columns: 1fr;
  }
}
.grid__md--2 {
  display: block;
}
@supports (display: grid) {
  .grid__md--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__md--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--3 {
  display: block;
}
@supports (display: grid) {
  .grid__md--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__md--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--3 {
    grid-template-columns: 1fr;
  }
}
.grid__md--4 {
  display: block;
}
@supports (display: grid) {
  .grid__md--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__md--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--4 {
    grid-template-columns: 1fr;
  }
}
.grid__md--5 {
  display: block;
}
@supports (display: grid) {
  .grid__md--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__md--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--5 {
    grid-template-columns: 1fr;
  }
}
.grid__md--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 768px) {
  .grid__md--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__md--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--1 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__lg--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--1 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--2 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__lg--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--2 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--3 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__lg--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--3 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--4 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__lg--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--4 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--5 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__lg--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__lg--5 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 768px) {
  .grid__lg--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__lg--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--1 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__xl--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--1 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--2 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__xl--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--2 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--3 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__xl--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--3 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--4 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__xl--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--4 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--5 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__xl--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__xl--5 {
    grid-template-columns: 1fr;
  }
}
.grid__sidebar--left-right-300 {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
}
@media only screen and (max-width: 1280px) {
  .grid__sidebar--left-right-300 {
    grid-template-columns: auto 1fr 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sidebar--left-right-300 {
    grid-template-columns: 1fr;
  }
}
.grid__table--3-col {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .grid__table--3-col {
    grid-template-columns: 1fr;
  }
}
.grid--grid-gap-30 {
  gap: 30px !important;
}
@media only screen and (max-width: 576px) {
  .grid--grid-gap-15-sm {
    grid-gap: 15px;
  }
}
.grid--grid-gap-0 {
  gap: 0;
}
@media only screen and (max-width: 576px) {
  .grid--reverse-sm {
    display: flex;
    flex-direction: column-reverse;
  }
}

.header {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.header__line {
  height: 1px;
  background-color: #484848;
  width: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}
.header__line--lightgrey {
  background-color: lightgray;
}
.header__container {
  margin-top: 0;
  position: absolute;
  inset: 0;
  margin: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__heading {
  background-color: white;
  padding: 0 15px;
}

.ac-heading {
  padding: 7px 10px;
  margin-bottom: 10px;
}
.ac-heading--bg-whitesmoke {
  background-color: whitesmoke;
  border-radius: 5px;
}
.ac-heading--box-shaddow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}

.ac-font-size--14 {
  font-size: 1.4rem;
}
.ac-font-size--16 {
  font-size: 1.6rem;
}
.ac-font-size--18 {
  font-size: 1.8rem;
}
.ac-font-size--40 {
  font-size: 4rem;
}

.ac-background--blue {
  width: 100%;
  background-color: aqua;
}
.ac-background--purple {
  background-color: #6c5ce7;
}
.ac-background--whitesmoke {
  background-color: whitesmoke;
}

.ac-font-color--white {
  color: white;
}
.ac-font-color--green {
  color: #28a745;
}

.ac-padding--10 {
  padding: 10px;
}
.ac-padding--15 {
  padding: 15px;
}
.ac-padding--b-0 {
  padding-bottom: 0;
}
.ac-padding--b-10 {
  padding-bottom: 10px;
}
.ac-padding--b-15 {
  padding-bottom: 15px;
}

.ac-margin--l-15 {
  margin-left: 15px;
}
.ac-margin--l-auto {
  margin-left: auto;
}
.ac-margin--t-10 {
  margin-top: 10px;
}
.ac-margin--t-20 {
  margin-top: 20px;
}
.ac-margin--b-0 {
  margin-bottom: 0;
}
.ac-margin--b-5 {
  margin-bottom: 5px;
}
.ac-margin--b-10 {
  margin-bottom: 10px;
}
.ac-margin--b-15 {
  margin-bottom: 10px;
}
.ac-margin--b-20 {
  margin-bottom: 20px;
}
.ac-margin--r-20 {
  margin-right: 20px;
}

.margin--15 {
  margin: 15px;
}
.margin__left--auto {
  margin-left: auto;
}
.margin__top--15 {
  margin-top: 15px;
}
.margin__top--30 {
  margin-top: 30px;
}
.margin__right--5 {
  margin-right: 5px;
}
.margin__right--10 {
  margin-right: 10px;
}
.margin__right--15 {
  margin-right: 15px;
}
.margin__right--30 {
  margin-right: 30px;
}
.margin__bottom--5 {
  margin-bottom: 5px;
}
.margin__bottom--10 {
  margin-bottom: 10px;
}
.margin__bottom--15 {
  margin-bottom: 15px;
}
.margin__bottom--30 {
  margin-bottom: 30px;
}
.margin__topbottom--15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin__topbottom--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container--fluid {
  width: 100%;
}
.container--xs {
  width: 576px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container--xs {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--xs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container--sm {
  width: 576px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container--sm {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container--md {
  width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container--md {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--md {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--md {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container--lg {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--lg {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--lg {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .container--no-spacing-sm {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.container__spacing--large {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .container__spacing--large {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
  }
}
.container--lg-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--lg-align-center {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--classes {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.container--xl {
  width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .container--xl {
    width: 100%;
  }
   
    .container--nav {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
  .container--xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container--nav {
    width: 1280px;
    margin: auto;
    padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .container--nav {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container--nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container--prl-0 {
  padding-right: 0;
  padding-left: 0;
}
.container--mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

/*.button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: 0.2s;

    &--green {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    &--blue {
        color: #fff;
        background-color: #1E5078;
    }

    &--grey {
        color: #fff;
        background-color: #6c757d;
    }

    &--small {
        padding: 5px 10px;
        font-size: 1.4rem;
    }
}
*/
.text-center {
  text-align: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.float--left {
  float: left;
}

.list__style--unstyled {
  padding-inline-start: 0;
  list-style: none;
}

/*@import "jumbotron/jumbotron";*/
.visibility__hidden {
  display: none;
}
.visibility__hidden--md {
  display: block;
}
@media only screen and (max-width: 768px) {
  .visibility__hidden--md {
    display: none;
  }
}
.visibility__visble {
  display: block;
}
.visibility__visble--md {
  display: none;
}
@media only screen and (max-width: 768px) {
  .visibility__visble--md {
    display: block;
  }
}

.dropdown {
  transition: 0.3s;
}
.dropdown__toggle {
  display: flex;
  align-items: center;
}
.dropdown__menu {
  position: absolute;
  top: 50px;
  background-color: white;
  border-top: 5px;
  border-radius: 0 0 5px 5px;
  min-width: 150px;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out;
  border: 0px solid whitesmoke;
}
@media only screen and (max-width: 768px) {
  .dropdown__menu {
    position: relative;
    top: 0;
    border: 0;
  }
}
.dropdown__menu--show {
  transition: 0.3s;
  height: auto;
  max-height: 1000px;
  border: 1px solid whitesmoke;
  border-top: 0;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  .dropdown__menu--show {
    border: 0;
  }
}
.dropdown__menu li {
  border-bottom: 1px solid whitesmoke;
}
.dropdown__menu li a {
  padding-left: 15px;
  color: #696969 !important;
}
@media only screen and (max-width: 1024px) {
  .dropdown__menu li a {
    padding-left: 30px;
  }
}
.dropdown__chevron {
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .dropdown__chevron {
    margin-left: auto;
  }
}
.dropdown__chevron--active {
  transform: rotate(180deg);
  transition: 0.3s;
}

.navbar {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  /*min-height: 50px;*/
  /*height: auto;*/
  min-height: 110px;
  border: 0;
  z-index: 10;
}
.navbar__search-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--main-blue-color);
  display: flex;
  flex-direction: inherit;
}
.navbar__search-input {
  /*margin-left: auto;*/
  padding: 15px;
  border-radius: 5px 0 0 5px;
  border: 0;
  min-width: 335px;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .navbar__search-input {
    padding: 10px;
    min-width: auto;
    width: 100%;
  }
}
.navbar__close-btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 10px;
  color: white;
  font-size: 2.8rem;
  margin-right: 15px;
}
@media only screen and (max-width: 576px) {
  .navbar__close-btn--hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .navbar__close-btn--hidden-lg {
    display: none;
  }
}
.navbar__close-btn:hover {
  cursor: pointer;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: whitesmoke;
    height: auto;
    min-height: 110px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar {
    background-color: whitesmoke;
    height: auto;
    min-height: 70px;
  }
}
.navbar--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar__collapse {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .navbar__collapse {
    display: none;
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 100%;
    transition: 0.4s;
    overflow: auto;
    background-color: white;
  }
}
@media only screen and (max-width: 768px) {
  .navbar__collapse--show {
    -webkit-box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc( 100vh - 70px );
    transition: 0.4s;
    background-color: white;
  }
}
.navbar__text-container {
  margin-right: 15px;
}
.navbar__text {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #9c9c9c;
  padding-left: 15px;
  padding-right: 15px;
  word-break: normal;
}
.navbar__body {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100vw;
}
@media only screen and (max-width: 768px) {
  .navbar__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar__link {
  display: flex;
  align-items: center;
}

.navbar__link.return-link i, .navbar__link.return-link h1 {
    transition: all 0.2s ease;
}

.navbar__link.return-link:hover i, .navbar__link.return-link:hover h1 {
    color: var(--purple-grey-color-1) !important;
}

@media only screen and (max-width: 576px) {
  .navbar__link {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__link--hidden-sm {
    display: none;
  }
}
.navbar__firmname {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: grey;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  word-break: normal;
}
.navbar__logo {
  width: auto;
  max-height: 40px;
  margin: 5px;
  margin-right: 30px;
}
.navbar__logo--firm {
  margin: 0;
  height: 60px;
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .navbar__logo--firm {
    height: 45px;
  }
}
.navbar__nav {
    display: flex;
    list-style: none;
    margin: 0;
    margin-right: 15px;
    width: auto !important;
    /*  @media only screen and ( max-width: $bp-md ) {
      display: flex;
  }*/
    /*   &--btn {
      border: 1px solid #7084b0 !important;
      border-radius: 5px;
      color: var(--white-blue-color-1);
      margin-left: 15px;
      transition: 0.2s;

      & > a {
          display: flex;
          align-items: center;
          justify-content: center;
          color: var(--white-blue-color-1) !important;

          & > i {
              margin-right: 10px;
          }
      }

      &:hover {
          transition: 0.2s;
          background-color: var(--light-blue-color-1);
          cursor: pointer;
          border: 1px solid var(--light-blue-color-1) !important;

          & > a {
              color: white !important;
          }
      }

      @media only screen and ( max-width: $bp-md) {
          margin-left: 0;
      }
  }*/
}
.navbar__nav::-webkit-scrollbar {
  background-color: whitesmoke;
  height: 5px;
  border-radius: 5px;
}
.navbar__nav::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 10px;
}
.navbar__nav--active {
  background-color: whitesmoke;
}
.navbar__nav--active a {
  color: #383838;
}
.navbar__nav:last-child {
  margin-right: 0;
}
.navbar__nav li {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .navbar__nav li {
    border-bottom: 1px solid whitesmoke;
  }
  .navbar__nav li:last-child {
    padding-bottom: 0;
  }
}
.navbar__nav li:last-child {
  border-bottom: 0;
}
.navbar__nav li a, .navbar__nav li button {
    color: #696969;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px;
    padding-bottom: 14px;
    display: block;
    display: flex;
    font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .navbar__nav li a, .navbar__nav li button {
    padding: 10px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
    .navbar__nav li a, .navbar__nav li button {
        color: #383838;
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 576px) {
  .navbar__nav li a, .navbar__nav li button {
    font-size: 1.4rem;
  }
}
.navbar__nav-btn {
    border: 1px solid #7084b000 !important;
    border-radius: 5px;
    color: var(--white-blue-color-1);
    transition: 0.2s;
}
.navbar__nav-btn > a, .navbar__nav-btn > button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-blue-color-1) !important;
  background: transparent;
border-radius: 4px;
border: none;
  height: 100%;
  gap: 10px;
}

@media only screen and (max-width: 576px) {
  .navbar__nav-btn > a > i, .navbar__nav-btn > button > i {
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__nav-btn > a > span, .navbar__nav-btn > button > span {
    display: none;
  }
}
.navbar__nav-btn > a:hover, .navbar__nav-btn > button:hover {
  cursor: pointer;
}
.navbar__nav-btn:hover {
  transition: 0.2s;
  background-color: var(--light-blue-color-1);
  cursor: pointer;
}
.navbar__nav-btn:hover > a {
  color: white !important;
}
.navbar__nav-btn--hidden-md {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .navbar__nav-btn--hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar__nav-btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__nav-btn {
    /*border: 0 !important;*/
    margin-left: 0;
  }
}
.navbar__bars {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-right: 5px;
  z-index: 10;
}
.navbar__bars:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .navbar__bars {
    display: block;
    display: flex;
  }
}
.navbar__bar {
  display: block;
  margin-bottom: 10px;
  width: 35px;
  height: 5px;
  background-color: grey;
  transition: 0.2s;
  border-radius: 5px;
}
.navbar__bar:last-child {
  margin-bottom: 0;
}
.navbar__bar--close-1 {
  transition: 0.2s;
  transform: rotate(-45deg);
  margin: 0;
}
.navbar__bar--close-2 {
  transition: 0.2s;
  transform: rotate(45deg);
  margin: -4px;
}
.navbar__brandname {
    font-size: 3rem;
    color: white;
    margin: 0;
    margin-left: 10px;
    font-weight: 400;
    font-family: "Days One", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .navbar__brandname {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .navbar__brandname {
    font-size: 1.8rem;
  }
}
.navbar__brandname--small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2rem;
  font-size: 2rem;
  margin: 0;
  font-weight: 400;
  white-space: break-spaces;
  line-height: 2rem;
  word-break: break-all;
}
@media only screen and (max-width: 576px) {
  .navbar__brandname--small {
    font-size: 1.6rem;
    /*max-width: 200px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
  }
}
.navbar__search-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar__search-form {
    display: none;
  }
}
.navbar__search-button {
  /*display: none;*/
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 0;
  border-radius: 0 5px 5px 0;
}
.navbar__search-button:hover {
  cursor: pointer;
}
.table-module {
  width: 100%;
  border-spacing: 0;
}
.table-module__heading {
  margin: 0;
}
.table-module__th {
  padding: 10px;
  background-color: #e9ecef;
  color: grey;
  text-align: left;
}
.table-module__th--module-info {
  width: 350px;
}
.table-module__th--passed {
  width: 100px;
}
.table-module__th--due-date {
  width: 100px;
}
.table-module__th--open {
  width: 50px;
}
.table-module__td {
  padding: 10px;
  background-color: white;
  border-top: 1px solid lightgrey;
}
.table-module__td--link:hover {
  color: inherit;
  text-decoration: none;
}
.table-module__td--open {
  white-space: nowrap;
  font-weight: 600;
  color: grey;
  text-align: center;
  width: auto;
}
.table-module__td--open-link {
  padding: 5px 10px;
  font-size: 1.4rem;
  width: 100%;
}
.table-module__td--open-link:hover {
  color: white;
}
.table-module__td--deadline {
  color: grey;
  white-space: nowrap;
}
.table-module__tr {
  border-spacing: 10px 0;
}

.chat {
  position: sticky;
  top: 51px;
  display: flex;
  height: calc( 100vh - 80px );
  display: block;
}
@media only screen and (min-width: 1024px) {
  .chat {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .chat {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .chat {
    top: 60px;
    height: calc( 100vh - 60px );
  }
}
.chat__icon {
  position: fixed;
  top: 5px;
  right: 65px;
  font-size: 31px;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 100;
  color: #dddddd;
  display: none;
  position: fixed;
  top: 80px;
  right: 0px;
  font-size: 31px;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 100;
  color: #dddddd;
  display: none;
  background-color: white;
  color: grey;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgray;
}
@media only screen and (max-width: 1024px) {
  .chat__icon {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .chat__icon {
    top: 5px;
    right: 65px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #dddddd;
  }
}

.box-card {
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  /* &__text {
      margin-top: 10px;
      font-size: 1.6rem;
      line-height: 30px;
  }*/
}
.box-card:hover {
  transform: translateY(-5px);
}
.box-card__img-container {
  width: 100%;
  margin: 0;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: relative;
}
.box-card__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.box-card__body {
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 100%;
  position: relative;
}
.box-card__text {
  margin: 0;
  margin-top: 5px;
}
.box-card__text:first-child {
  margin-top: 0;
}
.box-card__text-container {
  margin-top: auto;
  padding: 20px 0;
  color: grey;
}
.box-card__heading {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}
.box-card__sub-heading {
  color: #777777;
  font-size: 1.4rem;
  margin: 0;
  margin-top: 5px;
}
.box-card__link {
  padding: 10px;
  background-color: white;
  color: var(--main-blue-color);
  border: 1px solid var(--dark-blue-color-2);
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  transition: 0.2s;
  user-select: none;
}
.box-card__link:hover {
  transition: 0.2s;
  background-color: var(--dark-blue-color-2);
  color: white;
}
.box-card__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: white;
  position: absolute;
  top: -20px;
  left: 40%;
}
.box-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #cef0fb;
  color: #4F717C;
}

.horizontal-card {
  display: flex;
  transition: 0.2s;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px 0;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .horizontal-card {
    margin-bottom: 15px;
  }
}
.horizontal-card:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 576px) {
  .horizontal-card--vertical-mobile {
    flex-direction: column;
  }
}
.horizontal-card__content-container {
  display: flex;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .horizontal-card__content-container {
    flex-direction: column;
  }
}
.horizontal-card__background-img-container {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 110%;
  filter: blur(15px) brightness(0.5);
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: #a7a7a7 !important;
}
.horizontal-card__background-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.horizontal-card__img-container {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
}
@media only screen and (max-width: 576px) {
  .horizontal-card__img-container {
    position: relative;
  }
}
.horizontal-card__img-container--small {
  width: 130px;
  height: 130px;
  min-width: 130px;
  min-height: 130px;
}
@media only screen and (max-width: 576px) {
  .horizontal-card__img-container--small {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .horizontal-card__img-container--vertical-mobile {
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    min-height: 300px;
    height: 100%;
    max-height: 375px;
  }
}
.horizontal-card__action-container {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
  font-size: 20px;
  color: white;
  background-color: var(--light-blue-color-4);
  z-index: 1;
}
.horizontal-card__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}
@media only screen and (max-width: 576px) {
  .horizontal-card__img {
    position: absolute;
    top: 0;
  }
}
.horizontal-card__body {
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 100%;
  position: relative;
}
.horizontal-card__body--no-spacing {
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .horizontal-card__body--no-spacing {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .horizontal-card__body {
    margin-left: 0 !important;
  }
}
.horizontal-card__text {
  margin-bottom: 0;
  margin-top: 10px;
}
.horizontal-card__max-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.horizontal-card__max-lines--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media only screen and (max-width: 768px) {
  .horizontal-card__max-lines--2 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.horizontal-card__max-lines--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.horizontal-card__heading {
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  color: var(--dark-blue-color-1);
}
.horizontal-card__heading--small {
  font-size: 2rem;
  line-height: 2.4rem;
}
.horizontal-card__sub-heading {
  color: #777777;
  font-size: 1.8rem;
  margin: 0;
  margin-top: 5px;
}
.horizontal-card__sub-heading--small {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ticket {
  background-color: white;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.2);
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: 0.3s;
}
.ticket:hover {
  cursor: pointer;
}
.ticket--modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color-1);
  z-index: 10;
  transition: 0.3s;
}
.ticket--modal-card {
  max-width: 330px;
}
@media only screen and (max-width: 576px) {
  .ticket--modal-card {
    max-width: 100%;
    margin-top: auto;
  }
}
.ticket__close-modal-button {
  color: white;
  font-size: 40px !important;
  position: fixed;
  top: 15px;
  right: 15px;
}
@media only screen and (max-width: 576px) {
  .ticket__close-modal-button {
    top: 0;
    right: 0;
    font-size: 30px !important;
  }
}
.ticket__rotation {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, var(--main-blue-color) 0%, var(--light-blue-color-3) 10%, var(--light-blue-color-4) 20%, var(--main-blue-color) 30%, var(--light-blue-color-3) 40%, var(--light-blue-color-4) 50%, var(--main-blue-color) 60%, var(--light-blue-color-3) 70%, var(--light-blue-color-4) 80%, var(--main-blue-color) 100%);
  background-size: 500%;
  animation: 15s linear 0s infinite normal none running bg-position-500;
  position: relative;
  height: 26px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px;
  color: white;
}
@keyframes bg-position-500 {
  100% {
    background-position: 500% center;
  }
}
.ticket__rotation-text {
  background-position: 0px 50%;
  background-size: 75.5px 12px;
  animation: 2s linear 0s infinite normal none running rotate-x;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/arena360-spacing.png);
  background-repeat: repeat-x;
  opacity: 0.7;
  content: "";
}
@keyframes rotate-x {
  100% {
    background-position: -75.5px 50%;
  }
}
.ticket__body {
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: center;
}
.ticket__section {
  border-top: 1px solid whitesmoke;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.ticket__section:first-child {
  margin-top: 15px;
}
.ticket__section:last-child {
  padding-bottom: 0;
}
.jumbotron {
  /*min-height: 130px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--dark-blue-color-2);
  color: white;
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .jumbotron {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .jumbotron {
    padding: 15px 5px;
  }
}
.jumbotron__heading {
  color: white;
  letter-spacing: 2px;
  font-size: 2.6rem;
  margin-bottom: 0;
  /*    &:only-child {
      margin-bottom: 0;
      margin-top: 0;
  }*/
}
.jumbotron__heading:not(:last-child), .jumbotron__heading:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 576px) {
  .jumbotron__heading {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.jumbotron__sub-heading {
  color: var(--light-blue-color-2);
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .jumbotron__text {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.breadcrumb {
  font-size: 1.4rem;
}
.breadcrumb__item:hover {
  text-decoration: underline;
}
.breadcrumb__item--active {
  color: grey;
}
.breadcrumb__item--active:hover {
  text-decoration: none;
}
.breadcrumb__item--active2 {
  color: #80899d;
}
.breadcrumb__item--active2:hover {
  text-decoration: none;
}
.breadcrumb__delimiter {
  color: inherit;
}

.panel-hero-image {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 100%;
  user-select: none;
  overflow: hidden;
  position: relative;
  height: 650px;
}
@media only screen and (max-width: 768px) {
  .panel-hero-image {
    height: 300px !important;
  }
}
.panel-hero-image__slide {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*transition-delay: 1.5s;*/
  opacity: 0;
  visibility: hidden;
}
.panel-hero-image__slide > a > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.panel-hero-image__slide--active {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 100%;
  width: 100%;
}
.panel-hero-image__slide--fadein {
  visibility: visible;
  height: auto;
  max-height: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.panel-hero-image__slide--fadeout {
  visibility: visible;
  height: auto;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.panel-hero-image__img-fixed {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 110%;
  filter: blur(15px);
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .panel-hero-image__img-fixed {
    filter: initial;
  }
}
.panel-hero-image__slide-text {
  position: absolute;
  bottom: 35px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
}
.panel-hero-image__image-btn-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .panel-hero-image__image-btn-container {
    bottom: 5%;
  }
}
.panel-hero-image__img-cover {
  width: 100%;
  height: 650px;
  object-fit: cover;
  filter: blur(30px);
  -webkit-filter: blur(30px);
}
@media only screen and (max-width: 768px) {
  .panel-hero-image__img-cover {
    height: 300px;
    object-fit: cover;
  }
}
.panel-hero-image__img-button {
  padding: 10px 15px;
  border: 1px solid gainsboro;
  color: grey;
  transition: 0.2s;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  border: 2px solid white;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .panel-hero-image__img-button {
    padding: 10px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.panel-hero-image__img {
  max-width: 100%;
  max-height: 683px;
}
@media only screen and (max-width: 1024px) {
  .panel-hero-image__img {
    max-height: 512px;
  }
}
@media only screen and (max-width: 576px) {
  .panel-hero-image__img {
    max-height: 384px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  .panel-hero-image__img {
    max-height: 250px;
  }
}
.panel-hero-image__nav-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: absolute;
  right: 70px;
  bottom: 0;
  left: 70px;
}
.panel-hero-image__nav-dot {
  margin-right: 10px;
  color: #dadada;
  transition: 0.3s;
}
.panel-hero-image__nav-dot--active {
  transition: 0.2s;
  font-size: 25px;
}
.panel-hero-image__main-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.panel-hero-image__content-container {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
}
.panel-hero-image__content-img {
  max-height: 350px;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
@media only screen and (max-width: 576px) {
  .panel-hero-image__content-img {
    display: none;
  }
}
.panel-hero-image__content-heading {
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-hero-image__content-subheading {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0;
}
.panel-hero-image__content-text {
  white-space: pre-line;
  color: white;
  font-size: 1.8rem;
  line-height: 3rem;
}
.panel-hero-image__content-button {
  padding: 10px 40px;
  background-color: var(--light-blue-color-4);
  color: #ffffff;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 0;
  transition: 0.2s;
  user-select: none;
  /*font-family: 'Ubuntu', sans-serif;*/
  transition: 0.2s;
}
.panel-hero-image__content-button:hover {
  transition: 0.2s;
  /*border: 1px solid var(--main-blue-color);*/
  background-color: var(--light-blue-color-3);
  /*color: var(--main-blue-color);*/
}
.panel-hero-image__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 70px;
  border-radius: 30px;
}
.panel-hero-image__nav-button--right {
  right: 0;
  padding-right: 10px;
}
.panel-hero-image__nav-button--left {
  left: 0;
  padding-left: 10px;
}
.panel-hero-image__nav-button:hover {
  cursor: pointer;
}
.panel-hero-image__nav-button-icon {
  background-color: rgba(245, 245, 245, 0.45);
  color: grey;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accordion {
    width: 80%;
}
.accordion__header {
  display: flex;
  align-items: center;
  margin: 0;
  /*border-color: whitesmoke;*/
  border: 0;
  padding: 20px 15px 10px 30px;
  width: 100%;
  background-color: transparent;
}
.accordion__header:hover {
  cursor: pointer;
}
.accordion__icon-button {
  background-color: white;
  padding: 10px;
  border: 0;
  margin-left: auto;
  transition: 0.2s;
}
.accordion__icon-button:hover {
  cursor: pointer;
}
.accordion__icon {
  font-size: 20px;
  transition: 0.2s;
  color: var(--light-blue-color-4);
}
.accordion__icon--open {
  transition: 0.2s;
  transform: rotate(180deg);
}
.accordion__icon--open-90 {
  transition: 0.2s;
  transform: rotate(0);
}
.accordion__heading {
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
  color: black;
}
.accordion__heading-icon {
  margin-right: 15px;
  color: #5a5a5a;
}
.accordion__body {
  max-height: 0;
  transition: 0.4s;
  overflow: hidden;
}
.accordion__body--open {
  transition: 0.8s;
  max-height: 2000px;
}

.accordion__link-2 {
    display: flex;
    margin-top: auto;
    font-size: 1.5rem;
    padding: 15px 15px 15px 30px;
    align-items: center;
    transition: background 0.2s ease;
    display: grid;
    grid-template-columns: 40px 1fr;
}

.accordion__link-2:hover {
    background: whitesmoke;
}

.accordion__link {
    display: flex;
    margin-top: auto;
    font-size: 1.5rem;
    padding: 15px 15px 15px 30px;
    padding-left: 70px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.accordion__link span {
    width: 100px;
}

.accordion__link:hover, .accordion__link-active {
    background-color: var(--white-blue-color-1);
}

.accordion__link:hover > span, .accordion__link-2:hover > span {
  color: var(--light-blue-color-3);
  text-decoration: underline;
}
.accordion__link--standalone {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 30px;
    justify-content: center;
    display: grid;
    grid-template-columns: 40px 1fr;
}
.accordion__link-icon {
  text-decoration: none;
  color: #5a5a5a;
  margin-right: 24px;
}
.accordion__image {
  max-width: 100%;
  height: auto;
  max-height: 217px;
  display: block;
  margin: auto;
}
.accordion__content {
  padding: 10px;
}

.accordion__link--sign-out {
    transition: transform 0.2s ease;
    clip-path: polygon(0% 100%, 90% 100%, 90% 0%, 0% 0%);
    width: 100%;
}

.accordion__link--sign-out:hover {
    transform: translateX(-10px);
    background: transparent;
}

.flatpanes {
    display: flex;
    padding: 15px;
    padding-bottom: 10px;
    background-color: var(--white-blue-color-1);
    font-size: 1.6rem;
    transition: 0.2s;
    overflow: auto;
}
.flatpanes--sticky {
  position: sticky;
  top: 120px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .flatpanes--sticky {
    top: 110px;
  }
}
@media only screen and (max-width: 576px) {
  .flatpanes--sticky {
    top: 70px;
  }
}
.flatpanes__container {
  display: flex;
}
.flatpanes__item {
  margin: 0 15px;
  color: var(--light-blue-color-5);
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.flatpanes__item:first-child {
  margin-left: 0;
}
.flatpanes__item:last-child {
  /*padding-right: 15px;*/
}
.flatpanes__item--active {
  color: var(--main-blue-color);
  border-bottom: 2px solid var(--main-blue-color);
}
.flatpanes__item:hover {
  transition: 0.2s;
  color: var(--main-blue-color);
  border-bottom: 2px solid var(--main-blue-color);
}
@media only screen and (max-width: 576px) {
  .flatpanes__item:last-child {
    padding-right: 30px;
  }
}

.floatingpanes {
  display: flex;
  font-size: 1.6rem;
  transition: 0.2s;
  overflow: auto;
  background-color: #ebebeb;
  padding-top: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .floatingpanes {
    margin-bottom: 10px;
  }
}
.floatingpanes--sticky {
  background-color: white;
  position: sticky;
  top: 120px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .floatingpanes--sticky {
    top: 110px;
  }
}
@media only screen and (max-width: 576px) {
  .floatingpanes--sticky {
    top: 70px;
  }
}
.floatingpanes__container {
  display: flex;
}
.floatingpanes__item {
  color: var(--light-blue-color-5);
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floatingpanes__item:first-child {
  margin-left: 0;
}
.floatingpanes__item--active {
  color: var(--main-blue-color);
  border-top: 3px solid var(--main-blue-color);
  background-color: white;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0 10px;
}

.floating-panel {
  box-shadow: 0 0 5px 0 rgba(60, 64, 67, 0.1), 0 0 5px 0 rgba(60, 64, 67, 0.2);
  margin-bottom: 30px;
  border-radius: 5px;
}
.floating-panel:last-child {
  margin-bottom: 0;
}
.floating-panel__header {
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.floating-panel__header--sticky {
  position: sticky;
  top: calc( 120px + 56px );
  background-color: whitesmoke;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .floating-panel__header--sticky {
    top: calc( 110px + 56px );
  }
}
@media only screen and (max-width: 576px) {
  .floating-panel__header--sticky {
    top: calc( 70px + 56px );
  }
}
.floating-panel__header--sticky-2 {
  position: sticky;
  top: calc( 120px + 83px );
  background-color: whitesmoke;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .floating-panel__header--sticky-2 {
    top: calc( 110px + 77px );
  }
}
@media only screen and (max-width: 576px) {
  .floating-panel__header--sticky-2 {
    top: calc( 70px + 77px );
  }
}
.floating-panel__heading {
  margin: 0;
  font-weight: 400;
  font-family: inherit;
}
.floating-panel__heading--strong {
  font-weight: 500;
}
.floating-panel__datetime {
  border-right: 1px solid var(--light-grey-color-1);
  /*margin-right: 10px;*/
  padding-right: 10px;
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .floating-panel__datetime {
    display: none;
  }
}
.floating-panel__inner-body {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--light-grey-color-1);
  padding: 20px;
}
.floating-panel__inner-body--disabled {
  color: grey;
}
.floating-panel__inner-body--disabled h1, .floating-panel__inner-body--disabled h2, .floating-panel__inner-body--disabled .floating-panel__dt-h1, .floating-panel__inner-body--disabled .floating-panel__dt-h2, .floating-panel__inner-body--disabled floating-panel__dt-h3 {
  color: grey;
}
.floating-panel__inner-body:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .floating-panel__inner-body {
    padding: 15px;
  }
}
.floating-panel__alert {
  display: grid;
  margin-top: 30px;
  padding: 10px 20px 10px 10px;
  border: 2px solid var(--light-blue-color-6);
  border-left: 5px solid var(--light-blue-color-6);
  border-right: 0;
  border-radius: 5px 0 0 5px;
  margin-right: -20px;
  background-color: var(--white-blue-color-2);
}
.floating-panel__dt-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
}
@media only screen and (max-width: 576px) {
  .floating-panel__dt-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.floating-panel__dt-grid-inner {
  display: grid;
  grid-template-columns: 1fr 136px;
  gap: 30px;
}
@media only screen and (max-width: 576px) {
  .floating-panel__dt-grid-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .floating-panel__amt-picker-container {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 136px;
    gap: 15px;
  }
}
.floating-panel__price {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.6rem;
  color: #565656;
  border-radius: 5px;
  padding: 5px;
  font-weight: 500;
  color: var(--dark-blue-color-1);
}
@media only screen and (max-width: 576px) {
  .floating-panel__price {
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0;
  }
}
.floating-panel__link {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--light-blue-color-3);
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .floating-panel__link {
    text-align: left;
  }
}
.floating-panel__link:hover {
  text-decoration: underline;
}
.floating-panel__dt-h1 {
  margin: 0;
  margin: 0;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--light-blue-color-4);
}
.floating-panel__dt-h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
.floating-panel__dt-h3 {
  margin: 0;
  font-size: 1.4rem;
  color: grey;
}
.floating-panel__body {
  display: flex;
  flex-direction: column;
  /*padding: 15px 0;*/
  background-color: white;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0 0 5px 5px;
  height: 100%;
}
.floating-panel__body:last-child {
  border-bottom: 0;
}
.floating-panel__body:first-child:last-child {
  border-radius: 5px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 2px solid;
  border-radius: 5px;
  transition: 0.2s;
  user-select: none;
}
.button--large {
  font-size: 1.6rem;
}
.button--larger {
  font-size: 1.8rem;
}
.button--small {
  font-size: 1.2rem;
  padding: 7px 10px;
  border: 1px solid;
}
.button--heavy {
  font-weight: 500;
}
.button--grey-1-alternate {
  color: var(--light-grey-color-3);
  background-color: white;
  border-color: var(--light-grey-color-2);
}
.button--grey-1-alternate:hover {
  background-color: var(--light-grey-color-2);
  color: black;
}
.button--grey-1-alternate:disabled {
  background-color: var(--light-grey-color-2);
  border-color: var(--light-grey-color-2);
}
.button--grey-1-alternate:disabled:hover {
  color: var(--light-grey-color-3);
  cursor: not-allowed;
}
.button--red-1 {
  color: white;
  background-color: var(--red-color-2);
  border-color: var(--red-color-2);
}
.button--red-1:hover {
  transition: 0.2s;
  background-color: var(--red-color-3);
  border-color: var(--red-color-3);
}
.button--red-1-alternate {
  color: var(--red-color-2);
  background-color: white;
  border: 1px solid;
  border-color: var(--red-color-2);
}
.button--red-1-alternate:hover {
  color: white;
  transition: 0.2s;
  background-color: var(--red-color-2);
}
.button--orange-1 {
  color: white;
  background-color: var(--orange-color-1);
  border-color: var(--orange-color-1);
}
.button--orange-1:hover {
  transition: 0.2s;
  background-color: var(--orange-color-1);
  border-color: var(--orange-color-1);
}
.button--orange-1-alternate {
  color: var(--orange-color-1);
  background-color: white;
  border: 1px solid;
  border-color: var(--orange-color-1);
}
.button--orange-1-alternate:hover {
  color: white;
  transition: 0.2s;
  background-color: var(--orange-color-1);
}
.button--blue-1 {
  color: white;
  background-color: var(--light-blue-color-4);
  border-color: var(--light-blue-color-4);
}
.button--blue-1:hover {
  transition: 0.2s;
  background-color: var(--light-blue-color-3);
  border-color: var(--light-blue-color-3);
}
.button--blue-1:disabled {
  background-color: var(--light-blue-color-4-lighten);
  border-color: var(--light-blue-color-4-lighten);
}
.button--blue-1:disabled:hover {
  cursor: not-allowed;
}
.button--blue-1-alternate {
  color: var(--light-blue-color-4);
  background-color: white;
  border: 1px solid;
  border-color: var(--light-blue-color-4);
}
.button--blue-1-alternate:hover {
  color: white;
  transition: 0.2s;
  background-color: var(--light-blue-color-4);
}
.button--blue-2 {
  color: white;
  background-color: var(--light-blue-color-3);
  border-color: var(--light-blue-color-3);
}
.button--blue-2:hover {
  transition: 0.2s;
  background-color: var(--light-blue-color-3);
  border-color: var(--light-blue-color-3);
}
.button--blue-2-alternate {
  color: var(--light-blue-color-3);
  background-color: white;
  border: 1px solid;
  border-color: var(--light-blue-color-3);
}
.button--blue-2-alternate:hover {
  color: white;
  transition: 0.2s;
  background-color: var(--light-blue-color-3);
}
.button--vipps {
  color: white;
  background-color: var(--vipps-orange);
  border-color: var(--vipps-orange);
  line-height: 30px;
}
.button--icon-btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 10px;
  font-size: 2rem;
}
.button--icon-btn:hover {
  cursor: pointer;
}
.button:hover {
  cursor: pointer;
}

.amt-picker {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  /* Firefox */
}
.amt-picker input::-webkit-outer-spin-button,
.amt-picker input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amt-picker input[type=number] {
  -moz-appearance: textfield;
}
.amt-picker__itterate {
  background-color: var(--light-blue-color-4);
  color: white;
  border-radius: 100px;
  border: 0;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amt-picker__itterate:disabled {
  background-color: var(--light-blue-color-6);
}
.amt-picker__itterate:disabled:hover {
  cursor: no-drop;
}
.amt-picker__itterate:hover {
  cursor: pointer;
}
.amt-picker__loading {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.amt-picker__loading > i {
  font-size: 30px;
  color: grey;
}
.amt-picker__loading--hidden {
  display: none;
}
.amt-picker__input {
  height: 100%;
  min-height: 100%;
  width: 40%;
  min-width: 40%;
  font-weight: 500;
  font-size: 2rem;
  border: 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  margin: auto;
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  .amt-picker__input {
    width: 40%;
    min-width: 40%;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-top: 4px solid;
  /*margin-bottom: 15px;*/
}
.alert:last-child {
  margin-bottom: 0;
}
.alert--info {
  background-color: var(--white-blue-color-1);
  border-color: var(--light-blue-color-4);
  color: var(--light-blue-color-3);
}
.alert--success {
  background-color: #e6fffa;
  border-color: #38b2ac;
  color: #234e52;
}
.alert--danger {
  background-color: #fff5f5;
  border-color: #f56565;
  color: var(--red-color-1);
}
.alert--danger > i {
  color: var(--red-color-2);
  margin-right: 5px;
}
.alert--heavy {
  font-weight: 500;
}
.alert--small {
  border-top: 2px solid;
  font-size: 1.4rem;
  padding: 3px;
  font-weight: 500;
  margin: 5px 0;
  display: inline-block;
}
.alert--no-shadow {
  box-shadow: none;
}
.alert--no-background {
  padding: 0;
  background-color: transparent;
  border-top: 0;
  box-shadow: none;
}
.alert__infoicons {
  display: flex;
  margin-right: 10px;
  font-size: 18px;
}
.alert__header {
  display: flex;
}
.alert__heading {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 0;
  color: inherit;
}
.alert__subheading {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin: 0;
  color: inherit;
}
.alert__close {
  margin-left: auto;
}
.alert__icon {
  color: inherit !important;
}
.alert__bodytext {
  color: inherit;
  margin: 0;
  margin-top: 5px;
}
.alert__bodytext * {
  color: inherit;
}
.alert__bodytext p:last-child {
  margin-bottom: 0;
}
.alert__bodytext a {
  text-decoration: underline;
}

.htmlbox {
  overflow-x: auto;
  font-size: 1.45rem;
}
@media only screen and (max-width: 576px) {
  .htmlbox {
    font-size: 1.6rem;
  }
}
.htmlbox * {
  background-color: whitesmoke !important;
  background: whitesmoke !important;
}
.htmlbox--bg-white * {
  background-color: white !important;
  background: white !important;
}
.htmlbox img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: top;
}
.htmlbox .layoutrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.htmlbox .layoutrow > div {
  margin: 15px;
}
.htmlbox .layoutrow--align-left {
  justify-content: flex-start;
}
.htmlbox .layoutrow--col-100 > div {
  width: 100px;
}
.htmlbox .layoutrow--col-150 > div {
  width: 150px;
}
.htmlbox .layoutrow--col-200 > div {
  width: 200px;
}
.htmlbox .layoutrow--col-250 > div {
  width: 250px;
}
.htmlbox .layoutrow--col-300 > div {
  width: 300px;
}
.htmlbox .layoutrow--col-350 > div {
  width: 350px;
}
.htmlbox .layoutrow--col-400 > div {
  width: 400px;
}
.htmlbox .layoutrow--col-450 > div {
  width: 450px;
}
.htmlbox .layoutrow--col-500 > div {
  width: 500px;
}
.htmlbox .layoutrow--col-550 > div {
  width: 550px;
}
.htmlbox .layoutrow--col-600 > div {
  width: 600px;
}
.htmlbox .border {
  border: 1px solid whitesmoke;
  border-radius: 5px;
  overflow: hidden;
}
.htmlbox a {
  color: #1a80b6;
  text-decoration: none;
}
.htmlbox a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.htmlbox a.button {
  padding: 10px 15px 10px 15px;
  background-color: whitesmoke;
  border: 1px solid lightgrey;
  border-radius: 5px;
  color: #545454;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  margin-bottom: 15px;
}
.htmlbox a.button:hover {
  cursor: pointer;
  background-color: lightgrey;
  transition: 0.3s;
}
.htmlbox iframe {
  border: 0;
}
.htmlbox .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid whitesmoke;
  border-radius: 5px;
}
.htmlbox .panel-info > .panel-heading {
  margin: 0;
  color: #545454;
  background-color: whitesmoke;
  border-color: whitesmoke;
  padding: 10px 15px;
  border-bottom: 1px solid whitesmoke;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.htmlbox .panel-body {
  padding: 15px;
}
.htmlbox .ml-auto {
  margin-left: auto;
}
.htmlbox .mr-auto {
  margin-right: auto;
}
.htmlbox .mrl-auto {
  margin-right: auto;
  margin-left: auto;
}
.htmlbox .margin-15 {
  margin: 15px;
}
.htmlbox .padding-15 {
  padding: 15px;
}
.htmlbox .pt-15 {
  padding-top: 15px;
}
.htmlbox .pr-15 {
  padding-right: 15px;
}
.htmlbox .pb-15 {
  padding-bottom: 15px;
}
.htmlbox .pl-15 {
  padding-left: 15px;
}
.htmlbox p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.htmlbox .article-imagelist-image img {
  width: 100%;
  height: auto;
}

.article-imagelist-image img {
  width: 100%;
  height: auto;
}

.htmlbox-attachment-listheader {
  border-bottom: 2px solid grey;
  display: inline-block;
  font-weight: 600;
  padding: 30px 0 10px 0;
  color: #333333;
}

@media only screen and (max-width: 576px) {
  .hidden--sm {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hidden--md {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden--lg {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .hidden--xl {
    display: none;
  }
}

.visible {
  display: initial;
}
@media only screen and (min-width: 576px) {
  .visible--sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .visible--md {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .visible--lg {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .visible--xl {
    display: none;
  }
}

.timeline {
  display: grid;
  gap: 20px;
  grid-template-columns: 45px 1fr;
}
.timeline:last-child .timeline__box {
  margin-bottom: 15px;
}
.timeline:last-child .timeline__line {
  display: none;
}
.timeline__body {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 0 5px 5px 5px;
  border: 1px solid var(--white-blue-color-1);
}
.timeline__left-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline__line {
  display: block;
  width: 1px;
  background-color: var(--white-blue-color-1);
  height: 100%;
}
.timeline__introduction {
  margin: 5px 0;
  display: -webkit-box;
  max-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.timeline__circle {
  font-weight: 500;
  min-width: 45px;
  border: 1px solid var(--white-blue-color-1);
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 230px;
  align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  .timeline__circle {
    top: 220px;
  }
}
@media only screen and (max-width: 576px) {
  .timeline__circle {
    top: 180px;
  }
}
.timeline__circle--alternate-top {
  top: 260px;
}
@media only screen and (max-width: 768px) {
  .timeline__circle--alternate-top {
    top: 245px;
  }
}
@media only screen and (max-width: 576px) {
  .timeline__circle--alternate-top {
    top: 210px;
  }
}

.sidebar {
    background-color: white;
    box-shadow: 2px 2px 6px rgb(47 47 47);
    transition: 0.5s;
    opacity: 1;
    min-width: 300px;
    border-radius: 8px;
}
.sidebar--fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
}
.sidebar--hidden {
  transition: 0.5s;
  opacity: 0;
}
.sidebar--removed {
  display: none;
}
.sidebar__sticky {
    position: sticky;
    top: 120px;
    transition: 0.5s;
}
.sidebar__sticky--fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 550px;
  height: 100%;
  background-color: white;
  margin-left: auto;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .sidebar__sticky--fixed {
    width: 350px;
  }
}
@media only screen and (max-width: 576px) {
  .sidebar__sticky--fixed {
    width: 100%;
  }
}
.sidebar__sticky--hidden {
  transition: 0.5s;
  right: -550px;
}
@media only screen and (max-width: 576px) {
  .sidebar__sticky--hidden {
    right: -576px;
  }
}
.sidebar__header {
  border-bottom: 1px solid whitesmoke;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}
.sidebar__header-body {
  padding: 20px 30px;
}
.sidebar__header-body > h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
}
.sidebar__close {
  display: flex;
}
.sidebar__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  height: 100%;
  padding: 0px 15px;
}
@media only screen and (max-width: 768px) {
    .sidebar__grid {
        grid-template-columns: 1fr;
        padding: 0px 10px;
    }
}
.sidebar__head {
  background-color: var(--light-blue-color-8);
  padding: 15px;
  border-radius: 5px;
  color: white;
}

.org-footer {
  color: white;
  margin-top: 15px;
  margin-top: auto;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 2px solid whitesmoke;
}
@media only screen and (max-width: 576px) {
  .org-footer {
    flex-direction: column;
  }
}
.org-footer__copyright {
  text-align: center;
  color: white;
}
.org-footer__content {
  margin-right: 20px;
  margin-left: 20px;
  text-align: left;
  min-width: 150px;
  color: white;
}
.org-footer__content p {
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 576px) {
  .org-footer__content {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .org-footer__content--facebook {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.org-footer__content span {
  display: block;
}
.org-footer__content-heading {
  color: white;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.modal--hidden {
  display: none;
}
.modal__box {
  position: relative;
  width: 768px;
  background-color: white;
  max-height: calc( 100vh - 10% );
  display: flex;
  flex-direction: column;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.modal__box--medium {
  width: 600px;
}
@media only screen and (max-width: 375px) {
  .modal__box--medium {
    width: 100%;
  }
}
.modal__box--small {
  width: 375px;
}
@media only screen and (max-width: 375px) {
  .modal__box--small {
    width: 100%;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}
.modal__header--less-padding {
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .modal__header {
    padding: 10px;
  }
}
.modal__heading {
  color: #505050;
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}
.modal__icon-close {
  margin-left: auto;
  margin-bottom: auto;
  font-size: 25px;
  color: #505050;
  background: transparent;
  border: 0;
  padding: 0;
}
.modal__icon-close:hover {
  cursor: pointer;
}
.modal__body {
  background-color: white;
  padding: 15px;
  padding-top: 0;
  max-height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 576px) {
  .modal__body {
    padding: 10px;
    padding-top: 0;
  }
}
.modal__body:last-child {
  border-radius: 0 0 5px 5px;
}
.modal__body--less-padding {
  padding: 15px;
  padding-top: 0;
}
.modal__footer {
  padding: 15px;
  padding-top: 0;
}
@media only screen and (max-width: 576px) {
  .modal__footer {
    padding: 10px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table__tr {
  display: block;
  padding: 10px;
}
.table__tr--bg-odd:nth-child(odd) {
  background: var(--white-blue-color-2);
}
.table__td {
  display: block;
}

.user-input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  transition: 0.2s;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.user-input--lightgrey {
  border-color: lightgrey;
}
.user-input__grid {
  display: grid;
}
.user-input__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.user-input__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.user-input__grid:last-child input {
  border-bottom: 0;
}
.user-input--required {
  color: #ed6d6d;
}
.user-input--mb0-desktop {
  margin-bottom: 0;
}
.user-input__required {
  color: #ed6d6d;
}
.user-input__item {
  position: relative;
}
.user-input__item:last-child input {
  border-right: 0;
}
.user-input__item--span-2 {
  grid-column-start: span 2;
}
.user-input__label {
  position: absolute;
  top: 15px;
  left: 10px;
  color: grey;
  user-select: none;
  transition: 0.2s;
  line-height: 1.4;
}
.user-input__label--small {
    transition: 0.2s;
    top: 2px;
    font-size: 1.2rem;
    color: var(--light-blue-color-4);
}
.user-input__label:hover {
  cursor: text;
}
.user-input__input {
  border: 1px solid black;
  border-top: 0;
  border-left: 0;
  /*border-radius: 5px;*/
  padding: 10px;
  width: 100%;
  min-height: 50px;
  transition: 0.2s;
  font-weight: 500;
  /*       &:disabled {
             color: #888888;
         }*/
}
.user-input__input--small {
  line-height: 1;
  padding-bottom: 0px;
  transition: 0.2s;
  padding-left: 10px !important;
}
.user-input__input--small-width {
  max-width: 512px;
}
.user-input__input--simple {
  background-color: whitesmoke;
  border: 0;
  border-bottom: 2px solid lightgrey;
  border-radius: 0;
  outline: none;
  transition: 0.2s;
}
.user-input__input--simple:focus {
  transition: 0.2s;
  border-bottom: 2px solid grey;
}
.user-input__input--simple:focus + .donate-simple__currency {
  transition: 0.2s;
  border-bottom: 2px solid grey;
}
.user-input__input--large-font {
  font-size: 1.6rem;
  font-weight: 500;
}
.user-input__select {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  min-height: 50px;
  transition: 0.2s;
  -webkit-appearance: none;
  background-color: white;
  font-weight: 500;
}
.user-input__select--small {
  line-height: 1;
  padding-bottom: 0px;
  transition: 0.2s;
}
.user-input__textarea {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  min-height: 200px;
  resize: none;
  transition: 0.2s;
  font-weight: 500;
}
.user-input__textarea--small {
  transition: 0.2s;
  padding-top: 20px;
}
.user-input__textarea--simple {
  background-color: whitesmoke;
  border: 0;
  border-bottom: 2px solid lightgrey;
  border-radius: 0;
  outline: none;
  transition: 0.2s;
}
.user-input__textarea--simple:focus {
  transition: 0.2s;
  border-bottom: 2px solid grey;
}
.user-input__textarea--simple:focus + .donate-simple__currency {
  transition: 0.2s;
  border-bottom: 2px solid grey;
}

.link {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--light-blue-color-3);
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.link:hover {
  text-decoration: underline;
}

.jumbotron-react-view-header {
    width: 100%;
    background-color: var(--dark-blue-color-2);
    color: white;
    padding: 15px;
    flex: 0 1 auto;
}

@media on @media only screen and (max-width: 1024px) {
    .jumbotron-react-view-header {
        padding: 15px 0;
    }
}

/*
#react_shoppingcart_body {
    overflow: hidden !important;
}
*/

.shoppingcartwrapperbackground {
    position:absolute;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.shoppingcartwrapper {
    position: relative;
    height: 100%;    
    width: 100%;
    background-color: whitesmoke;    
}

@media only screen and (min-width: 576px) {
    .shoppingcartwrapper {
        max-width: 90vw;
        width: 900px;
        height: 80vh;
        max-height: 900px;
        border: solid 1px #cfcfcf;
        border-radius: 15px;
        overflow:hidden; 
        box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.2)
    }
}

.shoppingcart-container {
    margin-bottom: 0px;
    margin-top: 15px;
    overflow: auto;
    border-radius: 10px;
    max-width: 100%;
    position: relative;
    flex: 1 0 0;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-self: center;
}

@media only screen and (max-width: 768px) {  
    .shoppingcart-container {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 576px) {
    .shoppingcart-container {
        padding: 0px !important;
        border-radius: 0;
        margin-top: 0;
    }
}

/*
.sc-gPEVay {
    box-shadow: none;
    margin: 0 !important;
    width: 100%;
    border-radius: 0 !important;
    width: 100% !important;
}

.gaDsSW {
	box-shadow: none !important;
    border-radius: 0 !important;
}
*/

    /*# sourceMappingURL=fancy.css.map */
