@import url("fonts/fonts.css");
@import url("fonts/fonts.css");
a {
  color: inherit;
  text-decoration: none;
}
a.dark {
  color: #695e9c !important;
}
a.light {
  color: rgb(220, 220, 235) !important;
}

a:hover.dark {
  color: rgb(190, 190, 215) !important;
}
a:hover.light {
  color: rgb(190, 190, 215) !important;
}

html {
  font-family: "OpenSansSelfHostet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 786px) {
  html {
    font-size: 9px !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a.dark {
  color: #695e9c !important;
}
a.light {
  color: rgb(220, 220, 235) !important;
}

a:hover.dark {
  color: rgb(190, 190, 215) !important;
}
a:hover.light {
  color: rgb(190, 190, 215) !important;
}

html {
  font-family: "OpenSansSelfHostet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 786px) {
  html {
    font-size: 9px !important;
  }
}
.content-area {
  position: relative;
  margin: 2rem 0 0 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-image: linear-gradient(to right, rgb(240, 240, 240), rgb(220, 220, 220));
}
.content-area.uncolored {
  background-image: none;
}
.content-area > h1 {
  text-align: left;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0;
  height: auto;
  padding: 4rem 1.5rem 2.5rem calc(1.5rem + 10vw);
  font-size: 3rem;
  background-color: white;
}
.content-area .spacer {
  height: 25vw;
}
.content-area .content {
  position: relative;
  height: fit-content;
}
.content-area .content .bg {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-image: linear-gradient(to right, rgb(240, 240, 240), rgb(220, 220, 220));
}
.content-area .content .bg img {
  width: 100%;
}
.content-area .content h1 {
  text-align: left;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0 auto 5rem 10vw;
  padding: 4rem 1.5rem 0 1.5rem;
  font-size: 3rem;
}
.content-area .content > p {
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 0 max(10vw, 90vw - 80rem) 2rem 10vw;
  font-size: 1.5rem;
}
.content-area .content > p:first-child {
  padding-top: 4rem;
}
.content-area .content .content-block {
  background-image: linear-gradient(to right, rgb(83, 75, 125), rgb(105, 94, 156));
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 1.5rem;
  padding: 2rem 3rem;
  max-width: 75rem;
  margin: 0 10vw 0 10vw;
  line-height: 2.5rem;
  transition: 1s transform ease-out;
}
.content-area .content .content-block strong {
  font-size: 1.2em;
}
.content-area .simple-content {
  font-size: 1.5rem;
  color: #000000;
  padding: 4rem max(10vw, 90vw - 80rem) 3rem 10vw;
  text-align: left;
  line-height: 2.3rem;
}
.content-area .simple-content .h2 {
  font-size: 2rem;
}
.content-area .simple-content li {
  margin-bottom: 1rem;
}
.content-area .simple-content li:last-child {
  margin-bottom: 0;
}
.content-area .simple-content li::marker {
  font-weight: bold;
}
.content-area .simple-content.uncolored {
  background-color: white;
}
.content-area .simple-content.uncolored:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.content-area .simple-content.colored {
  background-image: linear-gradient(to right, rgb(240, 240, 240), rgb(220, 220, 220));
  margin: 0;
}
.content-area .simple-content ~ .column-content {
  padding-top: 0;
}
.content-area .column-content {
  padding: 3rem max(10vw, 90vw - 80rem) 3rem 10vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  gap: 1rem 100px;
  max-width: 80rem;
}
.content-area .column-content .column {
  flex: 1 1 34%;
  text-align: left;
  line-height: 2.3rem;
  font-size: 1.4rem;
  color: #000000;
}
.content-area .block-content {
  font-size: 1.5rem;
  height: max-content;
}
.content-area .block-content h3 {
  font-size: 2.3rem;
  padding: 0 10vw 2rem 10vw;
}
.content-area .block-content .blocks {
  width: auto;
  padding: 0 max(10vw, 90vw - 80rem) 0 10vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 50px;
  margin-bottom: 40px;
}
.content-area .block-content .blocks .block {
  flex: 1 1 34%;
  background-color: white;
  padding: 1rem 1.5rem;
}
@media (max-width: 800px) {
  .content-area .block-content .blocks .block {
    flex: 1 1 51%;
  }
}
.content-area .block-content .blocks.single {
  gap: 20px;
  flex-direction: column;
  flex-wrap: wrap;
}
.content-area .block-content .blocks.single .block {
  flex: 1 1 auto;
}
.content-area .block-content:nth-child(3) {
  padding-top: 100px;
}
.content-area .list-content {
  background-color: white;
}
.content-area .list-content .table {
  width: auto;
  padding: 1.5rem 15vw 2rem 10vw;
}
.content-area .list-content .table h3 {
  font-weight: inherit;
  font-size: 1.7rem;
}
.content-area .list-content .table .items {
  display: flex;
  flex-direction: column;
  height: 19rem;
  flex-wrap: wrap;
  width: auto;
  gap: 0.5rem;
  color: #695e9c;
}
@media (max-width: 1150px) {
  .content-area .list-content .table .items {
    height: auto;
  }
  .content-area .list-content .table .items .item {
    font-size: 3rem !important;
  }
}
.content-area .list-content .table .items .item {
  flex: 1 0 17%;
  width: min-content;
  font-size: 2.2rem;
  font-weight: bold;
}
.content-area .list-content .content-item > h1 {
  background-image: url("/public/media/minibanner_lila_transition.png");
  font-size: 2.5rem;
  padding: 3rem 10vw 3rem 10vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #695e9c;
}
.content-area .list-content .content-item > h1 strong {
  font-size: 2em;
}
.content-area .list-content .content-item .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 max(10vw, 90vw - 80rem) 0 10vw;
  font-size: 1.5rem;
  gap: 2.5rem;
}
.content-area .list-content .content-item .columns div {
  flex: 1 1 0;
}

.unloaded {
  transition: none !important;
  transform: translateY(200%);
}

#subcontent {
  text-align: center;
}
#subcontent h1 {
  color: #695e9c;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
#subcontent h1 strong {
  font-weight: 700;
  letter-spacing: 0.2rem;
}
#subcontent h1.underline::after {
  content: "";
  display: block;
  position: relative;
  border-bottom: 2px solid #695e9c;
  width: 90%;
  bottom: -10px;
  margin: 0 auto;
}
#subcontent .text {
  display: inline-block;
  margin: 20px 6vw 0 6vw;
  text-align: left;
}
#subcontent .banner-wrapper {
  border-top: 30px solid rgb(255, 255, 255);
  position: relative;
  display: block;
  width: 100%;
}
#subcontent .banner-wrapper img {
  width: 100%;
}
#subcontent .banner-wrapper .descr {
  text-align: left;
  background-color: #695e9c;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: 400;
  bottom: 2rem;
  z-index: 100;
  left: 29vw;
  padding: 1.2rem 1.8rem;
  width: max-content;
  line-height: 1.3em;
  font-size: 1.6rem;
}
#subcontent .banner-wrapper .descr strong {
  font-size: 1.4em;
  line-height: 1.7em;
}
@media (max-width: 1000px) {
  #subcontent .banner-wrapper .descr {
    left: 10vw;
    font-size: 1.3rem;
  }
}
#subcontent .quote {
  margin: 5rem 15vw;
  color: #000000;
  text-align: center;
  font-size: 3rem;
}

/*# sourceMappingURL=home.css.map */
