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

body {
  background-color: #f5f8fb;
  font-family: AG, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

.wide {
  position: relative;
  width: 100%;
}

.wide._1 {
  position: relative;
  z-index: 2;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background-color: #50e3c2;
}

.wide._2 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wide._3 {
  height: 700px;
  background-image: url('../images/BG-2.png'), -webkit-gradient(linear, left top, left bottom, from(#dff1ff), to(#9fb7cb));
  background-image: url('../images/BG-2.png'), linear-gradient(180deg, #dff1ff, #9fb7cb);
  background-position: 50% 100%, 0px 0px;
  background-size: 1440px, auto;
  background-repeat: repeat-x, repeat;
}

.wide._5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.wide._5.b {
  margin-bottom: 150px;
}

.wide._7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-bottom: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Dark-Dag.png');
  background-position: 50% 0px;
  background-size: cover;
}

.container {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

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

.container.hero {
  padding-top: 100px;
}

.container.flex-form {
  display: block;
  margin-top: -250px;
  padding: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #d7dbdf;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.container.flex-form.terms-container {
  margin-top: -500px;
  margin-bottom: 60px;
}

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

.container.flex-mid.no-skew {
  position: relative;
  top: -60px;
  margin-top: 1px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container.no-skew {
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

.container.no-skew.house {
  float: none;
}

.container.flex-foot {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._1-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

._1-cta-arrow {
  margin-left: 15px;
}

.navbar-link {
  display: inline-block;
  margin-right: 30px;
  padding-top: 32px;
  padding-bottom: 28px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #898989;
  text-transform: uppercase;
}

.navbar-link:hover {
  border-bottom-color: #b6c9d9;
}

.navbar-link.w--current {
  border-bottom-color: #b6c9d9;
}

.image {
  margin-top: -3px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #d6d6d6;
}

.feedback-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #b6c9d9;
  line-height: 14px;
  text-transform: uppercase;
}

.feedback-text-link {
  margin-right: 15px;
  padding-top: 1px;
}

.feedback-tick {
  margin-top: -2px;
}

.header {
  max-width: 550px;
  margin-top: 0px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 800;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.04);
}

.sub-heading {
  color: #fdfdfd;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.field-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-block.middle {
  margin-right: 20px;
  margin-left: 20px;
}

.field-block.middle.page2 {
  margin-left: 10px;
}

.field-block.halfthird {
  margin-right: 20px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.field-block.halfthird.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: #eef1f5;
}

.form-headings {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #52737d;
  font-size: 20px;
  font-weight: 500;
}

.field {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 16px;
  border-style: none;
  border-radius: 4px;
  background-color: #ebf2f7;
}

.field.small {
  height: 30px;
  padding-top: 9px;
  padding-left: 10px;
}

.field.small.l {
  margin-right: 5px;
}

.field.small.r {
  margin-left: 5px;
}

.field-labels {
  margin-bottom: 15px;
  color: #898989;
  line-height: 14px;
  font-weight: 500;
}

.labelfield {
  margin-bottom: 30px;
}

.labelfield.last {
  margin-bottom: 0px;
}

.labelfield.flex {
  display: block;
  margin-bottom: 40px;
}

.x {
  padding: 4px 0px 4px 4px;
  cursor: pointer;
}

.wide-one {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background-color: #50e3c2;
}

.field-label {
  width: 80px;
  height: 26px;
  padding-top: 4px;
  padding-left: 40px;
  background-image: url('../images/UnChecked.svg');
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: #898989;
  font-weight: 500;
}

.radio-wrapper {
  display: inline;
}

.radio-button {
  display: inline-block;
  margin-right: 40px;
  padding-left: 0px;
}

.radio-circle {
  display: none;
}

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

.flex.inner-last {
  margin-bottom: 20px;
}

.flex._10 {
  margin-bottom: 10px;
}

.field-descriptions {
  margin-top: -5px;
  color: #898989;
  line-height: 24px;
}

.field-descriptions.tcstxt {
  margin-bottom: 40px;
}

.submit-button {
  position: relative;
  top: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 300px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #4fb16a;
  background-image: url('../images/Arrow.svg');
  background-position: 94% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}

.submit-button.no-top {
  top: 0px;
  margin-top: 30px;
  background-color: #50e3c2;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}

.submit-button.submitpg2 {
  top: 129px;
}

.submit-button.submitpg3 {
  position: static;
}

.description-titles {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #52737d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.description-titles.littlepad {
  margin-bottom: 15px;
}

.description-titles.white {
  color: #fff;
}

.paragraph {
  margin-bottom: 0px;
  color: #898989;
  line-height: 24px;
}

.paragraph.no-line {
  line-height: 14px;
}

.paragraph.light {
  color: hsla(0, 0%, 100%, 0.52);
}

.paragraph.light.footer-txt {
  line-height: 14px;
}

.div-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.csr-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27.5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d7dbdf;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.csr-block.top-block {
  margin-bottom: 10px;
}

.csr-title-body {
  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;
}

.toggle {
  margin-right: 27.5px;
}

.sell-right {
  max-width: 440px;
  margin-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sell-left {
  width: 100%;
  max-width: 440px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sell-left.img {
  margin-top: 0px;
}

.slider {
  width: 100%;
  height: 105px;
  background-color: transparent;
}

.arrowrs {
  width: 16px;
  height: 16px;
  background-image: url('../images/ArrowRS.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0px;
}

.arrowls {
  width: 16px;
  height: 16px;
  background-image: url('../images/ArrowLS.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -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;
}

.brand-slid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 75px;
  -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: 1px solid #d7dbdf;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.brand-slid.middle-bs {
  margin-right: 10px;
  margin-left: 10px;
}

.left-arrow {
  width: 32px;
  height: 32px;
}

.right-arrow {
  width: 32px;
  height: 32px;
}

.mask {
  height: 105px;
}

.skewbg {
  height: auto;
  background-color: #f5f8fb;
  background-image: url('../images/grad.png');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.house {
  margin-top: 12px;
  float: right;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.greenhighlight {
  color: #4fb16a;
  font-weight: 800;
}

.results-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 10px 12px 8px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fafdff;
  color: #52737d;
}

.results-row.totalrequired {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d7dbdf;
}

.results-row.calculatedcover {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(79, 177, 106, 0.2);
  color: #4fb16a;
}

.result-text {
  margin-top: 206px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #d7dbdf;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  color: #4fb16a;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.dropdown {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #ebf1f7;
  color: #898989;
}

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

.dropdown._20margin {
  margin-bottom: 30px;
}

.dropdown-toggl {
  width: 100%;
  background-image: url('../images/ArrowDown.svg');
  background-position: 98% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #898989;
}

.dropdown-toggl.w--open {
  color: #898989;
}

.dropdown-list.w--open {
  position: relative;
  padding: 20px;
  border-top: 1px solid rgba(183, 198, 213, 0.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ebf1f7;
}

html.w-mod-js *[data-ix="on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

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

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

  .container.flex-form {
    max-width: 90%;
  }

  .container.flex-mid {
    max-width: 90%;
    -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;
  }

  .container.flex-mid.flex-mid-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .field-block.middle {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .field-block.fb-last {
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .labelfield.flex {
    margin-bottom: 0px;
  }

  .submit-button {
    top: 65px;
  }

  .sell-right {
    margin-left: 0px;
  }

  .sell-left {
    margin-bottom: 50px;
  }

  .slider {
    margin-top: 50px;
  }

  .slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-light-58e24e7d608b8.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-extrabold-58e24e8345d9f.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-thin-58e24e4c1ea8d.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-italic-58e24e86d65f3.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-regular-58e24dc61d654.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-medium-58e24e54163be.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG';
  src: url('../fonts/aktiv-grotesk-hairline-58e24e509c8cb.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}