.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.navbar-logo-left {
  background-color: #b3443e;
  background-image: linear-gradient(#002642, #1d88aa);
  align-items: stretch;
  transition: opacity .2s;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #5e8fa3;
  background-image: linear-gradient(#002642, #5e8fa3);
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-logo-left-container.shadow-three.mobile {
  background-image: linear-gradient(#002642, #1d88aa);
  max-width: 100%;
  position: sticky;
  top: 0;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  -webkit-text-stroke-color: #968282;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container.stroke {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide-copy {
  left: 10px;
  right: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide-copy:active {
  color: #000;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide-copy.iphone.w--open {
  font-size: 14px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide-copy.iphone.bred.w--open {
  width: 250px;
  padding-right: 0;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #000;
  background-color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.top {
  padding-right: 45px;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#002642b3, #002642b3), url('../images/article-hero-image.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin: 60px;
  padding: 140px 0;
}

.flex-block.forside {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/doctor-section-background.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  padding-top: 144px;
  padding-bottom: 0;
}

.button {
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #5e8fa3;
  background-image: linear-gradient(265deg, #002642, #5e8fa3);
  background-clip: border-box;
  border-radius: 30px;
  margin: 2px 55% 15px 55px;
  padding-top: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.button:hover {
  background-image: linear-gradient(265deg, #5e8fa3, #002642);
}

.button.red {
  background-color: #9d0b0f;
  background-image: none;
}

.button.red.rr {
  margin-left: auto;
  margin-right: auto;
}

.button.billede {
  margin-top: -58px;
  margin-bottom: 113px;
}

.button.billede.rr.bolder {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button.stroke {
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  overflow-wrap: normal;
  background-color: #3898ec00;
  background-image: none;
  border: 1px solid #fff;
  margin-bottom: 75px;
}

.button.mobile.hvid {
  background-color: #5e8fa300;
  background-image: none;
  border: 2px solid #fff;
}

.button.mobile.hvid.mobilos.nrr {
  margin-left: auto;
  margin-right: auto;
}

.button.mobile.forside, .button.mobile.underside {
  margin-left: 0;
}

.button.mobile.underside.reee {
  margin-right: 49%;
}

.button.mobile.bund {
  margin-left: 0;
  margin-right: 47%;
}

.button.mobile.knap-left.arr {
  margin-right: 47%;
}

.button.mobile.iphone, .button.mobile.vensterstil {
  margin-left: 0;
}

.button.mobile.vensterstil.nyhederknap {
  margin-right: 45%;
  padding-left: 38px;
}

.button.mobile.vensterstil.reee {
  margin-right: 50%;
}

.button.mobile.ree {
  margin-right: 37%;
}

.button.mobil.mellem {
  text-align: center;
  margin-left: 236px;
}

.button.mellemrum {
  margin-left: 232px;
}

.button.mellemrum.mobil-lang.folader {
  margin-right: 28%;
}

.button.forside {
  margin-left: 0;
}

.button.mobil-lang.desktop {
  margin-right: 61px;
}

.button.mobil-lang.forlader {
  margin-right: -8%;
}

.button.knap-left {
  align-self: flex-start;
  margin-left: 0;
}

.button.knap-left.arr {
  margin-right: 44%;
}

.button.iphone.slide-in {
  position: relative;
  top: 0;
}

.button.iphone.slide-in.slideknap {
  text-align: left;
  margin: auto 50% auto auto;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  inset: 0% auto 0 0%;
  overflow: visible;
}

.button.iphone.slide-in.banner {
  margin-left: 0;
}

.button.iphone.inside {
  margin-left: 0;
  position: relative;
  top: 450px;
}

.button.margin-left {
  background-image: none;
  margin-left: 0;
}

.button.borderclean {
  background-color: #5e8fa300;
  background-image: none;
  border: 2px solid #fff;
  margin-top: 15px;
  margin-left: 142px;
}

.button.borderclean.right {
  margin-top: 15px;
  margin-left: 68%;
  margin-right: 0%;
}

.button.borderclean.right.smalliphone {
  text-align: left;
  margin-top: 14px;
  margin-left: 0%;
}

.button.borderclean.rightside {
  margin-left: 47px;
}

.button.borderclean.rightside.smalliphone {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-heading-left.bund {
  text-align: left;
  background-color: #f5f7fa;
  flex-flow: column;
  padding: 0 100px;
}

.hero-heading-left.bund.mobile {
  border-style: none;
  border-width: 0;
  text-decoration-color: #3330;
}

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

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  height: 400px;
  padding-left: 53px;
  display: flex;
}

.hero-split.tekst {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 55%;
  margin-top: 95px;
  padding-left: 0;
}

.hero-split.tekst.forside {
  max-width: 40%;
}

.hero-split.tekst.forside.eee {
  height: auto;
}

.hero-split.tekst.forside.eee.slide-in.mm {
  margin-top: -80px;
}

.hero-split.tekst.forside.eee.slide-in.desktop {
  margin-top: -78px;
}

.hero-split.tekst.mobil.slide-in.top-up {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

.hero-split.mobil {
  padding-left: 0;
}

.margin-bottom-24px {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.button-primary-2 {
  color: #175472;
  letter-spacing: 2.5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  word-break: normal;
  background-color: #1a1b1f00;
  border: 2px solid #175472;
  border-radius: 30px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.top.mobil.iphone {
  letter-spacing: 1.4px;
}

.shadow-two {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  margin-top: -81px;
}

.shadow-two.imgage {
  margin-top: -174px;
}

.shadow-two.imgage.forside {
  margin-top: -91px;
}

.shadow-two.imgage.forside.iphone.left {
  margin-left: 0;
  padding-left: 0;
}

.shadow-two.imgage.forside.iphone.mobile-view {
  display: none;
}

.heading {
  color: #175472;
  text-align: center;
  text-transform: uppercase;
  margin-top: -15px;
}

.heading.top {
  text-align: left;
}

.bold-text {
  color: #e34545;
  text-transform: uppercase;
}

.paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #175472;
  text-align: right;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.paragraph.mobile.iphone {
  font-size: 14px;
}

.heading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #cfcfcf00;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-2.banner {
  width: 800px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2.banner.mobil {
  color: #212529;
}

.heading-2.banner.mobil.slide-in {
  background-color: #cfcfcf00;
}

.hero-heading-left-2 {
  background-color: #002642;
  background-image: linear-gradient(#002642, #1d88aa);
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  margin-top: -25px;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-2:hover {
  margin-top: -23px;
  padding-top: 0;
}

.heading-3 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border: 1px #fff;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  text-decoration: none;
}

.video {
  margin-bottom: 75px;
}

.video-2 {
  width: 500px;
  height: 300px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 446px;
  display: block;
}

.hero-without-image {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-without-image.mobile {
  border: 0 solid #000;
  border-radius: 0;
}

.hero-wrapper-two {
  text-align: center;
  background-color: #73acbd;
  border-radius: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: 950px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 92px 70px 0;
  display: flex;
}

.hero-wrapper-two.mobil.rrr {
  background-color: #f1f4f9;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 0;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: #175472;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-4.mobile.bund {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
}

.heading-4.mobile.bund.mobike {
  width: 500px;
}

.heading-4.mobile.slide-in {
  margin-left: auto;
  margin-right: auto;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  display: block;
}

.team-slide-wrapper {
  width: 40%;
  margin-right: 5%;
}

.team-slide-wrapper:hover {
  box-shadow: 0 2px 5px #0003;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.team-block:hover {
  padding: 20px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.team-member-text {
  color: #002642;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.container-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/background-image-quote.webp');
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 75px 30px;
  display: flex;
}

.section {
  background-color: #17547280;
  flex: 1;
  align-self: center;
  max-width: 600px;
  max-height: 800px;
  padding: 60px 60px 0;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-light {
  background-color: #002642;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-block-two {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 9px;
  font-weight: 500;
  display: flex;
}

.footer-block-two.footer {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-block-two.footer:active {
  text-decoration-color: #fff;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 10px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  flex-flow: column;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image {
  vertical-align: baseline;
  flex: 0 auto;
  align-self: center;
  max-width: 30%;
}

.image.gsk {
  max-width: 80%;
}

.footer-tree {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 200px;
  display: flex;
  position: static;
}

.link {
  color: #175472;
  overflow-wrap: normal;
  cursor: nwse-resize;
  text-decoration: underline;
}

.link:active {
  text-decoration-color: #54545a;
}

.link.bund {
  color: #175472;
  margin-top: -31px;
  padding-bottom: 79px;
  text-decoration-color: #175472;
}

.link.bund:active {
  color: #175472;
  text-decoration-color: #175472;
}

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

.paragraph-2 {
  color: #fff;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  display: flex;
}

.paragraph-2.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.bold-text-2 {
  text-align: center;
  margin-top: -21px;
  font-size: 9px;
  font-weight: 500;
}

.bold-text-3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  display: block;
}

.bold-text-3.footer {
  margin-top: -20px;
  padding-top: 0;
}

.background-video {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  mix-blend-mode: normal;
  background-color: #002642ba;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-3 {
  text-align: right;
  width: 33%;
}

.container-4 {
  width: 8%;
}

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

.image-3 {
  margin-bottom: 72px;
}

.image-5.iphone.slide-in {
  margin-top: 14%;
  margin-left: -770px;
  padding-left: 55px;
}

.image-5.iphone.slide-in.logo2 {
  margin-left: 770px;
  margin-right: 0;
}

.image-5.iphone.slide-in.logo3 {
  margin-top: 14%;
  margin-left: 0;
}

.image-5.iphone.slide-in.smalliphone.billede1 {
  margin-left: 0;
  padding-bottom: 19px;
  padding-left: 6px;
  padding-right: 4px;
}

.image-5.iphone.logo2 {
  margin-top: 14%;
  margin-left: 950px;
  padding-right: 55px;
}

.image-5.iphone.logo2.smalliphone {
  margin-left: 0;
  padding-right: 0;
}

.image-5.iphone.logo2.smalliphone.toop {
  margin-bottom: 24px;
  margin-left: 0;
  padding-right: 0;
}

.image-5.iphone.logo3 {
  margin-top: 14%;
  margin-left: 65px;
  padding-left: 55px;
}

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

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

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

.sog {
  background-color: #e3454500;
  background-image: url('../images/search-glass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-left: 18px;
}

.sog.w--current {
  padding-left: 0;
  padding-right: 50px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 65px 100px 80px;
  position: relative;
}

.hero-heading-center.post-damer {
  margin-top: 0;
  padding: 20px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 9px;
  padding-right: 10px;
  display: block;
  box-shadow: 0 2px 5px #00000030;
}

.hero-split-2:hover {
  margin-bottom: 0;
  padding: 13px 10px 0 9px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.hero-split-2.slide-in {
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.hero-split-2.slide-in:hover {
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 20px;
}

.hero-split-2.slide-in.bund-billede-right {
  margin-top: 24px;
}

.hero-split-2.slide-in.right {
  margin-top: 32px;
}

.hero-split-2.slide-in.toptop {
  margin-top: 37px;
}

.hero-split-2.slide.top {
  margin-top: -26px;
}

.hero-split-2.top {
  margin-top: 18px;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-3 {
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-3:hover {
  display: block;
}

.shadow-two-3.right {
  margin-top: 0;
}

.shadow-two-3.right:hover {
  display: block;
}

.shadow-two-3.bund {
  margin-top: -20px;
}

.shadow-two-3.left, .shadow-two-3.left:hover {
  margin-top: 0;
}

.nyheder {
  color: #175472;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-stack {
  background-color: #f5f7fa;
  border: 0 #000;
  padding: 80px 30px;
  text-decoration: none;
  position: relative;
}

.container-6 {
  width: 100%;
  min-width: 940px;
  max-width: 940px;
  margin-top: -179px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-wrapper-two-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.hero-wrapper-two-2.mobile {
  min-width: 1080px;
  max-width: 1080px;
}

.margin-bottom-24px-4 {
  color: #175472;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 24px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.margin-bottom-24px-4.andentekst2 {
  margin-top: -3px;
  margin-bottom: 6px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.margin-bottom-24px-4.andentekst2.mobil {
  margin-bottom: 0;
  padding-bottom: 0;
}

.margin-bottom-24px-4.andentekst2.bund {
  margin-top: 0;
  margin-bottom: 29px;
  padding-bottom: 0;
  font-size: 16px;
}

.margin-bottom-24px-4.andentekst2._2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.margin-bottom-24px-4.billede {
  margin-top: 7px;
  font-size: 14px;
}

.margin-bottom-24px-4.mid, .margin-bottom-24px-4.ttt {
  text-align: center;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: -27px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  display: flex;
}

.heading-7.mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 1080px;
  text-decoration: none;
  display: flex;
}

.heading-7.mobile.centertekst.top {
  padding-left: 90px;
}

.heading-7.mobile.iphone {
  text-align: center;
  order: -1;
}

.heading-7.mobile.text-slide {
  margin-right: 0;
  padding-left: 0;
}

.heading-7.mobile.text-slide.ind {
  padding-left: 25%;
  padding-right: 25%;
}

.button-2 {
  background-color: #7eb5c5;
  border-radius: 20px;
  margin-top: -54px;
  margin-bottom: 87px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-8 {
  font-size: 20px;
}

.image-6 {
  object-fit: cover;
  background-color: #816363;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/om-helvedesild-hero.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  overflow: visible;
}

.topbanner {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  object-fit: cover;
  background-image: linear-gradient(#002642ba, #002642ba), url('../images/om-helvedesild-hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 229px;
  padding-bottom: 100px;
  display: flex;
}

.topbanner.symtomer {
  background-color: #014d9e;
  background-image: linear-gradient(#002642ba, #002642ba), url('../images/symptomer-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.topbanner.forbyg {
  background-color: #f59e9e;
  background-image: linear-gradient(#002642ba, #002642ba), url('../images/undgaa-helvedsild-hero.jpg');
}

.topbanner.faq {
  background-image: linear-gradient(#002642ba, #002642ba), url('../images/sporgsmaal-og-svar-hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.topbanner.centertekst {
  padding-left: 144px;
}

.topbanner.centertekst.iphone {
  background-image: linear-gradient(#002642ba, #002642ba), url('../images/om-helvedesild-hero.webp');
}

.topbanner.centertekst.iphone.ledddigt {
  background-color: #002642ba;
  background-image: linear-gradient(#002642ba, #002642ba), url('../images/om-helvedesild-hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.topbanner.centertekst.iphone.ledddigt.nytimg {
  background-image: linear-gradient(#0000, #0000), url('../images/2694_1200x450px_Toast.jpg');
}

.heading-9 {
  color: #175472;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.heading-9.sekion-2, .heading-9.heading-2 {
  text-align: left;
}

.heading-9.heading-2.underside {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-9.anden-linj {
  color: #175472;
  text-align: left;
  text-transform: uppercase;
  margin-top: 65px;
  font-weight: 700;
}

.heading-9.anden-linj.venstrestil {
  align-self: flex-start;
  margin-top: 16px;
  margin-bottom: 3px;
  font-size: 16px;
}

.heading-9.anden-linj.iphone {
  align-self: flex-start;
  margin-top: 20px;
  font-size: 16px;
}

.heading-9.treje {
  color: #1d88aa;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-9.treje.mobil {
  padding: 39px;
  font-size: 28px;
}

.heading-9.treje.mobil.ny {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.heading-9.treje-copy {
  color: #1d88aa;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-9.treje-copy.overskrift {
  padding-bottom: 11px;
}

.heading-9.top {
  color: #175472;
  text-align: center;
  align-self: center;
  font-size: 15px;
  font-weight: 500;
}

.heading-10, .bold-text-4 {
  font-size: 20px;
}

.list-item {
  text-align: left;
  margin-bottom: 21px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}

.list-item-2 {
  color: #175472;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  list-style-type: disc;
  display: block;
}

.list-item-2.bullets {
  list-style-type: disc;
  display: block;
}

.list-item-2.smaller {
  font-size: 14px;
  font-weight: 600;
}

.list-item-2.smaller.mellemrum {
  margin-top: 20px;
}

.list-item-copy {
  text-align: left;
  margin-bottom: 21px;
  padding-bottom: 0;
  line-height: 26px;
  list-style-type: none;
}

.container-7 {
  color: #fff;
  background-color: #175472;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-7.mobil {
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.container-7.mobil.bund {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container-7.mobil.bund.test {
  margin-bottom: 30px;
  margin-left: 0;
  padding-bottom: 0;
}

.faktabox {
  text-align: left;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.faktabox.iphone {
  line-height: 40px;
}

.fakta.box {
  text-align: left;
  font-size: 30px;
}

.paragraph-3 {
  color: #175472;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-3.bund {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-3.bund.vensterstil {
  align-self: flex-start;
}

.paragraph-3.bund.vensterstil.toptopy {
  margin-bottom: 3px;
  padding-bottom: 0;
}

.paragraph-3.bund.venstrestil {
  color: #1d5672;
  text-decoration-color: #1d5672;
}

.heading-11 {
  color: #175472;
  font-size: 16px;
  line-height: 20px;
}

.heading-11.venstrestil {
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-11.iphone {
  text-transform: uppercase;
}

.overskrift-2 {
  width: 300px;
}

.video2 {
  margin-top: 36px;
}

.section-2 {
  text-align: center;
  background-color: #1d88aa;
  border-radius: 20px;
  width: 90%;
  height: 10px;
  margin-bottom: 23px;
  text-decoration: none;
}

.section-2.top {
  width: 10%;
}

.section-2.top.center {
  margin-left: 97px;
  padding-left: 0;
}

.list-item-3, .list-item-4 {
  text-align: left;
}

.list-item-5 {
  color: #175472;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}

.list-item-5.bullets, .list-item-5.iphone {
  list-style-type: disc;
}

.list {
  color: #175472;
  text-align: left;
  border: 1px #000;
  margin-bottom: 9px;
  font-size: 16px;
  list-style-type: disc;
}

.list.iphone.mm {
  margin-top: 11px;
  padding-left: 55px;
  list-style-type: disc;
}

.list.nnnnn {
  padding-left: 40px;
  list-style-type: disc;
}

.list.margin {
  margin-top: 10px;
}

.list.nobullet {
  height: auto;
  margin-bottom: 24px;
  line-height: 26px;
  list-style-type: none;
}

.list.nobullet.andentekst2 {
  line-height: 26px;
}

.list.andentekst2 {
  margin-top: 2px;
  margin-bottom: 12px;
  line-height: 26px;
}

.container-8 {
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.dropdown-link {
  color: #242121;
  text-transform: uppercase;
  font-size: 11px;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1d88aa;
  border-radius: 0;
  left: auto;
  right: auto;
}

.dropdown-link:focus {
  color: #2e2525;
  background-color: #2b4358;
  text-decoration-color: #5a4646;
}

.dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible] {
  color: #2b2222;
}

.dropdown-link:visited {
  color: #2b2b2b;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #2483a0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  text-decoration-color: #fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
  background-color: #1d88aa;
  border: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-link.w--current:visited {
  color: #000;
  text-decoration-color: #175472;
}

.dropdown-link.iphone {
  color: #000;
  border-radius: 0;
}

.flex-block-2 {
  background-image: url('../images/background-image-quote.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.flex-block-3 {
  background-color: #17547280;
  justify-content: center;
  align-items: center;
  margin: 100px;
  padding: 60px 60px 0;
}

.flex-block-3.slide-in {
  padding-bottom: 60px;
}

.paragraph-5 {
  -webkit-text-stroke-color: #fff;
}

.paragraph-5.bund {
  color: #fff;
}

.columns {
  padding-left: 100px;
  padding-right: 100px;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.column.mobil:hover {
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-4 {
  margin-top: 100px;
}

.heading-12 {
  text-transform: uppercase;
}

.heading-12.mobil {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-12.mobil.iphone {
  color: #002642;
}

.column-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.column-2.mobil:hover {
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  z-index: 99;
  background-color: #1312129e;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.div-block.mobil-lang {
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  display: block;
  inset: 0%;
}

.div-block-2 {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 16px;
  width: 600px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.heading-13 {
  text-align: center;
  padding: 0;
}

.paragraph-6 {
  text-align: center;
  padding: 11px 51px 28px;
}

.image-7 {
  text-align: left;
}

.div-block-3 {
  text-align: right;
  padding: 14px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  background-image: linear-gradient(#002642, #7eb5c5);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-14 {
  text-align: center;
}

.heading-14.underside {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-heading-right {
  background-color: #fff;
  border: 0 #000;
  padding: 80px 30px 0;
  position: relative;
}

.container-10 {
  color: #e5e5e5;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.hero-wrapper-3 {
  background-color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding: 53px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.hero-wrapper-3.underside {
  width: 960px;
}

.hero-split-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  color: #002642;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.video-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 190px;
  display: block;
}

.heading-15 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

.heading-15.mobil {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.columns-2 {
  background-color: #e5e5e5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  max-width: 960px;
  margin: -72px 72px 72px;
  display: flex;
}

.columns-2.underside.mobil.full {
  justify-content: center;
  align-items: flex-start;
  width: 960px;
  max-width: 960px;
  margin: 0 60px;
}

.columns-2.underside.mobil.full.footer {
  margin-bottom: 68px;
}

.columns-2.underside.mobil.full.bund.top {
  margin-top: 80px;
}

.columns-2.underside.mobil.full.bund.top.mid {
  margin-left: 60px;
  margin-right: 60px;
}

.columns-2.margintop {
  margin-top: 60px;
}

.underside-2, .underside-2-copy {
  margin: 24px;
}

.underside-2-copy.mobil {
  padding-left: 10px;
}

.heading-16 {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-16.underside {
  color: #002642;
  text-transform: uppercase;
  font-size: 18px;
}

.heading-17 {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-17.underside {
  color: #002642;
  text-transform: uppercase;
  font-size: 18px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.flex-block-5 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.flex-block-5.underside {
  justify-content: center;
  align-items: center;
  width: 960px;
}

.search-result-item {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-image: linear-gradient(268deg, #002642, #7eb5c5);
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 38px;
  padding: 38px;
  font-family: Montserrat, sans-serif;
}

.search-result-item.mobil {
  border-radius: 9px;
}

.link-2 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 30px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-2.hover {
  -webkit-text-stroke-width: 0px;
  font-size: 17px;
}

.link-2.hyperlink {
  color: #fff;
  line-height: 35px;
}

.link-2.hyperlink.mobil.top {
  font-size: 25px;
}

.search {
  border-radius: 0;
  margin-top: 51px;
}

.search.mobil {
  margin-left: 0;
  padding: 0 40px;
}

.heading-18 {
  font-size: 20px;
}

.paragraph-9 {
  -webkit-text-stroke-width: 0px;
  margin-top: 10px;
  font-size: 12px;
}

.heading-19 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.search-input {
  color: #fff;
  background-color: #00264200;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
}

.search-button {
  float: none;
  clear: none;
  background-color: #002642;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  position: static;
}

.container-11 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
}

.container-11.down {
  padding-bottom: 316px;
}

.body {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(96deg, #002642, #7eb5c5);
  background-clip: border-box;
}

.body-2 {
  background-color: #002642;
}

.heading-20 {
  color: #fff;
  margin-top: 58px;
}

.text-block {
  color: #fff;
}

.image-8 {
  padding-bottom: 20px;
}

.bold-text-5 {
  color: #000;
}

.paragraph-10 {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-11 {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.bold-text-6 {
  color: #000;
  font-weight: 600;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: #175472;
}

.bullets {
  font-size: 16px;
}

.bold-text-11 {
  color: #175472;
  text-decoration-color: #1d5672;
}

.bold-text-11:active {
  color: #1d5672;
  text-decoration-color: #1d5672;
}

.h1.heading-9.venstrestil {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.list-2 {
  font-size: 16px;
  line-height: 26px;
}

.bold-text-12 {
  color: #1d5672;
  -webkit-text-stroke-width: 0px;
  border: 0 solid #1d88aa;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph-12 {
  color: #002642;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-3 {
  color: #1d5672;
  text-decoration-color: #1d88aa;
}

.link-4 {
  color: #72badd;
  text-decoration-color: #1d88aa;
}

.link-5 {
  color: #1d5672;
  text-decoration-color: #1d88aa;
}

.link-6 {
  text-decoration-color: #175472;
}

.bold-text-13 {
  font-weight: 600;
}

.link-7 {
  color: #1d5672;
}

.link-7:active, .link-7:visited {
  color: #175472;
}

.bold-text-15:active {
  color: #175472;
  background-color: #0000;
}

.link-8 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-8:active, .link-8:visited {
  text-decoration: none;
}

.mobil-sog {
  display: none;
}

.section-3 {
  display: block;
}

.footer-mobile-nav-bund {
  display: none;
}

.search-2 {
  display: block;
}

.empty-state {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  padding-left: 40px;
  padding-right: 0;
}

.bold-text-16 {
  font-size: 16px;
}

.bold-text-16.head {
  font-size: 22px;
}

.link-11 {
  color: #175472;
  text-decoration-color: #175472;
}

.link-11:visited {
  color: #16506d;
}

.link-12 {
  color: #175472;
}

.paragraph-13 {
  color: #175472;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-14 {
  color: #175472;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.bold-text-17 {
  line-height: 37px;
}

.link-13 {
  color: #1d5672;
}

.items-bullet {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.link-14, .link-14:visited, .link-15, .link-16, .link-16:visited {
  text-decoration-color: #175472;
}

.code {
  background-color: #598ca800;
}

.heading-21 {
  text-align: center;
  width: 800px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.rich-text-block {
  color: #1f2124;
  text-transform: uppercase;
  background-color: #0000;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.code-2 {
  background-color: #598ca8;
}

.code-2.text-padding {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.code-3 {
  background-color: #598ca8;
  padding-left: 10px;
  padding-right: 10px;
}

.code-3.heading-21 {
  font-family: Montserrat, sans-serif;
}

.code-4 {
  background-color: #598ca8;
  padding-left: 0;
  padding-right: 0;
  line-height: 48px;
}

.code-4.text-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.code-4.text-padding.heading-21 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.code-4.komma1 {
  object-fit: fill;
  background-color: #598ca8;
  height: auto;
  margin-left: -14px;
  padding-left: 0;
  font-size: 40px;
  line-height: 48px;
  overflow: auto;
}



.slide-2 {
  box-sizing: border-box;
  float: none;
  text-align: center;
  background-image: url('../images/sporgsmaal-og-svar-hero.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
  height: auto;
  min-height: 500px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
  inset: 0% auto auto 0%;
}


.billede-slider1 w-slide {
  box-sizing: border-box;
  float: none;
  text-align: center;
  background-image: url('../images/sporgsmaal-og-svar-hero.webp');
  background-position: 50%;
  background-repeat: repeat;
  height: auto;
  min-height: 500px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
  inset: 0% auto auto 0%;
}




.slider {
  aspect-ratio: auto;
  background-color: #040301;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-17 {
  color: #1e88aa;
  margin-bottom: 43px;
  font-size: 16px;
  text-decoration-color: #1e88aa;
}

.link-17.bold {
  color: #175472;
  font-weight: 600;
}

.billede-slider1 {
  text-align: center;
  background-image: url('../images/2694_1200x450px2_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 0 solid #fff;
  height: 100%;
  max-height: 100%;
  margin: auto;
}

.billede-slider1.slide1 {
  background-image: url('../images/sporgsmaal-og-svar-breaker.webp');
}

.slide-nav {
  color: #423e3e;
  background-color: #0000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.button-4 {
  text-align: center;
  vertical-align: baseline;
}

.body-3 {
  background-color: #f7f7f7;
}

.slide-13 {
  text-align: center;
  background-image: url('../images/sporgsmaal-og-svar-breaker.webp');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-15 {
  color: #fff;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50%;
}

.paragraph-15.right {
  margin-top: 2%;
  margin-left: 0;
  padding-left: 68%;
  padding-right: 0%;
}

.paragraph-15.right.smalliphone {
  padding-left: 0%;
}

.paragraph-15.left {
  margin-top: 2%;
  padding-left: 143px;
  padding-right: 0%;
}

.paragraph-15.rightsider {
  margin-top: 2%;
  padding-right: 53%;
}

.bold-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.bold-text-18.slide2 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text-18.slide2.smalliphone {
  line-height: 25px;
}

.slider2 {
  text-align: left;
  background-image: url('../images/2694_1200x450px.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-16 {
  color: #fff;
  margin-left: 68%;
  padding-right: 15%;
}

.paragraph-16.smalliphone {
  margin-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.slider3 {
  background-image: url('../images/2694_1200x450px3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/2694_1200x450px4.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-19 {
  font-weight: 400;
}

.link-18 {
  text-decoration-color: #175472;
}

.list-item-7, .list-item-8 {
  text-align: left;
}

.container-12 {
  max-width: 237px;
  margin-top: 177px;
  margin-left: 137px;
  padding-right: 17px;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 237px;
  margin-top: 117px;
  margin-left: auto;
  margin-right: 104px;
  display: flex;
}

.container-14 {
  text-align: center;
  max-width: 237px;
  margin-top: 95px;
  margin-left: auto;
  margin-right: 158px;
  padding-left: 0;
}

.list-item-9 {
  font-size: 13px;
}

.slider-butt {
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  margin: auto auto 0;
  padding: 0;
}

.link17.bold {
  color: #165777;
  font-weight: 600;
}

.topliwt {
  margin-top: -21px;
}

.image-11 {
  margin-top: 15px;
}

.mask-2 {
  width: 1200px;
  height: 450px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-split.tekst {
    margin-top: -90px;
    padding-right: 153px;
  }

  .shadow-two.imgage {
    margin-top: -1007px;
    padding-left: 435px;
  }

  .paragraph.mobile {
    margin-top: 148px;
    padding-left: 357px;
  }

  .heading-2.banner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-2 {
    margin-top: -1px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-5 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-6, .container-9, .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .billede-slider1 {
    background-image: url('../images/2694_1200x450px2.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.mobil.iphone {
    flex: 1;
    position: static;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide, .nav-dropdown-list.shadow-three.mobile-shadow-hide-copy {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button.mellemrum.mobil-lang {
    margin-left: 199px;
  }

  .button.mobil-lang {
    margin-left: 155px;
  }

  .hero-heading-left, .hero-heading-left-2, .hero-without-image, .team-slider {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .pricing-overview, .hero-heading-center, .hero-stack {
    padding: 60px 15px;
  }

  .div-block.mobil-lang {
    width: 100vw;
  }

  .div-block-2.mobil-lang {
    width: 500px;
    height: 500px;
  }

  .hero-stack-2, .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    flex-flow: row;
    flex: none;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three.mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .container {
    flex-flow: row;
    align-self: stretch;
    width: 50%;
    max-width: none;
  }

  .container.footer {
    flex-flow: column;
    width: 80%;
  }

  .container.mobil {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: 0;
    width: 100%;
  }

  .container.mobil.iphone {
    clear: none;
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    min-width: 350px;
    display: flex;
    overflow: visible;
  }

  .navbar-wrapper {
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    align-items: stretch;
    display: flex;
  }

  .nav-menu-two {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    flex-direction: column;
    padding-left: 20px;
  }

  .nav-menu-two.iphone {
    background-color: #1b85a7;
    border-radius: 0;
    width: auto;
    margin-top: -29px;
    margin-left: 0;
    padding: 0 0 160px;
  }

  .nav-link.iphone.w--current {
    background-color: #75a0b3;
  }

  .nav-dropdown-toggle {
    background-color: #75a0b3;
    border-radius: 20px;
  }

  .nav-dropdown-toggle.iphone {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-primary.top.iphone {
    background-color: #75a0b3;
  }

  .menu-button {
    color: #000;
    -webkit-text-stroke-color: #000;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .flex-block {
    margin-top: 216px;
    margin-bottom: -47px;
    padding-top: 53px;
    padding-bottom: 0;
  }

  .flex-block.mobil {
    margin: 40px 20px 36px;
  }

  .flex-block.mobil.iphone {
    width: 360px;
  }

  .flex-block.forside.iphone {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block.forside.iphone.mobil {
    margin-top: 105px;
  }

  .button {
    order: 0;
  }

  .button.red {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 9px;
  }

  .button.red.rr {
    margin-left: 0;
    margin-right: 0;
  }

  .button.billede.rr {
    margin-left: 0;
  }

  .button.mobile {
    align-self: flex-start;
    margin-top: 17px;
    margin-bottom: -9px;
  }

  .button.mobile.hvid {
    margin-top: -16px;
    margin-bottom: -29px;
    margin-left: -1px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 21px;
  }

  .button.mobile.hvid.mobilos {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
  }

  .button.mobile.helvedild {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.mobile.forside {
    margin-bottom: 13px;
  }

  .button.mobile.iphone {
    text-align: center;
    margin-left: 0;
  }

  .button.mobil {
    box-sizing: border-box;
    text-align: center;
    width: 200px;
    margin-left: 41px;
    font-size: 10px;
    display: inline-block;
  }

  .button.iphone {
    margin-left: 0;
  }

  .button.borderclean.rightside.smalliphone {
    margin-left: 6px;
  }

  .button.borderclean.smalliphone {
    text-align: center;
    margin-left: 90px;
    margin-right: 0%;
    padding-left: 30px;
  }

  .hero-heading-left {
    border: 0 solid #000;
    padding: 0;
  }

  .hero-heading-left.bund.mobile {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 322px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.mobil {
    justify-content: flex-start;
    align-items: center;
    margin-top: -119px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.iphone {
    justify-content: flex-start;
    align-items: center;
    width: 390px;
  }

  .hero-split {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    align-items: center;
    text-decoration: none;
  }

  .hero-split.tekst {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: 1;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split.tekst.forside.eee {
    min-width: 250px;
  }

  .hero-split.tekst.forside.eee.slide-in {
    margin-top: 20px;
    margin-bottom: 26px;
  }

  .hero-split.tekst.mobil {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    height: 300px;
    margin-bottom: 25px;
    padding: 3px 20px 46px;
  }

  .hero-split.mobil {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    object-fit: fill;
    flex-flow: column;
    order: 0;
    height: 500px;
    margin-top: -58px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .hero-split.mobil._2 {
    margin-top: 10px;
    padding-top: 284px;
  }

  .hero-split.mobil._2.iphone {
    margin-top: 143px;
    margin-bottom: -198px;
  }

  .hero-split.mobil.forside.ee {
    width: 360px;
    margin-top: -29px;
    margin-bottom: -267px;
  }

  .hero-split.mobil.iphone {
    justify-content: space-between;
    align-items: center;
    margin-top: -187px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 25px;
  }

  .margin-bottom-24px {
    text-align: left;
    font-size: 8px;
  }

  .margin-bottom-24px.mobil {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
    display: block;
  }

  .button-primary-2 {
    font-size: 10px;
  }

  .button-primary-2.top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-2.top.mobil {
    border-width: 2px;
    margin-top: 252px;
    margin-bottom: -238px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
  }

  .button-primary-2.top.mobil.iphone {
    margin-top: 34px;
    margin-bottom: -24px;
    margin-left: 29px;
  }

  .shadow-two {
    margin-top: -42px;
    padding-left: 13px;
    padding-right: 53px;
    font-size: 10px;
  }

  .shadow-two.imgage {
    vertical-align: baseline;
    border: 0 #000;
    order: 0;
    width: 1300px;
    height: 1000px;
    margin: -111px -235px -3px 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3010px;
    overflow: visible;
  }

  .shadow-two.imgage.forside.iphone {
    margin-top: -24px;
    margin-right: -170px;
    padding-top: 37px;
  }

  .shadow-two.imgage.forside.iphone.left {
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-top: 22px;
    margin-right: -121px;
    display: none;
  }

  .shadow-two.imgage.forside.iphone.mobile-view {
    width: 120%;
    max-width: 130%;
    height: auto;
    margin-top: 2px;
    margin-right: -114px;
    display: block;
  }

  .heading.top {
    text-align: center;
    align-self: auto;
    margin-top: -32px;
    padding-left: 0;
    font-size: 25px;
    line-height: 33px;
  }

  .heading.top.iphone {
    margin-top: -298px;
    padding-left: 13px;
  }

  .bold-text {
    padding-left: 30px;
    font-size: 12px;
  }

  .bold-text.mobil {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .bold-text.mobil.iphone {
    padding-left: 21px;
  }

  .paragraph {
    margin-top: 18px;
  }

  .paragraph.mobile {
    text-align: center;
    flex-flow: column;
    margin-top: 122px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph.mobile.iphone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 102px;
    padding-top: 13px;
    padding-left: 40px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-2.banner {
    width: 250%;
  }

  .heading-2.banner.mobil {
    width: 100%;
    font-size: 14px;
  }

  .hero-heading-left-2 {
    flex-flow: row;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left-2.mobil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-heading-left-2.mobil.iphone {
    justify-content: center;
    align-items: center;
    width: 360px;
  }

  .hero-heading-left-2.iphone {
    margin-top: -46px;
  }

  .heading-3 {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-3.mobil {
    text-align: left;
    order: 0;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    display: block;
  }

  .heading-3.mobil.ee {
    width: 250px;
    font-size: 17px;
  }

  .video-2 {
    width: auto;
  }

  .video-2.mobil {
    order: 0;
    width: 300px;
    min-width: 100%;
    height: 100px;
    margin-top: -205px;
    margin-right: -7px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .hero-without-image {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
  }

  .hero-without-image.mobile {
    padding-top: 25px;
  }

  .hero-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 300px;
  }

  .hero-wrapper-two.mobil {
    border-radius: 9px;
    height: 400px;
    padding-top: 0;
  }

  .hero-wrapper-two.mobil.rrr {
    width: 360px;
    margin-left: -23px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4 {
    align-self: auto;
    font-size: 19px;
    line-height: 35px;
  }

  .heading-4.mobile {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    font-weight: 600;
    line-height: 30px;
    display: block;
  }

  .heading-4.mobile.bund.mobike {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-4.mobile.bund.mobike.mobilos {
    width: auto;
    font-size: 10px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 85%;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 0;
    position: relative;
  }

  .team-slide-wrapper.mobile {
    width: 100%;
    position: static;
  }

  .team-block {
    margin-left: -25px;
    margin-right: -1px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .team-block.mobile {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .team-member-image-two {
    outline-offset: 0px;
    outline: 3px #333;
    flex: 0 auto;
    order: -1;
    max-width: 40%;
    height: 100%;
    margin-bottom: 0;
    display: block;
    overflow: clip;
  }

  .team-block-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .team-block-info.mobile {
    box-sizing: border-box;
    object-fit: fill;
    order: 0;
    display: flex;
  }

  .team-member-text {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .container-2 {
    background-position: 50%;
    background-size: cover;
    margin-top: 1px;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 33px;
  }

  .heading-6 {
    font-size: 12px;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-block-two.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 11px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .link.bund {
    text-align: left;
  }

  .bold-text-3.footer {
    margin-top: 0;
    font-size: 8px;
    line-height: 13px;
  }

  .bold-text-3.footer.iphone {
    margin-top: 1px;
  }

  .background-video {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    margin-top: 0;
    margin-bottom: -143px;
    padding-top: 0;
    padding-bottom: 62px;
  }

  .container-3 {
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .container-3.footer {
    margin-bottom: 0;
  }

  .container-3.mobil {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .image-2.loo {
    align-self: center;
    width: 60%;
  }

  .image-3 {
    align-self: center;
    width: 100%;
  }

  .image-3.mobil-footer {
    width: 60%;
    margin-bottom: 0;
  }

  .image-3.mobil-footer.iphone {
    padding-right: 22px;
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #4b0000;
    flex-flow: row;
    font-size: 35px;
    display: flex;
  }

  .image-4 {
    width: 100%;
    display: inline-block;
  }

  .image-4.iphone {
    margin-top: 6px;
  }

  .image-5 {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5.iphone {
    margin-top: -66px;
  }

  .image-5.iphone.slide-in.smalliphone {
    margin-top: 43%;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-5.iphone.logo2.smalliphone {
    max-width: 65%;
    margin-left: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5.iphone.logo2.smalliphone.toop {
    margin-top: 57%;
    margin-bottom: 20px;
  }

  .image-5.iphone.logo3.smalliphone {
    max-width: 70%;
    margin-top: 40%;
    margin-bottom: 14px;
    margin-left: 68px;
    padding-left: 0;
  }

  .mask {
    box-sizing: border-box;
    object-fit: contain;
    position: relative;
  }

  .sog {
    margin-left: auto;
    margin-right: auto;
    display: none!important;
    overflow: visible;
  }

  .sog.margin-left-mobil-sog {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .hero-heading-center {
    margin-bottom: 45px;
  }

  .hero-heading-center.post-damer {
    margin-bottom: 0;
  }

  .hero-split-2 {
    margin-bottom: 51px;
    padding-bottom: 0;
  }

  .hero-split-2:hover {
    padding-bottom: 26px;
  }

  .hero-stack {
    min-width: 3px;
    max-width: none;
    display: block;
  }

  .container-6 {
    width: 100%;
    min-width: 130px;
    max-width: none;
  }

  .container-6.iphone {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-two-2.mobile {
    justify-content: center;
    align-items: flex-start;
    min-width: 360px;
    max-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wrapper-two-2.mobile.iphone {
    min-width: 360px;
    max-width: 0;
    padding-top: 44px;
  }

  .margin-bottom-24px-4 {
    font-size: 16px;
  }

  .margin-bottom-24px-4.andentekst2.mobil {
    width: 230px;
  }

  .margin-bottom-24px-4.iphone {
    font-size: 16px;
  }

  .heading-7.mobile {
    min-width: 100px;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-7.mobile.centertekst.top.iphone {
    padding-left: 13px;
  }

  .heading-7.mobile.iphone {
    min-width: 100px;
    font-size: 20px;
    line-height: 33px;
  }

  .topbanner {
    padding-top: 110px;
    padding-bottom: 99px;
  }

  .topbanner.symtomer.iphone {
    min-width: 100%;
  }

  .topbanner.forbyg.iphone, .topbanner.faq {
    min-width: 100px;
  }

  .topbanner.centertekst.iphone {
    min-width: 100px;
    padding-left: 21px;
  }

  .heading-9.anden-linj.iphone {
    line-height: 20px;
  }

  .heading-9.treje.mobil, .heading-9.treje-copy.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9.top {
    margin-top: -19px;
  }

  .heading-9.iphone {
    font-size: 16px;
  }

  .container-7.mobil {
    padding: 17px;
  }

  .container-7.mobil.bund.test {
    margin-left: 0;
  }

  .container-7.mobil.bund.test.iphone {
    min-width: 240px;
    max-width: 0;
    padding: 16px;
  }

  .faktabox.iphone {
    font-size: 12px;
  }

  .fakta.box.iphone {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .paragraph-3.bund, .paragraph-3.bund.venstrestil {
    text-align: left;
  }

  .heading-11 {
    padding-left: 0;
  }

  .heading-11.iphone {
    text-align: left;
    align-self: flex-start;
  }

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

  .section-2.top.iphone {
    width: 40%;
  }

  .section-2.top.center.iphone {
    margin-left: 5px;
  }

  .list-item-5.iphone {
    list-style-type: disc;
  }

  .list.iphone {
    padding-left: 14px;
  }

  .container-8.mobil {
    padding-bottom: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8.mobil.iphone {
    width: 360px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4.mobil {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-4.mobil.iphone {
    width: 360px;
    padding: 0 19px;
  }

  .dropdown-link {
    color: #333;
  }

  .dropdown-link:active {
    color: #fff;
    background-color: #1d88aa;
  }

  .dropdown-link:focus {
    color: #302f2f;
  }

  .dropdown-link:visited {
    color: #302f2f;
    background-color: #1d88aa00;
  }

  .flex-block-3 {
    padding: 40px 40px 58px;
  }

  .flex-block-3.slide-in.mobilos {
    width: auto;
    margin: 20px 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5.bund.mobile {
    font-size: 11px;
  }

  .paragraph-5.bund.mobile.iphone {
    text-align: center;
  }

  .columns.mobil {
    padding-left: 0;
    padding-right: 0;
  }

  .columns.mobil.iphone {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .column.mobil {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.mobil.ipohne {
    justify-content: center;
    align-items: flex-start;
  }

  .column.mobil.ipohne.self {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .flex-block-4.mobil {
    margin-top: 214px;
  }

  .flex-block-4.mobil.bund {
    margin-top: 46px;
  }

  .flex-block-4.mobil.bund.iphone {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .heading-12.mobil {
    font-size: 18px;
  }

  .heading-12.mobil.iphone {
    font-size: 16px;
  }

  .column-2.mobil {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2.for {
    margin-top: 55px;
  }

  .div-block.mobil {
    width: 100%;
  }

  .div-block-2.mobil {
    height: 600px;
  }

  .heading-13.monil {
    font-size: 20px;
  }

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

  .heading-14.underside {
    font-size: 28px;
  }

  .hero-heading-right {
    padding-bottom: 0;
  }

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

  .hero-wrapper-3.underside {
    margin-bottom: 0;
    padding: 0;
  }

  .hero-wrapper-3.underside.mobil {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-split-3.underside {
    max-width: 300px;
    margin-top: -61px;
    margin-bottom: 0;
    padding: 27px 40px 0 5px;
  }

  .hero-split-3.underside.iphone {
    justify-content: flex-start;
    align-items: center;
    width: 34%;
    min-width: 300px;
    max-width: 0;
  }

  .margin-bottom-24px-6 {
    font-size: 14px;
    line-height: 17px;
  }

  .video-3 {
    padding: 0 140px;
  }

  .video-3.underside {
    width: 300px;
    margin-top: 55px;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-15.mobil {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-2.underside.mobil {
    flex-flow: column;
    margin: 0;
  }

  .columns-2.underside.mobil.full {
    width: 100%;
  }

  .columns-2.underside.mobil.full.bund {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-2.underside.mobil.full.bund.top.mid {
    justify-content: center;
    align-items: center;
  }

  .columns-2.underside.mobil.full.bund.top.mid.iphone {
    max-width: 300px;
  }

  .columns-2.mellemrum {
    margin-top: 0;
  }

  .underside-2-copy.mobil {
    padding: 0;
    position: relative;
  }

  .underside-2-copy.slut {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .heading-16 {
    font-size: 18px;
    font-weight: 600;
  }

  .heading-16.underside {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-17, .heading-17.underside {
    font-size: 18px;
    font-weight: 600;
  }

  .paragraph-8 {
    padding-right: 41px;
    font-size: 16px;
  }

  .mobil {
    width: 270px;
  }

  .video-4 {
    text-align: left;
    width: 270px;
  }

  .flex-block-5 {
    font-family: Montserrat, sans-serif;
  }

  .search-result-item.mobil {
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-2.hyperlink.mobil {
    font-size: 20px;
    line-height: 30px;
  }

  .link-2.hyperlink.mobil.top {
    width: 300px;
    font-size: 20px;
    font-weight: 500;
  }

  .search.mobil {
    padding-left: 41px;
  }

  .paragraph-9 {
    font-size: 13px;
  }

  .container-11 {
    background-color: #1984a5;
  }

  .link-3 {
    background-color: #0000;
  }

  .link-4 {
    -webkit-text-decoration: underline #1d88aa;
    text-decoration: underline #1d88aa;
  }

  .list-3, .list-3.iphone {
    list-style-type: disc;
  }

  .bold-text-14 {
    text-decoration-color: #175472;
  }

  .link-7, .bold-text-15 {
    color: #175472;
  }

  .list-item-6 {
    background-color: #75a0b3;
  }

  .link-8, .link-9, .link-10 {
    text-decoration-color: #fff;
  }

  .div-block-4 {
    flex: 1;
    align-items: stretch;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobil-sog {
    background-color: #1a86a7;
    display: block;
  }

  .dektopsog {
    flex: 0 auto;
    display: none;
  }

  .section-3 {
    background-color: #1b85a7;
    padding-bottom: 20px;
  }

  .image-9 {
    text-align: center;
    width: 50px;
  }

  .footer-nav-mobile {
    color: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .footer-mobile-nav-bund {
    display: block;
  }

  .search-2 {
    font-size: 0;
  }

  .search-button-2 {
    float: none;
    background-color: #3898ec00;
    background-image: url('../images/search-glass.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px 16px;
    background-attachment: scroll;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 21px;
    padding-left: 40px;
    padding-right: 18px;
    font-size: 14px;
    display: block;
  }
    


  .image-10 {
    margin-bottom: 12px;
  }

  .heading-21 {
    width: 79%;
    font-size: 19px;
    line-height: 22px;
  }

  .slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    height: 480px;
    min-height: 100%;
    display: block;
    overflow: visible;
  }

  .billede-slider1 {

    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100%;
    max-height: 100px;
  }

  .slide-nav.topmargin {
    margin-top: 0;
    margin-bottom: -16px;
    font-size: 9px;
  }

  .body-3 {
    background-color: #fff;
  }

  .paragraph-15.right.smalliphone {
    text-align: center;
    padding-left: 0%;
  }

  .paragraph-15.left.smalliphone {
    text-align: center;
    padding-left: 0;
  }

  .bold-text-18.smalliphone {
    text-align: center;
  }

  .slider2 {
    background-image: url('../images/2694_320x480px.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .paragraph-16.smalliphone {
    text-align: center;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider3 {
    background-image: url('../images/2694_320x480px3.jpg');
  }

  .slide-14 {
    background-image: url('../images/2694_320x480px4.jpg');
  }

  .slider-butt {
    width: 100vw;
    height: 100vh;
  }

  .mask-2 {
    width: 100%;
    height: 100%;
  }
    
    .dropdown-link w-dropdown-link{
    width: 100%;
    height: 100%;
  }
    
    
    
}
