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

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

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

.container.max-width-940px {
  max-width: 940px;
}

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

.section.gray-background.small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.gray-background.smaller-top {
  padding-top: 100px;
}

.section.small {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section.full-height {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.narrow-section.smaller {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.gray-button.first-button.orange._100 {
  text-align: center;
  width: 100%;
  margin-right: 0;
  padding: 20px;
}

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

.form-block.shadow-big {
  padding: 20px;
}

.form-block.bigger {
  width: auto;
  margin-right: 1em;
  padding: 0;
}

.input {
  background-color: var(--white-smoke);
  color: #8081a499;
  letter-spacing: 1px;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  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;
}

.input.bigger {
  height: 10rem;
}

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

.form-input-wrap.space-top-small {
  grid-template-columns: 1fr 1fr;
}

.form-input-wrap.space-top-small._1 {
  grid-template-columns: 1fr;
}

.form-input-wrap.space-top {
  margin-bottom: 40px;
}

.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 {
  position: static;
  inset: auto 0% 0%;
}

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

.curve-segment.flipped.bigger {
  min-height: 200px;
}

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

.logo.even-smaller {
  width: 15rem;
}

.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-4.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

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

.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 {
  background-color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: background-color .2s;
}

.green-button-2:hover {
  background-color: var(--light-slate-grey);
}

.success-message-2 {
  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;
}

.sign-up-navbar {
  background-color: #fff;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.checkbox-2 {
  background-color: #f3f4f7;
  border-style: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.checkbox-2.w--redirected-checked {
  background-color: #2f5662;
  background-size: 13px;
}

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

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

.signup-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.signup-wrap.light-gray-background {
  flex-flow: column;
  display: block;
}

.gray-span-2 {
  color: #8081a4;
}

.sign-up-image {
  background-image: url('../images/Kontor-og-handel.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.input-2 {
  letter-spacing: 1px;
  background-color: #f3f4f7;
  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-2::placeholder {
  color: #8081a499;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 32px;
}

.input-2.icon-padded {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 56px;
}

.input-2.icon-padded.password {
  background-image: url('../images/Design-uten-navn-13.svg');
  background-size: 24px 24px;
}

.input-2.icon-padded.mail {
  background-image: url('../images/Design-uten-navn-12.svg');
  background-size: 24px 24px;
}

.social-signup {
  color: #0e0a28;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.social-signup.google {
  background-color: #fffbe7;
}

.social-signup.facebook {
  background-color: #f2f5ff;
}

.big-white-card-2 {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 60px;
}

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

.container-4.sign-up {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.review-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px 40px;
  display: flex;
}

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

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

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

.flex-horizontal.team-member-v7-bottom {
  grid-column-gap: 12px;
}

.empty-state-message {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eeeff1;
  border-radius: 24px;
  padding: 16px;
}

.primary-button-icon {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  transform-style: preserve-3d;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.115em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 1px 4px #19213d14;
}

.primary-button-icon:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.mg-top-small {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  margin-top: 16px;
  display: flex;
}

.secondary-button-icon {
  color: #14161c;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eeeff1;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 1px 3px #d3d3d30f;
}

.secondary-button-icon:hover {
  color: #14161c;
  transform: scale3d(.94, .94, 1.01);
}

.secondary-button-icon.neutral {
  background-color: #fafafb;
  border-color: #fafafb;
  transition: background-color .3s, transform .3s;
}

.secondary-button-icon.neutral:hover {
  background-color: #a4a6b0;
}

.mg-top-medium {
  margin-top: 32px;
}

.mg-top-extra-small {
  margin-top: 8px;
}

.image-3 {
  width: 100%;
}

.image-3.cover-image {
  object-fit: contain;
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.avatar-wrapper {
  border-radius: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-wrapper.agent-avatar {
  background-color: var(--white);
  border-radius: 50%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  position: static;
}

.agent-card-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.agent-card-wrapper:hover {
  transform: scale(.95);
}

.agent-card-links {
  position: absolute;
  top: auto;
  bottom: 56px;
}

.card {
  background-color: #fff;
  border-radius: 24px;
  transition-property: none;
  overflow: hidden;
  box-shadow: 0 1px 1px #0e0e0e0a, 0 4px 4px #d3d3d30f;
}

.card.agent-card {
  background-color: var(--white-smoke);
  color: #464851;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.card.agent-card:hover {
  color: #464851;
}

.card.agent-card.valgt {
  background-color: #c1c0d8;
  display: none;
}

.display-5 {
  font-size: 24px;
  line-height: 1.25em;
}

.display-5.mid.title {
  color: var(--midnight-blue);
  font-size: .9rem;
}

.badge-wrapper---top-right {
  -webkit-text-stroke-width: 1px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge-wrapper---top-right.z-index-1 {
  z-index: 1;
}

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

.grid-3-columns.agents-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  display: flex;
}

.text-body-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-body-3.semibold {
  font-weight: 600;
}

.text-body-3.smaller {
  font-size: 14px;
}

.text-body-3.smaller.even-smaller {
  font-size: 12px;
}

.text-body-3.smaller.grey {
  transition: all .2s;
}

.text-body-3.smaller.grey:hover {
  color: var(--light-slate-grey);
}

.text-body-3.kjempeliten {
  font-size: 10px;
}

.horizaontal-line-3 {
  background-color: #151515;
  width: 9px;
  height: 2px;
}

.checkbox-field-filter-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1rem;
}

.menu-cta-wrap.desktop.hidden {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_inputcounter-1_button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #05193d;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  display: flex;
}

.fs_inputcounter-1_button-2:focus-visible, .fs_inputcounter-1_button-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_inputcounter-1_button-2.forside-pluss_minus {
  color: #05193d;
  background-color: #05193d00;
  width: 2rem;
  height: 3rem;
}

.filter-amenities {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.text-h6 {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.text-h6.wide {
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 700;
}

.filter-amenities-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.filter_block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-41 {
  justify-content: flex-end;
  align-items: center;
  line-height: 1em;
  display: flex;
}

.div-block-10 {
  z-index: 99999999;
  padding-right: .3rem;
  display: flex;
  position: relative;
}

.div-block-47 {
  display: none;
}

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

.filter-icon-3 {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.property-card-room-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 25% 25%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.icon-filter {
  width: 25px;
  height: 25px;
}

.vertical-line-3 {
  background-color: #151515;
  width: 2px;
  height: 9px;
  position: absolute;
}

.main-container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.checkbox-amenity-text-2 {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.filter-sidebar-2 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  display: flex;
}

.filter-top-tile-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.filter-top-tile-3.kategori-grid {
  grid-template-columns: 1fr auto;
}

.filter-top-tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.text-h4 {
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.checkbox-amenities-2 {
  cursor: pointer;
  border: 1px solid #17181c29;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-amenities-2.w--redirected-checked {
  background-color: #f6f6f2;
  background-image: linear-gradient(#f6f6f2, #f6f6f2);
  border: 1px solid #17181c29;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.button-animation-hide.small {
  height: 20px;
}

.filter-checkbox-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 2px;
  display: flex;
}

.filter-sidebar {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.div-block-34 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.button-3 {
  color: #e5dfd5;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 2px #e5dfd5;
}

.button-3:hover {
  color: #00236e;
  box-shadow: inset 0 0 0 50px #e5dfd5;
}

.button-3.forside-knapp {
  box-shadow: none;
  color: #f6f6f2;
  letter-spacing: 0;
  text-transform: none;
  background-color: #400f25;
  border-style: solid;
  border-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 142%;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-3.forside-knapp:hover {
  color: #400f25;
  -webkit-text-stroke-color: #400f25;
  background-color: #ede8e2;
}

.submit-button-hidden {
  display: none;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-body.semibold {
  font-weight: 600;
}

.properties {
  width: 100%;
}

.form-block-filter {
  margin-bottom: 0;
  position: sticky;
  top: 100px;
}

.form-block-filter.listing-c {
  top: 8vh;
}

.form-block-filter.listing-c.pop-up-filter {
  display: flex;
}

.form-block-filter.listing-c.cart {
  border: 1px solid var(--gainsboro);
  border-radius: 25px;
  width: 25em;
  padding: 20px 20px 30px;
}

.headline-property-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.headline-property-small.margin-top {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tekst {
  z-index: 5;
  max-width: 550px;
  margin-bottom: 0;
  position: relative;
}

.tekst.liten {
  font-size: .8rem;
  font-style: italic;
  line-height: 1.4em;
}

.tekst.liten.normal {
  font-style: normal;
}

.property-card-long-top-tile {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.checkbox-filter-2 {
  background-color: #fff;
  border: 1px solid #17181c29;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-filter-2.w--redirected-checked {
  background-color: #f6f6f2;
  background-image: url('../images/Checkbox.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #17181c29;
}

.checkbox-filter-2.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.cta-small-2 {
  color: #f6f6f2;
  background-color: #400f25;
  border-radius: 40px;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 142%;
  transition: all .25s;
}

.cta-small-2:hover {
  color: #400f25;
  background-color: #ede8e2;
}

.cta-small-2.grow {
  background-color: #400f25;
  flex: 1;
}

.cta-small-2.grow:hover {
  background-color: #ede8e2;
}

.cta-small-2.grow.disabled {
  background-color: #400f2580;
}

.propert-card-long-name-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list-listing-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.property-card-long-bottom-tile {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: column;
  display: flex;
}

.text-h5-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 23px;
  line-height: 100%;
}

.text-h5-2.margin-top {
  margin-top: 20px;
  margin-left: 20px;
}

.cart-items {
  border-top: 1px solid #17181c29;
  border-bottom: 1px solid #17181c29;
  width: 100%;
}

.filter-button {
  display: none;
}

.filter-name-wrap-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-divider {
  background-color: #17181c29;
  width: 100%;
  height: 1px;
  margin-right: auto;
}

.div-block-3 {
  z-index: 99999999;
  color: #070707;
  background-color: #fff;
  border: 1px solid #17181c;
  border-radius: 40px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: .4rem .8rem .3rem;
  display: none;
  position: absolute;
  top: -151%;
  bottom: auto;
  left: -66%;
}

.section-divider-2 {
  background-color: #17181c29;
  width: 100%;
  height: 1px;
  margin-right: auto;
  display: block;
}

.property-price-and-location {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.filter-master {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.div-block-36 {
  flex-flow: row;
  display: flex;
}

.filter_search-field-2 {
  background-color: #fff0;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 0;
  font-size: 1rem;
}

.filter-bottom-tile-3 {
  overflow: hidden;
}

.property-card-bottom {
  height: auto;
}

.filter_results-text {
  margin-right: .5em;
  font-weight: 400;
}

.filter_results-text.cart {
  z-index: 999;
  color: #fff7e8;
  text-align: center;
  background-color: #af2d67;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding: .85em;
  font-size: .9rem;
  line-height: .5rem;
  display: flex;
  position: absolute;
  inset: -19% auto auto -19%;
}

.cta-main {
  color: #f6f6f2;
  text-align: center;
  cursor: pointer;
  background-color: #400f25;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.cta-main:hover {
  color: #400f25;
  background-color: #ede8e2;
}

.fs_inputcounter-1_input-2 {
  color: #05193d;
  text-align: center;
  background-color: #f5f5f500;
  border: 1px #000;
  min-width: 2.8rem;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 1rem 0;
}

.filter_header-2 {
  margin-bottom: 3rem;
  padding: 0 0 .5rem;
}

.property-horizontal-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.icon-filter-amenity-2 {
  z-index: 1;
  pointer-events: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
}

.property-description-tile.hidden {
  display: none;
}

.property-card-body {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 3vh 2vh;
  display: flex;
}

.section-2 {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 10rem;
  position: relative;
}

.section-2.listing-c-section {
  background-color: #f6f6f2;
}

.icon-property-card {
  width: 1.5rem;
}

.icon-property-card.s-ppel {
  width: 1.2rem;
}

.filter-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.svg-icon-2 {
  width: 1.3rem;
  height: 1.3rem;
}

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

.svg-icon-2.smaller {
  width: 1.3rem;
  height: 1.3rem;
}

.contact-input-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-29 {
  background-color: #fff;
  border: 1px solid #05193d40;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-29.forside {
  border-radius: 50px 0 0 50px;
  grid-template-columns: 40px 1fr 40px;
  width: 9rem;
}

.listing-c-halves {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  justify-content: center;
  place-items: flex-start stretch;
  max-width: 90%;
  min-height: 70%;
  transition: all .2s;
  display: flex;
}

.filters-top-tile {
  margin-bottom: 2rem;
}

.filters-top-tile.nopb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.filters-top-tile.total {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field-amenities-2 {
  background-color: #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-amenities-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-icon-3 {
  width: 1.3rem;
  height: 1.3rem;
}

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

.svg-icon-3.even-smaller {
  width: .8rem;
  height: .8rem;
}

.button-content-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.image-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.text-field {
  color: #17181c;
  background-color: #f6f6f2;
  border: 1px solid #17181c29;
  border-radius: 8px;
  width: 100%;
  height: 2.85rem;
  margin-bottom: 0;
  padding: .6rem .9rem;
  font-size: 16px;
}

.text-field:focus {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.text-field::placeholder {
  color: #17181c;
  font-size: 16px;
  font-weight: 400;
}

.text-field.text-area {
  height: 169px;
}

.property-horizontal-image-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.property-name-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-2 {
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.div-block-50 {
  height: 5rem;
}

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

.career-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .25fr;
  grid-auto-columns: .5fr;
  padding: 20px 20px 20px 32px;
  display: grid;
  position: relative;
}

.career-row.button-animation-hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .5fr;
  height: auto;
  display: grid;
}

.career-row-deet {
  color: #8081a4;
}

.career-row-deet.smaller {
  font-size: .8rem;
}

.career-row-deet.smaller.left {
  text-align: left;
}

.gray-button-2 {
  color: #0e0a28;
  background-color: #f3f4f7;
  background-image: url('../images/noun-plus-2186326-221F5D.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: all .2s;
}

.gray-button-2:hover {
  color: #2f5662;
  transform: scale(1.1);
}

.gray-button-2.valgt {
  background-color: #c1c0d8;
  background-image: url('../images/Design-uten-navn-14.svg');
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.empty-state {
  color: #2f5662;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 8px;
  flex-direction: column;
}

.svg-icon-4 {
  color: #648fc4;
  align-self: center;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  position: relative;
  top: -20%;
  left: 2%;
}

.svg-icon-4:hover {
  color: #0a1d34;
  cursor: pointer;
  transform: scale(1.2);
}

.svg-icon-4.info {
  z-index: 99999;
}

.div-block-51 {
  z-index: 99999999;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #e8eff6;
  border-radius: 6px;
  order: 1;
  align-self: flex-end;
  min-width: 29.9em;
  padding: 1em;
  display: none;
  position: absolute;
  top: -250%;
  left: 0%;
  right: 0%;
}

.paragraph {
  z-index: 10;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
}

.paragraph.is-xs {
  font-size: 1.3em;
  line-height: 1.4em;
}

.div-block-52 {
  display: flex;
}

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

.small-uppercase-title {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.svg-icon-5 {
  color: #648fc4;
  align-self: center;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  position: relative;
  top: -20%;
  left: 2%;
}

.svg-icon-5:hover {
  color: #0a1d34;
  cursor: pointer;
  transform: scale(1.2);
}

.svg-icon-5.info {
  z-index: 99999;
  color: #8081a4b5;
  width: .8rem;
  height: .8rem;
}

.svg-icon-5.info.dark {
  z-index: 0;
  color: var(--midnight-blue);
  width: .8rem;
  height: .8rem;
}

.div-block-54 {
  z-index: 99999999;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #e8eff6;
  border-radius: 6px;
  order: 1;
  align-self: flex-end;
  min-width: 20em;
  max-width: 20em;
  padding: 1em;
  display: none;
  position: absolute;
  top: -100%;
  left: 0%;
  right: 0%;
}

.div-block-54._1 {
  z-index: 2147483647;
  border-radius: 10px;
  min-width: 20em;
  top: 100%;
}

.tabs-content-2 {
  position: static;
  overflow: visible;
}

.tab-pane-tab-1 {
  width: 44em;
  position: static;
}

.collection-list-wrapper {
  width: 42.9em;
}

.tab-pane-tab-2 {
  width: 44em;
}

.tab-pane-tab-3 {
  text-align: left;
  width: 44em;
}

.vertical-flex {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.vertikal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.vertikal.stretch {
  justify-content: space-between;
  margin-top: 20px;
}

.popup-button {
  display: none;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .div-block-34 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }
}

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

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

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

  .curve-segment.flipped.bigger {
    min-height: 300px;
  }

  .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 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-us-overlay.overlaay {
    margin-top: -20.3rem;
  }

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

  .padding {
    padding-bottom: 15rem;
  }

  .oransj-tekst {
    font-size: 1.2rem;
  }

  .svg-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .lighter-gray-text {
    font-size: .7rem;
  }

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

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

  .sign-up-image {
    min-height: 500px;
  }

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

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

  .agent-card-links {
    bottom: 40px;
  }

  .display-5 {
    font-size: 24px;
  }

  .text-body-3.smaller {
    text-align: right;
    align-self: flex-end;
  }

  .text-body-3.smaller.even-smaller.left {
    text-align: left;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.desktop {
    display: block;
  }

  .div-block-10 {
    z-index: 555;
  }

  .div-block-47 {
    background-color: #17181c;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3.3rem;
    height: 3.3rem;
    display: flex;
    position: absolute;
    inset: 1rem 1rem auto auto;
  }

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

  .filter-top-tile-3 {
    grid-template-columns: 1fr auto;
  }

  .form-block-2 {
    flex: 1;
    width: 100%;
  }

  .form-block-filter.listing-c {
    width: 100%;
    height: 100%;
    margin-top: 10vh;
    margin-bottom: 15vh;
    position: static;
  }

  .form-block-filter.listing-c.pop-up-filter {
    z-index: 901;
    opacity: 0;
    background-color: #fff;
    border-radius: 2rem;
    max-width: 80vw;
    height: 100%;
    max-height: 60vh;
    padding: 2.5rem;
    display: none;
    position: fixed;
    inset: 0 auto;
    overflow: scroll;
  }

  .form-block-filter.listing-c.cart {
    z-index: 980;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .tekst {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-small-2.grow {
    width: 100%;
  }

  .filter-button {
    cursor: pointer;
    background-color: #17181c;
    border-radius: 100px;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .cart-ikon {
    z-index: 1;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
  }

  .cart-ikon.x {
    width: 3rem;
    height: 3rem;
  }

  .cart-ikon.x.white {
    filter: invert();
    width: 1rem;
    height: 1rem;
  }

  .code-embed {
    flex: 1;
    width: 100%;
  }

  .text-block {
    color: #fff;
  }

  .filter-ikon {
    width: 2rem;
    height: 2rem;
  }

  .filter_results-text {
    display: none;
  }

  .filter_results-text.cart {
    background-color: var(--oransj);
  }

  .filter_header-2 {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .section-2.listing-c-section {
    position: static;
  }

  .listing-c-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .background-hover {
    z-index: 2;
    background-color: var(--midnight-blue);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 101%;
    height: 101%;
    display: flex;
    position: absolute;
    transform: scale(0);
  }

  .svg-icon-4.info {
    display: none;
  }

  .paragraph {
    line-height: 1.5em;
  }

  .svg-icon-5.info {
    display: none;
  }

  .svg-icon-5.info.dark {
    display: flex;
  }

  .vertical-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .popup-button {
    z-index: 990;
    background-color: var(--light-slate-grey);
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: auto 2rem 2rem auto;
  }
}

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

  .nav-wrap {
    width: 90%;
  }

  .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 {
    width: auto;
    height: auto;
    font-size: 17px;
  }

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

  .curve-segment.flipped.bigger {
    min-height: 400px;
  }

  .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 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-us-overlay.overlaay {
    margin-top: -24.8rem;
  }

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

  .newsletter-form-wrap-2.border {
    padding: 1rem 3rem;
  }

  .padding.smalle {
    padding-bottom: 10rem;
  }

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

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

  .mg-top-small {
    margin-top: 8px;
  }

  .mg-top-medium {
    margin-top: 24px;
  }

  .mg-top-medium.mg-top-32px---mbl {
    margin-top: 32px;
  }

  .agent-card-links {
    bottom: 35px;
  }

  .card {
    border-radius: 16px;
  }

  .display-5 {
    font-size: 22px;
  }

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

  .grid-3-columns.agents-grid {
    grid-template-columns: 1fr;
  }

  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-filter {
    position: static;
  }

  .form-block-filter.listing-c.pop-up-filter {
    opacity: 0;
    max-width: 92vw;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
    inset: 0%;
  }

  .text-h5-2 {
    font-size: 19px;
  }

  .filter_results-text.cart {
    font-size: .87rem;
  }

  .filter_header-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .property-horizontal-card {
    grid-template-columns: .5fr 1fr;
  }

  .property-horizontal-image-wrap {
    width: auto;
    min-height: auto;
  }

  .career-row {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: .25fr;
    padding-left: 20px;
  }

  .career-row-deet {
    display: flex;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .svg-icon-5.info.dark {
    display: flex;
  }

  .tab-pane-tab-2 {
    width: 40em;
  }

  .popup-button {
    right: 1.5rem;
  }
}

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

  .nav-wrap {
    flex-flow: row;
    width: 100%;
    margin-right: 1em;
  }

  .dropdown-toggle {
    padding: 12px;
  }

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

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

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

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

  .newsletter-input {
    background-size: 25px 25px;
    font-size: 14px;
  }

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

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

  .accordion-item-trigger, .answer {
    text-align: left;
  }

  .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-3 {
    font-size: 2.3rem;
  }

  .heading-3.smaller {
    font-size: 2rem;
  }

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

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

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

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

  .about-us-overlay.overlaay {
    margin-top: -26.3rem;
  }

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

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

  .padding {
    padding-bottom: 10rem;
  }

  .padding.smalle {
    padding-bottom: 8rem;
  }

  .padding.bigger {
    padding-bottom: 15rem;
  }

  .oransj-tekst {
    text-align: center;
    font-size: .6rem;
  }

  .horizontal-flex {
    flex-flow: column;
  }

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

  .lighter-gray-text {
    font-size: .5rem;
  }

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

  .container-4, .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .avatar-wrapper.agent-avatar {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .agent-card-links {
    bottom: 30px;
  }

  .card.agent-card {
    width: 9rem;
    height: 9rem;
  }

  .display-5 {
    font-size: 22px;
  }

  .display-5.mid.title {
    font-size: .8rem;
  }

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

  .grid-3-columns.agents-grid {
    justify-content: flex-start;
    display: flex;
  }

  .text-body-3 {
    font-size: 12px;
    line-height: 166%;
  }

  .text-h6.wide {
    text-align: left;
    align-self: flex-start;
    font-size: 16px;
  }

  .main-container {
    text-align: center;
  }

  .filter-sidebar-2 {
    text-align: left;
  }

  .filter-top-tile-3.kategori-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-h4 {
    text-align: left;
    font-size: 24px;
  }

  .button-animation-hide {
    height: auto;
  }

  .button-3 {
    padding: 18px 36px;
    font-size: 12px;
  }

  .text-body {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 12px;
    line-height: 166%;
  }

  .form-block-filter.listing-c.cart {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .headline-property-small {
    text-align: center;
    margin-bottom: 24px;
  }

  .tekst {
    line-height: 1.5em;
  }

  .property-card-long-top-tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-h5-2 {
    font-size: 20px;
  }

  .filter-button {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .cart-ikon.x {
    width: 4rem;
    height: 4rem;
  }

  .property-price-and-location {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .button-animation-wrap, .property-card-bottom {
    height: 20px;
  }

  .filter_results-text.cart {
    background-color: var(--light-slate-grey);
    padding: .8em;
  }

  .cta-main {
    padding: 8px 20px;
    font-size: 14px;
  }

  .filter_header-2 {
    grid-template-columns: 50% 50%;
  }

  .property-horizontal-card {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    display: flex;
  }

  .property-card-body {
    width: 100%;
    padding: 24px 24px 32px;
  }

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

  .section-2.listing-c-section {
    overflow: visible;
  }

  .filters-top-tile {
    margin-bottom: 24px;
  }

  .button-arrow {
    display: none;
  }

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

  .text-field.text-area {
    height: 120px;
  }

  .property-horizontal-image-wrap {
    width: 100%;
    height: 10rem;
  }

  .career-row {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .career-row-deet {
    text-align: left;
  }

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

  .paragraph {
    font-size: 1.2em;
  }

  .small-uppercase-title {
    font-size: .9em;
  }

  .tab-pane-tab-1 {
    width: auto;
  }

  .collection-list-wrapper {
    width: 23em;
  }

  .tab-pane-tab-2 {
    width: auto;
  }

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

  .vertical-flex.vertical {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: row;
    width: 100%;
  }

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

#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-_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-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-_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;
}

#w-node-_94f85d56-b382-ab44-af6b-934fb60fbb21-600b8e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f85d56-b382-ab44-af6b-934fb60fbb2e-600b8e53 {
  place-self: center;
}

#w-node-_94f85d56-b382-ab44-af6b-934fb60fbb2f-600b8e53 {
  align-self: center;
}

#w-node-_94f85d56-b382-ab44-af6b-934fb60fbb30-600b8e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_94f85d56-b382-ab44-af6b-934fb60fbbc5-600b8e53 {
  justify-self: center;
}

#w-node-b54d2bde-64a5-c36f-9abb-55f3b50ac5e1-f308460f {
  place-self: center;
}

#w-node-_361919f7-d96c-359c-6baf-099e5d90567c-f308460f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1f835a89-2e20-c9cc-3dc3-ad94f3724605-f308460f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_1f835a89-2e20-c9cc-3dc3-ad94f3724609-f308460f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1f835a89-2e20-c9cc-3dc3-ad94f372460b-f308460f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_2f99673e-5ca1-2545-850c-9c51740caf4e-f308460f {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-ddbaffc8-8b93-088a-4256-164af72da011-f308460f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e8482512-8aef-a07d-8846-9ab7895ac20d-f308460f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#Arbeidsomr-de.w-node-d7088754-677d-4479-aea4-630998888642-f308460f, #field.w-node-_1a1e784f-ffad-d876-c904-6706bc7541c4-f308460f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79f38e29-669d-ff01-f2e5-b98207d870fa-f308460f {
  place-self: center start;
}

#w-node-_79f38e29-669d-ff01-f2e5-b98207d870fc-f308460f {
  align-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;
  }

  #w-node-_94f85d56-b382-ab44-af6b-934fb60fbb30-600b8e53 {
    justify-self: stretch;
  }

  #w-node-_94f85d56-b382-ab44-af6b-934fb60fbbbb-600b8e53 {
    justify-self: center;
  }

  #w-node-_507868a6-be6d-908d-f3ae-7243cb395ccf-e5dfc581 {
    order: -9999;
  }

  #w-node-_79f38e29-669d-ff01-f2e5-b98207d870ed-f308460f {
    place-self: center;
  }

  #w-node-_79f38e29-669d-ff01-f2e5-b98207d870fa-f308460f, #w-node-_79f38e29-669d-ff01-f2e5-b98207d870fc-f308460f {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_361919f7-d96c-359c-6baf-099e5d90567c-f308460f {
    grid-column-end: 2;
  }

  #w-node-_1f835a89-2e20-c9cc-3dc3-ad94f3724609-f308460f {
    grid-column: 2 / 3;
  }

  #w-node-_1f835a89-2e20-c9cc-3dc3-ad94f372460b-f308460f {
    grid-column: 3 / 4;
  }

  #w-node-_79f38e29-669d-ff01-f2e5-b98207d870fc-f308460f {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f835a89-2e20-c9cc-3dc3-ad94f3724604-f308460f {
    justify-self: start;
  }

  #w-node-_361919f7-d96c-359c-6baf-099e5d90567c-f308460f {
    grid-column-end: 3;
  }

  #w-node-_1f835a89-2e20-c9cc-3dc3-ad94f3724605-f308460f {
    justify-self: stretch;
  }

  #w-node-_1f835a89-2e20-c9cc-3dc3-ad94f3724609-f308460f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f835a89-2e20-c9cc-3dc3-ad94f372460b-f308460f {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_2f99673e-5ca1-2545-850c-9c51740caf4e-f308460f, #w-node-e8482512-8aef-a07d-8846-9ab7895ac20d-f308460f {
    justify-self: stretch;
  }

  #w-node-_79f38e29-669d-ff01-f2e5-b98207d870fc-f308460f {
    align-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;
}
