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

.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;
}

.headersection {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
  overflow: visible;
}

.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;
  max-width: 900px;
  margin-top: 0;
  margin-right: 0;
  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;
}

.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;
  transition: transform .5s;
}

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

.gradient-button.purple {
  background-image: linear-gradient(54deg, #3c97ff 44%, #ff39d1);
}

.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;
}

.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 {
  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: Lato, 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.white {
  color: #fff;
}

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

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

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

.text-wrapper {
  width: 100%;
}

.card {
  background-color: #ffffff87;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  display: flex;
  box-shadow: 2px 0 15px #e0e4ff;
}

.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;
}

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

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

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

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

.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-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.featured-text-2 {
  color: #ff7072;
  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;
}

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

.feature.whitecard {
  background-color: #fff;
  border-radius: 30px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

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

.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;
  flex: 1;
  width: 100%;
  height: 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: 700;
}

.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;
}

.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: 400;
}

.small-title.centre {
  line-height: 40px;
}

.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;
}

.subtitle.white {
  color: #fff;
}

.subtitle.white.no-spacing {
  text-align: center;
  margin-bottom: 0;
}

.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;
}

.featured-text-2.contact-label {
  text-align: left;
  margin-bottom: 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: 200px;
  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;
}

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

.secondary-paragraph.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, .split-content.story-content-top-left.cta {
  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;
}

.story-content-top.left.no-margin {
  margin-bottom: 0;
}

.story-content-top.tjenester {
  border-radius: 30px;
  padding: 20px;
  box-shadow: 2px 0 15px #e0e4ff;
}

.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;
  flex: 1;
  max-width: 49%;
}

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

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

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

.testimonial-image-wrapper {
  width: 33%;
  height: 350px;
}

.testimonial-review {
  max-width: 65%;
  padding: 20px 45px 20px 20px;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 60px;
}

.slide-nav {
  display: none;
}

.small-title-3 {
  color: #443d3d;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  border-radius: 50px 0 0 50px;
  height: 100%;
}

.testimonial-small-image {
  object-fit: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.credit-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial {
  background-color: #fff;
  border: 0 solid #f1f3ff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.arrow {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #699eff;
  background-image: linear-gradient(271deg, #493fff, #fa5eff);
  border: 5px #e6d0ff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  padding: 10px;
  transition: transform .5s;
  overflow: visible;
}

.arrow:hover {
  transform: scale(1.1);
}

.arrow.right {
  inset: 0% 0% 0% auto;
}

.arrow.left {
  inset: 0% auto 0% 0%;
}

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

.paragraph-5.team-card {
  text-align: center;
  margin-bottom: 20px;
}

.image-5 {
  border-radius: 50px;
}

.image-5.ansatt {
  object-fit: cover;
  height: 250px;
  max-height: 250px;
}

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

.people-cards.kontakt {
  box-shadow: 2px 0 15px #e0e4ff;
}

.social-icon {
  padding: 10px;
}

.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;
}

.social-icon-wrapper {
  transform-style: preserve-3d;
  border-radius: 100px;
  width: 43px;
  height: 43px;
  margin-left: 5px;
  margin-right: 5px;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
  box-shadow: 0 1px 5px #7181ff5c;
}

.social-icon-wrapper:hover {
  transform: translate3d(1px, -5px, 1.01px);
}

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

.social-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.msg-box {
  color: #636385;
  border: 1px solid #d7deff;
  border-radius: 20px;
  min-height: 200px;
  max-height: 250px;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: border-color .5s;
  box-shadow: 0 0 10px 1px #e0e4ff;
}

.msg-box:hover {
  border-color: #446af6;
}

.text-input {
  color: #636385;
  border: 1px solid #d7deff;
  border-radius: 50px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: border-color .5s;
  box-shadow: 2px 0 15px #e0e4ff;
}

.text-input:hover {
  border: 1px solid #446af6;
}

.contact-form {
  background-color: #fff;
  border-radius: 45px;
  min-height: 700px;
  padding: 40px 30px;
  position: relative;
  box-shadow: -2px 0 15px #e0e4ff;
}

.error-message {
  background-color: #ff7072;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-grid {
  grid-template-rows: auto auto;
  margin-bottom: 20px;
}

.success-message {
  background-color: #ff7072;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.milestone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.number {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.featured-text-4 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(322deg, #ff47f9, #ff9100);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.paragraph-6 {
  color: #626292;
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

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

.orange-line {
  background-color: #ffae00;
  width: 100px;
  height: 3px;
}

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

.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;
}

@media screen and (min-width: 1920px) {
  .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;
  }
}

@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;
  }

  .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;
  }

  .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;
  }

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

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

  .feature-grid {
    grid-column-gap: 6px;
  }

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

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

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

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

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

  .logo {
    font-size: 35px;
  }

  .footer-small-print {
    text-align: center;
    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;
  }

  .small-title.centre, .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;
  }

  .image-4.feature-image {
    height: 170px;
    max-height: none;
  }

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

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

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

  .split-content.story-content-top-left.cta {
    margin-bottom: 40px;
    margin-left: 0;
  }

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

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

  .story-content-top.tjenester {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .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%;
  }

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

  .testimonial-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .testimonial-review {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
    padding-right: 20px;
  }

  .testimonial-main-image {
    border-radius: 50px;
    width: 500px;
    height: 320px;
  }

  .credit-wrapper {
    justify-content: center;
  }

  .testimonial {
    flex-direction: column;
  }

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

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

  .contact-form {
    max-width: 100%;
  }

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

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

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

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

  .title3 {
    font-size: 32px;
  }

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

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

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

  .title-cards {
    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;
  }

  .title4 {
    font-size: 38px;
  }

  .feature {
    max-width: 550px;
  }

  .feature.whitecard {
    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;
    font-size: 35px;
  }

  .footer-small-print {
    text-align: center;
    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;
  }

  .small-title.centre {
    line-height: 35px;
  }

  .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: 300px;
  }

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

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

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

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

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

  .story-content-top.tjenester {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .testimonial-review {
    max-width: 90%;
  }

  .small-title-3 {
    text-align: center;
  }

  .testimonial-main-image {
    width: 100%;
    height: 280px;
  }

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

  .contact-wrapper {
    align-self: center;
  }

  .contact-form {
    flex: 1;
    align-self: auto;
  }

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

  .number {
    font-size: 40px;
  }
}

@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;
  }

  .title-cards {
    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 {
    font-size: 30px;
    line-height: 30px;
  }

  .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;
  }

  .small-title.centre {
    line-height: 35px;
  }

  .subtitle {
    font-size: 20px;
  }

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

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

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

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

  .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;
  }

  .testimonial-review {
    max-width: 100%;
  }

  .slider {
    padding-bottom: 60px;
  }

  .testimonial-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-main-image {
    height: 250px;
  }

  .arrow.right {
    inset: auto 0% 0% 35%;
  }

  .arrow.left {
    inset: auto 35% 0% 0%;
  }

  .image-5.ansatt {
    height: 200px;
    max-height: 200px;
  }

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

  .social-icon-wrapper {
    margin-bottom: 10px;
  }

  .msg-box, .text-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    flex: 1;
    align-self: auto;
  }

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

  .milestone {
    padding: 0;
  }

  .number {
    font-size: 35px;
  }
}

#w-node-e0ed3c9c-415a-05c7-5554-189f873954c5-639b43a5, #w-node-e0ed3c9c-415a-05c7-5554-189f873954cb-639b43a5, #w-node-e0ed3c9c-415a-05c7-5554-189f873954d1-639b43a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15e9eaee-fa9e-4477-0115-b81ba6393da2-639b43a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15e9eaee-fa9e-4477-0115-b81ba6393daa-639b43a5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_15e9eaee-fa9e-4477-0115-b81ba6393db2-639b43a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15e9eaee-fa9e-4477-0115-b81ba6393dba-639b43a5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f5a70988-0adb-2978-a422-207cffffa721-639b43a6, #w-node-f5a70988-0adb-2978-a422-207cffffa737-639b43a6, #w-node-f5a70988-0adb-2978-a422-207cffffa74d-639b43a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-a1e314ee-c507-04cf-538f-84fb132d5088-639b43a8, #w-node-a1e314ee-c507-04cf-538f-84fb132d5095-639b43a8, #w-node-a1e314ee-c507-04cf-538f-84fb132d509a-639b43a8, #w-node-a1e314ee-c507-04cf-538f-84fb132d50a7-639b43a8, #w-node-a1e314ee-c507-04cf-538f-84fb132d50ac-639b43a8, #w-node-_0cd86c81-f7b2-8280-d64a-70fa77869217-254e4283, #w-node-_0cd86c81-f7b2-8280-d64a-70fa7786921c-254e4283, #w-node-_0cd86c81-f7b2-8280-d64a-70fa77869220-254e4283, #w-node-_0cd86c81-f7b2-8280-d64a-70fa77869225-254e4283, #w-node-_0cd86c81-f7b2-8280-d64a-70fa77869229-254e4283, #w-node-a1e314ee-c507-04cf-538f-84fb132d5088-9505fe37, #w-node-a1e314ee-c507-04cf-538f-84fb132d5095-9505fe37, #w-node-a1e314ee-c507-04cf-538f-84fb132d509a-9505fe37, #w-node-a1e314ee-c507-04cf-538f-84fb132d50a7-9505fe37, #w-node-a1e314ee-c507-04cf-538f-84fb132d50ac-9505fe37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_15e9eaee-fa9e-4477-0115-b81ba6393daa-639b43a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_15e9eaee-fa9e-4477-0115-b81ba6393db2-639b43a5 {
    align-self: auto;
  }

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

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

@media screen and (max-width: 767px) {
  #w-node-_15e9eaee-fa9e-4477-0115-b81ba6393daa-639b43a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_15e9eaee-fa9e-4477-0115-b81ba6393db2-639b43a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15e9eaee-fa9e-4477-0115-b81ba6393dba-639b43a5 {
    grid-area: 4 / 1 / 5 / 2;
  }

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

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

  #w-node-_6a8c5ba2-d6f3-fddc-bb73-46c4f70d320c-639b43a6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a1e314ee-c507-04cf-538f-84fb132d5095-639b43a8, #w-node-a1e314ee-c507-04cf-538f-84fb132d50a7-639b43a8, #w-node-_0cd86c81-f7b2-8280-d64a-70fa7786921c-254e4283, #w-node-_0cd86c81-f7b2-8280-d64a-70fa77869225-254e4283, #w-node-a1e314ee-c507-04cf-538f-84fb132d5095-9505fe37, #w-node-a1e314ee-c507-04cf-538f-84fb132d50a7-9505fe37 {
    place-self: auto;
  }
}
