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

body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 21px;
}

h1 {
  margin: 10px 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #d8dee9;
  font-size: 60px;
  line-height: 70px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #4c566a;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Droid Serif', serif;
  color: #3b4252;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

a {
  color: rgba(0, 0, 0, 0.53);
  text-decoration: none;
  text-shadow: none;
}

li {
  padding-top: 8px;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  text-align: left;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #a8863d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #18c7aa;
}

.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #806732;
  font-size: 18px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  margin-top: 40px;
}

.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #b59143;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
}

.container.textmarg {
  padding: 0px 140px;
}

.container.marg {
  padding-top: 0px;
  padding-right: 140px;
  padding-left: 140px;
}

.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #2e3440;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.social-btn:hover {
  opacity: 0.7;
}

.social-btn.footer {
  margin-right: 9px;
  margin-left: 9px;
}

.navbar {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2e3440;
}

.right-nav {
  padding-top: 2px;
  text-align: right;
}

.brand {
  display: inline-block;
  color: #2e2e2e;
  font-size: 32px;
  line-height: 22px;
  font-weight: 500;
}

.logo {
  margin-top: -10px;
  margin-right: 13px;
}

.logo.footer {
  display: block;
  margin: 0px auto 21px;
}

.section {
  padding-top: 60px;
  padding-bottom: 81px;
  text-align: center;
}

.section.hero {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #4c566a;
  text-align: center;
}

.section.hero.success {
  background-color: #18c7aa;
}

.section.grey {
  padding-top: 0px;
  padding-bottom: 81px;
  background-color: #f2f2f2;
}

.section.systutv {
  background-color: rgba(180, 142, 173, 0.2);
}

.section.lonespec {
  background-color: rgba(208, 135, 112, 0.36);
}

.section.lonformon {
  background-color: rgba(235, 203, 139, 0.4);
}

.section.cta {
  background-color: #3b4252;
  color: #fff;
}

.grey-heading {
  margin-top: 47px;
  color: rgba(0, 0, 0, 0.56);
  font-weight: 400;
  text-shadow: none;
}

.grey-heading:hover {
  color: #000;
  font-weight: 400;
}

.grey-heading.linkh2 {
  font-weight: 400;
}

.grey-heading.linkh2:hover {
  color: #0023bd;
}

.image-crop {
  overflow: hidden;
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
}

.phone-image {
  width: 381px;
}

.infinite {
  margin-top: 52px;
  opacity: 0.15;
}

.image {
  display: block;
  margin-top: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

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

.heading {
  margin-bottom: 25px;
  color: #ebcb8b;
  line-height: 1.3em;
}

.fot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
}

.textbox {
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  color: rgba(0, 0, 0, 0.71);
  text-align: left;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  color: #262c46;
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  margin-top: 31px;
  color: #ebcb8b;
}

.grid {
  grid-auto-columns: 0.25fr;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

.p1 {
  margin-top: 9px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Droid Serif', serif;
  color: #262c46;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.p1.p2 {
  text-indent: 20px;
}

.bold-text {
  color: #d8dee9;
}

.heading-3 {
  font-weight: 700;
}

.heading-4 {
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 0px;
}

.heading-5 {
  font-family: Roboto, sans-serif;
}

.heading-6 {
  color: #d8dee9;
}

.heading-7 {
  margin-bottom: auto;
}

.heading-8 {
  color: #4c566a;
}

.body {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.heading-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5e81ac;
  font-family: 'Droid Sans', sans-serif;
  color: #d8dee9;
  font-weight: 700;
}

.list-item {
  padding-top: 10px;
  padding-left: 0px;
  font-size: 19px;
}

.list {
  padding-left: 20px;
}

.underrubrik {
  padding: 24px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.splash {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
}

.splash-3 {
  color: #d8dee9;
}

.grid-2 {
  margin: 40px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.knapp {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  background-color: #5e81ac;
}

.knapp.systutv {
  border-radius: 0px;
  background-color: #b48ead;
}

.knapp.lonesoec {
  border-radius: 0px;
  background-color: #d08770;
}

.knapp.ctaknapp {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-3 {
  background-color: #bf616a;
}

.button-4 {
  background-color: #a3be8c;
}

.riktextblock {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
}

.section-2 {
  padding-top: 60px;
}

.list-2 {
  padding-left: 20px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.paragraph.p1 {
  margin-top: 20px;
}

.paragraph.para2.cta {
  color: #fff;
}

.paragraph.cta {
  color: #fff;
}

.para2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: 30px;
}

.para2.cta {
  color: #fff;
}

.heading-10 {
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 1.2em;
  text-align: left;
}

.para1 {
  margin-bottom: 0px;
}

.para1.cta {
  color: #fff;
}

.h2para {
  line-height: 1.3em;
}

.h2para.cta {
  color: #fff;
}

.ctaknapp {
  margin-top: 20px;
}

.bold-text-2 {
  color: #ebcb8b;
  font-style: normal;
}

.text-span {
  color: #ebcb8b;
  font-weight: 700;
}

.list-item-2 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.stark-lista {
  margin-top: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.heading-11 {
  line-height: 1.3em;
}

.text-block-2 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-block-2.sysutv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b48ead;
  color: #eceff4;
  font-size: 24px;
}

.lonspec {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d08770;
  color: #eceff4;
  font-size: 24px;
}

@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .container {
    margin-top: 0px;
    padding: 0px 22px;
  }
  .container.textmarg {
    padding-right: 60px;
    padding-left: 60px;
  }
  .container.textmarg.fuk {
    padding-right: 40px;
    padding-left: 40px;
  }
  .social-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .section.hero {
    padding: 33px 49px;
  }
  .section.grey {
    padding-bottom: 59px;
  }
  .grey-heading {
    font-size: 30px;
  }
  .grey-heading.linkh2 {
    font-size: 30px;
  }
  .heading {
    margin-bottom: 17px;
    font-size: 30px;
  }
  .textbox {
    padding-top: 1px;
    font-size: 18px;
    line-height: 24px;
  }
  .heading-2 {
    font-size: 40px;
    line-height: 60px;
  }
  .text-block {
    margin-top: 20px;
  }
  .underrubrik {
    font-size: 22px;
  }
  .grid-2 {
    margin: 20px 0px;
  }
  .knapp.systutv {
    border-radius: 0px;
  }
  .knapp.lonesoec {
    border-radius: 0px;
  }
  .riktextblock {
    font-family: 'Droid Serif', serif;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .container.textmarg.fuk {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .grey-heading {
    margin-bottom: 16px;
  }
  .heading {
    font-size: 26px;
    font-weight: 300;
  }
  .textbox {
    margin-top: 18px;
    padding-right: 16px;
    padding-left: 16px;
    line-height: 1.5em;
    font-weight: 400;
  }
  .heading-2 {
    font-size: 38px;
    line-height: 48px;
  }
  .underrubrik {
    font-size: 20px;
    line-height: 24px;
  }
  .splash {
    font-size: 40px;
    line-height: 50px;
  }
  .h2para {
    font-size: 30px;
  }
  .heading-11 {
    font-size: 30px;
  }
  .text-block-2.sysutv {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .lonspec {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.textmarg {
    padding-right: 30px;
    padding-left: 30px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grey-heading {
    margin-top: 32px;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 400;
    text-shadow: none;
  }
  .grey-heading:hover {
    font-weight: 400;
  }
  .grey-heading.linkh2 {
    font-size: 20px;
    line-height: 24px;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .image.mobil {
    width: 250px;
    max-height: 100%;
    max-width: 100%;
  }
  .textbox {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }
  .link {
    color: rgba(0, 0, 0, 0.56);
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
  }
  .heading-3 {
    margin-top: 17px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .underrubrik {
    font-size: 16px;
    line-height: 20px;
  }
  .splash {
    font-size: 40px;
    line-height: 1.3em;
  }
  .grid-2 {
    margin-right: 22px;
    margin-left: 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .knapp.ctaknapp {
    font-size: 16px;
  }
  .paragraph {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 23px;
  }
  .paragraph.para2 {
    margin-top: 0px;
    text-indent: 18px;
  }
  .paragraph.cta {
    color: #fff;
  }
  .h2para {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
  }
  .stark-lista {
    font-size: 14px;
    line-height: 18px;
  }
}

