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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #469af4;
  text-decoration: none;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  text-align: left;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 20px;
}

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

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-left: 3px solid #ffc250;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  margin-top: 5px;
  color: #999ea8;
  font-size: 14px;
  text-align: center;
}

.hero-section {
  height: 720px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.hero-section.video {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.9), rgba(47, 185, 248, 0.9));
}

.hero-section.desktop {
  overflow: hidden;
  height: 1500px;
  margin-bottom: -7px;
  background-image: url('../images/geiranger123.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section.desktop.disclaim {
  height: 1500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: 50% 50%;
}

.hero-section.desktop.kunder3 {
  height: 1550px;
  background-image: url('../images/20180630_170204.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section.desktop.kunder3.kunder3a {
  height: auto;
  background-image: url('../images/geiranger123.jpeg');
}

.hero-section.desktop.pris {
  height: auto;
  background-position: 50% 50%;
}

.hero-section.desktop.pris.pris3 {
  height: auto;
}

.hero-section.desktop.pris.pris3.lastnned {
  height: 1000px;
}

.hero-section.desktop.pris.pris3.lastnned.lastnednaa52 {
  height: 3000px;
}

.hero-section.desktop.pris.pris3.lastnned.lastnednaa52.test {
  background-image: none;
}

.hero-section.desktop.pris.pris3.pris2.mer {
  height: auto;
}

.hero-section.desktop.pris.pris3.pris2.mer.mer1 {
  height: 1500px;
}

.hero-section.desktop.pris.pris3.pris2.mer.mail {
  height: 1550px;
}

.hero-section.desktop.lastned {
  overflow: hidden;
  height: 2500px;
  background-position: 50% 50%;
  color: #000;
}

.hero-section.desktop.lastned.vilkar {
  height: 1700px;
}

.hero-section.desktop.lastned.vilkar.lastned9 {
  height: auto;
  background-image: url('../images/geiranger123.jpeg');
}

.hero-section.desktop.lastned.vilkar.vilkar2 {
  height: auto;
}

.hero-section.desktop.lastned.vilkar.vilkar2.vilkorbest {
  background-image: url('../images/geiranger123.jpeg');
}

.hero-section.desktop.lastned.lastned6 {
  height: 1620px;
}

.hero-section.desktop.lastned.lastned6.lastned7 {
  height: 1800px;
}

.hero-section.desktop.lastned.bestorg {
  background-image: url('../images/geiranger123.jpeg');
  background-position: 50% 50%;
}

.hero-section.desktop.moduler {
  height: 1700px;
}

.hero-section.desktop.moduler.programmer {
  margin-bottom: 0px;
}

.hero-section.web {
  margin-bottom: 540px;
}

.hero-section.all-platforms {
  margin-bottom: 360px;
}

.hero-section.phone {
  margin-bottom: 120px;
}

.hero-section.tablet {
  margin-bottom: 120px;
}

.logo {
  position: absolute;
  left: 0px;
  margin-top: -2px;
  padding-right: 20px;
  padding-left: 15px;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.body {
  background-color: #f8f9fa;
  font-family: 'Nunito Sans', sans-serif;
  color: #282b31;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.nav-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

.nav-link {
  display: inline-block;
  padding: 8px 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-right: 34px;
}

.wrapper {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.hero-2-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.hero-2-cols.hero3 {
  display: block;
}

.wrapper.hero-2-cols._2 {
  display: block;
}

.wrapper.center {
  margin-bottom: -31px;
  text-align: center;
}

.wrapper.center.takk3 {
  margin-top: -6px;
}

.wrapper.center.takk3.takk4.vilkar {
  margin-top: 57px;
}

.wrapper.center.takk3.takk4.lastnedna {
  margin-top: auto;
  margin-bottom: auto;
}

.wrapper.center.takk3.takk4.takk1 {
  margin-top: -161px;
}

.wrapper.center.hoved11.hoved12 {
  margin-top: 34px;
  margin-bottom: -67px;
}

.wrapper.center.hoved11.hoved12.kunder12 {
  margin-top: 140px;
  margin-bottom: 0px;
}

.wrapper.center.hoved11.hoved12.kunder12._2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wrapper.center.hoved11.hoved12.kunder13 {
  margin-top: 60px;
  margin-bottom: 0px;
}

.wrapper.center.hoved11.hoved12.kunder13._2 {
  margin-top: 0px;
}

.wrapper.center.hoved11.hoved12.omoss13 {
  margin-bottom: 36px;
}

.wrapper.center.hoved11.hoved12.omoss13.omoss11._2 {
  margin-top: 0px;
}

.wrapper.center.hoved11.hoved12.omoss13.omoss11._456._654 {
  margin-top: 140px;
  margin-bottom: 0px;
}

.wrapper.center.hoved11.hoved12.omoss13.omoss11._456._100 {
  margin-top: 70px;
}

.wrapper.center.hoved11.hoved12.omoss13.skjem {
  margin-top: -11px;
  margin-bottom: 79px;
}

.wrapper.center.hoved11.hoved12.hoved17.hoved212 {
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0px;
}

.wrapper.center.hoved11.hoved15.hoved {
  margin-bottom: 25px;
}

.wrapper.center.hoved3 {
  margin-bottom: 175px;
}

.wrapper.center.bestill1.vilkar {
  margin-top: -126px;
  margin-bottom: -32px;
}

.wrapper.center.bestill1.liste {
  margin-top: 70px;
  margin-bottom: auto;
}

.wrapper.center.vilkar2 {
  margin-top: 108px;
  margin-bottom: auto;
}

.wrapper.center.socialmedia {
  margin-top: 140px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.wrapper.center.socilamedia_omoss {
  margin-top: 40px;
  margin-bottom: -64px;
}

.wrapper.center.socilamedia_omoss.hoved.kunder {
  margin-top: 27px;
  margin-bottom: 10px;
}

.wrapper.center.bestill9 {
  margin-bottom: auto;
}

.wrapper.center.vi {
  margin-bottom: auto;
}

.wrapper.side-reviews {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.button {
  height: 50px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #282b31;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.button.nav-panel-button {
  height: 40px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.button.feature-video-button {
  margin-top: 60px;
  margin-bottom: -50px;
}

.button.feature-video-button.gradient-button {
  margin-bottom: -64px;
}

.button.beta {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-second-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.nav-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  position: relative;
  display: block;
  margin-right: 15px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: left;
}

.grey-section {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 37px;
  background-color: #f8f9fa;
}

.grey-section.second-phone-feature {
  margin-top: -70px;
  padding-top: 0px;
}

.grey-section.reviews {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.grey-section.second-web-feature {
  padding-top: 65px;
  padding-bottom: 145px;
}

.grey-section.first-web-feature {
  padding-top: 145px;
  padding-bottom: 70px;
}

.grey-section.kunder6 {
  padding-bottom: 243px;
}

.hero-heading {
  max-width: 570px;
  margin-bottom: 36px;
  color: #fff;
}

.hero-heading._2 {
  display: block;
  max-width: 1200px;
  text-align: center;
}

.hero-heading.secondary {
  margin-top: 0px;
}

.heading-accent {
  font-weight: 800;
  text-transform: uppercase;
}

.heading-accent.lastned2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: none;
}

.heading-accent.lastned2.lastned3 {
  margin-right: 0px;
  margin-left: -18px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-accent.lastned2.lastned3.lastned5 {
  margin-right: 83px;
  padding-right: 0px;
}

.heading-accent.hoved5 {
  text-transform: none;
}

.heading-accent._456 {
  color: red;
}

.heading-accent.white {
  margin-bottom: 0px;
  color: #fff;
}

.hero-intro-left {
  padding-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-intro-left.big-device._23 {
  display: block;
  padding-top: 10px;
}

.hero-intro-left.big-device.intro {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-intro-left.big-device {
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-intro-left.big-device.extra-margin.left {
  max-width: 600px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.app-icon {
  display: block;
  width: 90px;
  margin-bottom: 34px;
  border-radius: 18px;
  box-shadow: 0 3px 6px 0 rgba(40, 43, 49, 0.08);
}

.app-icon.coming-soon-icon-v1 {
  margin-bottom: 19px;
}

.app-icon.coming-soon-icon-v2 {
  margin-top: -45px;
  margin-bottom: 20px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero._2 {
  display: block;
}

.section-header {
  display: block;
  max-width: 570px;
  margin: 46px auto 20px;
  padding-top: 32px;
}

.section-header.white-text.last-ned2 {
  margin-top: 5px;
  text-transform: none;
}

.section-header.white-text.last-ned2.lastned4 {
  margin-top: -17px;
}

.section-header.white-text.hoved2 {
  margin-top: auto;
  margin-bottom: -6px;
  padding-top: 122px;
  padding-bottom: 60px;
}

.section-header.white-text.hoved3 {
  max-width: 800px;
  margin-top: 66px;
  padding-top: 61px;
  padding-bottom: 60px;
}

.section-header.white-text.kunder6 {
  font-size: 40px;
  line-height: 55px;
}

.section-header.white-text.kunder6.bestill.vilkar {
  margin-top: 84px;
  margin-bottom: 29px;
  padding-top: 23px;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

.section-header.white-text.kunder6.bestill._23 {
  max-width: 620px;
}

.section-header.white-text.kunder6.takk3 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.section-header.white-text.kunder6.takk3.kontaktoss {
  margin-top: auto;
  margin-bottom: auto;
}

.section-header.white-text.kunder6.takk3.kontaktoss.kontakt2 {
  margin-top: 44px;
  text-align: center;
}

.section-header.white-text.kunder6.takk3.kontaktoss.kontakt2.kotntakt {
  margin-top: -1px;
  text-align: center;
}

.section-header.white-text.kunder6.takk3.kontaktoss.kontakt2.kontkat3 {
  margin-top: 44px;
  margin-bottom: -5px;
  padding-top: 31px;
}

.section-header.white-text.kunder6.takk3.kontaktoss.hoved {
  margin-top: 50px;
  padding-top: auto;
  font-weight: 800;
  text-align: center;
}

.section-header.white-text.kunder6.takk3.kontaktoss.hoved7 {
  margin-top: 47px;
  text-align: center;
}

.section-header.white-text.kunder6.takk3.kontaktoss.skjermbilder {
  margin-top: 52px;
  text-align: center;
  text-transform: none;
}

.section-header.white-text.kunder6.takk3.kontaktoss.skjerbilder2 {
  margin-top: 35px;
  font-weight: 800;
  text-align: center;
}

.section-header.white-text.kunder6.takk3.kontaktoss._2 {
  display: block;
  max-width: 800px;
}

.section-header.white-text.kunder6.takk3.lastnedna {
  margin-top: -75px;
}

.section-header.white-text.kunder6.takk3.lastnedna.lastnedna2 {
  margin-top: 24px;
  margin-bottom: 106px;
  background-color: rgba(16, 75, 241, 0.25);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.section-header.white-text.kunder6.takk3.lastnedna.lastnednany {
  margin-top: -58px;
  margin-bottom: auto;
  padding-top: auto;
  color: #282b31;
}

.section-header.white-text.kunder6.takk4 {
  background-color: rgba(16, 75, 241, 0.25);
}

.section-header.white-text.kunder6.lastnedned52 {
  margin-top: -50px;
  margin-bottom: 16px;
  padding-top: 0px;
}

.section-header.compare-header.pris.lastnedna {
  max-width: 1150px;
  line-height: 70px;
  text-align: left;
  letter-spacing: 0.5px;
}

.section-header.kunder.white-text.takk1 {
  padding-right: 0px;
  background-color: rgba(16, 75, 241, 0.25);
}

.section-header.takk {
  font-size: 20px;
  line-height: 30px;
}

.section-header.takk.white-text {
  font-size: 35px;
  line-height: 50px;
}

.section-header.takk.white-text.kontaktoss {
  background-color: rgba(55, 72, 120, 0);
}

.section-header.takk.white-text.lastnedna {
  max-width: 1150px;
  background-color: rgba(55, 72, 120, 0);
  color: #282b31;
}

.section-header.takk.takk5.white-text {
  background-color: rgba(55, 72, 120, 0.25);
  font-size: 35px;
  line-height: 50px;
}

.section-header.hoved4 {
  max-width: 750px;
  margin-top: 112px;
  text-transform: none;
}

.section-header.hoved4.lastned5 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: auto;
  text-align: center;
}

.section-header.hoved4.lastned5.lastned8 {
  font-size: 25px;
  line-height: 35px;
}

.section-header.hoved4.lastned5.lastned8.lastned {
  font-size: 16px;
  line-height: 25px;
}

.section-header.hoved4.lastned5.lastned8.takk4.takk9 {
  margin-top: -24px;
  color: #000;
}

.section-header.hoved4.lastned5.lastned9 {
  margin-top: -58px;
  font-size: 25px;
  line-height: 35px;
}

.section-header.hoved4.lastned5.lastned9.discl {
  font-size: 14px;
  line-height: 25px;
}

.section-header.hoved4.lastned5.lastned9.kunder2 {
  font-size: 22px;
  line-height: 32px;
}

.section-header.hoved4.lastned5.lastned9.kunder2.opp1 {
  font-weight: 400;
}

.section-header.hoved4.lastned5.lastned9.lastned-3 {
  font-size: 16px;
  line-height: 25px;
}

.section-header.hoved4.lastned5.lastned9.takk91 {
  color: #000;
}

.section-header.hoved4._12 {
  margin-bottom: 100px;
}

.feature-big-icon {
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.feature-text-small {
  margin-top: -3px;
  color: #676b75;
  font-size: 14px;
  line-height: 25px;
}

.feature-big {
  padding: 26px 30px 70px;
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
}

.white-section {
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 92px;
  background-color: #f8f9fa;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.white-section.press {
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 55px;
  box-shadow: 0 0 0 1px #e7e8ea;
  text-align: center;
}

.white-section.no-paddings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.press-link {
  padding: 15px 25px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.press-link:hover {
  opacity: 1;
}

.background-section {
  padding-top: 0px;
  padding-bottom: 110px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  color: #fff;
}

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

.background-section._21 {
  margin-top: 10px;
}

.background-section.programmer {
  margin-top: 0px;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.footer-v1-column {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-description {
  max-width: 220px;
  margin-top: 17px;
  margin-bottom: 27px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.footer-link-v1 {
  margin-top: 10px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-v1:hover {
  text-decoration: underline;
}

.footer-bottom-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 20px;
}

.heart-icon {
  background-image: url('../images/heart-icon-red.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.heart-icon.white-heart-icon {
  background-image: url('../images/heart-icon-white.svg');
  background-size: auto;
}

.author-dark-link {
  color: #282b31;
  font-weight: 700;
  text-decoration: none;
}

.author-dark-link:hover {
  text-decoration: underline;
}

.social-button {
  border: 1px solid #e7e8ea;
  line-height: 0px;
}

.social-button.left-button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.social-button.left-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.social-button.right-button {
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.social-button.right-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.social-button.middle-button {
  border-left-style: none;
}

.social-button.middle-button.white {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.video-tour-section {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85));
}

.video-tour-section.phone {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-phone.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.video-tour-section.tablet {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-tablet.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.video-tour-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.video-tour-phone:hover {
  text-decoration: none;
}

.video-tour-text {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.video-tour-text:hover {
  text-decoration: none;
}

.big-side-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-side-feature.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.big-side-feature.side-feature-blocks {
  margin-bottom: -30px;
  padding-top: 85px;
}

.big-side-feature.skjermbilder5.skjerm2.ny._56 {
  margin-top: 57px;
}

.big-feature-info {
  width: 33.33333333%;
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.big-feature-info.big-device {
  width: 33.33333333%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0px;
}

.big-feature-info.big-device.ny._456 {
  margin-top: 60px;
}

.big-feature-info.big-device.ny._45 {
  margin-top: 50px;
}

.big-feature-info.big-device.ny._56 {
  margin-top: 20px;
}

.feature-text-big {
  margin-top: 16px;
  color: #676b75;
  line-height: 30px;
}

.feature-device {
  position: relative;
  left: 0px;
  top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.feature-device.laptop {
  width: 66.66666667%;
}

.feature-device.desktop {
  width: 66.66666667%;
  margin-top: -20px;
  margin-bottom: -90px;
  padding-left: 100px;
}

.feature-device.desktop.skjermbild {
  margin-top: auto;
  margin-bottom: auto;
}

.feature-device.desktop.skjerm {
  margin-top: auto;
  margin-bottom: auto;
}

.feature-device.web {
  width: 66.66666666%;
  padding-right: 100px;
  padding-left: 100px;
}

.feature-device.tab-device {
  overflow: visible;
  width: 66.66666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-device.phone {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stars-center {
  display: block;
  margin: 20px auto 30px;
}

.testimonials-v1 {
  height: 420px;
  padding-top: 50px;
  background-color: transparent;
}

.review-slide-v1 {
  width: 33.333333%;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 12px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.review-v1 {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.review-v1-avatar {
  position: relative;
  top: -35px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: -17px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #999ea8;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.16);
}

.review-author {
  margin-top: 17px;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.reviews-nav-dots {
  position: relative;
  height: 10px;
  padding-top: 0px;
  font-size: 10px;
}

.hero-device {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.hero-device.desktop {
  position: relative;
  left: -90px;
  padding-top: 40px;
}

.hero-device.desktop.hoved100 {
  padding-top: 0px;
}

.footer-section-v1 {
  padding-top: 40px;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer-section-v4 {
  border-top: 1px solid #e7e8ea;
  background-color: #fff;
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999ea8;
  font-size: 12px;
  text-align: center;
}

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

.author-link-white:hover {
  text-decoration: underline;
}

.footer-logo {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.author-copyright {
  padding-top: 10px;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  line-height: 30px;
}

.social-buttons {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.white-text {
  color: #fff;
}

.store-badge {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-badge:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.24);
}

.store-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-cards-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-small-icon {
  position: absolute;
  display: block;
  margin-top: 8px;
}

.feature-small-heading {
  margin-left: 45px;
}

.feature-small-container {
  width: 33.3333333%;
  padding: 20px 15px 25px;
}

.feature-small-text {
  margin-left: 45px;
  color: #676b75;
  font-size: 14px;
}

.feature-card-v2 {
  margin: 15px;
  padding: 50px 30px;
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  font-size: 14px;
  text-align: center;
}

.feature-card-v2.kunder2 {
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-section-v2 {
  padding-top: 30px;
  border-top: 1px solid #e7e8ea;
  background-color: #fff;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-right-links {
  width: 30%;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-link-v2 {
  margin-top: 10px;
  float: right;
  clear: right;
  color: #282b31;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-v2:hover {
  text-decoration: underline;
}

.footer-bottom-v2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.footer-store-badge {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.footer-store-badge:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.hero-play-button {
  margin-top: 190px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.phone-center-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phone-side-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.side-feature {
  padding-top: 22px;
  padding-bottom: 25px;
}

.highlight-icon {
  margin-bottom: 11px;
  border-radius: 11px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.12);
}

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

.phone-center {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-header-big {
  margin-right: 0px;
  padding-right: 0px;
}

.features-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-store-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-icon-50 {
  width: 50px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-card-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 60px 30px 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-card-heading {
  margin-bottom: 15px;
}

.feature-card-icon {
  width: 70px;
  max-width: none;
  margin-bottom: 21px;
  border-radius: 15px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-card-link {
  margin-top: 15px;
  font-size: 14px;
}

.feature-tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-tabs {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-tabs.big {
  width: 41.66666666%;
}

.feature-tab-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.feature-tab-v2:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-tab-v2.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-tab-v2.tab-1.w--current {
  background-image: url('../images/tab-reload-icon.svg');
  background-position: 107% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.feature-tab-v2.tab-2.w--current {
  background-image: url('../images/tab-inbox-icon.svg');
  background-position: 107% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.feature-tab-v2.tab-3.w--current {
  background-image: url('../images/tab-clock-icon.svg');
  background-position: 107% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.feature-tab-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36px;
  margin-bottom: -50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.download-text {
  width: 50%;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.device-big-image {
  max-width: none;
  margin-top: 111px;
  margin-right: 72px;
  margin-left: 65px;
  padding: 0px 6px 57px 0px;
}

.device-big-image.fright {
  float: right;
}

.device-big-image.fright.omoss {
  margin-right: 450px;
}

.device-big-image.fright.omoss.omoss9 {
  margin-right: 72px;
}

.device-big-image.fright.hoved {
  margin-right: 28px;
  margin-left: -242px;
  float: none;
}

.device-big-image.tab-big-device {
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  float: right;
}

.device-big-image.skjerm2 {
  margin-top: 40px;
}

.press-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 770px;
  margin: 66px auto 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.press-color-link {
  width: 33.33333333%;
  padding: 40px 10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  text-align: center;
}

.gradient-button {
  height: 50px;
  margin-top: -5px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.gradient-button:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.gradient-button.hero-first-button {
  margin-right: 10px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button.hero-first-button.hoved2 {
  margin-top: 87px;
}

.gradient-button.hero-first-button.hoved2.lastnedna {
  margin-top: 88px;
  margin-bottom: 89px;
}

.gradient-button.hero-first-button.hoved2.lastnedna.laastnednaa1 {
  width: auto;
  height: 50px;
}

.gradient-button.hero-first-button.hoved2.lastnedna.laastnednaa1._5 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.gradient-button.hero-first-button.hoved2.lastnedna.lastnednaa2 {
  margin-top: -1px;
}

.gradient-button.hero-first-button.hoved10 {
  overflow: visible;
  margin-top: 37px;
  margin-bottom: 133px;
}

.gradient-button.hero-first-button.hoved10.hoved {
  margin-top: 63px;
  margin-bottom: 149px;
}

.gradient-button.hero-first-button.hoved10._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.gradient-button.hero-first-button.hoved10._2._22 {
  background-image: linear-gradient(135deg, #07a31f, #ffe641);
}

.gradient-button.hero-first-button.hoved10._11 {
  margin-bottom: 0px;
  background-color: #f8f9fa;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button.hero-first-button.hoved10._456 {
  border-radius: 50px;
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.gradient-button.hero-first-button.hoved10._456._12._2 {
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.gradient-button.hero-first-button.hoved10._456._12._2.rounded {
  border-radius: 50px;
}

.gradient-button.hero-first-button.hoved10._456._10.rounded {
  border-radius: 50px;
}

.gradient-button.hero-first-button.takk7 {
  margin-top: 20px;
}

.gradient-button.hero-first-button._456 {
  display: inline-block;
  margin: 0px 10px 20px auto;
  background-image: linear-gradient(135deg, #07a31f, #099c1e);
}

.gradient-button.pricing-buy-button {
  display: block;
  margin-top: 30px;
}

.gradient-button.pricing-free-button {
  display: block;
  margin-top: 40px;
  background-image: linear-gradient(135deg, #009fc5, #3cecb0);
}

.gradient-button.trial-button {
  margin: auto;
  padding-top: auto;
  padding-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

.gradient-button.contact-button.bestill4.bestills.hoved115.bestillknapp {
  margin-top: 31px;
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.gradient-button.contact-button.bestill4.bestills.hoved115.rounded {
  border-radius: 50px;
  background-color: #07a31f;
  background-image: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

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

.gradient-button.contact-button.bestill4.bestillr {
  margin-top: 27px;
}

.gradient-button.contact-button.bestill4.bestillb {
  margin-top: 30px;
}

.gradient-button.contact-button.bestill4.bestills {
  margin-top: 31px;
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.gradient-button.contact-button.bestill4.bestills.bestill {
  position: static;
  display: inline-block;
  height: 50px;
  float: none;
  clear: none;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  font-size: 17px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
}

.gradient-button.contact-button.lastned {
  margin-top: 42px;
}

.gradient-button.blue {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.gradient-button.blue.block {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.gradient-button.blue.takk6 {
  margin-top: 25px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button.blue.takk6.vilkar {
  height: 50px;
}

.gradient-button.blue.takk6.vilkar.vilkar3 {
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 21px;
  float: right;
  clear: none;
}

.gradient-button.blue.takk6.vilkar.vilkar3.vilkar4 {
  float: none;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.gradient-button.blue.takk6.vilkar.vilkar3.vilkar4.vi {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50px;
}

.gradient-button.blue.takk6.kontkatoss {
  margin-top: 26px;
  background-image: linear-gradient(135deg, #07a31f, #0a961d 100%, #ffe641);
}

.gradient-button.blue.takk6.kontkatoss.fax {
  margin-right: 14px;
}

.gradient-button.blue.takk6.kontkatoss._45 {
  display: block;
  background-image: linear-gradient(135deg, #07a31f, #099c1e 95%, #0a961d 100%, #ffe641);
}

.gradient-button.blue.takk6.kontkatoss.rounded {
  border-radius: 50px;
}

.gradient-button.blue {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.gradient-button.blue.takk6 {
  margin-top: 25px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button.blue.takk6.takk7._456 {
  background-image: linear-gradient(135deg, #07a31f, #0a961d);
}

.square-features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 30px 15px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.square-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 105px;
  padding-left: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-buttons-contaner {
  padding-right: 15px;
  padding-left: 15px;
}

.square-feature-image {
  width: 50%;
  height: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #469af4;
}

.square-feature-image.image-1 {
  background-image: url('../images/tablet-feature-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-feature-image.image-2 {
  background-image: url('../images/tablet-feature-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-feature-image.image-3 {
  background-image: url('../images/all-platforms-feature-1.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-feature-image.image-4 {
  background-image: url('../images/all-platforms-feature-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-tour-tablet {
  display: block;
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
}

.section-description {
  display: inline-block;
  max-width: 570px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
}

.section-description.white-text {
  display: inline-block;
  color: #fff;
}

.section-description.white-text.vilkarsmall {
  margin-top: -67px;
  background-color: rgba(55, 72, 120, 0.25);
  font-size: 12px;
}

.section-description.white-text.vilkarsmall.lastned {
  background-color: rgba(55, 72, 120, 0.25);
}

.section-description.white-text.kunder4 {
  padding-top: 114px;
  font-size: 20px;
}

.section-description.white-text.kunder5 {
  background-color: rgba(16, 75, 241, 0.25);
  font-size: 20px;
}

.section-description.white-transparent-text {
  color: hsla(0, 0%, 100%, 0.8);
}

.section-description.white-transparent-text.lastned4 {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(16, 75, 241, 0.25);
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.section-description.discleimer {
  margin-top: 85px;
  float: right;
}

.contact-window {
  display: block;
  width: 54%;
  margin: 60px auto 10px;
  padding: 70px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.contact-window.popup {
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-window.lastned6.lastnedinfo {
  margin-bottom: 144px;
  padding-bottom: 9px;
}

.contact-window.lastned6.lastnedinfo.kunder {
  background-image: linear-gradient(315deg, rgba(255, 189, 81, 0.05), rgba(255, 230, 65, 0.5));
}

.contact-window.lastned6.lastnedinfo.kunder.lastendnaa {
  margin-top: -25px;
  margin-bottom: 74px;
  background-image: linear-gradient(315deg, rgba(255, 189, 81, 0.05), rgba(255, 230, 65, 0.5));
}

.contact-window.lastned6.lastnedinfo.kunder.lastendnaa._4 {
  margin-top: 20px;
  margin-bottom: 140px;
  background-color: #f8f9fa;
  background-image: none;
}

.contact-window.lastned6.lastnedinfo.kunder._45 {
  border-radius: 30px;
  background-color: #f8f9fa;
  background-image: none;
}

.contact-window.lastned6.lastnedinfo.kunder._456 {
  border-radius: 30px;
  background-color: #f8f9fa;
  background-image: none;
}

.contact-window.lastned6.lastnedinfo.vilkar {
  margin-top: 14px;
}

.contact-window.lastned6.lastnedinfo.vilkar.vilkar4 {
  margin-top: -53px;
}

.contact-window.lastned6.lastnedinfo.takk.takk2.takk3 {
  background-image: linear-gradient(328deg, rgba(255, 189, 81, 0.05), rgba(255, 230, 65, 0.5));
}

.contact-window.lastned6.lastned2 {
  padding-bottom: 33px;
  background-image: linear-gradient(135deg, rgba(255, 189, 81, 0.75), rgba(255, 230, 65, 0.5));
}

.contact-window.bestillform {
  margin-bottom: 9px;
  padding-bottom: 18px;
  background-color: #f8f9fa;
}

.contact-window.bestillform._3 {
  background-color: #f8f9fa;
  background-image: none;
}

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

.input.text-area {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 21px 30px;
}

.input.contact-input {
  position: relative;
  right: -2px;
  bottom: -2px;
  width: 500px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input.contact-input.bestill {
  background-color: #fff;
}

.input.contact-input.lastned {
  background-color: #fff;
}

.input.subscribe-input {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 50px;
  border-style: none;
  background-color: #fff;
  background-image: url('../images/mail-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.input.trial-input {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input.trial-white-input {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: #fff;
}

.input.footer-subscribe {
  margin-top: 24px;
  margin-bottom: 30px;
  border-style: none;
  background-color: #fff;
}

.input.trial-email-input {
  margin: 20px 10px 25px;
}

.input.notify-input {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 50px;
  background-image: url('../images/mail-icon.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.input.password-input {
  margin-top: 16px;
  margin-bottom: 24px;
  border-color: #fff;
  text-align: center;
}

.contact-form {
  display: block;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews-left-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 33%;
  height: 100%;
  background-color: #fff;
}

.reviews-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding: 150px 30px 170px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #e7e8ea;
  background-color: #fff;
}

.stars-left {
  margin-bottom: 44px;
}

.reviews-right-container {
  padding: 110px 15px 110px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 15px 21px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.review-v2.review-reversed {
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.review-v2-avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
}

.review-v2-text {
  margin-top: -7px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
}

.review-v2-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 22px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e7e8ea;
  color: #999ea8;
  font-size: 12px;
  line-height: 25px;
}

.review-v2-author-info.author-info-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.review-v2-icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background-image: url('../images/twitter-icon_1.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.review-v2-icon:hover {
  opacity: 0.5;
}

.reviews-v2-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reviews-v2-more-text {
  margin-bottom: 20px;
  color: #999ea8;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.reviews-v2-store-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #282b31;
  line-height: 30px;
  font-weight: 700;
}

.reviews-v2-store-link:hover {
  text-decoration: underline;
}

.arrow-icon {
  margin-right: 12px;
}

.pricing-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-v1-plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v1-plan {
  position: relative;
  z-index: 1;
  width: 350px;
  padding: 50px 50px 60px;
  border-radius: 12px;
  background-color: #0098ff;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}

.pricing-v1-plan-name {
  height: 40px;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.07);
  color: #fff;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v1-price {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.pricing-v1-plan-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
}

.pricing-feature-yes-icon {
  margin-right: 14px;
  opacity: 0.6;
}

.pricing-v1-free-plan-name {
  height: 40px;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px solid #e7e8ea;
  border-bottom: 1px solid #e7e8ea;
  background-color: #f8f9fa;
  color: #676b75;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v1-free-plan {
  width: 335px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding: 50px 50px 60px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  color: #676b75;
}

.pricing-v1-free {
  margin-top: 7px;
  margin-bottom: 3px;
  color: #282b31;
  font-size: 40px;
  line-height: 100px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.features-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 46px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.features-video-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-image: url('../images/fakt.PNG');
  background-position: 0px 0px;
  background-size: 500px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-video-list-item {
  width: 50%;
  padding-top: 20px;
  padding-right: 45px;
  padding-bottom: 27px;
  text-align: left;
}

.feature-video-header {
  margin-top: 20px;
}

.hero-desktop-bottom {
  height: 120px;
  margin-top: -76px;
  background-color: #f8f9fa;
}

.device-big-center {
  margin-top: 57px;
  margin-bottom: -52px;
}

.trial-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trial-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin: 80px auto 205px;
  padding-top: 36px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.trial-form-wrapper.kunder5 {
  margin-bottom: -7px;
  padding-top: 0px;
  padding-bottom: 35px;
}

.trial-form-wrapper.hoved1 {
  margin-top: 99px;
  margin-bottom: -23px;
  padding-top: 0px;
  padding-bottom: 205px;
}

.trial-form-wrapper.hoved13 {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 49px;
  padding-bottom: 0px;
}

.trial-text {
  margin-top: 40px;
  margin-bottom: 3px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 22px;
}

.trial-text.light-grey-text {
  width: 100%;
}

.white-bold-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.white-bold-link:hover {
  text-decoration: underline;
}

.questions-list {
  display: block;
  margin-bottom: -20px;
  padding-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0em;
  column-gap: 0em;
}

.question {
  display: inline-block;
  padding: 20px 55px 25px 15px;
  text-align: left;
}

.question-icon {
  position: relative;
  display: inline-block;
  float: left;
}

.question-text {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 60px;
  font-weight: 700;
}

.answer-text {
  margin-left: 60px;
  color: #676b75;
  font-size: 14px;
  line-height: 25px;
}

.reviews-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/arrow-left-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.12);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: transparent;
}

.reviews-arrow:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.reviews-arrow.right {
  background-image: url('../images/arrow-right-icon.svg');
  background-size: auto;
}

.review-v3-avatar {
  width: 70px;
  height: 70px;
  margin-bottom: 37px;
  border-radius: 50%;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.review-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.review-v3-text {
  max-width: 570px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
}

.review-v3-author {
  margin-top: 32px;
  padding: 8px 50px 22px;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.review-v3-author-text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 20px;
}

.feature-cards-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-v3 {
  height: 410px;
  padding-top: 50px;
  background-color: transparent;
}

.pricing-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 46px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 11px;
  line-height: 20px;
}

.pricing-v2-plan {
  margin-right: 15px;
  margin-left: 15px;
  padding: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
}

.pricing-v2-plan.best-plan-v2 {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.pricing-v2-name {
  height: 40px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #676b75;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-v2-price {
  margin-top: 14px;
  color: #282b31;
  font-size: 40px;
  line-height: 86px;
  font-weight: 300;
}

.pricing-v2-features {
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
}

.pricing-v2-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 16px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.pricing-v2-feature.feature-off-v2 {
  color: #babdc3;
}

.block {
  display: block;
}

.subscribe-container {
  display: block;
  max-width: 770px;
  margin: 66px auto 10px;
  padding: 50px 100px;
  border-radius: 12px;
  background-color: #469af4;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  color: #fff;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-section-v3 {
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v3-author {
  padding-top: 13px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  text-align: right;
}

.footer-v3-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
}

.footer-v3-nav-link {
  padding: 10px 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-v3-nav-link:hover {
  text-decoration: underline;
}

.footer-v3-copyright {
  width: 100%;
  margin-top: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.hero-intro-center {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.hero-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hero-device-center {
  margin-top: 70px;
}

.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.features-big-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-big-v2 {
  width: 50%;
  padding: 100px 105px;
}

.feature-big-v2.left-border {
  border-left: 1px solid #e7e8ea;
}

.feature-big-heading-v2 {
  margin-top: 30px;
}

.light-grey-text {
  color: #babdc3;
}

.bold-grey-link {
  color: #999ea8;
  font-weight: 700;
}

.bold-grey-link:hover {
  text-decoration: underline;
}

.video-tour-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 470px;
  max-width: 770px;
  margin: 65px auto 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.pricing-v3-plan {
  margin-right: 15px;
  margin-left: 15px;
  padding: 35px 30px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
}

.pricing-v3-plan.best {
  background-color: transparent;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing-v3-name {
  margin-bottom: 12px;
  color: #469af4;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.pricing-v3-name.best {
  color: #fff;
}

.pricing-v3-price-container {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  text-align: left;
}

.pricing-v3-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e7e8ea;
  text-align: left;
}

.pricing-v3-features.best-features {
  border-top-color: hsla(0, 0%, 100%, 0.3);
}

.pricing-v3-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e8ea;
  color: #282b31;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.pricing-v3-feature.off {
  color: #babdc3;
}

.pricing-v3-feature.best-feature {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.pricing-v3-feature.best-feature.off {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-v3-price {
  position: absolute;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.pricing-v3-per-text {
  display: block;
  margin-left: 108px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #999ea8;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.pricing-v3-per-text.best {
  color: #fff;
}

.pricing-v3-billed-text {
  display: block;
  margin-left: 108px;
  color: #999ea8;
  font-size: 11px;
  line-height: 20px;
}

.pricing-v3-billed-text.best {
  color: #fff;
}

.pricing-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-v3.page {
  margin-top: 40px;
  padding-top: 35px;
  padding-bottom: 80px;
}

.ceature-cards-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-card-v3 {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 25px 40px 33px 110px;
  -webkit-box-flex: 45%;
  -webkit-flex: 45%;
  -ms-flex: 45%;
  flex: 45%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  color: #282b31;
  text-align: left;
}

.feature-card-v3-icon {
  position: absolute;
  top: 40px;
  display: block;
  height: 100px;
  margin-left: -140px;
}

.feature-card-v3-heading {
  margin-bottom: 15px;
}

.feature-card-v3-heading.pris2 {
  text-transform: capitalize;
}

.footer-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-bottom: -110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.footer-v5-header {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-v5-nav-list {
  width: 16.66666666%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-v5-nav-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.footer-v5-nav-link:hover {
  text-decoration: underline;
}

.footer-newsletter {
  width: 33.33333333%;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon {
  padding: 11px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.feature-cards-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 65px 15px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-card-v4 {
  width: 33.33333333%;
  padding: 60px 38px 70px;
  text-align: center;
}

.feature-card-v4.middle-card {
  border-right: 1px solid #e7e8ea;
  border-left: 1px solid #e7e8ea;
}

.feature-card-v4-heading {
  margin-top: 4px;
}

.platform-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.platform-tab {
  padding: 17px;
  border-radius: 6px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 10px;
}

.platform-tab:hover {
  opacity: 1;
}

.platform-tab.w--current {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  opacity: 1;
}

.platform-tab-content {
  padding-top: 50px;
  text-align: center;
}

.platforms-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -160px;
  margin-bottom: -110px;
  padding-top: 205px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f8f9fa;
}

.bg-feature-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 260px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-image: url('../images/all-platforms-card-phone.png'), url('../images/bg-gradient-1.svg');
  background-position: 88% 37px, 50% 0px;
  background-size: 182px, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  color: #fff;
  text-align: left;
}

.bg-feature-card.laptop {
  background-image: url('../images/all-platforms-card-laptop.png'), url('../images/bg-gradient-1.svg');
  background-position: 147% 50%, 50% 0px;
  background-size: 348px, cover;
  background-repeat: no-repeat, no-repeat;
}

.bg-feature-text {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
}

.available-text {
  margin-top: 63px;
  margin-bottom: 2px;
  color: #999ea8;
  font-size: 15px;
  line-height: 25px;
}

.text-link {
  color: #469af4;
}

.text-link:hover {
  text-decoration: underline;
}

.testimonials-v4 {
  margin-right: 8.33333333%;
  margin-bottom: 35px;
  margin-left: 8.33333333%;
  padding-top: 45px;
  padding-bottom: 20px;
  background-color: transparent;
}

.review-slide-v4 {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.testimonials {
  margin-bottom: 50px;
  background-color: transparent;
}

.review-v4 {
  padding: 30px 30px 32px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
}

.review-v4-avatar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  border-radius: 50%;
}

.review-v4-author {
  position: relative;
  height: 50px;
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 400;
}

.review-v4-author-name {
  margin-left: 65px;
  padding-top: 3px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.review-v4-author-text {
  margin-left: 65px;
  color: #999ea8;
  font-size: 12px;
  line-height: 16px;
}

.review-v4-social-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-top: 10px;
  margin-right: 10px;
  background-image: url('../images/twitter-icon_1.svg');
  background-position: 0px 0px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.review-v4-social-icon:hover {
  opacity: 0.5;
}

.platform-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.platform-card {
  margin-right: 15px;
  margin-left: 15px;
  padding: 60px 30px;
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #282b31;
  text-align: center;
}

.platform-card:hover {
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.platform-card-heading {
  font-weight: 800;
}

.features-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
}

.features-tour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 8.33333333%;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.features-tour-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.features-tour-list-item {
  position: relative;
  width: 50%;
  padding: 30px 30px 30px 110px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.feature-tour-list-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  margin-top: 40px;
  margin-left: 30px;
  border-radius: 10px;
}

.features-video-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, 0.85), rgba(47, 185, 248, 0.85)), url('../images/video-tour-laptop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.feature-icon-left-block {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 80px;
  text-align: left;
}

.side-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  border-radius: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.trial-form-window {
  display: block;
  max-width: 770px;
  margin: 80px auto 10px;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
  text-align: center;
}

.trial-form-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -11px;
  margin-left: -11px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trial-app-icon {
  width: 90px;
  margin-top: -45px;
  margin-bottom: 25px;
  border-radius: 18px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.newsletter-checkbox {
  width: 100%;
  margin-bottom: 28px;
  padding-left: 30px;
  color: #999ea8;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  padding-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-v2-info {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.features-v2-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-v2-item {
  position: relative;
  margin: 20px 15px 25px;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.background-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.coming-soon-text-v1 {
  margin-top: -4px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 30px;
}

.notify-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
}

.coming-soon-social-v1 {
  position: fixed;
  left: 30px;
  top: 30px;
}

.coming-soon-copyright-text {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.coming-soon-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 80px;
  padding-bottom: 70px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  text-align: center;
}

.coming-soon-text-v2 {
  margin-top: -4px;
  margin-bottom: 30px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
}

.coming-soon-social-v2 {
  width: 100%;
  margin-top: 20px;
}

.play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 52% 50%;
  background-repeat: no-repeat;
}

.play-button.tablet {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.play-button.small {
  width: 50px;
  height: 50px;
  background-size: 16px 16px;
}

.play-wave {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  background-color: transparent;
}

.hero-phone-image {
  max-height: 740px;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  margin-right: 15px;
  background-image: url('../images/dropdown-arrow-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
}

.dropdown-list {
  position: absolute;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.dropdown-list.w--open {
  margin-left: -5px;
  border-radius: 6px;
  background-color: #fff;
}

.dropdown-link {
  padding-top: 8px;
  padding-right: 25px;
  padding-bottom: 8px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #469af4;
  color: #fff;
}

.dropdown-link.w--current {
  color: #282b31;
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.hero-tablet-image {
  max-height: 720px;
}

.feature-tab-v1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  padding-left: 74px;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.feature-tab-v1:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12);
}

.feature-tab-v1.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.tab-icon {
  position: absolute;
  left: 30px;
  top: 30px;
}

.text-block {
  text-align: right;
}

.page-header {
  display: block;
  max-width: 570px;
  margin: 70px auto 10px;
  color: #fff;
}

.platform-tab-image {
  max-height: 640px;
}

.hero-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-v2-header {
  margin-top: 0px;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  margin: 8px 15px 185px;
  padding-top: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
}

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

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

.table-cell.column-header.pris5 {
  height: 54px;
}

.table-cell.text-left.pris4 {
  height: 54px;
}

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

.table-cell.plus-feature.pris6 {
  height: 54px;
}

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

.table-cell.minus-feature.pris8 {
  height: 54px;
}

.table-cell.pris3 {
  height: 54px;
}

.compare-section {
  overflow: hidden;
  margin-top: -135px;
  padding-top: 95px;
  padding-bottom: 120px;
  border-top: 1px solid #e7e8ea;
  background-color: #f8f9fa;
}

.contact {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 0 30px rgba(40, 43, 49, 0.3);
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.dark-close-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: rgba(40, 43, 49, 0.3);
}

.style-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 90px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.style-element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style-typography-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

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

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

.form-success.trial {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.form-error {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.form-error.notify-form-v2 {
  margin-top: 20px;
}

.form-error.red {
  border-color: #ff4876;
  background-color: rgba(255, 72, 118, 0.1);
  color: #ff4876;
}

.form-error.footer {
  margin-top: -16px;
}

.form-error.red {
  border-color: #ff4876;
  background-color: rgba(255, 72, 118, 0.1);
  color: #ff4876;
}

.style-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
}

.checklist {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.checklist-item {
  position: relative;
  margin-left: 20px;
  padding-left: 31px;
}

.checklist-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  margin-top: 9px;
}

.style-typography-heading {
  width: 25%;
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 15px;
}

.style-typography {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec -2%, #2fb9f8 99%, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-column {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.preloader-content {
  padding: 40px;
  color: #676b75;
  text-align: center;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.nav-link-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nav-link-3 {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.nav-link-4 {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: 700;
}

.nav-link-5 {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.div-block {
  margin-top: 14px;
  margin-bottom: -166px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-2 {
  height: auto;
  margin-bottom: 50px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.div-block-2.hoved6 {
  margin-top: 72px;
}

.text-block-3 {
  margin-right: -19px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-4 {
  margin-right: -20px;
  padding-right: 0px;
}

.text-block-5 {
  margin-right: -19px;
}

.text-block-6 {
  margin-right: -19px;
}

.text-block-7 {
  margin-right: -15px;
}

.div-block-3 {
  height: 200px;
}

.div-block-3.pris7 {
  margin-top: -12px;
  margin-bottom: 10px;
  padding-top: 72px;
  padding-bottom: 0px;
}

.div-block-3.pris7.vilkar {
  height: auto;
  margin-top: -10px;
  padding-top: 30px;
}

.div-block-3.pris7.vilkar.vilkar2 {
  margin-top: -33px;
  margin-bottom: 8px;
}

.div-block-3.pris7.lastnedna {
  height: auto;
}

.checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-field {
  padding-left: 40px;
}

.radio-button-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-button-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.radio-button-label-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.checkbox-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-align: left;
  letter-spacing: 0.25px;
}

.field-label {
  margin-bottom: 0px;
  padding-left: 16px;
  float: none;
  font-weight: 700;
}

.field-label.lastneds {
  margin-top: -69px;
  font-size: 20px;
  line-height: 35px;
}

.field-label.bestill_ok {
  margin-left: 5px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.field-label.bestill_ok.bestill4 {
  margin-top: -5px;
  padding-top: 0px;
  padding-bottom: 3px;
}

.field-label.bestill_ok.bestill4.bestill51 {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
}

.field-label.bestill_ok.bestill4.bestill52 {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
}

.field-label.bestill_ok.bestill4.lastnedorg {
  margin-top: 20px;
}

.field-label.bestill_ok.bestill50 {
  margin-left: 0px;
  padding-left: 0px;
}

.field-label.bestill_ok.bestill50.large {
  font-weight: 700;
}

.field-label.bestill {
  margin-top: -45px;
  margin-bottom: 20px;
}

.field-label.bestill.bestillorg {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
}

.field-label.bestill.bestillorg {
  color: #ff0101;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.field-label.lastned1 {
  margin-bottom: 12px;
  font-weight: 400;
}

.field-label.lastned1.lastned2 {
  margin-top: -43px;
  margin-bottom: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
}

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

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

.field-label.bestill.priser {
  padding-left: 0px;
  color: #0044e2;
  font-size: 25px;
  line-height: 35px;
}

.field-label.bestill_ok {
  margin-left: 5px;
  color: #000;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.field-label.bestill_ok.bestill200 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.bold-text {
  text-align: left;
}

.bold-text-2 {
  text-align: left;
}

.bold-text-2.stand {
  background-image: linear-gradient(135deg, #000, #fff);
}

.bold-text-2.standard {
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.25px;
}

.bold-text-3 {
  border-radius: 4px;
  color: #000;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.25px;
}

.radio-button-label-4 {
  text-align: center;
}

.radio-button-field {
  color: #fff;
  text-align: left;
}

.bold-text-4 {
  position: static;
  overflow: visible;
  float: none;
  clear: none;
  border-radius: 4px;
  color: #282b31;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.25px;
}

.checkbox-field-2 {
  padding-left: 40px;
  text-align: left;
  letter-spacing: 0.25px;
}

.radio-button-label-5 {
  text-align: left;
}

.radio-button-label-6 {
  text-align: left;
}

.radio-button-field-2 {
  text-align: left;
}

.radio-button-field-2.lastnedhjelp {
  margin-left: auto;
  padding-left: 35px;
}

.radio-button-field-3 {
  padding-left: 35px;
  text-align: left;
}

.checkbox-field-3 {
  padding-left: 40px;
}

.checkbox-field-4 {
  padding-left: 40px;
}

.checkbox-field-5 {
  padding-left: 40px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  max-width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-5 {
  max-width: 100%;
}

.slider-2 {
  display: block;
  width: 800px;
  float: none;
}

.image-6 {
  width: 800px;
}

.slider-3 {
  width: 1140px;
  height: 919px;
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(315deg, rgba(255, 230, 65, 0.5), rgba(255, 189, 81, 0.5) 96%);
}

.image-7 {
  display: inline-block;
}

.icon {
  color: #000;
}

.slide {
  margin-left: 15px;
}

.slide-2 {
  margin-top: 124px;
}

.icon-2 {
  color: #000;
}

.image-8 {
  margin-top: 27px;
  margin-left: 0px;
}

.image-9 {
  margin-top: 71px;
  margin-left: 47px;
}

.image-10 {
  margin-top: 94px;
  margin-left: 74px;
}

.image-11 {
  margin-top: 98px;
  margin-left: 75px;
}

.image-12 {
  margin-top: 152px;
}

.image-13 {
  margin-top: 41px;
}

.image-14 {
  margin-top: 41px;
}

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

.image-16 {
  margin-top: 36px;
  margin-left: 0px;
}

.image-17 {
  margin-top: 138px;
  margin-left: 0px;
}

.image-18 {
  margin-top: 82px;
  margin-left: 78px;
}

.image-19 {
  margin-top: 38px;
}

.image-19._56 {
  margin-top: 82px;
  margin-left: 78px;
}

.image-19._23 {
  margin-top: 82px;
  margin-left: 78px;
}

.image-20 {
  margin-top: 41px;
}

.image-21 {
  margin-top: 111px;
}

.image-22 {
  margin-top: 144px;
  margin-left: -16px;
}

.image-23 {
  margin-top: 165px;
  margin-left: 167px;
}

.image-24 {
  margin-top: 155px;
  margin-left: 172px;
}

.image-25 {
  margin-top: 172px;
  margin-left: 190px;
}

.image-26 {
  margin-top: 171px;
  margin-left: 189px;
}

.image-27 {
  margin-top: 0px;
  margin-left: 0px;
}

.image-28 {
  margin-top: 62px;
  margin-left: -14px;
}

.image-29 {
  margin-top: 2px;
}

.image-30 {
  margin-top: 62px;
  margin-left: -15px;
}

.image-31 {
  margin-top: 41px;
}

.image-32 {
  margin-top: 41px;
}

.bestill55 {
  text-decoration: line-through;
}

.link-4 {
  color: #0e0882;
}

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

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

.heading-accent-2._2 {
  color: red;
}

.contact-form-2 {
  display: block;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.field-label-2.hoved214 {
  margin-top: 20px;
  margin-bottom: auto;
  font-weight: 400;
}

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

.input-2.contact-input {
  position: relative;
  right: -2px;
  bottom: -2px;
  width: 500px;
  height: 50px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f8f9fa;
}

.input-2.contact-input {
  position: relative;
  right: -2px;
  bottom: -2px;
  width: 500px;
  height: 50px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.input-2.contact-input {
  position: relative;
  right: -2px;
  bottom: -2px;
  width: 500px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-2.contact-input.bestill {
  background-color: #f8f9fa;
}

.input-2.contact-input.bestill.form {
  margin-bottom: 15px;
  border-radius: 50px;
}

.input-2.contact-input {
  position: relative;
  right: -2px;
  bottom: -2px;
  width: 500px;
  height: 50px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f8f9fa;
}

.input-2.contact-input.input {
  width: 425px;
  border-radius: 50px;
}

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

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

.bold-text-5.hoved205.hoved207 {
  color: #ff0101;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.bold-text-5.hoved205.hoved225 {
  position: absolute;
  left: 25%;
  top: 35%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  color: #fff;
}

.contact-window-2 {
  display: block;
  width: 54%;
  margin: 60px auto 10px;
  padding: 70px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.contact-window-2.bestillform {
  margin-bottom: 9px;
  padding-bottom: 18px;
}

.contact-window-2.bestillform.bestill {
  margin-bottom: 71px;
  background-image: linear-gradient(135deg, rgba(255, 189, 81, 0.75), rgba(255, 230, 65, 0.5));
}

.contact-window-2.bestillform.bestill.hoved200 {
  width: auto;
  max-width: 570px;
  margin-top: 40px;
  margin-bottom: auto;
  padding-bottom: 1px;
  background-color: #f8f9fa;
  background-image: none;
}

.contact-window-2.bestillform.bestill.hoved200 {
  width: auto;
  max-width: 570px;
  margin-top: 40px;
  margin-bottom: auto;
  padding-bottom: 1px;
  border-radius: 30px;
  background-color: #f8f9fa;
  background-image: none;
}

.contact-window-2.bestillform.bestill {
  margin-bottom: 71px;
  background-image: url('../images/bg-fade.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.contact-window-2.lastned6.lastnedinfo {
  margin-bottom: 144px;
  padding-bottom: 9px;
}

.contact-window-2.lastned6.lastnedinfo.vilkar {
  margin-top: 14px;
}

.contact-window-2.lastned6.lastnedinfo.vilkar.vilkar4 {
  margin-top: -53px;
}

.contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3 {
  margin-top: 220px;
}

.contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2 {
  width: 42%;
  margin-top: 100px;
}

.contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2._100 {
  border-radius: 30px;
}

.contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2.round {
  border-radius: 30px;
}

.contact-window-2.bestillform {
  margin-bottom: 9px;
  padding-bottom: 18px;
  background-color: #f8f9fa;
}

.contact-window-2.bestillform.bestilling {
  border-radius: 30px;
}

.contact-window-2.home-nedlast {
  max-width: 650px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.heading-accent-3 {
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-accent-3.hoved101 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.heading-accent-3.hoved101._2 {
  display: block;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.heading-accent-3.hoved101.bold {
  font-weight: 800;
}

.link-2 {
  color: #0044e2;
}

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

.text-span.bestill1 {
  position: static;
  left: 15px;
  font-weight: 800;
}

.field-label-3 {
  margin-left: 5px;
  padding-left: 16px;
  color: #000;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.checkbox-label-3 {
  display: block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #000;
  text-align: left;
  letter-spacing: 0.25px;
}

.text-span-2 {
  text-decoration: line-through;
}

.section-header-2 {
  display: block;
  max-width: 570px;
  margin: 46px auto 20px;
  padding-top: 32px;
  color: #000;
}

.section-header-2.hoved4 {
  max-width: 750px;
  margin-top: 112px;
  color: #000;
  text-transform: none;
}

.section-header-2.hoved4.lastned5 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: auto;
  text-align: center;
}

.section-header-2.hoved4.lastned5.lastned9 {
  margin-top: -58px;
  font-size: 25px;
  line-height: 35px;
}

.section-header-2.hoved4.lastned5.lastned8 {
  font-size: 25px;
  line-height: 35px;
}

.section-header-2.white-text {
  color: #000;
}

.section-header-2.white-text.kunder6 {
  font-size: 40px;
  line-height: 55px;
}

.section-header-2.white-text.kunder6.bestill3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: auto;
  color: red;
}

.section-header-2.white-text.kunder6.bestill3.bestill4 {
  margin-top: -31px;
  margin-bottom: auto;
  padding-top: auto;
  text-transform: none;
}

.section-header-2.white-text.kunder6.bestill3.bestill4.bestill5 {
  margin-top: -21px;
  margin-bottom: -45px;
  font-size: 25px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0.25px;
}

.section-header-2.white-text.kunder6.bestill3.bestill4.bestill5.hoved204 {
  position: static;
  margin-top: auto;
  margin-bottom: 20px;
  text-align: center;
}

.section-header-2.white-text.kunder6.bestill3.bestill4.bestill5.hoved204.hoved221 {
  position: absolute;
  left: 8%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  white-space: normal;
}

.columns {
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url('../images/LF_Hjelpetekst.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.columns._132 {
  background-image: none;
}

._123 {
  bottom: 0px;
  background-image: url('../images/LF_Hjelpetekst.png');
  background-position: 50% 0%;
  background-size: contain;
}

.text-block-8 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.columns-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.container {
  background-color: hsla(0, 0%, 100%, 0);
}

.image-33 {
  margin-left: 0px;
}

.heading-2 {
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.heading-2.small-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: capitalize;
}

.paragraph {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-4 {
  margin-top: 220px;
  margin-bottom: -200px;
}

.heading-3 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.heading-3.secondary {
  margin-bottom: 60px;
}

.heading-4 {
  border-bottom: 1px none #000;
  font-size: 50px;
  text-align: center;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #fff;
}

.link-7._2 {
  font-size: 26px;
}

.link-8 {
  color: #fff;
}

.link-8._2 {
  font-size: 26px;
}

.link-9 {
  color: #fff;
}

.link-9._2 {
  font-size: 26px;
}

.link-10 {
  color: #fff;
}

.link-11 {
  color: #fff;
}

.link-12 {
  color: #fff;
}

.link-13 {
  color: #fff;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bold-text-6 {
  font-weight: 800;
}

.checkbox-label-4 {
  display: block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.25px;
}

.checkbox-label-4.best {
  font-weight: 400;
}

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

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

.text-block-30._2 {
  height: 25px;
  text-align: left;
}

.device-big-image-2 {
  max-width: 370px;
  margin-top: 80px;
  margin-right: 72px;
  margin-left: 65px;
  padding: 0px 6px 0px 0px;
}

.device-big-image-2.hoved101 {
  max-width: 370px;
}

.device-big-image-2.hoved101 {
  max-width: 400px;
  margin-right: 0px;
  margin-left: 100px;
}

.hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-2.hero2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-heading-2 {
  max-width: 570px;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

.hero-heading-2.hoved102 {
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
}

.hero-heading-2.hoved102._2 {
  max-width: 1200px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.hero-heading-2.hoved103 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.hero-heading-2.hoved103._2 {
  max-width: 1200px;
  margin-top: 20px;
  text-transform: none;
}

.hero-heading-2.hoved102 {
  max-width: none;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
}

.hero-heading-2.hoved102._2.hoved {
  margin-bottom: 20px;
}

.hero-heading-2.hoved103 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 25px;
}

.hero-section-2 {
  height: 720px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.hero-section-2.desktop {
  overflow: hidden;
  height: 1500px;
  margin-bottom: -7px;
  background-image: url('../images/geiranger.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-2.desktop.hoved101 {
  height: 1650px;
  margin-bottom: auto;
}

.hero-section-2.desktop.hoved101.hoved102 {
  height: 2100px;
  background-image: url('../images/geiranger123.jpeg');
  text-transform: none;
}

.hero-section-2.desktop.hoved101.hoved102.header {
  height: 2100px;
}

.hero-section-2.home-hero {
  height: auto;
  padding-bottom: 60px;
  background-image: url('../images/geiranger123.jpeg'), linear-gradient(135deg, #7956ec, #2fb9f8);
}

.link-block {
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-35 {
  position: relative;
  display: inline;
  float: none;
  border-radius: 11px;
  text-align: center;
}

.image-36 {
  position: fixed;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 3%;
  border-radius: 11px;
}

.bold-text-7 {
  color: #ff0101;
  font-size: 16px;
}

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

.button-2 {
  border-radius: 20px;
}

.hero-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-6 {
  display: none;
}

.left-arrow-6 {
  display: none;
}

.slide-nav {
  display: none;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-37 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.lettfaktura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 20px;
  background-color: rgba(139, 219, 255, 0.32);
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lf-image {
  max-width: 300px;
  margin-right: 20px;
  border-radius: 20px;
}

.button-3 {
  display: block;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.checkbox-field-6 {
  height: 25px;
}

.grid {
  margin-bottom: 10px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 5.25fr 1fr;
  grid-template-columns: 5.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid._2 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid._3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-14 {
  color: #000;
  text-decoration: line-through;
}

.intro-content {
  max-width: 1250px;
  padding: 50px 30px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 235, 255, 0.3)), to(rgba(224, 235, 255, 0.3)));
  background-image: linear-gradient(180deg, rgba(224, 235, 255, 0.3), rgba(224, 235, 255, 0.3));
}

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

.image.about-hero {
  border-radius: 50px;
}

.image-wrapper-2 {
  position: relative;
}

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

.text.home-hero {
  font-size: 22px;
  line-height: 30px;
}

.wrapper-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.split-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.hero-wrapper-2 {
  max-width: 580px;
}

.hero-wrapper-2.home-hero {
  max-width: 600px;
  margin-right: 20px;
}

.card-button {
  margin-top: 0px;
  padding: 20px 30px;
  border-radius: 50px;
  background-color: #1c73ff;
  background-image: linear-gradient(54deg, #3c97ff 42%, #39ff8b);
  box-shadow: 0 0 18px 5px #e0e4ff;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-button:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

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

.heading-6 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #171f58;
  font-size: 40px;
  line-height: 45px;
}

.heading-6.hero {
  font-family: Lato, sans-serif;
  color: #19247a;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}

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

.hero-heading-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 80px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4ebf3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 105, 0.12)), to(rgba(0, 51, 105, 0.12))), url('../images/geiranger123.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 51, 105, 0.12), rgba(0, 51, 105, 0.12)), url('../images/geiranger123.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

.hero-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.button-primary {
  padding: 12px 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 1px;
  background-color: rgba(26, 27, 31, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

.button-primary._2-buttons {
  margin-right: 20px;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.paragraph-small {
  max-width: 480px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
}

.grid-2 {
  margin-top: 60px;
  margin-bottom: 100px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="fade-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="hide-compare-section"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 600px;
  }

  .hero-section.video {
    height: 510px;
  }

  .hero-section.desktop {
    height: 1500px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.disclaim {
    height: 1500px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.kunder3 {
    background-position: 50% 50%;
  }

  .hero-section.desktop.kunder3.kunder3a {
    height: 2700px;
  }

  .hero-section.desktop.pris {
    background-position: 50% 50%;
  }

  .hero-section.desktop.pris.pris3.lastnned.lastnednaa52 {
    height: 2600px;
  }

  .hero-section.desktop.lastned {
    overflow: hidden;
    height: 1500px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.lastned.vilkar.vilkar2.vilkorbest {
    height: auto;
  }

  .hero-section.desktop.lastned.lastned6 {
    height: auto;
  }

  .hero-section.desktop.lastned.lastned6.lastned7 {
    height: 1700px;
  }

  .hero-section.desktop.lastned.bestorg {
    height: 1700px;
  }

  .hero-section.desktop.lastned._2 {
    height: auto;
  }

  .hero-section.desktop.skjermbild {
    height: 1600px;
  }

  .hero-section.desktop.moduler.programmer {
    height: auto;
  }

  .hero-section.web {
    height: auto;
    margin-bottom: 350px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 180px;
  }

  .hero-section.phone {
    height: 510px;
    margin-bottom: 70px;
  }

  .hero-section.tablet {
    height: 510px;
    margin-bottom: 50px;
  }

  .logo {
    padding-left: 20px;
  }

  .body {
    height: 1520px;
  }

  .nav-section {
    margin-bottom: -70px;
  }

  .nav-link {
    display: block;
    padding: 12px 25px;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #282b31;
    font-size: 15px;
    line-height: 30px;
  }

  .nav-link:hover {
    background-color: #e7e8ea;
    opacity: 1;
  }

  .nav-link.w--current {
    color: #282b31;
  }

  .nav-link.dropdown:active {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.16), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.16);
  }

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

  .wrapper.center {
    margin-top: -66px;
    padding: 30px 10px 1px;
  }

  .wrapper.center.takk3 {
    padding-top: 0px;
  }

  .wrapper.center.takk3.takk4.vilkar {
    margin-top: 77px;
    margin-bottom: -62px;
  }

  .wrapper.center.takk3.takk4.vilkar.vilkar3 {
    margin-top: 24px;
  }

  .wrapper.center.hoved11.hoved12.kunder12._2 {
    padding-top: 0px;
  }

  .wrapper.center.hoved11.hoved12.kunder13._2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .wrapper.center.hoved11.hoved12.omoss13.skjem {
    margin-top: -44px;
    margin-bottom: 72px;
  }

  .wrapper.center.hoved11.hoved15 {
    margin-top: -111px;
  }

  .wrapper.center.hoved11.hoved15.hoved {
    margin-bottom: 27px;
  }

  .wrapper.center.kunder15.kunder9 {
    margin-top: auto;
  }

  .wrapper.center.lastned {
    height: 1500px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wrapper.center.bestill1.vilkar.vilkar1.vilkorbest {
    margin-top: -144px;
    margin-bottom: auto;
  }

  .wrapper.center.omoss12.programmer {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .wrapper.center.socialmedia {
    margin-top: 140px;
    margin-bottom: -87px;
  }

  .wrapper.center.socilamedia_omoss {
    margin-top: 26px;
    margin-bottom: -52px;
  }

  .wrapper.center.socilamedia_omoss.hoved.kunder {
    margin-top: -21px;
    margin-bottom: 0px;
    padding-top: 23px;
  }

  .wrapper.center.socilamedia_omoss.hoved.flerskjerm {
    margin-top: -1px;
  }

  .wrapper.center.bestill9 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .wrapper.center.vi {
    margin-top: auto;
    margin-bottom: auto;
  }

  .wrapper._78 {
    margin-top: 41px;
  }

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

  .button.nav-panel-button {
    height: 35px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 15px;
  }

  .button.hero-second-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .nav-panel {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  }

  .grey-section {
    padding-top: 0px;
    padding-bottom: 56px;
  }

  .grey-section.second-web-feature {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .grey-section.first-web-feature {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero-heading {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-heading._2._54 {
    font-size: 40px;
    line-height: 55px;
  }

  .hero-heading.secondary {
    text-align: center;
  }

  .heading-accent.lastned2.lastned3 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .heading-accent.white {
    text-align: center;
  }

  .hero-intro-left {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 5%;
  }

  .hero-intro-left.big-device {
    padding-left: 10px;
  }

  .hero-intro-left.big-device._23 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-intro-left.big-device {
    padding-top: 0px;
    padding-left: 10px;
    font-weight: 400;
  }

  .hero-intro-left.big-device {
    padding-top: 0px;
    padding-left: 10px;
    font-weight: 400;
  }

  .hero-intro-left.big-device.extra-margin {
    margin-right: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-intro-left.big-device.extra-margin.left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .app-icon {
    width: 70px;
    margin-top: -78px;
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-top: -35px;
  }

  .hero {
    padding-top: 108px;
  }

  .section-header {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .section-header.white-text.hoved2 {
    margin-top: 0px;
    padding-top: 86px;
  }

  .section-header.white-text.kunder6.takk3.lastnedna.lastnednany {
    max-width: 600px;
  }

  .section-header.hoved4.lastned5.lastned9.discl {
    margin-top: 16px;
  }

  .feature-big-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-big {
    padding: 6px 19px 60px;
  }

  .white-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .white-section.press {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .background-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .background-section.page-top {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-description {
    margin-top: 7px;
    font-size: 14px;
  }

  .video-tour-phone {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-tour-text {
    font-size: 20px;
    line-height: 30px;
  }

  .big-side-feature {
    margin-top: -237px;
  }

  .big-side-feature.side-feature-blocks {
    margin-bottom: -55px;
    padding-top: 20px;
  }

  .big-side-feature.omoss10 {
    margin-top: -175px;
  }

  .big-side-feature.skjermbilder5.skjerm2.ny._56 {
    margin-top: -200px;
  }

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

  .big-feature-info.big-device {
    position: relative;
    width: 41.66666666%;
    margin-top: 0px;
    padding-top: 264px;
    padding-right: 10px;
    padding-left: 21px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .big-feature-info.big-device.ny._56 {
    padding-top: 268px;
  }

  .feature-text-big {
    font-size: 15px;
    line-height: 25px;
  }

  .feature-device {
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-device.laptop {
    left: 30px;
    width: 58.33333333%;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-device.desktop {
    width: 58.33333333%;
    margin-bottom: -50px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-device.web {
    width: 58.33333333%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-device.tab-device {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .testimonials-v1 {
    height: 380px;
    padding-top: 40px;
  }

  .review-slide-v1 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-v1 {
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.16);
  }

  .hero-device {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-device.tablet {
    padding-top: 5px;
  }

  .hero-device.desktop {
    left: -30px;
    padding-top: 0px;
  }

  .footer-logo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-buttons {
    padding-right: 10px;
    padding-left: 10px;
  }

  .store-badge {
    margin-right: 7px;
    margin-left: 7px;
  }

  .feature-cards-big {
    padding-top: 36px;
  }

  .feature-small-container {
    width: 50%;
  }

  .feature-card-v2 {
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .footer-right-links {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-store-badge {
    margin-right: 7px;
    margin-left: 7px;
  }

  .hero-play-button {
    margin-top: 130px;
  }

  .phone-side-features {
    width: 33.33333333%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-feature {
    padding-top: 17px;
    padding-bottom: 20px;
    text-align: center;
  }

  .phone-center {
    width: 33.333333%;
  }

  .side-feature-heading {
    font-size: 16px;
    line-height: 20px;
  }

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

  .feature-header-big {
    font-size: 25px;
    line-height: 35px;
  }

  .feature-card-big {
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px 25px 42px;
  }

  .feature-card-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-tabs-wrapper {
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -10px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tabs.big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tab-v2 {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: inset 0 0 0 1px #e7e8ea;
  }

  .feature-tab-v2:hover {
    border-style: none;
  }

  .feature-tab-v2.tab-1.w--current {
    border-style: none;
  }

  .download {
    padding-top: 20px;
  }

  .download-text {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .device-big-image {
    width: 500px;
    margin-top: 307px;
    margin-right: 13px;
    margin-left: -30px;
  }

  .device-big-image.fright {
    width: 500px;
    margin-left: -245px;
  }

  .device-big-image.fright.omoss {
    margin-right: 15px;
  }

  .device-big-image.fright.omoss.omoss9 {
    margin-right: 22px;
    margin-left: auto;
  }

  .device-big-image.fright.skjermbilder {
    width: 133%;
  }

  .device-big-image.fright.hoved {
    margin-left: -132px;
  }

  .device-big-image.tab-big-device {
    margin-right: 0%;
    margin-left: 0%;
    float: none;
  }

  .device-big-image.skjermbilder.left {
    width: 133%;
  }

  .device-big-image.skjerm2 {
    margin-top: 110px;
  }

  .device-big-image.skjerm2._456 {
    margin-left: 10px;
  }

  .device-big-image.skjerm2._856 {
    margin-left: 20px;
  }

  .device-big-image.skjerm2._78 {
    margin-left: 0px;
  }

  .press-container {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .gradient-button.hero-first-button {
    margin-right: 7px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .gradient-button.hero-first-button.hoved10._456._12.bold-text-2 {
    margin-right: auto;
    margin-left: 10px;
  }

  .gradient-button.hero-first-button.hoved10._456._12._2 {
    margin-right: 10px;
  }

  .gradient-button.hero-first-button._456 {
    margin-right: 20px;
    margin-left: auto;
  }

  .gradient-button.trial-button {
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: auto;
  }

  .gradient-button.buy-button {
    margin-right: 14px;
  }

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

  .gradient-button.contact-button.bestill4.bestills.bestill {
    margin-top: 20px;
    margin-bottom: -30px;
  }

  .gradient-button.contact-button.lastned {
    margin-top: 25px;
  }

  .gradient-button.blue.takk6 {
    margin-top: 28px;
  }

  .gradient-button.blue.takk6.vilkar.vilkar3.vilkar4.vi {
    margin-top: auto;
    margin-bottom: auto;
  }

  .gradient-button.blue.takk6 {
    margin-top: 28px;
  }

  .square-features-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .square-feature {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .download-buttons-contaner {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    text-align: right;
  }

  .square-feature-image {
    height: 360px;
  }

  .video-tour-tablet {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-description.white-transparent-text.lastned4 {
    margin-top: 23px;
  }

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

  .contact-window.lastned6.lastnedinfo {
    margin-top: auto;
    margin-bottom: 23px;
    padding-top: 0px;
  }

  .contact-window.lastned6.lastnedinfo.kunder {
    padding-top: 64px;
  }

  .contact-window.lastned6.lastnedinfo.vilkar {
    margin-top: -9px;
  }

  .contact-window.lastned6.lastnedinfo.vilkar.vilkar4 {
    margin-top: -81px;
  }

  .contact-window.lastned6.lastnedinfo.takk.takk2 {
    margin-top: 88px;
  }

  .contact-window.lastned6.lastned2 {
    margin-bottom: 143px;
    padding-bottom: 14px;
  }

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

  .input.text-area {
    margin-right: 0px;
    margin-left: 0px;
    padding: 11px 20px;
  }

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

  .input.subscribe-input {
    margin-right: 14px;
  }

  .input.trial-input {
    margin-right: 7px;
    margin-left: 7px;
  }

  .input.trial-white-input {
    margin-right: 7px;
    margin-left: 7px;
  }

  .input.footer-subscribe {
    text-align: center;
  }

  .input.trial-email-input {
    margin: 14px 7px;
  }

  .input.notify-input {
    margin-right: 14px;
  }

  .reviews-left-container {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .reviews-right-container {
    padding: 50px 10px 80px 20px;
  }

  .review-v2 {
    width: 100%;
  }

  .reviews-v2-header {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-v1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v1-info {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .pricing-v1-plans {
    width: 100%;
    padding-top: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .features-video {
    margin-bottom: -7px;
    padding: 22px 10px 0px;
  }

  .features-video-list {
    width: 100%;
  }

  .features-video-preview {
    width: 500px;
    height: 350px;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-video-list-item {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .trial-form {
    width: 100%;
  }

  .trial-form-wrapper {
    width: 15%;
    margin-left: 269px;
    padding-top: 26px;
    padding-right: 2px;
    padding-left: 4px;
  }

  .trial-form-wrapper.hoved1.hoved2 {
    margin-left: 312px;
    padding-left: 7px;
  }

  .trial-form-wrapper.hoved1.skjermbilder1 {
    margin-left: 320px;
  }

  .trial-form-wrapper.hoved13 {
    margin-bottom: 58px;
    margin-left: 309px;
    padding-top: 29px;
    padding-bottom: 0px;
  }

  .question {
    padding-right: 30px;
  }

  .review-v3-text {
    max-width: 66.6666666%;
    font-size: 16px;
    line-height: 30px;
  }

  .review-v3-author {
    font-size: 16px;
  }

  .feature-cards-v2 {
    padding-top: 30px;
  }

  .feature-cards-v2.hoved14 {
    padding-top: 18px;
  }

  .feature-cards-v2.hoved15 {
    padding-top: 0px;
  }

  .testimonials-v3 {
    height: 360px;
    padding-top: 30px;
  }

  .pricing-v2 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .pricing-v2-plan {
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px;
  }

  .pricing-v2-plan.best-plan-v2 {
    overflow: hidden;
  }

  .pricing-v2-price {
    margin-top: 4px;
    font-size: 35px;
    line-height: 76px;
  }

  .pricing-v2-features {
    margin-bottom: 30px;
  }

  .pricing-v2-feature {
    font-size: 14px;
  }

  .subscribe-container {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-v3-author {
    padding-right: 9px;
    padding-left: 9px;
  }

  .footer-v3-nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-intro-center {
    padding-top: 0px;
  }

  .hero-device-center {
    margin-top: 30px;
    margin-bottom: -180px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-big-v2 {
    padding: 60px 45px;
  }

  .feature-big-heading-v2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .video-tour-web {
    max-width: 970px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pricing-v3-plan {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }

  .pricing-v3 {
    padding-bottom: 40px;
  }

  .pricing-v3.page {
    padding-bottom: 60px;
  }

  .feature-card-v3 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 15px 20px 23px 60px;
  }

  .feature-card-v3-icon {
    top: 25px;
    height: 60px;
    margin-left: -75px;
  }

  .feature-card-v3-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-v5 {
    margin-top: -25px;
    margin-bottom: -70px;
  }

  .footer-v5-nav-list {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .footer-newsletter {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    padding: 20px 10px 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .feature-cards-v4 {
    margin-top: 55px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .feature-card-v4 {
    padding: 40px 25px;
  }

  .feature-card-v4-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .platforms-bottom-wrapper {
    padding-bottom: 40px;
  }

  .bg-feature-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-feature-card {
    max-width: 570px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .bg-feature-card.laptop {
    margin-top: 20px;
  }

  .platform-card {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .platform-card-heading {
    margin-top: 0px;
    font-size: 16px;
  }

  .features-tour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-tour-info {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    text-align: center;
  }

  .features-tour-list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .features-tour-list-item {
    padding-left: 90px;
  }

  .feature-tour-list-icon {
    width: 40px;
    border-radius: 8px;
  }

  .feature-icon-left-block {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 5px;
    padding-left: 70px;
  }

  .side-feature-icon {
    left: 0px;
    top: 0px;
  }

  .trial-form-window {
    width: 80%;
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
  }

  .trial-form-v2 {
    padding-top: 15px;
  }

  .trial-app-icon {
    width: 70px;
    margin-top: -35px;
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .newsletter-checkbox {
    padding-left: 27px;
  }

  .features-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-v2-info {
    width: 100%;
  }

  .features-v2-list {
    width: 100%;
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-v2-item {
    margin-right: 20px;
    margin-left: 10px;
    padding-left: 70px;
  }

  .coming-soon-window {
    max-width: 570px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
  }

  .coming-soon-text-v2 {
    font-size: 14px;
    line-height: 25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 20px 20px;
  }

  .hero-phone-image {
    max-height: 480px;
  }

  .store-badge-image {
    height: 45px;
  }

  .dropdown-arrow {
    margin-right: 25px;
    background-image: url('../images/dropdown-arrow-icon-grey.svg');
    background-size: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    margin-left: 0px;
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-link {
    padding-left: 40px;
    background-color: #f8f9fa;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #282b31;
    font-size: 14px;
  }

  .dropdown-link:hover {
    background-color: #e7e8ea;
    color: #282b31;
  }

  .dropdown-link.w--current:hover {
    color: #282b31;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-left: 10px;
    padding: 5px 15px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .hero-tablet-image {
    max-height: 450px;
  }

  .feature-tab-v1 {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: inset 0 0 0 1px #e7e8ea;
    text-align: center;
  }

  .feature-tab-v1.w--current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }

  .tab-icon {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .page-header {
    font-size: 30px;
    line-height: 45px;
  }

  .platform-tab-image {
    max-height: 440px;
  }

  .hero-video {
    margin-top: -30px;
    padding-top: 0px;
  }

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

  .table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
  }

  .table-cell.text-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .compare-section {
    margin-top: -103px;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .style-buttons {
    padding-top: 20px;
  }

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

  .style-typography-content {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

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

  .form-error.footer {
    margin-bottom: 20px;
  }

  .style-typography-heading {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-block-3 {
    margin-right: 0px;
  }

  .text-block-4 {
    margin-right: 0px;
  }

  .text-block-5 {
    margin-right: 0px;
  }

  .text-block-6 {
    margin-right: 0px;
  }

  .text-block-7 {
    margin-right: 0px;
  }

  .div-block-3.pris7.vilkar.vilkar2 {
    margin-top: -16px;
  }

  .checkbox-field {
    padding-left: 25px;
  }

  .dropdown-2 {
    height: auto;
  }

  .field-label.bestill_ok.bestill4 {
    margin-left: auto;
    padding-left: 9px;
  }

  .field-label.bestill_ok.bestill50 {
    margin-left: 0px;
    padding-left: 9px;
  }

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

  .field-label.lastned1 {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .field-label.lastned1.lastned2 {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

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

  .checkbox-field-2 {
    padding-left: 30px;
  }

  .radio-button-field-2.lastnedhjelp {
    padding-left: 25px;
  }

  .radio-button-field-3 {
    padding-left: 25px;
  }

  .checkbox-field-3 {
    padding-left: 30px;
  }

  .checkbox-field-4 {
    padding-left: 30px;
  }

  .checkbox-field-5 {
    padding-left: 30px;
  }

  .slider-3 {
    width: 100%;
    height: auto;
  }

  .slide {
    position: relative;
    margin-left: 0px;
  }

  .image-8 {
    margin-top: 18px;
    margin-left: 0px;
  }

  .image-10 {
    max-width: 100%;
    margin-top: 41px;
    margin-left: 0px;
  }

  .image-11 {
    margin-top: 30px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .image-13 {
    margin-top: 41px;
  }

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

  .image-16 {
    margin-top: 47px;
    margin-left: 0px;
  }

  .image-17 {
    width: auto;
    margin-top: 121px;
    margin-left: 0px;
  }

  .image-18 {
    margin-top: 30px;
    margin-left: 0px;
  }

  .image-19 {
    margin-top: 36px;
  }

  .image-20 {
    margin-top: 41px;
  }

  .image-21 {
    margin-top: 78px;
  }

  .image-22 {
    margin-top: 96px;
  }

  .image-23 {
    margin-top: 24px;
    margin-left: 0px;
  }

  .image-24 {
    margin-top: 26px;
    margin-left: 0px;
  }

  .image-25 {
    margin-top: 28px;
    margin-left: 0px;
  }

  .image-26 {
    margin-top: 31px;
    margin-left: 0px;
  }

  .image-27 {
    margin-top: 27px;
    margin-left: 0px;
  }

  .image-28 {
    margin-top: 1px;
    margin-left: 0px;
  }

  .image-29 {
    margin-top: 18px;
  }

  .image-30 {
    margin-top: 100px;
    margin-left: 0px;
  }

  .image-31 {
    margin-top: 41px;
  }

  .image-32 {
    margin-top: 41px;
  }

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

  .field-label-2.hoved214._4574 {
    padding-left: 4px;
  }

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

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

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

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

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

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

  .bold-text-5.hoved205.hoved225 {
    left: 15%;
    font-size: 25px;
    line-height: 25px;
  }

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

  .contact-window-2.bestillform.bestill.hoved200 {
    max-width: 510px;
  }

  .contact-window-2.bestillform.bestill.hoved200 {
    max-width: 510px;
  }

  .contact-window-2.lastned6.lastnedinfo {
    margin-top: auto;
    margin-bottom: 23px;
    padding-top: 0px;
  }

  .contact-window-2.lastned6.lastnedinfo.vilkar {
    margin-top: -9px;
  }

  .contact-window-2.lastned6.lastnedinfo.vilkar.vilkar4 {
    margin-top: -81px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2 {
    margin-top: 88px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3 {
    margin-top: 320px;
    padding-bottom: 1px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2 {
    width: 50%;
    margin-top: 140px;
  }

  .contact-window-2.bestillform.bestilling.best {
    margin-bottom: 100px;
  }

  .contact-window-2.home-nedlast {
    width: auto;
    margin-bottom: 40px;
  }

  .heading-accent-3.hoved101 {
    max-width: 320px;
    font-size: 30px;
  }

  .heading-accent-3.hoved101._2 {
    max-width: none;
  }

  .section-header-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .section-header-2.white-text.kunder6.bestill3 {
    margin-top: 61px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4 {
    margin-top: -37px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4.bestill5 {
    margin-bottom: -68px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4.bestill5.hoved204.hoved221 {
    left: 2%;
    top: 40%;
    right: auto;
    bottom: auto;
  }

  .heading {
    font-size: 20px;
  }

  .image-33 {
    margin-left: 0px;
  }

  .div-block-4 {
    margin-top: 150px;
    margin-bottom: 0px;
  }

  .heading-3 {
    margin-top: 40px;
    font-size: 40px;
  }

  .heading-3.secondary {
    margin-top: 60px;
  }

  .image-34 {
    margin-top: 0px;
  }

  .heading-5 {
    margin-left: 0px;
  }

  .device-big-image-2 {
    width: 500px;
    margin-top: 307px;
    margin-right: 13px;
    margin-left: -30px;
  }

  .device-big-image-2.hoved101 {
    margin-top: 0px;
  }

  .device-big-image-2.hoved101 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero-2 {
    padding-top: 108px;
  }

  .hero-heading-2 {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-heading-2.hoved102 {
    max-width: 320px;
    font-size: 30px;
  }

  .hero-heading-2.hoved103 {
    max-width: 310px;
  }

  .hero-heading-2.hoved102 {
    font-size: 30px;
  }

  .hero-heading-2.hoved103 {
    max-width: none;
  }

  .hero-section-2 {
    height: 600px;
  }

  .hero-section-2.desktop {
    height: 1500px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .hero-section-2.desktop.hoved101.hoved102 {
    height: 2100px;
  }

  .hero-section-2.desktop.hoved101.hoved102.header {
    height: 2200px;
  }

  .image-36 {
    left: 3%;
    top: auto;
    right: auto;
    bottom: 3%;
  }

  .hero-3 {
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-37 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .lettfaktura {
    margin-bottom: 100px;
  }

  .intro-content {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }

  .text {
    text-align: left;
  }

  .text.home-hero {
    text-align: center;
  }

  .wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-2.split-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .divider {
    width: 100%;
  }

  .divider.hero {
    display: none;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper-2 {
    margin-bottom: 40px;
  }

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

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

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

  .gradient-bg {
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: radial-gradient(circle closest-side at 75% 50%, #ebd1ff, hsla(0, 0%, 100%, 0)), linear-gradient(70deg, rgba(157, 213, 255, 0.57), hsla(0, 0%, 100%, 0) 43%), radial-gradient(circle closest-side at 50% 50%, #cdf5ff 23%, hsla(0, 0%, 100%, 0));
  }

  .hero-heading-center {
    height: auto;
  }

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

  .hero-wrapper-3 {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-small {
    max-width: none;
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  .hero-section.video {
    height: 540px;
  }

  .hero-section.desktop {
    overflow: visible;
    height: 1550px;
    margin-bottom: 5px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.disclaim {
    height: 1500px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.kunder3 {
    background-position: 50% 50%;
  }

  .hero-section.desktop.kunder3.kunder3a {
    height: auto;
  }

  .hero-section.desktop.pris.pris3.lastnned.lastnednaa52 {
    height: 2200px;
  }

  .hero-section.desktop.pris.pris3.pris2 {
    height: auto;
  }

  .hero-section.desktop.lastned {
    overflow: hidden;
    height: 1500px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-section.desktop.lastned.vilkar.vilkar2 {
    height: auto;
  }

  .hero-section.desktop.lastned.lastned6 {
    height: auto;
  }

  .hero-section.desktop.lastned.bestorg {
    height: 2200px;
  }

  .hero-section.desktop.lastned._2 {
    height: auto;
  }

  .hero-section.desktop.takk {
    height: 1550px;
    margin-bottom: auto;
  }

  .hero-section.desktop.takk.takk2.takk8 {
    height: auto;
  }

  .hero-section.desktop.takk.takk2.takk8.takkorg {
    height: 1500px;
  }

  .hero-section.desktop.kontaktoss {
    margin-bottom: auto;
  }

  .hero-section.desktop.skjermbild {
    height: auto;
  }

  .hero-section.desktop.moduler {
    height: 6000px;
  }

  .hero-section.desktop.moduler.programmer {
    height: auto;
  }

  .hero-section.web {
    margin-bottom: 180px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 130px;
  }

  .hero-section.phone {
    height: 600px;
    margin-bottom: 260px;
  }

  .hero-section.tablet {
    height: auto;
    margin-bottom: 220px;
  }

  .body {
    height: 1120px;
  }

  .wrapper.center {
    height: auto;
    margin-top: -184px;
    margin-bottom: 0px;
    padding-top: 67px;
    padding-bottom: 0px;
  }

  .wrapper.center.takk3 {
    margin-top: -44px;
    padding-top: 0px;
  }

  .wrapper.center.takk3.takk4 {
    margin-top: 13px;
  }

  .wrapper.center.takk3.takk4.vilkar {
    height: auto;
    margin-top: 116px;
    margin-bottom: -129px;
    padding-bottom: 0px;
  }

  .wrapper.center.takk3.takk4.vilkar.vilkar3 {
    margin-top: 113px;
    margin-bottom: -96px;
  }

  .wrapper.center.takk3.takk4.kontakt {
    height: auto;
  }

  .wrapper.center.omoss7 {
    height: auto;
    margin-top: -165px;
  }

  .wrapper.center.hoved11 {
    margin-top: -172px;
  }

  .wrapper.center.hoved11.hoved12 {
    margin-top: -48px;
  }

  .wrapper.center.hoved11.hoved12.kunder12 {
    height: auto;
    margin-top: 91px;
  }

  .wrapper.center.hoved11.hoved12.kunder13 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .wrapper.center.hoved11.hoved12.kunder13._2 {
    padding-top: 10px;
  }

  .wrapper.center.hoved11.hoved12.omoss13.omoss11 {
    height: auto;
    margin-bottom: -48px;
  }

  .wrapper.center.hoved11.hoved12.omoss13.omoss11._456._100 {
    margin-top: 0px;
  }

  .wrapper.center.hoved11.hoved12.omoss13.skjem {
    margin-top: -74px;
    margin-bottom: 33px;
  }

  .wrapper.center.hoved11.hoved12.hoved17 {
    height: auto;
  }

  .wrapper.center.hoved11.hoved12.hoved17.hoved212 {
    padding-top: 20px;
  }

  .wrapper.center.hoved11.hoved15 {
    height: auto;
  }

  .wrapper.center.hoved11.hoved15.hoved {
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 0px;
  }

  .wrapper.center.hoved14 {
    margin-top: -121px;
  }

  .wrapper.center.hoved3 {
    height: auto;
  }

  .wrapper.center.kunder15 {
    margin-top: -101px;
    margin-bottom: 97px;
    padding-top: 28px;
    padding-bottom: 0px;
  }

  .wrapper.center.kunder15.kunder16.kunder {
    height: auto;
  }

  .wrapper.center.kunder15.kunder16.kunder._4 {
    margin-top: -80px;
  }

  .wrapper.center.takk5 {
    margin-top: -117px;
  }

  .wrapper.center.lastned {
    margin-top: 100px;
  }

  .wrapper.center.bestill1 {
    margin-top: 70px;
    padding-top: auto;
  }

  .wrapper.center.bestill1.vilkar {
    margin-top: 34px;
    margin-bottom: -60px;
  }

  .wrapper.center.bestill1.vilkar.vilkar1 {
    height: auto;
    margin-top: -61px;
  }

  .wrapper.center.bestill1.vilkar.vilkar1.vilkar3 {
    margin-top: -193px;
  }

  .wrapper.center.bestill1.vilkar.vilkar1.vilkorbest {
    margin-top: -54px;
  }

  .wrapper.center.bestill1.liste {
    margin-top: 130px;
  }

  .wrapper.center.vilkar2 {
    height: auto;
  }

  .wrapper.center.kunder17 {
    height: auto;
  }

  .wrapper.center.omoss12 {
    height: auto;
  }

  .wrapper.center.omoss12.programmer {
    margin-top: -50px;
    padding-top: 0px;
  }

  .wrapper.center.hoved16 {
    height: auto;
  }

  .wrapper.center.prissetting {
    margin-top: auto;
  }

  .wrapper.center.socialmedia {
    margin-top: 100px;
    margin-bottom: -58px;
  }

  .wrapper.center.socilamedia_omoss {
    margin-top: 7px;
    margin-bottom: -40px;
  }

  .wrapper.center.socilamedia_omoss.hoved.kunder {
    margin-top: -31px;
    margin-bottom: -72px;
    padding-top: 22px;
  }

  .wrapper.side-reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper._456 {
    margin-top: 140px;
  }

  .wrapper._77 {
    margin-top: -60px;
  }

  .button.feature-video-button {
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .button.beta {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0px;
  }

  .button.hero-second-button {
    margin-right: 7px;
    margin-left: 7px;
  }

  .button.try-button {
    margin-right: 7px;
    margin-left: 7px;
  }

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

  .grey-section {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .grey-section.second-phone-feature {
    margin-top: -40px;
    padding-bottom: 30px;
  }

  .grey-section.first-web-feature {
    padding-top: 50px;
  }

  .grey-section.kunder6 {
    padding-bottom: 40px;
  }

  .grey-section.omoss13 {
    padding-bottom: 0px;
  }

  .grey-section.skjerm {
    padding-bottom: 0px;
  }

  .grey-section._56 {
    padding-bottom: 0px;
  }

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

  .heading-accent.white {
    font-size: 35px;
  }

  .hero-intro-left {
    padding-top: 0px;
    padding-left: 10px;
    text-align: center;
  }

  .hero-intro-left.big-device.intro {
    margin-top: 10px;
  }

  .hero-intro-left.big-device.extra-margin {
    margin-right: 0px;
  }

  .hero-intro-left.big-device.extra-margin.left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .app-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .app-icon.middle {
    width: 60px;
    margin-bottom: 19px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-bottom: 10px;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-header {
    margin-top: 55px;
    padding-top: 31px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-header.white-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-header.white-text.last-ned2 {
    margin-top: 23px;
  }

  .section-header.white-text.kunder6.bestill.vilkar.vilkar5 {
    margin-top: -51px;
  }

  .section-header.white-text.kunder6.takk3.kontaktoss.hoved {
    margin-top: auto;
  }

  .section-header.white-text.kunder6.takk3.kontaktoss.hoved7 {
    margin-top: 5px;
  }

  .section-header.white-text.kunder6.takk3.kontaktoss.skjermbilder {
    margin-top: 6px;
    padding-bottom: 43px;
  }

  .section-header.white-text.kunder6.takk3.kontaktoss.skjerbilder2 {
    padding-top: auto;
  }

  .section-header.white-text.kunder6.takk3.lastnedna.lastnednany {
    margin-top: 35px;
  }

  .section-header.compare-header.pris.pris3 {
    margin-top: 106px;
  }

  .section-header.hoved4 {
    margin-top: 149px;
    margin-bottom: 3px;
    padding-top: 84px;
    padding-bottom: 0px;
  }

  .section-header.hoved4.lastned5.lastned9.discl {
    margin-top: 154px;
  }

  .section-header.hoved4.lastned5.lastned9.discl.vilkar {
    margin-top: 154px;
    padding-top: 28px;
  }

  .section-header.hoved4.lastned5.lastned9.discl.vi {
    margin-top: 134px;
    padding-top: 25px;
  }

  .section-header.hoved4.lastned5.lastned9.kunder2 {
    margin-top: -119px;
  }

  .section-header.omoss11 {
    margin-bottom: 8px;
  }

  .section-header.hoved99 {
    margin-top: 95px;
  }

  .section-header._56 {
    margin-top: 60px;
  }

  .feature-big {
    padding: 16px 8.33333333% 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .white-section.press {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .background-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-section.page-top {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .background-section._100 {
    margin-top: 20px;
  }

  .background-section.programmer {
    margin-top: -5px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 30px;
  }

  .footer-description {
    max-width: none;
  }

  .footer-bottom-v1 {
    margin-top: 40px;
  }

  .big-side-feature {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-side-feature.second {
    margin-bottom: -10px;
  }

  .big-side-feature.side-feature-blocks {
    margin-bottom: -85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .big-side-feature.omoss9 {
    margin-top: 140px;
  }

  .big-side-feature.omoss10 {
    margin-top: 64px;
  }

  .big-side-feature.skjermbilder3 {
    margin-top: -10px;
  }

  .big-side-feature.skjermbilder4 {
    margin-top: 246px;
  }

  .big-side-feature.skjermbilder5 {
    margin-top: -14px;
    margin-bottom: -78px;
    padding-top: 0px;
    padding-bottom: 46px;
  }

  .big-side-feature.skjermbilder5.skjerm {
    margin-top: -104px;
  }

  .big-side-feature.skjermbilder5.skjerm2 {
    margin-top: 110px;
  }

  .big-side-feature.skjermbilder5.skjerm2.ny {
    margin-bottom: -213px;
    padding-bottom: 0px;
  }

  .big-side-feature.skjermbilder5.skjerm2.ny._56 {
    margin-top: 95px;
  }

  .big-side-feature.skjermbilder5.skjerm3 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
  }

  .big-feature-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .big-feature-info.big-device {
    width: 100%;
    margin-top: -68px;
    padding-top: 36px;
    padding-bottom: 37px;
  }

  .big-feature-info.big-device.omoss6 {
    margin-top: 96px;
    padding-bottom: 38px;
  }

  .big-feature-info.big-device.hoved10 {
    margin-top: 0px;
  }

  .big-feature-info.big-device.skjermbilder {
    margin-top: 51px;
  }

  .big-feature-info.big-device.skjermbilder2 {
    margin-top: 33px;
  }

  .big-feature-info.big-device.ny {
    margin-bottom: -138px;
  }

  .big-feature-info.big-device.ny._456 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .big-feature-info.big-device.ny._45 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .big-feature-info.big-device.ny._56 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .feature-text-big {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .feature-device {
    width: 100%;
  }

  .feature-device.laptop {
    position: static;
    width: 100%;
    margin-top: -135px;
    margin-bottom: -162px;
    padding: 0px 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .feature-device.laptop.ny {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .feature-device.laptop._654 {
    margin-bottom: 0px;
  }

  .feature-device.desktop {
    width: 100%;
    margin-top: -131px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-device.desktop.omoss4 {
    margin-top: -134px;
  }

  .feature-device.web {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-device.web.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-device.phone {
    padding: 30px 20% 50px;
  }

  .stars-center {
    margin-top: 117px;
  }

  .testimonials-v1 {
    height: 320px;
    padding-top: 20px;
  }

  .review-slide-v1 {
    width: 100%;
    padding-right: 8.33333333%;
    padding-left: 8.33333333%;
  }

  .hero-device {
    width: 100%;
    padding-top: 30px;
  }

  .hero-device.tablet {
    margin-bottom: -220px;
    padding-top: 30px;
  }

  .hero-device.desktop {
    position: static;
    margin-top: -1px;
    margin-bottom: -61px;
    padding-top: 33px;
    padding-bottom: 0px;
  }

  .hero-device.desktop.hoved100 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-section-v1 {
    padding-top: 30px;
  }

  .footer-v4 {
    padding-top: 30px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }

  .author-copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .social-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .store-badges {
    padding-top: 16px;
  }

  .feature-cards-big {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .feature-small-container {
    width: 100%;
  }

  .feature-card-v2 {
    width: 50%;
  }

  .footer-v2 {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-right-links {
    width: auto;
    text-align: center;
  }

  .footer-link-v2 {
    display: inline-block;
    padding: 10px;
    float: none;
  }

  .hero-play-button {
    margin-top: 20px;
  }

  .phone-center-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-feature {
    padding-right: 15px;
    padding-left: 15px;
  }

  .phone-center {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-store-badges {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-card-big {
    width: 80%;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-card-icon {
    margin-bottom: 11px;
  }

  .feature-tabs-wrapper {
    margin-top: 0px;
  }

  .feature-tabs {
    padding-top: 30px;
  }

  .feature-tabs.big {
    padding-right: 5px;
    padding-left: 5px;
  }

  .feature-tab-v2 {
    padding-bottom: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .download {
    margin-top: -20px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .download-text {
    padding-right: 50px;
    padding-left: 50px;
  }

  .device-big-image {
    width: 100%;
    margin-top: 112px;
    margin-left: 0px;
    padding-top: 9px;
    padding-bottom: 151px;
  }

  .device-big-image.fright.omoss {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .device-big-image.fright.omoss.omoss9 {
    margin-right: auto;
  }

  .device-big-image.fright.skjermbilder {
    width: 500px;
    padding-bottom: 59px;
  }

  .device-big-image.fright.hoved {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .device-big-image.fright.hoved.hoved1 {
    padding-bottom: 0px;
  }

  .device-big-image.fright.hoved._78 {
    padding-bottom: 114px;
  }

  .device-big-image.omoss1 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .device-big-image.skjermbilder.left {
    width: 500px;
  }

  .device-big-image.hoved12 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .device-big-image.skjerm2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .press-container {
    margin-top: 46px;
  }

  .gradient-button.hero-first-button {
    margin-left: 7px;
  }

  .gradient-button.hero-first-button.hoved2.lastnedna {
    margin-top: 231px;
  }

  .gradient-button.hero-first-button.hoved10.hoved {
    margin-top: 81px;
    margin-bottom: 88px;
  }

  .gradient-button.hero-first-button.hoved10._456._12.bold-text-2 {
    margin-top: 10px;
    margin-left: auto;
  }

  .gradient-button.hero-first-button.hoved10._456._12._2 {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .gradient-button.trial-button {
    margin-left: -33px;
  }

  .gradient-button.buy-button {
    margin-right: 7px;
    margin-left: 7px;
  }

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

  .gradient-button.blue.takk6 {
    margin-top: 26px;
  }

  .gradient-button.blue.takk6.vilkar.vilkar3.vilkar4.vi {
    margin-top: auto;
    margin-bottom: auto;
  }

  .gradient-button.blue.takk6 {
    margin-top: 26px;
  }

  .gradient-button.blue.takk6.takk7 {
    margin-bottom: 14px;
  }

  .square-features-container {
    margin-top: 10px;
  }

  .square-feature {
    width: 100%;
    padding: 35px 45px 45px;
  }

  .square-feature.second-feature {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .download-buttons-contaner {
    width: 100%;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .square-feature-image {
    width: 100%;
    height: 520px;
  }

  .video-tour-tablet {
    padding: 30px 10px 60px;
  }

  .section-description {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .section-description.white-transparent-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-description.white-transparent-text.lastned4 {
    margin-top: 37px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-description.omoss14 {
    padding-bottom: 45px;
  }

  .section-description.discleimer {
    margin-top: 144px;
    margin-bottom: -27px;
  }

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

  .contact-window.lastned6.lastnedinfo.vilkar {
    margin-top: -144px;
  }

  .contact-window.lastned6.lastnedinfo.vilkar.vilkar4 {
    margin-top: -235px;
  }

  .contact-window.lastned6.lastnedinfo.takk {
    margin-top: 91px;
  }

  .contact-window.lastned6.lastnedinfo.vi {
    margin-top: -69px;
  }

  .contact-window.lastned6.lastned2 {
    padding-bottom: 3px;
  }

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

  .input.trial-white-input {
    margin-right: 7px;
    margin-left: 7px;
  }

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

  .reviews-left-container {
    width: 100%;
    padding: 60px 10px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    background-color: transparent;
  }

  .stars-left {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    width: 100%;
    padding-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .reviews-v2-header {
    text-align: center;
  }

  .reviews-v2-more-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .reviews-v2-store-link {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 15px;
  }

  .arrow-icon {
    display: none;
  }

  .pricing-v1-plans {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-v1-plan {
    overflow: hidden;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-v1-plan-name {
    margin-right: -40px;
    margin-left: -40px;
  }

  .pricing-v1-free-plan-name {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-v1-free-plan {
    overflow: hidden;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .features-video {
    padding-top: 20px;
  }

  .features-video-preview {
    width: 500px;
    height: 355px;
    margin-top: 20px;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .device-big-center {
    margin-top: 37px;
    margin-bottom: -120px;
  }

  .trial-form {
    margin-bottom: 0px;
  }

  .trial-form-wrapper {
    margin-left: 151px;
    padding-top: 106px;
  }

  .trial-form-wrapper.hoved1 {
    margin-top: -11px;
    margin-left: 244px;
    padding-bottom: 77px;
  }

  .trial-form-wrapper.hoved1.hoved2 {
    margin-top: 13px;
    margin-left: 248px;
  }

  .trial-form-wrapper.hoved1.skjermbilder1 {
    margin-left: 255px;
  }

  .trial-form-wrapper.hoved9 {
    margin-left: 208px;
  }

  .trial-form-wrapper.hoved13 {
    margin-bottom: 35px;
    margin-left: 245px;
    padding-bottom: 9px;
  }

  .questions-list {
    padding-top: 20px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .question {
    padding-right: 10px;
    padding-left: 10px;
  }

  .question-text {
    margin-top: 10px;
  }

  .reviews-arrow {
    margin-top: 134px;
    margin-left: 10px;
  }

  .reviews-arrow.right {
    margin-right: 10px;
  }

  .review-v3-avatar {
    margin-bottom: 27px;
  }

  .review-v3 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .review-v3-author {
    margin-top: 22px;
  }

  .feature-cards-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .feature-cards-v2.hoved14 {
    padding-top: 89px;
  }

  .testimonials-v3 {
    height: 380px;
    padding-top: 20px;
  }

  .pricing-v2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .pricing-v2-plan {
    width: 66.66666667%;
  }

  .pricing-v2-plan.best-plan-v2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subscribe-container {
    margin-top: 46px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-v3-author {
    padding-top: 3px;
    text-align: center;
  }

  .footer-v3-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -130px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-big-v2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-big-v2.left-border {
    padding-top: 0px;
  }

  .feature-big-heading-v2 {
    font-size: 20px;
    line-height: 30px;
  }

  .video-tour-web {
    height: 320px;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .pricing-v3-price-container {
    height: 90px;
  }

  .pricing-v3-feature {
    padding-top: 10px;
    font-size: 14px;
  }

  .pricing-v3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-v3.page {
    padding-bottom: 40px;
  }

  .pricing-v3.page.pris1.pris2 {
    margin-top: auto;
  }

  .ceature-cards-v3 {
    padding-top: 20px;
  }

  .feature-card-v3 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .footer-v5 {
    margin-bottom: -60px;
  }

  .footer-v5-header {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer-v5-nav-list {
    text-align: left;
  }

  .footer-v5-nav-link {
    font-size: 12px;
  }

  .footer-newsletter {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 80px 40px;
  }

  .feature-cards-v4 {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-card-v4 {
    width: 100%;
  }

  .feature-card-v4.middle-card {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e7e8ea;
    border-bottom-width: 1px;
    border-bottom-color: #e7e8ea;
  }

  .platform-tabs {
    margin-top: 15px;
  }

  .platform-tab-content {
    padding-top: 30px;
    padding-bottom: 21px;
  }

  .platforms-bottom-wrapper {
    margin-top: -109px;
    margin-bottom: -80px;
    padding-top: 140px;
  }

  .bg-feature-cards {
    padding-top: 20px;
  }

  .bg-feature-card {
    padding-left: 30px;
  }

  .testimonials-v4 {
    margin-bottom: 0px;
    padding-top: 25px;
  }

  .review-slide-v4 {
    width: 100%;
  }

  .testimonials {
    margin-bottom: 20px;
  }

  .platform-cards {
    padding-top: 35px;
  }

  .platform-card {
    margin-bottom: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .features-tour {
    padding-top: 10px;
  }

  .features-tour-info {
    padding-bottom: 20px;
  }

  .features-tour-list-item {
    padding: 15px 20px 20px 80px;
  }

  .feature-tour-list-icon {
    margin-top: 25px;
    margin-left: 20px;
  }

  .feature-icon-left-block {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 29px;
  }

  .trial-form-window {
    width: auto;
    max-width: 100%;
    margin-top: 60px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .features-v2-list {
    padding-left: 0px;
  }

  .feature-v2-item {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .background-full {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 500px;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
  }

  .notify-form {
    width: auto;
  }

  .coming-soon-social-v1 {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .coming-soon-copyright-text {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .coming-soon-window {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .feature-tab-v1 {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .press-logo-image {
    height: 18px;
  }

  .platform-tab-image {
    max-height: 320px;
  }

  .text-block-2 {
    font-size: 14px;
  }

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

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

  .table-cell.column-header.pris5 {
    height: 62px;
  }

  .table-cell.text-left.pris4 {
    width: 200px;
    height: 62px;
  }

  .table-cell.plus-feature.pris6 {
    height: 62px;
  }

  .table-cell.minus-feature.pris8 {
    height: 62px;
  }

  .table-cell.pris3 {
    height: 62px;
  }

  .compare-section {
    margin-top: -83px;
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .style-buttons {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .style-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block {
    margin-top: -121px;
    margin-bottom: -220px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-3 {
    margin-right: 0px;
  }

  .text-block-4 {
    margin-right: 0px;
  }

  .text-block-6 {
    margin-right: 0px;
  }

  .text-block-7 {
    margin-right: 0px;
  }

  .div-block-3.pris7.vilkar.vilkar2 {
    margin-top: -119px;
  }

  .checkbox-field {
    padding-left: 26px;
  }

  .field-label.lastned1.lastned2 {
    margin-bottom: auto;
  }

  .radio-button-field-2.lastnedhjelp {
    padding-left: 26px;
  }

  .radio-button-field-3 {
    padding-left: 26px;
  }

  .slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-8 {
    margin-top: 30px;
    margin-left: 0px;
  }

  .image-10 {
    margin-top: 32px;
  }

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

  .image-13 {
    margin-top: 22px;
  }

  .image-14 {
    margin-top: 22px;
  }

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

  .image-16 {
    margin-top: 24px;
  }

  .image-17 {
    margin-top: 74px;
  }

  .image-18 {
    margin-top: 32px;
  }

  .image-19 {
    margin-top: 32px;
  }

  .image-20 {
    margin-top: 22px;
  }

  .image-21 {
    margin-top: 53px;
  }

  .image-22 {
    margin-top: 71px;
    margin-left: 0px;
  }

  .image-23 {
    margin-top: 21px;
  }

  .image-24 {
    margin-top: 23px;
  }

  .image-25 {
    margin-top: 24px;
  }

  .image-26 {
    margin-top: 23px;
  }

  .image-27 {
    margin-top: 17px;
  }

  .image-28 {
    margin-top: 48px;
  }

  .image-29 {
    margin-top: 20px;
  }

  .image-30 {
    margin-top: 48px;
  }

  .image-31 {
    margin-top: 22px;
  }

  .image-32 {
    margin-top: 22px;
  }

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

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

  .bold-text-5.hoved205.hoved225 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: -11px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
  }

  .bold-text-5.hoved205.hoved225._12 {
    margin-top: 0px;
  }

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

  .contact-window-2.bestillform.bestill.hoved200 {
    display: block;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-window-2.bestillform.bestill.hoved200 {
    display: block;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-window-2.lastned6.lastnedinfo.vilkar {
    margin-top: -144px;
  }

  .contact-window-2.lastned6.lastnedinfo.vilkar.vilkar4 {
    margin-top: -235px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk {
    margin-top: 91px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3 {
    margin-top: 320px;
    margin-bottom: 32px;
    padding-bottom: 0px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2._100 {
    width: 70%;
  }

  .contact-window-2.home-nedlast {
    max-width: none;
    margin-top: 20px;
  }

  .heading-accent-3.hoved101._2 {
    margin-top: 0px;
  }

  .section-header-2 {
    margin-top: 55px;
    padding-top: 31px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-header-2.hoved4 {
    margin-top: 149px;
    margin-bottom: 3px;
    padding-top: 84px;
    padding-bottom: 0px;
  }

  .section-header-2.white-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4.bestill5 {
    margin-bottom: -33px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4.bestill5.hoved204.hoved221 {
    position: absolute;
    left: 15%;
    top: 6%;
    right: auto;
    bottom: auto;
  }

  .heading {
    font-size: 30px;
  }

  .div-block-4 {
    margin-top: 0px;
    padding-top: 40px;
  }

  .heading-3 {
    margin-top: 135px;
    font-size: 30px;
  }

  .heading-3._53 {
    font-size: 40px;
  }

  .heading-3.secondary {
    font-size: 40px;
  }

  .heading-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .device-big-image-2 {
    width: 100%;
    margin-top: 112px;
    margin-left: 0px;
    padding-top: 9px;
    padding-bottom: 151px;
  }

  .device-big-image-2.hoved101 {
    max-width: 370px;
    padding-bottom: 0px;
  }

  .device-big-image-2.hoved101 {
    max-width: 370px;
    padding-bottom: 0px;
  }

  .hero-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading-2.hoved103 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-heading-2.hoved103._2 {
    margin-top: 40px;
  }

  .hero-heading-2.hoved103 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-section-2.desktop {
    overflow: visible;
    height: 1550px;
    margin-bottom: 5px;
    background-position: 50% 50%;
  }

  .hero-section-2.desktop.hoved101 {
    height: 2050px;
  }

  .hero-section-2.desktop.hoved101.hoved102 {
    height: 2500px;
  }

  .hero-section-2.desktop.hoved101.hoved102.header {
    height: 2650px;
  }

  .image-36 {
    display: inline-block;
  }

  .hero-3 {
    margin-top: 40px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-5 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .lettfaktura {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lf-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .text {
    text-align: center;
  }

  .hero-wrapper-2 {
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-wrapper-2.home-hero {
    margin-bottom: 40px;
  }

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

  .heading-6.hero {
    font-size: 40px;
    line-height: 50px;
  }

  .gradient-bg {
    background-image: linear-gradient(85deg, rgba(157, 213, 255, 0.57), hsla(0, 0%, 100%, 0) 43%), radial-gradient(circle closest-side at 50% 50%, #cddfff 32%, hsla(0, 0%, 100%, 0));
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .grid-2 {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section.desktop {
    height: 1750px;
    margin-bottom: 60px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.disclaim {
    height: 1500px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.kunder3 {
    height: auto;
    background-position: 50% 50%;
  }

  .hero-section.desktop.kunder3.kunder3a {
    height: auto;
  }

  .hero-section.desktop.pris.pris3 {
    height: 2400px;
  }

  .hero-section.desktop.pris.pris3.lastnned {
    height: 1700px;
  }

  .hero-section.desktop.pris.pris3.lastnned.lastnednaa52 {
    height: 2100px;
  }

  .hero-section.desktop.pris.pris3.pris2 {
    height: 2500px;
  }

  .hero-section.desktop.pris.pris3.pris2.mer {
    height: 1000px;
  }

  .hero-section.desktop.lastned {
    height: 1700px;
    background-position: 50% 50%;
  }

  .hero-section.desktop.lastned.vilkar {
    height: 2800px;
  }

  .hero-section.desktop.lastned.vilkar.lastned9 {
    height: 5500px;
  }

  .hero-section.desktop.lastned.vilkar.vilkar2 {
    height: auto;
  }

  .hero-section.desktop.lastned.vilkar.vilkar2.vilkar1 {
    height: 4300px;
  }

  .hero-section.desktop.lastned.vilkar.vilkar2.vilkar1.vilkar6 {
    height: 6500px;
  }

  .hero-section.desktop.lastned.vilkar.vilkar2.vilkar1.vilkar6.faks {
    height: 7000px;
  }

  .hero-section.desktop.lastned.lastned6 {
    height: auto;
  }

  .hero-section.desktop.lastned.lastned6.lastned7 {
    height: 2300px;
  }

  .hero-section.desktop.lastned.bestorg {
    height: 3000px;
  }

  .hero-section.desktop.lastned.lf {
    height: auto;
  }

  .hero-section.desktop.lastned._2 {
    height: auto;
  }

  .hero-section.desktop.takk {
    height: 1900px;
  }

  .hero-section.desktop.takk.takk2 {
    height: auto;
  }

  .hero-section.desktop.skjermbild {
    height: 2100px;
  }

  .hero-section.desktop.moduler {
    height: 3300px;
  }

  .hero-section.web {
    margin-bottom: 120px;
  }

  .hero-section.all-platforms {
    margin-bottom: 70px;
  }

  .hero-section.phone {
    height: auto;
    margin-bottom: 257px;
  }

  .wrapper {
    margin-top: -5px;
  }

  .wrapper.center {
    height: auto;
    margin-top: -135px;
  }

  .wrapper.center.takk3.takk4 {
    margin-top: 35px;
  }

  .wrapper.center.takk3.takk4.vilkar {
    margin-top: 246px;
    margin-bottom: -43px;
  }

  .wrapper.center.takk3.takk4.vilkar.vilkar3 {
    margin-top: 214px;
  }

  .wrapper.center.omoss7 {
    margin-top: -121px;
  }

  .wrapper.center.hoved11 {
    margin-top: -60px;
  }

  .wrapper.center.hoved11.hoved12.kunder12 {
    margin-top: 27px;
    margin-bottom: -189px;
  }

  .wrapper.center.hoved11.hoved12.omoss13.omoss11 {
    margin-top: -70px;
  }

  .wrapper.center.hoved11.hoved12.omoss13.skjem {
    margin-top: -43px;
    margin-bottom: 10px;
    padding-top: 68px;
  }

  .wrapper.center.hoved11.hoved15.kopi1 {
    margin-top: -83px;
  }

  .wrapper.center.hoved11.hoved15.hoved {
    margin-bottom: 27px;
  }

  .wrapper.center.hoved3 {
    margin-bottom: 288px;
    padding-bottom: 0px;
  }

  .wrapper.center.kunder15 {
    margin-top: -112px;
  }

  .wrapper.center.kunder15.kunder16 {
    margin-top: -83px;
  }

  .wrapper.center.kunder15.kunder16.kunder._4 {
    margin-top: 10px;
  }

  .wrapper.center.kunder15.kunder9 {
    margin-top: 40px;
  }

  .wrapper.center.omoss14 {
    margin-top: -93px;
  }

  .wrapper.center.lastned {
    height: 2000px;
  }

  .wrapper.center.bestill1.vilkar.vilkar1 {
    height: auto;
    margin-top: 14px;
  }

  .wrapper.center.bestill1.vilkar.vilkar1.vilkar3 {
    margin-top: -126px;
  }

  .wrapper.center.bestill1.vilkar.vilkar1.vilkorbest {
    margin-top: 44px;
    margin-bottom: 155px;
  }

  .wrapper.center.omoss12.ny {
    margin-top: -50px;
  }

  .wrapper.center.socialmedia {
    margin-top: 140px;
  }

  .wrapper.center.socilamedia_omoss {
    margin-bottom: -25px;
  }

  .wrapper.center.socilamedia_omoss.hoved {
    margin-top: -38px;
  }

  .wrapper.center.socilamedia_omoss.hoved.kunder {
    margin-top: -29px;
    padding-top: 24px;
  }

  .wrapper.center.socilamedia_omoss.hoved.flerskjerm {
    margin-bottom: -43px;
  }

  .wrapper._456 {
    margin-top: 0px;
  }

  .wrapper._77 {
    margin-top: 40px;
  }

  .wrapper._77._7845 {
    margin-top: 137px;
  }

  .button.hero-second-button {
    display: block;
    margin-top: 0px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .button.try-button {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .grey-section {
    margin-top: -140px;
    margin-bottom: -5px;
    padding-bottom: 83px;
  }

  .grey-section.omoss13 {
    margin-top: -62px;
    margin-bottom: -3px;
    padding-top: 31px;
    padding-bottom: 122px;
  }

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

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

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

  .heading-accent.lastned56 {
    margin-left: -18px;
  }

  .heading-accent.white {
    font-size: 30px;
  }

  .hero-intro-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-intro-left.big-device {
    margin-top: 25px;
  }

  .app-icon {
    margin-bottom: 0px;
  }

  .app-icon.coming-soon-icon-v1 {
    margin-bottom: 9px;
  }

  .hero {
    padding-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-header {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-header.white-text.last-ned2 {
    margin-top: 34px;
    margin-bottom: 2px;
    padding-top: 36px;
    padding-bottom: 0px;
  }

  .section-header.white-text.last-ned2.lastned4 {
    margin-top: -21px;
  }

  .section-header.white-text.kunder6.bestill.vilkar {
    margin-top: 23px;
  }

  .section-header.white-text.kunder6.bestill.vilkar.vilkar5 {
    margin-top: -124px;
  }

  .section-header.white-text.kunder6.kunder9 {
    margin-top: 39px;
  }

  .section-header.compare-header.pris.pris3 {
    margin-top: 49px;
  }

  .section-header.kunder.white-text.takk1 {
    margin-top: 59px;
  }

  .section-header.hoved4 {
    margin-top: 83px;
  }

  .section-header.hoved4.lastned5.lastned9.discl {
    margin-top: 80px;
  }

  .section-header.hoved4.lastned5.lastned9.discl.vilkar {
    margin-top: 77px;
    padding-top: 19px;
  }

  .section-header.omoss11 {
    margin-top: 58px;
    padding-top: 0px;
  }

  .press-link {
    padding: 10px;
  }

  .background-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-section.page-top {
    padding-bottom: 40px;
  }

  .background-section._100 {
    margin-top: 0px;
  }

  .background-section.programmer {
    margin-top: 0px;
  }

  .footer-description {
    margin-bottom: 17px;
  }

  .footer-bottom-v1 {
    margin-top: 20px;
  }

  .video-tour-section.phone {
    background-size: auto, cover;
  }

  .video-tour-phone {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-side-feature {
    margin-top: -124px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 74px;
  }

  .big-side-feature.omoss9 {
    margin-top: 65px;
    margin-bottom: -41px;
  }

  .big-side-feature.hoved8 {
    margin-top: 19px;
    padding-top: 18px;
  }

  .big-side-feature.hoved8.hoved9 {
    margin-top: -146px;
  }

  .big-side-feature.skjermbilder3 {
    padding-bottom: 148px;
  }

  .big-side-feature.skjermbilder4 {
    margin-top: 169px;
  }

  .big-side-feature.skjermbilder5 {
    margin-top: -10px;
    padding-top: 0px;
  }

  .big-feature-info {
    margin-right: 0%;
    margin-left: 0%;
  }

  .big-feature-info.big-device {
    margin-bottom: -3px;
    padding-bottom: 39px;
  }

  .big-feature-info.big-device.omoss7 {
    margin-top: auto;
  }

  .big-feature-info.big-device.omoss8 {
    margin-top: 76px;
  }

  .big-feature-info.big-device.hoved7 {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }

  .big-feature-info.big-device.hoved10 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .feature-device.desktop {
    margin-top: -130px;
  }

  .feature-device.web {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .feature-device.tab-device {
    padding-top: 10px;
    padding-right: 4%;
    padding-left: 4%;
  }

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

  .stars-center {
    margin-top: 79px;
  }

  .testimonials-v1 {
    height: 340px;
  }

  .review-slide-v1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-device {
    padding-top: 40px;
  }

  .hero-device.phone {
    margin-bottom: -257px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-device.tablet {
    padding-top: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .hero-device.desktop {
    margin-bottom: -60px;
    padding: 40px 5px 0px;
  }

  .footer-logo {
    padding-right: 10%;
    padding-left: 10%;
  }

  .store-badge {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .store-badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-small-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-v2 {
    width: 100%;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .footer-right-links {
    padding-top: 20px;
  }

  .footer-link-v2 {
    display: block;
    margin-top: 0px;
  }

  .footer-store-badge {
    margin: 7px 5px;
  }

  .phone-center-features {
    padding-top: 10px;
  }

  .phone-side-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .phone-center {
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .feature-header-big {
    margin-top: 34px;
    margin-bottom: auto;
  }

  .feature-header-big.ny1 {
    margin-top: 118px;
  }

  .feature-header-big.ny2 {
    margin-top: -41px;
  }

  .footer-store-badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-card-big {
    width: 100%;
  }

  .feature-tabs {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .feature-tabs.big {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tab-v2 {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 17px 15px 7px;
  }

  .feature-tab-heading {
    font-size: 13px;
  }

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

  .device-big-image {
    padding-bottom: 69px;
  }

  .device-big-image.fright {
    width: 280px;
    margin-right: 3px;
    padding-right: 0px;
    padding-bottom: 225px;
  }

  .device-big-image.fright.omoss {
    width: 100%;
    margin-top: 130px;
    margin-right: auto;
    margin-left: -244px;
  }

  .device-big-image.fright.skjermbilder {
    width: 280px;
  }

  .device-big-image.omoss1 {
    margin-right: auto;
  }

  .device-big-image.skjermbilder.left {
    width: 280px;
  }

  .device-big-image.skjerm2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .press-color-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradient-button.hero-first-button {
    display: block;
    margin-right: 10%;
    margin-bottom: 14px;
    margin-left: 10%;
  }

  .gradient-button.hero-first-button.hoved2.lastnedna {
    margin-top: 152px;
  }

  .gradient-button.hero-first-button.hoved10.hoved {
    margin-top: 59px;
    margin-bottom: 89px;
  }

  .gradient-button.hero-first-button.hoved10._456._12._2 {
    margin-top: 10px;
  }

  .gradient-button.hero-first-button.hoved10._456._10 {
    margin-right: auto;
  }

  .gradient-button.hero-first-button._456 {
    display: block;
    padding-right: 2px;
    padding-left: 2px;
  }

  .gradient-button.trial-button {
    margin-right: -47px;
    margin-left: -63px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .gradient-button.buy-button {
    display: block;
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .gradient-button.contact-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .gradient-button.blue.takk6 {
    margin-top: 25px;
  }

  .gradient-button.blue.takk6.vilkar.vilkar3.vilkar4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .gradient-button.blue.takk6.vilkar.vilkar3.vilkar4.vi {
    margin-top: auto;
  }

  .gradient-button.blue.takk6.vilkar.vilkar3.vilkar5 {
    margin-top: -19px;
    margin-bottom: 52px;
    float: none;
  }

  .gradient-button.blue.takk6.kontkatoss {
    display: inline-block;
  }

  .gradient-button.blue.takk6 {
    margin-top: 25px;
  }

  .square-features-container {
    margin-bottom: 0px;
  }

  .square-feature {
    padding-right: 25px;
    padding-left: 25px;
  }

  .square-feature-image {
    height: 300px;
  }

  .video-tour-tablet {
    padding-bottom: 50px;
  }

  .section-description {
    line-height: 25px;
  }

  .section-description.white-text.vilkarsmall {
    overflow: visible;
    margin-top: -152px;
    margin-left: 12px;
  }

  .section-description.white-text.vilkarsmall.lastned {
    margin-top: -107px;
  }

  .section-description.white-transparent-text.lastned4 {
    margin-top: 40px;
  }

  .section-description.omoss14 {
    padding-bottom: 0px;
  }

  .section-description.discleimer {
    margin-top: 34px;
    float: none;
  }

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

  .contact-window.lastned6 {
    margin-top: 36px;
  }

  .contact-window.lastned6.lastnedinfo.vilkar {
    margin-top: auto;
  }

  .contact-window.lastned6.lastnedinfo.vilkar.vilkar4 {
    margin-top: -159px;
  }

  .contact-window.lastned6.lastned2 {
    margin-bottom: 95px;
  }

  .input {
    margin-bottom: 14px;
  }

  .input.text-area {
    margin-bottom: 14px;
  }

  .input.subscribe-input {
    margin-bottom: 14px;
  }

  .input.trial-input {
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .input.trial-white-input {
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .input.trial-email-input {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .input.notify-input {
    margin-bottom: 14px;
  }

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

  .reviews-right-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-v2 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-v2.review-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .review-v2-text {
    width: 100%;
    margin-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .review-v2-author-info.author-info-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pricing-v1-plans {
    padding-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-v1-plan {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .pricing-v1-free-plan {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
  }

  .features-video-preview {
    height: 180px;
  }

  .feature-video-list-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .device-big-center {
    margin-bottom: -100px;
  }

  .trial-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trial-form-wrapper {
    width: 50%;
    margin-top: -65px;
    margin-right: 0px;
    margin-left: 84px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .trial-form-wrapper.hoved1 {
    margin-top: -19px;
    margin-bottom: -91px;
    margin-left: 86px;
    padding-bottom: 198px;
  }

  .trial-form-wrapper.hoved1.hoved2 {
    margin-top: 18px;
    margin-left: 90px;
  }

  .trial-form-wrapper.hoved1.skjermbilder1 {
    margin-top: 24px;
    margin-left: 90px;
    padding-top: 55px;
  }

  .trial-form-wrapper.hoved9 {
    margin-top: -38px;
    margin-left: 93px;
    padding-top: 186px;
  }

  .trial-form-wrapper.hoved13 {
    margin-left: 85px;
  }

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

  .question {
    padding-top: 10px;
  }

  .question-text {
    margin-top: 2px;
  }

  .reviews-arrow {
    margin-top: 30px;
  }

  .review-v3-text {
    max-width: 80%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-v3 {
    height: 410px;
  }

  .pricing-v2 {
    margin-right: 0px;
    margin-bottom: -30px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-v2-plan {
    width: 100%;
  }

  .subscribe-container {
    margin-top: 26px;
    margin-bottom: 0px;
    padding: 30px 20px;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-v3-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -70px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .feature-big-v2.left-border {
    border-left-style: none;
  }

  .video-tour-web {
    height: 180px;
  }

  .pricing-v3-price-container {
    height: 90px;
  }

  .pricing-v3.page.pris1.pris2 {
    margin-top: -49px;
  }

  .footer-v5-nav-list {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-newsletter {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .platform-tab-content {
    height: 220px;
  }

  .platforms-bottom-wrapper {
    margin-top: -80px;
    margin-bottom: -90px;
    padding-top: 121px;
  }

  .bg-feature-card {
    min-height: 320px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-position: 50% 160px, 50% 0px;
    background-size: 140px, cover;
    text-align: center;
  }

  .bg-feature-card.laptop {
    background-position: 50% 159px, 50% 0px;
    background-size: 230px, cover;
  }

  .available-text {
    margin-top: 33px;
  }

  .testimonials-v4 {
    height: 330px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
  }

  .review-slide-v4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials {
    margin-bottom: 40px;
  }

  .review-v4-avatar {
    width: 40px;
    margin-top: 5px;
  }

  .review-v4-author-name {
    margin-left: 50px;
    font-size: 14px;
  }

  .review-v4-author-text {
    margin-left: 50px;
  }

  .review-v4-social-icon {
    margin-top: 8px;
    margin-right: 0px;
  }

  .platform-cards {
    margin-bottom: -10px;
    padding: 20px 5px 0px;
  }

  .platform-card {
    margin-right: 6px;
    margin-bottom: 10px;
    margin-left: 6px;
    padding: 30px 20px 15px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .platform-card-heading {
    font-size: 14px;
  }

  .features-tour {
    padding-bottom: 0px;
  }

  .features-tour-list-item {
    width: 100%;
    padding-left: 75px;
  }

  .features-video-tour {
    font-size: 14px;
  }

  .feature-icon-left-block {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 60px;
  }

  .side-feature-icon {
    width: 40px;
    border-radius: 8px;
  }

  .trial-form-window {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .trial-form-v2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-checkbox {
    padding-left: 20px;
  }

  .features-v2-list {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-v2-item {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 60px;
  }

  .background-full {
    min-height: 600px;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
    line-height: 25px;
  }

  .notify-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coming-soon-copyright-text {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .coming-soon-window {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .coming-soon-social-v2 {
    margin-top: 14px;
  }

  .play-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .play-button.small {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-left: 15px;
    background-size: 12px 12px;
  }

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

  .press-logo-image {
    height: 16px;
  }

  .platform-tab-image {
    max-height: 180px;
  }

  .table {
    margin-top: 40px;
  }

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

  .table-cell.text-left.pris4 {
    width: auto;
  }

  .tabs-content {
    overflow: visible;
  }

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

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

  .div-block-2.hoved6 {
    margin-top: 99px;
    margin-bottom: 79px;
  }

  .div-block-3.pris7.vilkar {
    margin-top: -159px;
    margin-bottom: 18px;
  }

  .div-block-3.pris7.vilkar.vilkar2 {
    margin-top: -253px;
  }

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

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

  .field-label.bestill_ok {
    position: static;
    display: block;
    overflow: visible;
    float: none;
    clear: none;
    text-align: left;
  }

  .left-arrow {
    margin-left: -17px;
  }

  .right-arrow {
    margin-right: -27px;
  }

  .right-arrow-2 {
    margin-right: -27px;
  }

  .left-arrow-2 {
    margin-left: -17px;
  }

  .right-arrow-3 {
    margin-right: -27px;
  }

  .left-arrow-3 {
    margin-left: -17px;
  }

  .right-arrow-4 {
    margin-right: -27px;
  }

  .left-arrow-4 {
    margin-left: -17px;
  }

  .right-arrow-5 {
    margin-right: -27px;
  }

  .left-arrow-5 {
    margin-left: -17px;
  }

  .slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-8 {
    margin-top: 17px;
  }

  .image-10 {
    margin-top: 17px;
  }

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

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

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

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

  .image-16 {
    margin-top: 21px;
  }

  .image-17 {
    margin-top: 50px;
  }

  .image-18 {
    margin-top: 17px;
  }

  .image-19 {
    margin-top: 17px;
  }

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

  .image-21 {
    margin-top: 32px;
  }

  .image-22 {
    margin-top: 38px;
  }

  .image-23 {
    margin-top: 13px;
  }

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

  .image-25 {
    margin-top: 12px;
  }

  .image-26 {
    margin-top: 14px;
  }

  .image-27 {
    margin-top: 9px;
  }

  .image-28 {
    margin-top: 28px;
  }

  .image-29 {
    margin-top: 9px;
  }

  .image-30 {
    margin-top: 28px;
  }

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

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

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

  .heading-accent-2._2 {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
  }

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

  .input-2 {
    margin-bottom: 14px;
  }

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

  .bold-text-5.hoved205.hoved225 {
    margin-top: -13px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .contact-window-2.lastned6 {
    margin-top: 36px;
  }

  .contact-window-2.lastned6.lastnedinfo.vilkar {
    margin-top: auto;
  }

  .contact-window-2.lastned6.lastnedinfo.vilkar.vilkar4 {
    margin-top: -159px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3 {
    margin-top: 320px;
    margin-bottom: 22px;
    padding-bottom: 5px;
  }

  .contact-window-2.lastned6.lastnedinfo.takk.takk2.takk3._2._100 {
    width: 80%;
  }

  .contact-window-2.bestillform.bestilling.lastned {
    margin-bottom: 100px;
  }

  .contact-window-2.home-nedlast {
    margin-top: 0px;
  }

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

  .heading-accent-3.hoved101 {
    font-size: 25px;
  }

  .heading-accent-3.hoved101._2 {
    line-height: 30px;
  }

  .section-header-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-header-2.hoved4 {
    margin-top: 83px;
  }

  .section-header-2.white-text.kunder6.bestill3 {
    margin-top: -37px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4.bestill5 {
    margin-bottom: -68px;
  }

  .section-header-2.white-text.kunder6.bestill3.bestill4.bestill5.hoved204.hoved221 {
    left: 22%;
    top: 7%;
  }

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

  .paragraph {
    font-size: 25px;
  }

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

  .heading-3._53 {
    font-size: 30px;
  }

  .image-34 {
    margin-top: 10px;
  }

  .device-big-image-2 {
    padding-bottom: 69px;
  }

  .device-big-image-2.hoved101.hoved102 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .device-big-image-2.hoved101 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .hero-2 {
    padding-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-heading-2.hoved102 {
    font-size: 25px;
  }

  .hero-heading-2.hoved102._2 {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-heading-2.hoved103 {
    margin-top: 40px;
  }

  .hero-heading-2.hoved102 {
    font-size: 25px;
  }

  .hero-heading-2.hoved103 {
    margin-top: 40px;
  }

  .hero-section-2.desktop {
    height: 1750px;
    margin-bottom: 60px;
    background-position: 50% 50%;
  }

  .hero-section-2.desktop.hoved101 {
    height: 1900px;
  }

  .hero-section-2.desktop.hoved101.hoved102 {
    height: 2700px;
  }

  .hero-section-2.desktop.hoved101.hoved102.header {
    height: 2500px;
  }

  .hero-3 {
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-wrapper {
    margin-top: 40px;
  }

  .grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 8fr 1fr;
    grid-template-columns: 8fr 1fr;
  }

  .text.home-hero {
    font-size: 20px;
  }

  .wrapper-2.split-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .divider {
    margin-bottom: 20px;
  }

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

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

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

  .gradient-bg {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .button-primary._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_4d561180-46e1-9b8f-a3b5-7edf6976bd23-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_91c5a528-a501-ab46-a3dd-a8d445a4cc82-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_814b0d2f-c2bb-f366-bf96-c27e4a7ba390-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cdbfa8aa-fd9a-2f77-adb1-53b9afe22930-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e2adf908-9095-b204-7d39-620bd2d9fb36-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c2e4c7f0-c92d-9a9b-d17e-7228bc9ee18a-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dd8cb7f6-b393-129a-4c19-8ffa2206860f-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7e1a3666-1a6a-fc68-9e4f-66c5adfe2d09-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7e1a3666-1a6a-fc68-9e4f-66c5adfe2d10-4f0586ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1997a43c-5240-8a71-5464-55c153409bf2-7705879b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_791e9633-08c5-224a-d5c5-922ed814ce2b-7705879b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd347743-2a12-f009-2113-24026da2373d-7705879b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91130a05-3f97-93aa-d262-fe13745b8828-7705879b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fd286da-6a07-1615-e264-424ba06e6561-7705879b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_723466e0-3da8-f48b-4651-40390eaa5ab3-7705879b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

