:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.headersection {
  background-color: #fff0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100svh;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headersection.bestill {
  height: auto;
  min-height: 100svh;
}

.headersection.bestill._100vh {
  min-height: 100vh;
}

.intro {
  border: 1px #c8cce757;
  border-radius: 50px;
  max-width: 1250px;
  padding: 50px 25px;
}

.content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.intro-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.introheader {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.introparagraph {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.button-wrapper {
  padding-right: 0;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.links {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-3 {
  width: 75px;
}

.brand-3 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform .5s;
}

.brand-3:hover {
  transform: scale(1.1);
}

.header-container-2 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.link-5 {
  color: #fff;
  border-bottom: 3px solid #fff0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
}

.link-5:hover, .link-5.w--current {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.link-5.tilbudlink {
  display: none;
}

.gradient-button {
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(54deg, #3c97ff 42%, #39ff8b);
  border-radius: 50px;
  padding: 20px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: transform .5s;
}

.gradient-button:hover {
  transform: scale(.95);
}

.gradient-button.spacing {
  margin-bottom: 40px;
}

.gradient-button.bestilling {
  background-image: linear-gradient(54deg, #07a31f, #0ad629);
  align-self: center;
  margin-top: 40px;
}

.gradient-button.featured {
  background-image: linear-gradient(54deg, #3c97ff 42%, #eb39ff);
}

.gradient-button.headerview {
  background-image: linear-gradient(54deg, #3c97ff 42%, #ff39e5);
  border: 2px solid #fff;
  margin-left: 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
}

.gradient-button.headerview:hover {
  border-width: 2px;
}

.gradient-button.headerview.w--current {
  margin-left: 20px;
}

.gradient-button.vilkar.w--current, .gradient-button.vilkarknapp {
  margin-bottom: 20px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.wrapper.description {
  max-width: 500px;
  margin-right: 60px;
}

.wrapper.description.secondary {
  margin-left: 60px;
  margin-right: 0;
}

.wrapper.split-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper.cta-left {
  align-self: center;
  max-width: 500px;
}

.wrapper.cta-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-wrapper {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.title3 {
  color: #1120a3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.project-thumbnail {
  height: 100%;
  box-shadow: 0 0 12px #e0e0e0;
}

.image-wrapper.cta-right {
  max-width: 500px;
}

.image {
  object-fit: cover;
  position: relative;
}

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.radial-bg {
  background-color: #fff;
  background-image: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.footer {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -3px 20px #e6f0ff;
}

.section.bg-nature {
  background-color: #fff0;
}

.section.bg-nature.footer {
  box-shadow: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.bg-nature.small-margin {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #d8ddff;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.examples {
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.hero {
  margin-top: 40px;
  margin-bottom: 0;
}

.standard-paragraph {
  color: #171f58;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.standard-paragraph.extra-margin {
  color: #2c3153;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.standard-paragraph.small {
  justify-content: flex-end;
  align-items: center;
  max-width: 502px;
}

.featured-text {
  color: #ff7072;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text.center-aligned {
  color: #1626ac;
  text-align: center;
  font-size: 20px;
}

.icon-wrapper {
  align-self: center;
  margin-right: 30px;
}

.text-wrapper {
  width: 100%;
}

.card {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.card.bg {
  box-shadow: none;
  background-color: #fff;
}

.card.howto {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.title-wrapper {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.icon {
  width: 160px;
  height: auto;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid.how-it-works {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

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

.gradient-line {
  background-image: linear-gradient(90deg, #ff4343, #ffac27);
  border-radius: 20px;
  width: 200px;
  height: 5px;
}

.gradient-line.spacing {
  margin-bottom: 20px;
}

.title-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title5 {
  color: #1120a3;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.title5.small {
  font-size: 28px;
}

.title2 {
  color: #1626ac;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.title2.white {
  color: #fff;
  text-align: center;
}

.split-footer {
  align-self: center;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.pricing {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
}

.feature-grid.spacing {
  grid-template-rows: auto auto;
  margin-bottom: 40px;
}

.feature-grid.hoved {
  grid-template-columns: 1fr;
}

.title4 {
  color: #1626ac;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.title4.red {
  color: #ff7072;
}

.featured-text-2 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-2.blue-small-title {
  color: #1120a3;
  margin-bottom: 20px;
  font-weight: 600;
}

.featured-text-2.blue-small-title.left {
  text-align: left;
}

.featured-text-2.green {
  color: #00bb1c;
}

.feature {
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.feature.whitecard {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
}

.feature.whitecard.info {
  background-image: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.feature.whitecard.top-info {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.feature.whitecard.pricing {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph {
  color: #2c3153;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph.center-aligned {
  text-align: center;
  margin-bottom: 40px;
}

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

.paragraph.checkbox-white {
  color: #fff;
  max-width: 800px;
}

.social-media-link {
  background-color: #fff;
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-bottom: 18px;
  margin-right: 18px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px #0b0a3308, 0 2px 14px #4457ff1a;
}

.social-media-link:hover {
  transform: translate(0, -6px);
  box-shadow: 0 8px 4px #0b0a3308, 0 8px 14px #4457ff1a;
}

.container-default {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-content-bottom {
  border-top: 1px solid #d9dbe9;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.footer-logo-link-2 {
  text-decoration: none;
}

.footer-social-media-wrapper {
  flex-wrap: wrap;
  margin-bottom: -18px;
  margin-right: -18px;
  display: flex;
}

.image-2.story-content-top-image {
  object-fit: cover;
  width: 100%;
}

.navigation-links {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.navigation-links:hover {
  color: #fff;
  text-decoration: underline;
}

.navigation-links.w--current {
  font-weight: 600;
}

.footer-content-2 {
  justify-content: space-between;
  display: flex;
}

.logo {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.logo._2 {
  font-size: 30px;
}

.footer-small-print {
  color: #fff;
  text-align: left;
  flex: 1;
  max-width: 100%;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 1.6em;
}

.footer-small-print.center {
  text-align: center;
}

.title2.small {
  font-size: 25px;
}

.footer-bottom {
  border-top: 1px solid #e0e4ff;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #f1f3ff;
  border-radius: 0;
  justify-content: flex-start;
  padding: 20px 40px;
  transition: border-color .5s;
  display: flex;
  box-shadow: 2px 0 15px #e0e4ff;
}

.card-2:hover {
  border-color: #9dd1ff;
}

.card-2.cta {
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

.contact-button {
  box-shadow: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #446af6;
  border-radius: 100px;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .5s;
}

.contact-button:hover {
  background-color: #ff7072;
}

.title {
  color: #4f5063;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.bottom-text {
  color: #171f58;
  text-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.header-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gradient-bg {
  background-color: #f7f8fc;
  background-image: radial-gradient(circle closest-side at 75%, #ebd1ff, #fff0), linear-gradient(70deg, #9dd5ff91, #fff0 43%), radial-gradient(circle closest-side, #cdf5ff 23%, #fff0);
  border-bottom: 2px solid #e0e4ff;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 6px 20px 1px #e0e4ff;
}

.logo-header {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #5ac2ff, #b96dff 100%, #38ff9f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-weight: 600;
}

.card-3 {
  background-color: #ffffff42;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
}

.image-3 {
  object-fit: cover;
  position: relative;
}

.link {
  color: #171f58;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .5s;
}

.link:hover {
  color: #3884ff;
}

.link.w--current {
  color: #ff7072;
}

.link.contact-us {
  display: none;
}

.gradient-button-2 {
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(54deg, #3c97ff 42%, #39ff8b);
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  transition: transform .5s;
  box-shadow: 0 0 18px 5px #e0e4ff;
}

.gradient-button-2:hover {
  transform: scale(.95);
}

.footer-logo-link {
  text-decoration: none;
}

.large-title {
  color: #4f5063;
  margin-top: 10px;
  font-size: 40px;
  line-height: 40px;
}

.header-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-content {
  max-width: 580px;
}

.hero-content.home-hero {
  max-width: 530px;
  margin-right: 20px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.radial-bg {
  background-color: #0099ff24;
  background-image: radial-gradient(circle closest-side, #0099ff24, #fff);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-2.footer {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -3px 20px #e6f0ff;
}

.home-hero-content {
  background-image: linear-gradient(#e0ebff4d, #e0ebff4d);
  border-radius: 50px;
  max-width: 1250px;
  padding: 50px 30px;
}

.navigation-link {
  color: #171f58;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .5s;
}

.navigation-link:hover {
  color: #3884ff;
}

.small-title {
  color: #3250c2;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.small-title.centre {
  color: #1626ac;
  text-align: center;
}

.small-title.centre.spacing {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
}

.small-title.bold {
  font-weight: 400;
}

.small-title.cards {
  color: #3250c2;
  font-size: 20px;
  font-weight: 600;
}

.small-title.cards.white {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 12px 20px #e6f0ff;
}

.subtitle {
  color: #171f58;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.heading {
  color: #3250c2;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.red-button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  transform-style: preserve-3d;
  background-color: #ff7072;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .5s, transform .5s;
  transform: scale3d(1, 1, 1.01);
}

.red-button:hover {
  background-color: #446af6;
  transform: scale3d(.95, .95, 1.01);
}

.featured-text-2 {
  color: #ff7072;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-2.center-aligned {
  text-align: center;
  font-size: 20px;
}

.feature-2 {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  position: relative;
}

.image-4.feature-image {
  height: 170px;
  max-height: 300px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.small-title-2 {
  color: #3f56a3;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.small-title-2.center-aligned {
  text-align: center;
}

.paragraph-2 {
  color: #171f58;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-2.center-aligned {
  text-align: center;
}

.down-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

.down-link {
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 10px;
}

.down-icon {
  background-color: #fff;
  border-top: 1px solid #000;
  border-radius: 50px;
  width: 4px;
  height: 25px;
}

.paragraph-3 {
  font-weight: 400;
}

.paragraph-3.story-content-top-paragraph {
  margin-bottom: 0;
  font-weight: 400;
}

.title-2 {
  color: #3250c2;
  font-weight: 600;
}

.split-content.story-content-top-left {
  min-width: 459px;
  max-width: 45.5%;
  margin-right: 30px;
}

.split-content.story-content-top-left.right {
  margin-left: 30px;
  margin-right: 0;
}

.story-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.story-content-top {
  z-index: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 63px;
  display: flex;
  position: relative;
}

.story-content-top.left {
  flex-direction: row-reverse;
}

.text-no-wrap {
  white-space: nowrap;
}

.section-3 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-3.bg-neutral-200.careers-mission {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section-3.bg-neutral-200.careers-mission.om-oss {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-wrapper-2 {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-2.story-content-top-image {
  border-radius: 20px;
  max-width: 49%;
}

.featured-text-3 {
  color: #1626ac;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.purple-gradient-line {
  background-image: linear-gradient(to right, #6673ff, #ff5fca 100%, #ff8400);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 5px;
  margin-bottom: 20px;
}

.gradient-line-2 {
  background-image: linear-gradient(to right, #ff43ba, #ffac27);
  border-radius: 20px;
  width: 200px;
  height: 5px;
}

.paragraph2 {
  color: #171f58;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph2.center-aligned {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.popular-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.people-cards {
  background-color: #fff;
  border: 1px solid #f1f3ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 600px;
  padding: 20px;
  display: flex;
}

.title-cards {
  color: #1120a3;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.checkbox-label-4 {
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: .25px;
  flex-flow: row;
  font-weight: 700;
  display: block;
}

.checkbox-label-4.best {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-label-4.best.farge {
  color: #2e9ff0;
}

.form-error {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.red {
  color: #ff4876;
  background-color: #ff48761a;
  border-color: #ff4876;
}

.contact-window {
  color: #282b31;
  background-color: #fff;
  background-image: linear-gradient(55deg, #e8f5ff, #fff 51%);
  border: 1px solid #eff0f6;
  border-radius: 50px;
  justify-content: center;
  width: auto;
  max-width: 800px;
  margin: -200px auto 10px;
  padding: 50px 60px;
  display: block;
  box-shadow: 0 0 24px #bcd2ff8c;
}

.contact-window.hero {
  box-shadow: none;
  background-image: none;
  max-width: 570px;
  margin-top: 0;
}

.contact-window.hero.best {
  max-width: 650px;
}

.contact-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.heading-accent-2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
}

.heading-accent-2.bestill {
  color: #0044e2;
  text-transform: none;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
  transform: translate(0);
}

.text-span-2 {
  font-size: 16px;
  text-decoration: line-through;
}

.text-span {
  color: red;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.bold-text-5 {
  color: #0044e2;
  letter-spacing: .25px;
  font-size: 50px;
  line-height: 25px;
}

.bold-text-5.hoved205 {
  text-align: left;
  font-size: 30px;
  font-style: normal;
  line-height: 30px;
}

.bold-text-5.hoved205.hoved207 {
  color: #ff0101;
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.field-label-2 {
  color: #000;
  text-align: left;
  letter-spacing: .25px;
  margin-top: 30px;
  margin-left: 5px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.field-label-2.bestill-form {
  color: #000;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.field-label-2.bestill-form.bestilling {
  color: #f02e2e;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.gradient-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  border-radius: 6px;
  height: 50px;
  margin-top: -5px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px #282b3114;
}

.gradient-button-3:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px #282b3129;
}

.gradient-button-3.contact-button {
  clear: none;
  margin-top: 0;
  position: static;
  top: -1px;
  bottom: -1px;
  left: -217px;
  overflow: visible;
}

.gradient-button-3.contact-button.bestill4 {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button-3.contact-button.bestill4.bestills {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  margin-top: 31px;
}

.gradient-button-3.contact-button.bestill4.bestills.hoved115 {
  margin-top: 20px;
}

.gradient-button-3.contact-button.bestill4.bestills.hoved115.rounded {
  background-color: #07a31f;
  background-image: none;
  border-radius: 50px;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: background-color .5s;
}

.gradient-button-3.contact-button.bestill4.bestills.hoved115.rounded:hover {
  background-color: #00c310;
  background-image: none;
}

.text-block-30 {
  color: red;
  font-weight: 800;
}

.columns {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.field-label {
  float: none;
  color: #142194;
  text-align: left;
  margin-bottom: 0;
  padding-left: 16px;
  font-weight: 400;
}

.field-label.bestill {
  color: #000;
  text-align: center;
  margin-top: -45px;
  margin-bottom: 20px;
}

.field-label.bestill.hoved216 {
  color: #0044e2;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.link-4 {
  color: #0012af;
  text-decoration: none;
}

.container-medium-750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-750px.home-hero {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1246px;
  display: flex;
  position: relative;
}

.input {
  background-color: #f8f9fa;
  border: 1px solid #d3d5da;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 30px;
}

.input.contact-input {
  color: #33363c;
  background-color: #fff;
  border-color: #d3d5da;
  border-radius: 50px;
  order: -1;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 400;
  transition: border-color .5s;
  position: relative;
  bottom: auto;
  right: auto;
  box-shadow: 0 2px 10px 3px #1b19790d;
}

.input.contact-input:hover {
  border-color: #4457ff;
}

.input.contact-input.lf {
  width: 100%;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.input.contact-input.lf2 {
  border-radius: 20px;
  height: 150px;
  margin-bottom: 20px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-6 {
  background-image: linear-gradient(to right, #fa0000, #ffea00);
  border-radius: 50px;
  width: 85%;
  height: 5px;
  padding-bottom: 0;
}

.form-success {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  font-size: 14px;
}

.form-success.center {
  text-align: center;
  padding-right: 0;
  font-size: 16px;
}

.checkbox-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-3 {
  color: red;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.gradient-button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  border-radius: 6px;
  height: 50px;
  margin-top: -5px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px #282b3114;
}

.gradient-button-4:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px #282b3129;
}

.gradient-button-4.contact-button {
  clear: none;
  margin-top: 0;
  position: static;
  top: -1px;
  bottom: -1px;
  left: -217px;
  overflow: visible;
}

.gradient-button-4.contact-button.bestill4 {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button-4.contact-button.bestill4.bestills {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  margin-top: 31px;
}

.gradient-button-4.contact-button.bestill4.bestills.hoved115 {
  margin-top: 20px;
}

.gradient-button-4.contact-button.bestill4.bestills.hoved115.rounded {
  background-color: #07a31f;
  background-image: none;
  border-radius: 50px;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: background-color .5s;
}

.gradient-button-4.contact-button.bestill4.bestills.hoved115.rounded:hover {
  background-color: #00c310;
  background-image: none;
}

.field-label-3 {
  float: none;
  color: #142194;
  text-align: left;
  margin-bottom: 0;
  padding-left: 16px;
  font-weight: 400;
}

.field-label-3.bestill {
  color: #000;
  text-align: center;
  margin-top: -45px;
  margin-bottom: 20px;
}

.field-label-3.bestill.hoved216 {
  color: #0044e2;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.link-6 {
  color: #0012af;
  text-decoration: none;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-10 {
  background-image: linear-gradient(to right, #fa0000, #ffea00);
  border-radius: 50px;
  width: 85%;
  height: 5px;
  padding-bottom: 0;
}

.paragraph-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
}

.sammenlign {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

.table {
  border: 1px solid #e7e8ea;
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.table-column {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.table-cell {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.table-cell.column-header {
  font-weight: 700;
}

.table-cell.minus-feature {
  color: #0000;
  background-image: url('../images/minus-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.table-cell.plus-feature {
  color: #0000;
  background-image: url('../images/success-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.grid-text {
  color: #ff7072;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text {
  color: #3250c2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.italic-text {
  font-size: 14px;
  line-height: 20px;
}

.fixed-background {
  z-index: 0;
  background-image: url('../images/geirangerfjorden.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.how-it-works-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.how-it-works-card.secondary {
  background-color: #f5faff;
  border-radius: 30px;
  margin: 10px;
}

.text-card {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(43deg, #4492ff, #3bffef);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.text-card.red {
  background-image: linear-gradient(43deg, #4492ff, #3bffef);
}

.how-it-work {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.bar {
  border-left: 10px solid #13d0ff;
}

.barright {
  border-right: 10px solid #13d0ff;
}

.paragraph-4 {
  color: #65698f;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-4.priser {
  color: #fff;
}

.cta-content {
  max-width: 600px;
  margin-right: 40px;
}

.minimal-button {
  transform: scale3d(1none, 1none, 1none);
  color: #3250c2;
  transform-style: preserve-3d;
  background-color: #fff0;
  border: 2px solid #0bc2ff;
  border-radius: 50px;
  padding: 12px 18px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .5s, transform .5s;
}

.minimal-button:hover {
  color: #446af6;
  background-color: #fff;
  transform: scale(.95);
}

.title-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-3.prices {
  color: #fff;
  flex: 1;
  align-self: center;
}

.calltoaction {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  max-width: 650px;
  padding: 40px 60px;
  display: flex;
}

.calltoaction.priser {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.button-wrapper-3 {
  align-self: center;
}

.button-wrapper-3.cta {
  justify-content: center;
  display: flex;
}

.cta-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-button {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-image: linear-gradient(96deg, #8a37ff, #00d4ff);
  border-radius: 50px;
  padding: 21px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .5s;
  box-shadow: 0 -1px 10px 4px #0015ff29;
}

.form-button:hover {
  transform: scale(.95);
}

.form-button._2-buttons {
  margin-right: 60px;
}

.newsletter {
  box-shadow: none;
  background-image: linear-gradient(90deg, #a73cffa6, #00ffae9c), url('../images/wallp.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 50px;
  padding: 40px;
}

.newsletter-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-4 {
  color: #142194;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-4.white {
  color: #fff;
  text-align: center;
}

.title-4.white._700 {
  max-width: 700px;
}

.error-message {
  background-color: #ff6970;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px;
}

.success-message {
  background-color: #91c4ff42;
  border-radius: 50px;
}

.featured-text-4 {
  color: #ff6970;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-4.white {
  color: #fff;
  text-align: center;
}

.text-field {
  color: #65698f;
  border-radius: 50px;
  min-width: 400px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkbox-label-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.checkbox-label-2.sub {
  color: #000;
}

.link-8 {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}

.block {
  display: flex;
}

._2-buttons-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tilbud {
  color: #f02e2e;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.contact-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-5 {
  color: #142194;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-5.white {
  color: #fff;
  text-align: center;
}

.title-5.white._700 {
  max-width: 700px;
}

.block-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field-2 {
  color: #65698f;
  border-radius: 50px;
  min-width: 400px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.class {
  width: 100%;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  color: #2c3153;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-5.checkbox-white {
  color: #fff;
  max-width: 800px;
}

.title-6 {
  color: #142194;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-6.white {
  color: #fff;
  text-align: center;
}

.featured-text-5 {
  color: #ff6970;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-5.white {
  color: #fff;
  text-align: center;
}

.block-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-6 {
  font-weight: 400;
  text-decoration: underline;
}

.text-field-3 {
  color: #65698f;
  border-radius: 50px;
  min-width: 400px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.paragraph-6 {
  color: #2c3153;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-6.checkbox-white {
  color: #fff;
  max-width: 800px;
}

.title-7 {
  color: #142194;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-7.white {
  color: #fff;
  text-align: center;
}

.featured-text-6 {
  color: #ff6970;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-6.white {
  color: #fff;
  text-align: center;
}

.title-8 {
  color: #142194;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title-8.white {
  color: #fff;
  text-align: center;
}

.paragraph-7 {
  color: #2c3153;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-7.checkbox-white {
  color: #fff;
  max-width: 800px;
}

@media screen and (min-width: 1920px) {
  .headersection.bestill {
    height: auto;
  }

  .gradient-button.bestilling {
    align-self: center;
  }

  .logo {
    font-weight: 800;
  }

  .section-3 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-3.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .contact-window.hero {
    box-shadow: none;
    margin-top: 0;
  }

  .field-label-2.bestill-form {
    color: #000;
  }

  .link-4, .link-6 {
    color: #0012af;
  }
}

@media screen and (max-width: 991px) {
  .intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .intro-wrapper {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    max-width: 700px;
    margin-top: 0;
    margin-right: 0;
  }

  .introheader {
    text-align: center;
    font-size: 48px;
  }

  .introparagraph {
    text-align: center;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-2.w--open {
    background-color: #00000021;
    border-radius: 100px;
  }

  .menu-icon {
    color: #fff;
  }

  .nav-menu-4 {
    background-color: #f3f5ff;
    padding-bottom: 10px;
  }

  .header-container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-5 {
    color: #0012af;
  }

  .link-5:hover {
    color: #142194;
    border-bottom-style: solid;
    border-bottom-color: #0012af;
  }

  .link-5.w--current {
    color: #0012af;
    border-bottom-color: #0012af;
  }

  .link-5.tilbudlink {
    display: none;
  }

  .gradient-button.headerview {
    margin-right: 20px;
  }

  .wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .wrapper.description {
    margin-right: 0;
  }

  .wrapper.description.secondary {
    margin-left: 0;
  }

  .wrapper.split-content {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

  .wrapper.cta-left {
    margin-bottom: 40px;
  }

  .wrapper.cta-wrap {
    flex-flow: column;
    align-items: center;
    max-width: 700px;
  }

  .title3 {
    text-align: center;
    font-size: 35px;
  }

  .image-wrapper.project-thumbnail {
    max-width: 550px;
    margin-bottom: 60px;
  }

  .project-wrapper {
    flex-direction: column-reverse;
  }

  .project-wrapper.secondary {
    flex-direction: column;
  }

  .divider {
    width: 100%;
  }

  .divider.hero {
    display: none;
  }

  .standard-paragraph.extra-margin {
    text-align: center;
    text-align: center;
  }

  .standard-paragraph.cta, .featured-text {
    text-align: center;
  }

  .featured-text.center-aligned {
    flex: 1;
  }

  .icon-wrapper {
    margin-right: 0;
  }

  .card {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon {
    width: 120px;
  }

  .title5 {
    text-align: left;
  }

  .title2 {
    text-align: center;
    font-size: 35px;
  }

  .feature-grid.pricing {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid.spacing {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .title4 {
    text-align: center;
  }

  .title4.left-aligned {
    text-align: left;
  }

  .paragraph.cta {
    text-align: center;
    margin-bottom: 20px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-content-bottom {
    text-align: center;
    flex-direction: column-reverse;
  }

  .footer-social-media-wrapper {
    display: none;
  }

  .footer-small-print {
    max-width: 472px;
    margin-top: 0;
    margin-right: 0;
  }

  .card-2.cta {
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .contact-button {
    flex: 0 auto;
    align-items: center;
    display: none;
  }

  .title {
    text-align: center;
    font-size: 35px;
  }

  .menu-icon-2 {
    color: #fff;
  }

  .nav-menu {
    background-color: #fff;
  }

  .gradient-bg {
    background-image: radial-gradient(circle closest-side at 75%, #ebd1ff, #fff0), linear-gradient(70deg, #9dd5ff91, #fff0 43%), radial-gradient(circle closest-side, #cdf5ff 23%, #fff0);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-3 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link {
    background-color: #fff;
  }

  .link:hover {
    background-color: #e0f2ff;
  }

  .link.contact-us {
    display: block;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .menu {
    background-color: #446af6;
    border-radius: 50px;
    transition: background-color .5s;
  }

  .menu:hover {
    background-color: #171f58;
  }

  .menu.w--open {
    background-color: #ff7072;
    border-radius: 100px;
  }

  .header-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-content {
    margin-bottom: 40px;
  }

  .hero-content.home-hero {
    max-width: 600px;
    margin-right: 0;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-hero-content {
    background-image: none;
    padding: 0 20px;
  }

  .small-title {
    text-align: left;
  }

  .subtitle {
    text-align: center;
  }

  .heading {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .red-button {
    align-items: center;
  }

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

  .featured-text-2.center-aligned {
    flex: 1;
  }

  .feature-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4.feature-image {
    height: 150px;
  }

  .title-2 {
    font-size: 45px;
  }

  .split-content.story-content-top-left {
    text-align: center;
    min-width: auto;
    max-width: 648px;
    margin-bottom: 43px;
    margin-right: 0;
  }

  .split-content.story-content-top-left.right {
    margin-left: 0;
  }

  .story-wrapper {
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .story-content-top, .story-content-top.left {
    flex-direction: column;
  }

  .section-3 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-3.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .image-wrapper-2.story-content-top-image {
    max-width: 100%;
  }

  .popular-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
  }

  .people-cards {
    width: 100%;
    max-width: 600px;
  }

  .title-cards {
    text-align: left;
  }

  .form-error {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .contact-window {
    width: 85%;
    margin-top: 83px;
    margin-bottom: 140px;
    padding: 40px;
  }

  .contact-window.hero {
    width: auto;
    margin-bottom: 0;
  }

  .contact-form {
    margin-bottom: 32px;
  }

  .bold-text-5.hoved205.hoved207 {
    font-size: 30px;
    line-height: 35px;
  }

  .field-label-2.bestill-form.bestilling {
    margin-bottom: 10px;
  }

  .gradient-button-3 {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .gradient-button-3.contact-button.bestill4.bestills.hoved115 {
    margin-top: 0;
  }

  .field-label.bestill {
    margin-top: -15px;
  }

  .field-label.bestill.hoved216 {
    padding-left: 0;
  }

  .container-medium-750px.home-hero {
    margin-bottom: 78px;
  }

  .input {
    height: 45px;
    padding-top: 8px;
    font-size: 15px;
  }

  .input.contact-input {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-success.center {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .gradient-button-4 {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .gradient-button-4.contact-button.bestill4.bestills.hoved115 {
    margin-top: 0;
  }

  .field-label-3.bestill {
    margin-top: -15px;
  }

  .field-label-3.bestill.hoved216 {
    padding-left: 0;
  }

  .table {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .table-cell {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .table-cell.text-left {
    justify-content: flex-start;
  }

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

  .title-3 {
    text-align: center;
    font-size: 38px;
  }

  .calltoaction.priser {
    flex-flow: column;
  }

  .cta-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .title-4 {
    text-align: center;
    font-size: 38px;
  }

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

  .title-5 {
    text-align: center;
    font-size: 38px;
  }

  .block-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .title-6 {
    text-align: center;
    font-size: 38px;
  }

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

  .block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .title-7 {
    text-align: center;
    font-size: 38px;
  }

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

  .title-8 {
    text-align: center;
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .introheader {
    font-size: 40px;
    line-height: 45px;
  }

  .nav-menu-4 {
    border-radius: 0;
    position: absolute;
  }

  .link-5.tilbudlink {
    display: block;
  }

  .gradient-button.headerview {
    margin-right: 20px;
    display: none;
  }

  .title3 {
    font-size: 32px;
  }

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

  .text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card.howto {
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .title5 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .title2 {
    font-size: 32px;
  }

  .feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-grid.pricing {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .feature-grid.spacing {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .title4 {
    font-size: 38px;
  }

  .feature {
    max-width: 550px;
  }

  .feature.whitecard {
    align-items: center;
  }

  .feature.whitecard.top-info, .feature.whitecard.pricing {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .footer-content-bottom {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .footer-social-media-wrapper {
    justify-content: center;
  }

  .footer-content-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .logo {
    margin-bottom: 20px;
  }

  .footer-small-print {
    text-align: left;
    max-width: 432px;
    margin-top: 30px;
    font-size: 17px;
  }

  .card-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title {
    font-size: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .gradient-bg {
    background-image: linear-gradient(85deg, #9dd5ff91, #fff0 43%), radial-gradient(circle closest-side, #cddfff 32%, #fff0);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-header {
    font-size: 35px;
  }

  .large-title {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-content {
    align-self: center;
  }

  .small-title {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .subtitle {
    text-align: center;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .branding-2 {
    justify-content: center;
  }

  .feature-2 {
    max-width: 550px;
  }

  .image-4.feature-image {
    height: 250px;
  }

  .small-title-2 {
    text-align: center;
    font-size: 28px;
  }

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

  .title-2 {
    font-size: 40px;
    line-height: 1.26em;
  }

  .split-content.story-content-top-left {
    margin-bottom: 43px;
  }

  .story-content-top {
    margin-bottom: 60px;
  }

  .section-3 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-3.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .paragraph2 {
    text-align: center;
  }

  .popular-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-cards {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .contact-card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-window {
    width: auto;
    margin-top: 44px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-form {
    margin-bottom: 31px;
    padding-bottom: 9px;
  }

  .container-medium-750px.home-hero {
    max-width: 20%;
    margin-bottom: 65px;
  }

  .input {
    padding-top: 9px;
    font-size: 16px;
  }

  .form-success.center {
    font-size: 14px;
  }

  .table {
    border-radius: 0;
    margin-left: -11px;
    margin-right: -11px;
  }

  .table-cell {
    font-size: 13px;
  }

  .cards-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-3, .title-4 {
    font-size: 32px;
    line-height: 45px;
  }

  .text-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .tilbud {
    font-size: 28px;
  }

  .title-5 {
    font-size: 32px;
    line-height: 45px;
  }

  .block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .text-field-2 {
    min-width: 350px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-2 {
    flex-flow: column;
    align-items: center;
  }

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

  .title-6 {
    font-size: 32px;
    line-height: 45px;
  }

  .block-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .text-field-3 {
    min-width: 350px;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .title-7, .title-8 {
    font-size: 32px;
    line-height: 45px;
  }

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

@media screen and (max-width: 479px) {
  .introheader {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .introparagraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .nav-menu-4 {
    flex: 0 auto;
    align-self: auto;
  }

  .header-container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.split-content {
    padding-left: 0;
    padding-right: 0;
  }

  .title3 {
    font-size: 30px;
    line-height: 40px;
  }

  .card {
    min-width: auto;
  }

  .title5 {
    font-size: 26px;
  }

  .title2 {
    font-size: 30px;
    line-height: 40px;
  }

  .split-footer {
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .split-footer._2 {
    flex-flow: row;
  }

  .title4 {
    font-size: 30px;
    line-height: 40px;
  }

  .social-media-link {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-content-bottom._2 {
    padding-top: 0;
  }

  .footer-social-media-wrapper {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: -15px;
    margin-right: -15px;
    padding-right: 40px;
  }

  .navigation-links {
    text-align: center;
    padding-bottom: 15px;
  }

  .logo {
    line-height: 40px;
  }

  .logo._2 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .footer-small-print {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
  }

  .card-2 {
    justify-content: flex-start;
    align-items: center;
    min-width: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .brand {
    margin-right: 20px;
  }

  .logo-header {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .logo-header.footer-logo {
    text-align: center;
  }

  .card-3 {
    min-width: auto;
  }

  .large-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .header-container {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-link {
    text-align: center;
    margin-bottom: 15px;
  }

  .small-title {
    font-size: 26px;
  }

  .subtitle {
    font-size: 20px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .image-4.feature-image {
    height: 180px;
  }

  .small-title-2 {
    font-size: 26px;
  }

  .split-content.story-content-top-left {
    margin-bottom: 30px;
  }

  .story-content-top {
    margin-bottom: 50px;
  }

  .section-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-3.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .purple-gradient-line {
    width: 150px;
  }

  .title-cards {
    font-size: 26px;
  }

  .checkbox-label-4.best {
    margin-bottom: 10px;
  }

  .form-error.red {
    margin-top: 14px;
  }

  .contact-window {
    margin-top: 78px;
    margin-bottom: 15px;
    padding: 30px 20px;
  }

  .contact-form {
    margin-bottom: 33px;
    padding-bottom: 0;
  }

  .heading-accent-2 {
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-5.hoved205.hoved207 {
    font-size: 25px;
  }

  .gradient-button-3.contact-button {
    flex: 1;
  }

  .field-label.bestill {
    margin-top: -11px;
    margin-bottom: 16px;
  }

  .container-medium-750px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-750px.home-hero {
    margin-bottom: 54px;
  }

  .input {
    margin-bottom: 14px;
  }

  .input.contact-input.lf {
    align-self: stretch;
  }

  .gradient-button-4.contact-button {
    flex: 1;
  }

  .field-label-3.bestill {
    margin-top: -11px;
    margin-bottom: 16px;
  }

  .table {
    margin-top: 40px;
  }

  .table-cell {
    padding: 12px 8%;
    font-size: 11px;
    line-height: 14px;
  }

  .minimal-button.priser {
    text-align: center;
  }

  .calltoaction.priser {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-button._2-buttons {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .newsletter-content-wrapper {
    align-items: stretch;
  }

  .text-field {
    min-width: auto;
  }

  ._2-buttons-wrapper {
    flex-flow: column;
  }

  .tilbud {
    line-height: 32px;
  }

  .text-field-2, .text-field-3 {
    min-width: auto;
  }
}

#w-node-_5c746556-1fcd-2b19-1d97-b3550352f3de-74e0d053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c746556-1fcd-2b19-1d97-b3550352f3e2-74e0d053 {
  justify-self: auto;
}

#w-node-_5c746556-1fcd-2b19-1d97-b3550352f3e6-74e0d053, #w-node-_5c746556-1fcd-2b19-1d97-b3550352f3ee-74e0d053, #w-node-f2012094-138e-fa7f-4252-fa194b9ba0a5-74e0d053, #w-node-f2012094-138e-fa7f-4252-fa194b9ba0bd-74e0d053, #w-node-f2012094-138e-fa7f-4252-fa194b9ba0d5-74e0d053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_472338c6-86d6-140d-c22a-db61c4982685-c498267e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_472338c6-86d6-140d-c22a-db61c498268a-c498267e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_472338c6-86d6-140d-c22a-db61c4982690-c498267e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_472338c6-86d6-140d-c22a-db61c4982696-c498267e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_11bb46d7-bad4-e46f-4f4c-34e2d1c7f0d4-74e0d079, #w-node-fceae73c-e431-aa61-484f-52ac110f321a-74e0d079, #w-node-_9ed9cb4e-ec21-56ad-ca05-140f3f3f6b94-74e0d079, #w-node-b0b8dd00-812e-7251-1847-acfa0184f04d-0184f024, #w-node-b0b8dd00-812e-7251-1847-acfa0184f065-0184f024, #w-node-b0b8dd00-812e-7251-1847-acfa0184f07d-0184f024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd10-74e0d085 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd18-74e0d085 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd20-74e0d085 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd28-74e0d085 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0227e8c-3088-0f48-823e-b4484d0c9b33-74e0d086 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0227e8c-3088-0f48-823e-b4484d0c9b37-74e0d086 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d31f4-74e0d086 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d31fc-74e0d086 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d3204-74e0d086 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d320c-74e0d086 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4f025334-2a95-0f03-415d-afd3381cc2df-74e0d087 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4f025334-2a95-0f03-415d-afd3381cc2e4-74e0d087 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4f025334-2a95-0f03-415d-afd3381cc2ea-74e0d087 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f025334-2a95-0f03-415d-afd3381cc2f0-74e0d087 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5c746556-1fcd-2b19-1d97-b3550352f3de-74e0d094, #w-node-_5c746556-1fcd-2b19-1d97-b3550352f3e6-74e0d094, #w-node-_5c746556-1fcd-2b19-1d97-b3550352f3ee-74e0d094, #w-node-_2d099acc-9c20-02d1-ac28-9e89b38fa4e8-74e0d095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d099acc-9c20-02d1-ac28-9e89b38fa4ec-74e0d095 {
  justify-self: auto;
}

#w-node-_2d099acc-9c20-02d1-ac28-9e89b38fa4f0-74e0d095, #w-node-_2d099acc-9c20-02d1-ac28-9e89b38fa4f8-74e0d095, #w-node-e50ee35b-f7a3-aea8-173e-440a69027924-74e0d095, #w-node-_11bb46d7-bad4-e46f-4f4c-34e2d1c7f0d4-74e0d095, #w-node-fceae73c-e431-aa61-484f-52ac110f321a-74e0d095, #w-node-_9ed9cb4e-ec21-56ad-ca05-140f3f3f6b94-74e0d095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd18-74e0d085 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd20-74e0d085 {
    align-self: auto;
  }

  #w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d31fc-74e0d086 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d3204-74e0d086 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_472338c6-86d6-140d-c22a-db61c498268a-c498267e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_472338c6-86d6-140d-c22a-db61c4982690-c498267e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_472338c6-86d6-140d-c22a-db61c4982696-c498267e, #w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd18-74e0d085 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd20-74e0d085 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_736a3a65-0bfc-ee9a-a72c-579c0c33cd28-74e0d085 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e0227e8c-3088-0f48-823e-b4484d0c9b33-74e0d086 {
    place-self: auto;
  }

  #w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d31fc-74e0d086 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d3204-74e0d086 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d320c-74e0d086, #w-node-_4f025334-2a95-0f03-415d-afd3381cc2e4-74e0d087 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4f025334-2a95-0f03-415d-afd3381cc2ea-74e0d087 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f025334-2a95-0f03-415d-afd3381cc2f0-74e0d087 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


