@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #221f5d;
  --light-slate-grey: #8081a4;
  --dark-slate-grey: #221f5d;
  --white: white;
  --white-smoke: #f6f6ff;
  --gainsboro: #e3e6ea;
  --oransj: #f27350;
  --white-smoke-2: #f9fafb;
}

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

body {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

h1 {
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 500;
  line-height: 76px;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

p {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 24px;
}

.navbar.dark {
  background-color: var(--white-smoke);
}

.container {
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.small {
  max-width: none;
}

.container.xsmall {
  max-width: 50%;
}

.nav-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-toggle {
  border-radius: 10px;
  align-items: center;
  padding: 8px 8px 8px 16px;
  transition: background-color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: var(--white-smoke);
}

.dropdown-icon {
  margin-left: 4px;
}

.space-with-dotted-line {
  border-right: 1px dashed var(--gainsboro);
  margin-right: 32px;
  padding-right: 40px;
}

.nav-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.green-button {
  background-color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: background-color .2s;
}

.green-button:hover {
  background-color: #3f6b79;
}

.green-button.first-button:hover {
  background-color: var(--oransj);
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.gray-background.smaller-bottom {
  padding-bottom: 0;
}

.section.gray-background.smaller-bottom.bigger-top {
  padding-top: 12rem;
}

.section.gray-background.big {
  padding-top: 20em;
}

.section.gray-background.bigger {
  padding-top: 15rem;
  padding-bottom: 20rem;
}

.section.gray-background.medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.place-above {
  z-index: 99;
  position: relative;
}

.split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-paragraph {
  font-size: 19px;
  line-height: 36px;
}

.large-paragraph.limit-small {
  max-width: none;
}

.large-paragraph.limit-small.oransj {
  color: var(--oransj);
}

.large-paragraph.limit-small.oransj.big {
  font-size: 29px;
}

.green-text {
  color: var(--dark-slate-grey);
}

.space-top-small {
  margin-top: 24px;
  font-size: 19px;
}

.space-top {
  margin-top: 40px;
}

.space-top-medium {
  margin-top: 60px;
}

.limit {
  max-width: 470px;
}

.limit-small {
  max-width: 400px;
}

.newsletter-form-wrap {
  background-color: var(--white-smoke);
  border-radius: 16px;
  max-width: 420px;
  margin-bottom: 0;
  padding: 8px;
}

.newsletter-form {
  display: flex;
}

.newsletter-input {
  letter-spacing: 1px;
  background-color: #0000;
  background-image: url('../images/noun-search-2707854-221F5D.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 32px;
}

.newsletter-input::placeholder {
  color: #8081a499;
  letter-spacing: 1px;
  font-size: 1.5rem;
  line-height: 32px;
}

.narrow-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.gray-span {
  color: var(--light-slate-grey);
}

.review-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 340px;
  display: flex;
}

.floaty-text {
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 24px 50px #05002714;
}

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

.center-content.center-text.place-above {
  justify-content: flex-end;
  align-items: center;
}

.center-content.center-text.space-top-small {
  justify-content: center;
  align-items: center;
}

.light-gray-background {
  background-color: var(--white-smoke-2);
}

.center-text {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.center-text.horizontal-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
}

.center-text.vertical-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

.process-columns {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.process-columns.space-top {
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.faq-wrapper {
  padding-top: 24px;
}

.accordion-item {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.accordion-item.bigger {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  transition: color .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  color: var(--dark-slate-grey);
}

.accordion-item-content {
  overflow: hidden;
}

.answer {
  padding-top: 12px;
}

.stacked-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.stacked-buttons.down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gray-button {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: color .2s;
}

.gray-button:hover {
  color: var(--dark-slate-grey);
}

.gray-button.first-button {
  padding-left: 120px;
  padding-right: 120px;
}

.gray-button.first-button:hover {
  background-color: var(--oransj);
  color: var(--white-smoke);
}

.gray-button.first-button.orange {
  background-color: var(--oransj);
  color: var(--white);
  transition-property: all;
}

.gray-button.first-button.orange:hover {
  background-color: var(--light-slate-grey);
  color: var(--white);
}

.first-button {
  margin-right: 16px;
}

.green-background {
  background-color: var(--dark-slate-grey);
}

.white-text {
  color: var(--white);
}

.select-field {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #0000001a;
  border: 1px #000;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 32px;
}

.agent-select {
  align-items: center;
  display: flex;
}

.white-button {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: color .2s;
}

.white-button:hover {
  color: var(--oransj);
}

.white-button.no-bg {
  text-align: center;
  background-color: #fff0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  text-decoration: underline;
}

.field-label {
  font-weight: 500;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gray-text {
  color: var(--light-slate-grey);
}

.form-block {
  background-color: var(--white);
  border-radius: 12px;
  width: 480px;
  padding: 60px;
}

.input {
  background-color: var(--white-smoke);
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  border: 1px #000;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
}

.input::placeholder {
  color: #8081a499;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 32px;
}

.form-input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-field {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.checkbox {
  background-color: var(--white-smoke);
  border-style: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.checkbox.w--redirected-checked {
  background-color: var(--dark-slate-grey);
  background-size: 13px;
}

.checkbox-label {
  font-weight: 500;
}

.blue-button {
  background-color: var(--midnight-blue);
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: background-color .2s;
}

.blue-button:hover {
  background-color: var(--oransj);
}

.form-element {
  flex-direction: column;
  display: flex;
}

.headshot-wrapper {
  align-items: flex-start;
  display: flex;
}

.headshot {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.lighter-white-text {
  color: #fff9;
}

.small-text {
  font-size: 14px;
  line-height: 28px;
}

.small-text.mini {
  font-size: 11px;
}

.footer._2 {
  padding-top: 120px;
}

.footer-top {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-middle {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  display: grid;
}

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

.footer-title {
  font-size: 18px;
  line-height: 24px;
}

.footer-link {
  color: var(--light-slate-grey);
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--dark-slate-grey);
}

.footer-link.bottom {
  border-left: 1px dashed #c9d0d8;
  margin-left: 16px;
  padding-left: 16px;
}

.social-logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s;
  display: flex;
}

.social-icon-wrapper:hover {
  background-color: #f2f3f9;
}

.footer-bottom {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 28px;
}

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

.footer-bottom-content {
  color: #7a7b98;
  display: flex;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.space-top-tiny {
  margin-top: 16px;
}

.space-right-tiny {
  margin-right: 16px;
}

.transparent-button {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: background-color .2s;
}

.transparent-button:hover {
  background-color: #fff3;
}

.transparent-button.no-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.block-cta {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 12px;
  padding: 100px;
}

.arrow-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.gray-background {
  background-color: var(--white-smoke);
}

.footer-thirds {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-thirds-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-thirds-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 120px;
  display: grid;
}

.shadow-big {
  box-shadow: 0 24px 50px #05002714;
}

.tabs-menu {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.tab-link {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 16px 24px;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: var(--oransj);
  color: var(--white);
}

.tabs-content {
  padding-top: 80px;
}

.dark-background {
  background-color: var(--midnight-blue);
}

.white-background {
  background-color: var(--white);
}

.curve-segment {
  background-image: url('../images/Design-uten-navn-7.svg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 120px;
  transform: rotate(180deg);
}

.curve-segment.flipped {
  background-image: url('../images/Design-uten-navn-7.svg');
  transform: none;
}

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

.testimonial-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 48px;
}

.testimonial-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.big-white-card {
  background-color: var(--white);
  border-radius: 12px;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 60px;
}

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

.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: left;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.dropdown-list {
  border-radius: 12px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 24px 50px #0e0a281a;
}

.dropdown-list.more-space {
  padding: 16px;
}

.dropdown-link {
  padding: 12px 16px;
  transition: color .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--dark-slate-grey);
}

.stacked-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-title {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 14px;
  line-height: 28px;
}

.dropdown-column {
  min-width: 180px;
}

.nav-button {
  background-color: var(--dark-slate-grey);
  border-radius: 12px;
  padding: 16px 24px;
  transition: background-color .2s;
}

.nav-button:hover {
  background-color: var(--oransj);
}

.nav-button.desktop:hover {
  background-color: var(--oransj);
  color: var(--white);
}

.nav-button.responsive {
  display: none;
}

.nav-button.bigger {
  font-size: 1.1rem;
}

.nav-menu.hide {
  display: none;
}

.newsletter-image {
  max-width: 450px;
}

.success-message {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 8px;
}

.error-message {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: #af2426;
  border-radius: 8px;
}

.icon {
  width: 25px;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: grid;
}

.logo.smaller {
  width: 75%;
}

.ikon {
  background-color: var(--dark-slate-grey);
  border-radius: 1000px;
  padding: .5rem;
}

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

.image {
  max-width: 40%;
}

.tabs {
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 3.5rem;
}

.heading-3.oransj {
  color: var(--oransj);
}

.image-2 {
  max-width: 92%;
}

.div-block-5 {
  border: 1px solid var(--gainsboro);
  border-radius: 10px;
}

.heading-4 {
  font-size: 3.5rem;
}

.div-block-6 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mini-ikon {
  max-width: 2rem;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.container-2 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2.small {
  max-width: 840px;
}

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

.green-text-2 {
  color: #2f5662;
}

.about-us-overlay {
  z-index: 9;
  position: relative;
}

.about-us-overlay.overlaay {
  z-index: 1;
  margin-top: -25rem;
}

.container-3 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-3.small {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.about-us-overlay-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.corners {
  border-radius: 10px;
}

.newsletter-form-wrap-2 {
  border: 1px none var(--midnight-blue);
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
}

.newsletter-form-wrap-2.border {
  border-style: solid;
}

.green-button-2 {
  text-align: center;
  letter-spacing: 1px;
  background-color: #2f5662;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: background-color .2s;
}

.green-button-2:hover {
  background-color: #3f6b79;
}

.success-message-2 {
  color: #2f5662;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}

.error-message-2 {
  color: #af2426;
  background-color: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 8px;
}

.padding {
  padding-bottom: 25rem;
}

.span {
  color: var(--oransj);
}

.oransj-tekst {
  color: var(--oransj);
  font-size: 1.5rem;
}

.svg-icon {
  color: var(--oransj);
  width: 1.5rem;
  height: 1.5rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.horizontal-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-flex.bigger-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.newsletter-form-wrap-3 {
  background-color: #f3f4f7;
  border-radius: 16px;
  max-width: 420px;
  margin-bottom: 0;
  padding: 8px;
}

.newsletter-input-2 {
  letter-spacing: 1px;
  background-color: #0000;
  background-image: url('../images/noun-phone-1147910-221F5D.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  padding-left: 56px;
  font-size: 1.3rem;
  line-height: 32px;
}

.newsletter-input-2::placeholder {
  color: #8081a499;
  letter-spacing: 1px;
  font-size: 1.3rem;
  line-height: 32px;
}

.error-message-3 {
  color: #af2426;
  background-color: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 8px;
}

.preloader {
  z-index: 99999;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.loader-dots {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader-dot-1 {
  background-color: var(--white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.div-block-9 {
  width: 31rem;
}

.loader-dot-2, .loader-dot-3 {
  background-color: var(--white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.preloader-2 {
  z-index: 99999;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-icon {
  width: 25rem;
}

.lighter-gray-text {
  color: #8081a499;
  font-size: .9rem;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 28px;
  }

  h1 {
    font-size: 48px;
    line-height: 72px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 36px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 28px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .nav-right {
    align-items: center;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .split {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .large-paragraph {
    font-size: 17px;
    line-height: 32px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .space-top {
    margin-top: 36px;
  }

  .space-top-medium {
    margin-top: 52px;
  }

  .review-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .white-button {
    display: flex;
  }

  .blog-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    width: auto;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-middle {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
  }

  .footer-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-bottom-content.horizontal {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .space-right-tiny {
    margin-right: 14px;
  }

  .block-cta {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-thirds {
    grid-template-columns: 2fr;
  }

  .footer-thirds-top {
    padding-top: 32px;
  }

  .tabs-content {
    text-align: center;
  }

  .help-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card.space-top {
    margin-top: 0;
  }

  .testimonial-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .big-white-card {
    padding: 40px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .nav-button.desktop {
    display: flex;
  }

  .nav-button.responsive {
    margin-top: 32px;
    display: block;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    padding: 24px;
    display: flex;
    box-shadow: 23px 23px 32px #0e0a281a;
  }

  .dropdown {
    display: block;
  }

  .logo {
    width: 60%;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .container-2, .container-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: start;
    align-self: flex-start;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  h1 {
    font-size: 40px;
    line-height: 64px;
  }

  h2 {
    font-size: 32px;
    line-height: 48px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    font-size: 15px;
    line-height: 24px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-with-dotted-line.brand {
    border-right-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .large-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .newsletter-input, .newsletter-input::placeholder {
    font-size: 14px;
  }

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

  .review-columns {
    grid-template-columns: 1fr;
  }

  .process-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 40px;
  }

  .input::placeholder {
    font-size: 14px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-bottom-content {
    margin-top: 24px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .space-right-tiny {
    margin-right: 12px;
  }

  .footer-thirds-top {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-thirds-middle {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: wrap;
  }

  .tab-link {
    text-align: center;
  }

  .help-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 32px 24px;
  }

  .testimonial-thirds {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .stacked-dropdown {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-column {
    min-width: auto;
  }

  .space-top-mobile {
    margin-top: 16px;
  }

  .div-block-2 {
    justify-content: flex-start;
  }

  .container-2, .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .newsletter-input-2, .newsletter-input-2::placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-wrap {
    flex-flow: column;
  }

  .dropdown-toggle {
    padding: 12px;
  }

  .nav-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .large-paragraph.limit-small {
    text-align: center;
  }

  .space-top-small {
    font-size: 10px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input {
    margin-bottom: 8px;
  }

  .process-columns {
    grid-template-columns: 1fr;
  }

  .stacked-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gray-button {
    text-align: center;
  }

  .gray-button.first-button.orange {
    padding-left: 100px;
    padding-right: 100px;
  }

  .first-button {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .select-field {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .agent-select {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-input-wrap.space-top-small {
    grid-column-gap: 12px;
  }

  .checkbox-field {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-middle {
    grid-template-columns: 1fr;
  }

  .footer-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-link.bottom {
    margin-left: 10px;
    padding-left: 10px;
  }

  .social-logos-wrapper {
    margin-top: 24px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom-content {
    flex-direction: column;
  }

  .footer-bottom-content.horizontal {
    flex-direction: row;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .transparent-button {
    text-align: center;
  }

  .transparent-button.no-bg {
    font-size: 13px;
  }

  .block-cta {
    padding: 80px 24px;
  }

  .footer-thirds-middle {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .big-white-card {
    padding: 24px;
  }

  .input-columns {
    grid-template-columns: 1fr;
  }

  .dropdown-list.w--open {
    padding: 8px;
  }

  .dropdown-link {
    padding: 8px 12px;
  }

  .stacked-dropdown {
    grid-template-columns: 1fr;
  }

  .dropdown-title {
    padding: 16px 12px;
  }

  .nav-button.desktop {
    padding: 10px 12px;
  }

  .nav-menu {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-image {
    max-width: 90%;
  }

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

  .logo {
    width: 90%;
  }

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

  .heading-5 {
    text-align: center;
    font-size: 23px;
  }

  .container-2, .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-us-overlay-images {
    grid-template-columns: 1fr;
  }

  .newsletter-input-2 {
    margin-bottom: 8px;
  }
}

#w-node-_9fc618a1-e79e-b9e4-2929-e3bdb4ea13ac-d423cdab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05d8c73d-96e8-13aa-84bb-ed3e22f04db9-d423cdab {
  justify-self: end;
}

#w-node-_05d8c73d-96e8-13aa-84bb-ed3e22f04dba-d423cdab, #w-node-_05d8c73d-96e8-13aa-84bb-ed3e22f04dbb-d423cdab {
  place-self: center;
}

#w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-d423cdab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_12dd9948-c45e-32b2-6a0e-4d238983e904-d423cdab {
  justify-self: center;
}

#w-node-f9dbeef4-97d1-9fdd-892b-def5a0211789-a0211786 {
  place-self: center start;
}

#w-node-f9dbeef4-97d1-9fdd-892b-def5a02117b1-a0211786 {
  place-self: center end;
}

#w-node-_9fc618a1-e79e-b9e4-2929-e3bdb4ea13ac-061a3b76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-061a3b76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_12dd9948-c45e-32b2-6a0e-4d238983e904-061a3b76 {
  justify-self: center;
}

#w-node-_3e80cc89-c49e-9710-b69e-43fe17036830-1703682d {
  place-self: center start;
}

#w-node-_3e80cc89-c49e-9710-b69e-43fe17036880-1703682d {
  place-self: center end;
}

#w-node-_9fc618a1-e79e-b9e4-2929-e3bdb4ea13ac-fe081be7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3aead108-b4c9-88f7-003d-45759d6bbd80-fe081be7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3aead108-b4c9-88f7-003d-45759d6bbd81-fe081be7, #w-node-_3aead108-b4c9-88f7-003d-45759d6bbd82-fe081be7 {
  place-self: center;
}

#w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-fe081be7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_12dd9948-c45e-32b2-6a0e-4d238983e904-fe081be7 {
  justify-self: center;
}

#w-node-_9fc618a1-e79e-b9e4-2929-e3bdb4ea13ac-a512bc26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0328a10-c91a-403f-b301-3e1a7ca18170-a512bc26 {
  justify-self: end;
}

#w-node-a0328a10-c91a-403f-b301-3e1a7ca18171-a512bc26, #w-node-a0328a10-c91a-403f-b301-3e1a7ca18172-a512bc26 {
  place-self: center;
}

#w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-a512bc26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_12dd9948-c45e-32b2-6a0e-4d238983e904-a512bc26 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_05d8c73d-96e8-13aa-84bb-ed3e22f04db9-d423cdab, #w-node-_05d8c73d-96e8-13aa-84bb-ed3e22f04dba-d423cdab, #w-node-_05d8c73d-96e8-13aa-84bb-ed3e22f04dbb-d423cdab {
    justify-self: start;
  }

  #w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-d423cdab {
    justify-self: stretch;
  }

  #w-node-_12dd9948-c45e-32b2-6a0e-4d238983e8fa-d423cdab {
    justify-self: center;
  }

  #w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-061a3b76 {
    justify-self: stretch;
  }

  #w-node-_12dd9948-c45e-32b2-6a0e-4d238983e8fa-061a3b76 {
    justify-self: center;
  }

  #w-node-_3aead108-b4c9-88f7-003d-45759d6bbd80-fe081be7, #w-node-_3aead108-b4c9-88f7-003d-45759d6bbd81-fe081be7, #w-node-_3aead108-b4c9-88f7-003d-45759d6bbd82-fe081be7 {
    justify-self: start;
  }

  #w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-fe081be7 {
    justify-self: stretch;
  }

  #w-node-_12dd9948-c45e-32b2-6a0e-4d238983e8fa-fe081be7 {
    justify-self: center;
  }

  #w-node-a0328a10-c91a-403f-b301-3e1a7ca18170-a512bc26, #w-node-a0328a10-c91a-403f-b301-3e1a7ca18171-a512bc26, #w-node-a0328a10-c91a-403f-b301-3e1a7ca18172-a512bc26 {
    justify-self: start;
  }

  #w-node-c11e2b1d-d9d2-8bad-acd2-60469af99291-a512bc26 {
    justify-self: stretch;
  }

  #w-node-_12dd9948-c45e-32b2-6a0e-4d238983e8fa-a512bc26 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}