:root {
  --button-primary: #317156;
  --button-primary-text: white;
  --button-primary-hover: #004933;
  --button-primary-text-hover: white;
  --grey-93: #111;
  --grey-64: #5c5c5c;
  --white-0: white;
  --link: #275f68;
  --grey-05: #f2f2f2;
  --grey-30: #b3b3b3;
  --brand-primary: #419eaf;
  --button-secondary: #99e1ce;
  --button-secondary-text: #196a54;
  --button-secondary-hover: #176751;
  --button-secondary-text-hover: #1f4e41;
  --grey-12: #e0e0e0;
  --link-hover: #0b1b1e;
  --brand-primary-light: #edf9f9;
  --grey-80: #333;
  --brand-primary-hover: #1f92a8;
  --brand-secondary: #1f92a8;
  --status-success: #70af85;
  --status-success-light: #e2efe7;
  --status-warning: #f1df93;
  --status-warning-light: #fcf9e9;
  --status-error: #ea7a8a;
  --status-error-light: #fbe4e8;
  --grey-40: #999;
}

.bg-brand-primary {
  background-color: var(--brand-primary);
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

.c-primary-banner {
  width: 100%;
  height: 48px;
  min-width: auto;
  background-color: var(--button-primary);
  color: var(--button-primary-text);
  text-align: center;
  border: 1px #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
}

.c-primary-banner:hover {
  background-color: var(--button-primary-hover);
  color: var(--button-primary-text-hover);
}

.c-primary-banner:focus {
  border-width: 0;
}

.p16 {
  color: var(--grey-93);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.p16.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.p16.center {
  height: auto;
  text-align: center;
  margin-top: 0;
}

.p16.center.grey-64 {
  color: var(--grey-64);
}

.p16.center.bold {
  font-weight: 700;
}

.p16.center.white {
  color: var(--white-0);
}

.p16.list-item {
  margin-bottom: 16px;
  padding-left: 8px;
}

.p16.list-item.bottom {
  margin-bottom: 0;
}

.p16.umbrella {
  text-align: center;
}

.p16.umbrella.product-specifier {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}

.p16.bold {
  font-weight: 700;
}

.p16.bold.spacing-bottom-8 {
  margin-bottom: 8px;
}

.p16.spacing-bottom-16 {
  margin-bottom: 16px;
  text-decoration: none;
}

.p16.grey-64 {
  color: var(--grey-64);
}

.p16.grey-64.center-aligned {
  text-align: center;
}

.b-banner__modal__content {
  width: 555px;
  min-width: 559px;
  background-color: var(--white-0);
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 32px rgba(0, 0, 0, .09);
}

.b-banner__modal {
  z-index: 1;
  width: auto;
  min-width: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  order: 0;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: -200px;
}

.h1 {
  color: var(--grey-93);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.h1.umbrella {
  text-align: center;
}

.b-banner__image {
  width: 720px;
  height: 564px;
  min-width: 720px;
  background-color: var(--white-0);
  border-radius: 8px;
  order: 1;
  margin-right: 0;
  padding: 24px;
  position: relative;
  left: -340px;
  box-shadow: 0 0 32px rgba(0, 0, 0, .09);
}

.b-banner {
  z-index: 2;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.banner-image-household-holder {
  width: 100%;
  height: 100%;
  background-color: #0c9;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.b-banner__modal__checklist {
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.b-banner__modal__checklist__check {
  margin-top: 16px;
  display: flex;
}

.b-banner__modal__checklist__img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.link {
  color: var(--link);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.link.mobile-nav {
  z-index: 0;
  width: auto;
  height: auto;
  padding: 0;
  position: static;
}

.link.accordion {
  width: 100%;
}

.b-banner__modal__content__cta {
  margin-bottom: 8px;
}

.c-usps {
  justify-content: space-around;
  display: flex;
}

.b-quality {
  margin-top: 48px;
}

.c-usps__section {
  max-width: 296.5px;
}

.c-usps__section.center {
  margin-left: 40px;
  margin-right: 40px;
}

.c-usps__section__icon {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.c-usps__section__text__title {
  margin-bottom: 8px;
}

.h5 {
  color: var(--grey-93);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h5.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h5.center.m-right, .h5.center.m-left {
  margin-top: 0;
}

.c-usps__image {
  width: 48px;
  height: 48px;
}

.h2 {
  color: var(--grey-93);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

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

.b-quality__icon {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.b-quality-icon__image {
  width: 120px;
  height: 120px;
  display: none;
}

.b-covers {
  z-index: 20;
  max-width: 972px;
  position: relative;
}

.b-covers-cards {
  width: auto;
  max-width: 972px;
  justify-content: space-between;
  display: flex;
}

.b-covers-cta {
  margin-top: 64px;
}

.b-covers-card {
  width: 474px;
  max-width: 474px;
  border: 1px solid var(--grey-05);
  background-color: var(--white-0);
  border-radius: 8px;
  flex: 0 auto;
  padding: 32px;
  box-shadow: 1px 1px 32px rgba(0, 0, 0, .08);
}

.b-covers-card__covers__cover {
  margin-top: 24px;
  display: flex;
}

.b-covers-card__covers__cover__check {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.b-covers-card__description__title {
  margin-bottom: 10px;
}

.c-covers-card__covers__cover__bullet {
  width: 8px;
  margin-right: 24px;
}

.p14 {
  color: var(--grey-93);
  margin-bottom: 0;
  padding: 0;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.p14.white {
  color: var(--white-0);
  margin-bottom: 0;
}

.p14.grey, .p14.grey.with-hover {
  color: var(--grey-30);
}

.p14.grey.with-hover:hover {
  color: var(--white-0);
}

.p14.with-hover:hover {
  color: #000;
}

.p14.grey64 {
  color: var(--grey-64);
  flex: 1;
  margin-bottom: 0;
}

.p14.centered {
  text-align: center;
  margin-bottom: 0;
}

.p14.color-primary {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 0;
}

.p14.bold {
  font-weight: 700;
}

.b-covers-cta__text {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.c-primary {
  width: auto;
  height: 48px;
  background-color: var(--button-primary);
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 64px;
  text-decoration: none;
  display: flex;
}

.c-primary:hover {
  color: #fff;
  background-color: #004933;
}

.c-primary.productspecifier {
  padding-left: 4px;
  padding-right: 4px;
}

.b-covers-cta__button {
  justify-content: center;
  display: flex;
}

.b-covers-cta__button.left {
  justify-content: flex-start;
}

.c-steps__section {
  width: 224px;
  height: auto;
  min-height: 308px;
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.c-steps__section.middle {
  margin-left: 150px;
  margin-right: 150px;
}

.c-steps__section__number {
  text-align: left;
  justify-content: center;
  display: flex;
}

.c-steps__section__text {
  margin-top: 16px;
}

.c-steps__section__icon {
  width: 48px;
  height: 48px;
  margin-top: auto;
}

.c-steps__section__number__circle {
  width: 68px;
  height: 68px;
  background-color: var(--brand-primary);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2d {
  color: var(--grey-93);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.h2d.white {
  color: var(--white-0);
  background-color: rgba(0, 0, 0, 0);
}

.c-steps {
  width: auto;
  max-width: 972px;
  justify-content: center;
  display: flex;
}

.b-headline__title {
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.c-mintley__logo {
  width: 400px;
  height: 380px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.c-mintley__card {
  width: 474px;
  background-color: var(--white-0);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, .08);
}

.c-mintley__card__content__title {
  margin-bottom: 16px;
}

.c-mintley__card__content {
  margin-bottom: 24px;
}

.secondary-button {
  width: auto;
  height: 48px;
  border: 1px solid var(--button-secondary);
  color: var(--button-secondary-text);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--button-secondary-hover);
  color: var(--button-secondary-text-hover);
}

.c-mintley__card__button {
  justify-content: flex-start;
  display: flex;
}

.c-mintley {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.b-faq {
  z-index: 1;
  width: auto;
  max-width: 972px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.b-faq__description {
  width: 474px;
}

.b-faq__accordions {
  width: 474px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.b-faq__description__title {
  margin-bottom: 24px;
}

.b-usp {
  z-index: 2;
  position: relative;
}

.b-documents {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.b-documents__holder {
  width: 474px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.b-documents__link {
  width: 100%;
  color: #d31414;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px #e0e0e0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.b-documents__link:hover {
  color: #4790a5;
}

.b-documents__link.last {
  border-top-style: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.b-documents__link.last.no-bottom-line {
  border-bottom-style: none;
}

.b-documents__link__content {
  color: var(--grey-93);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
}

.b-documents__link__content:hover {
  height: 100%;
  color: var(--brand-primary);
}

.b-documents__link__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.b-documents__link__text {
  width: 100%;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
}

.c-footer__description {
  margin-top: 8px;
}

.c-footer__navigation {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.c-footer__nav__links {
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 500;
  background-color: var(--white-0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.navigation-container {
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.navigation-logo {
  width: 136px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
}

.navigation-links-holder {
  max-height: 24px;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation-holder {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.b-icon-24 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon-arrow-down {
  width: 24px;
  height: 24px;
  max-height: 100%;
  max-width: 100%;
  color: var(--grey-93);
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-faq-accordion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0 solid #e0e0e0;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 8px;
  display: flex;
}

.b-faq-accordion.middle {
  border-top-width: 0;
  border-bottom-width: 0;
}

.b-faq-accordion.top {
  border-bottom-width: 0;
}

.b-faq-accordion.top.no-visible {
  display: none;
}

.b-faq-accordion.bottom {
  border-top-style: solid;
  border-top-color: var(--grey-12);
  border-bottom-width: 1px;
}

.b-faq-accordion.no-visible {
  display: none;
}

.faq-accordion-headline {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.faq-accordion-answer {
  height: auto;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.spacing-8 {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0);
}

.c-logo-large {
  width: 390px;
  height: 259.328px;
  max-height: 100%;
}

.body {
  color: var(--grey-93);
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
}

.b-bg-vector__1 {
  z-index: 0;
  width: 1440px;
  height: 100%;
  color: #71ffc0;
  position: relative;
  top: 0;
  overflow: hidden;
}

.b-bg-vector-2__inline {
  z-index: 5;
  width: 124px;
  height: 425px;
  color: #00edec;
  object-fit: fill;
  object-position: 100% 50%;
  justify-content: flex-end;
  align-items: center;
  display: block;
  overflow: visible;
}

.b-bg-vector-3__inline {
  z-index: 100;
  width: 110px;
  height: 400px;
  color: #56e3bd;
  margin-left: 0;
  padding-right: 0;
  position: static;
  top: 290%;
  bottom: auto;
  left: 25%;
  right: auto;
  overflow: hidden;
}

.b-bg-vector-4__holder__inline {
  width: 705px;
  height: 1306px;
  color: var(--button-secondary);
  margin-left: auto;
  position: relative;
  top: 0;
  left: 199px;
  right: 0;
  overflow: hidden;
}

.c-steps__progress__line {
  color: #e0e0e0;
  padding-top: 0;
  position: static;
  left: 410.5px;
}

.c-steps__progress {
  width: 635px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  display: flex;
  position: absolute;
}

.b-bg-vector-3 {
  z-index: 0;
  width: 100%;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 3340px;
}

.b-bg-vector__parent {
  width: 100%;
  max-width: 1440px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.b-bg-vector__parent.right-aligned {
  z-index: 100;
  justify-content: flex-end;
  position: static;
}

.b-bg-vector-2 {
  z-index: 1;
  width: 100%;
  display: block;
  position: absolute;
  top: 1737px;
  overflow: visible;
}

.c-footer__nav__link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.b-headline__title__highlight {
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  border-radius: 8px;
  margin-top: 4px;
}

.b-headline__title__highlight.steps {
  width: 140px;
  background-color: #00edec;
  margin-left: 0;
}

.b-headline__title__highlight.steps.motor {
  margin-left: 297px;
}

.b-headline__title__highlight.steps.hh {
  margin-left: 54px;
}

.b-headline__title__highlight.usp-hh {
  width: 190px;
  background-color: #71ffc0;
  margin-right: -351px;
}

.b-headline__title__highlight.covers {
  width: 190px;
  background-color: #71ffc0;
  margin-left: 120px;
}

.b-headline__title__highlight.usp-motor {
  width: 190px;
  background-color: #56e3bd;
  margin-right: -479px;
}

.b-headline__title__highlight.package {
  width: 190px;
  background-color: #71ffc0;
  margin-left: 279px;
}

.b-headline__title__highlight.pain-points {
  width: 189px;
  background-color: #56e3bd;
  margin-left: 390px;
}

.b-headline__title__highlight.usp-umbrella {
  width: 190px;
  background-color: #56e3bd;
  margin-left: 120px;
}

.b-headline__title__highlight.products {
  width: 162px;
  background-color: #00edec;
  margin-left: 100px;
}

.b-headline__title__highlight.how-to {
  width: 160px;
  background-color: #56e3bd;
  margin-left: 100px;
}

.b-bg-vector-4 {
  z-index: 0;
  width: 100%;
  max-height: 640px;
  min-height: 400px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 443px;
  overflow: hidden;
}

.b-bg-vector-4__holder {
  width: 1440px;
  max-width: none;
  min-width: 1440px;
  display: block;
  overflow: hidden;
}

.list-item {
  margin-bottom: 8px;
  margin-left: 18px;
}

.spacing-16 {
  width: 16px;
  height: 16px;
}

.c-steps__section__right, .c-steps__section__left {
  flex-direction: column;
  display: flex;
}

.c-steps__progress-mobile {
  width: 635px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  display: none;
  position: absolute;
}

.c-footer__logo__img {
  width: 136px;
  height: 48px;
}

.menu-button {
  display: none;
  overflow: visible;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.mobile-nav {
  z-index: 1;
  width: 295px;
  height: 100vh;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dark-background {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .43);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mobile-nav-close-cta-holder {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.mobile-nav-link-holder {
  z-index: 4;
  width: auto;
  color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mobile-nav-languages-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  margin-left: 24px;
  display: none;
}

.mobile-nav-devider {
  width: 100%;
  height: 1px;
  color: #e0e0e0;
  background-color: #e0e0e0;
  display: block;
}

.mobile-nav-link {
  color: #333;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.mobile-nav-link.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.mobile-nav-link.text-bottom-16 {
  color: #111;
}

.mobile-nav-link.text-bottom-16.w--current {
  color: #419eaf;
}

.mobile-nav-top {
  width: 247px;
  max-width: none;
  flex-direction: column;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.mobile-nav-language-devider {
  width: 2px;
  height: 15px;
  background-color: #111;
}

.c-footer__nav__separator {
  width: 1px;
  height: 14px;
  background-color: var(--grey-30);
  color: #b3b3b3;
  margin-left: 5px;
  margin-right: 5px;
}

.c-primary__text {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.b-link-span {
  color: #275f68;
  cursor: pointer;
}

.b-link__text {
  color: #275f68;
  text-decoration: none;
}

.bold-text {
  color: var(--link);
  text-decoration: none;
}

.bold-text.with-hover {
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 24px;
}

.bold-text.with-hover:hover {
  color: var(--link-hover);
}

.m-cookie-overlay {
  z-index: 502;
  width: 100vw;
  height: 100vh;
  background-color: rgba(3, 3, 3, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.m-cookie {
  width: 809px;
  background-color: #fff;
  border-radius: 8px;
  margin: auto;
  padding: 64px;
  display: block;
}

.m-cookie__general__content {
  height: auto;
  max-height: 440px;
  display: block;
  overflow: auto;
}

.m-cookie__buttons {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 48px;
  display: flex;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 0;
  display: flex;
}

.m-cookie__general__content__titles {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.m-cookie__general__content__text {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.m-cookie__buttons__holder {
  width: 50%;
  height: auto;
  display: flex;
}

.m-cookie__buttons__holder.left {
  margin-right: 24px;
}

.c-secondary-button {
  width: 100%;
}

.link-block-2 {
  width: 100%;
  height: auto;
}

.m-cookie__edit__content__text {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.m-cookie__edit__nav {
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.m-cookie__edit__nav__icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.m-cookie__edit__nav__close {
  width: 24px;
  height: 24px;
}

.cookie-accordion {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 12px 8px;
  display: flex;
}

.cookie-accordion.top {
  width: 100%;
  cursor: auto;
  border-bottom-width: 0;
  flex-flow: wrap;
  align-items: center;
  display: flex;
  overflow: visible;
}

.cookie-accordion-headline-left {
  width: auto;
  grid-column-gap: 8px;
  cursor: pointer;
  margin-right: 24px;
  display: flex;
}

.toggle {
  width: 32px;
  height: 16px;
  cursor: pointer;
  background-color: #e0e0e0;
  border-style: none;
  border-radius: 8px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  transition: transform .2s ease-in-out;
  display: flex;
  position: relative;
}

.toggle:active {
  justify-content: flex-end;
}

.toggle.w--redirected-checked {
  cursor: pointer;
  background-color: #419eaf;
  background-image: none;
  border-style: none;
  border-color: #818181;
  margin-left: -16px;
  padding-left: 0;
  transition: opacity .2s;
}

.toggle.w--redirected-focus {
  box-shadow: none;
}

.toggle-circle {
  z-index: 2;
  width: 14px;
  height: 14px;
  float: none;
  clear: none;
  cursor: pointer;
  object-fit: fill;
  background-color: #fff;
  border-style: none;
  border-radius: 7px;
  margin: 1px;
  position: relative;
  top: auto;
  left: 16px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.checkbox-label {
  z-index: 1;
  width: 0;
  height: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-accordion-icon-headline-holder {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.toggle-holder {
  width: auto;
  height: 16px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cookie-accordion-answer-content {
  margin-bottom: 0;
}

.m-cookie__edit__content {
  height: 100%;
  max-height: 392px;
  overflow: auto;
}

.b-close-icon {
  width: 24px;
  height: 24px;
  max-height: 100%;
}

._01-toggle-cookie-accordion-answer, ._02-toggle-cookie-accordion-answer {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.logo-image {
  width: 136px;
  height: 48px;
  max-height: 100%;
}

.b-check-icon {
  width: 24px;
  height: 24px;
}

.b-documents__link__icon__img, .image-18, .step__section__icon__img {
  width: 100%;
  height: 100%;
}

.bullet {
  width: 8px;
  height: 24px;
}

.image-22 {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.photo-banner-image {
  width: 916px;
  height: 610.5px;
  max-width: none;
}

.spacing-12 {
  width: 100%;
  height: 12px;
}

.b-packages {
  z-index: 2;
  width: 972px;
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.b-packages__tile {
  border: 1px solid var(--grey-05);
  background-color: var(--white-0);
  border-radius: 8px;
  margin-bottom: auto;
  padding: 32px;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, .08);
}

.h3 {
  color: var(--grey-93);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  line-height: 34px;
}

.b-packages__tiile__content {
  height: auto;
  min-height: 124px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.b-packages__tile__bullets__holder {
  grid-column-gap: 8px;
  flex-direction: row;
  margin-top: 16px;
  display: flex;
}

.b-packages__tile__bullets__holder.top {
  margin-top: 0;
}

.b-icon-24__embed {
  align-items: center;
  display: flex;
}

.b-packages__tile__bullets {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.b-packages__tile__bullets__highlight {
  width: 100%;
  height: 40px;
  grid-column-gap: 8px;
  background-color: #edf9f9;
  border-radius: 20px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.banner-heading-holder {
  flex-direction: column;
  display: flex;
}

.b-protection-level-1__bar {
  width: 252.664px;
  height: 4px;
  background-color: var(--brand-primary-light);
  border-radius: 0 20px 20px 0;
  position: relative;
  right: auto;
}

.b-protection-level__icon {
  z-index: 5;
  width: 40px;
  height: 40px;
  position: relative;
}

.b-protection-level-1 {
  align-items: center;
  display: flex;
}

.b-protection-level-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-protection-level-2__bar-left {
  width: 50%;
  height: 4px;
  background-color: var(--brand-primary);
  border-radius: 20px 0 0 20px;
  display: flex;
  position: relative;
  right: auto;
}

.b-protection-level-2__bar-right {
  width: 50%;
  height: 4px;
  background-color: var(--brand-primary-light);
  border-radius: 0 20px 20px 0;
  position: relative;
  right: 0;
}

.b-protection-level-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-protection-level-3__bar {
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  border-radius: 20px 0 0 20px;
  position: relative;
  right: auto;
}

._03-cookie-accordion-answer {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.bold-text-2 {
  color: var(--link);
  text-decoration: none;
}

.bold-text-2:hover {
  color: var(--link-hover);
}

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

.m-cookie__general, .m-cookie__edit {
  display: block;
}

.photo-banner-image-home {
  width: 929px;
  height: 619.844px;
  max-width: none;
}

.banner-image-holder-motor {
  width: 100%;
  height: 100%;
  background-color: #0c9;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.b-review-widget {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding-top: 12px;
  display: flex;
  overflow: hidden;
}

.b-review-widget__embed {
  overflow: visible;
}

.navigation-links-right-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.m-modal-regular {
  z-index: 501;
  width: 100vw;
  height: 100vh;
  background-color: rgba(3, 3, 3, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  overflow: visible;
}

.m-modal-regular__holder {
  width: 475px;
  min-height: 300px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.m-modal-regular__holder__nav {
  justify-content: space-between;
  margin-bottom: 24px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.m-modal-regular__holder__nav__right {
  width: 24px;
  height: 24px;
  min-width: 24px;
  cursor: pointer;
}

.m-modal-regular__holder__nav__title {
  max-width: 336px;
}

.m-modal-regular__holder__nav__lleft {
  width: 24px;
  height: 24px;
  min-width: 24px;
  cursor: pointer;
}

.m-modal-regular__holder__content {
  margin-bottom: 24px;
  margin-left: 40px;
  margin-right: 40px;
}

.spacing-24 {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
}

.b-about-content {
  width: 640px;
  margin-top: 32px;
  margin-bottom: 64px;
}

.text-bottom-16 {
  margin-bottom: 16px;
}

.text-bottom-32 {
  margin-bottom: 32px;
}

.b-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 32px;
  margin-bottom: 32px;
}

.list-2 {
  padding-left: 16px;
  list-style-type: disc;
}

.c-sub-banner__image__hh {
  width: 100%;
  margin-top: 70px;
  display: block;
}

.main-column,
.b-help {
  width: 640px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.b-help__documents-container {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 48px;
  display: flex;
}

.b-help__documents-container.spacing-top-16px {
  margin-top: 16px;
}

.b-accordion-holder {
  margin-bottom: 32px;
}

.b-accordion-holder.car {
  display: none;
}

.b-container {
  width: 640px;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 24px;
}

.b-container.support__product-specific {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h4.primary-color {
  color: var(--brand-primary);
  text-align: center;
}

.h4.center-aligned, .h4.tabs {
  text-align: center;
}

.text-bottom-12 {
  margin-bottom: 12px;
}

.b-buttons-holder {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
}

.b-buttons-holder.spacing-bottom--32px {
  margin-top: 0;
  margin-bottom: 48px;
}

.primary-button-full-width {
  width: 100%;
  height: 48px;
  color: #196a54;
  cursor: pointer;
  background-color: #b8eadd;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 64px;
  text-decoration: none;
  display: flex;
}

.primary-button-full-width:hover {
  color: #2c4d42;
  background-color: #a9dfcf;
}

.b-text-bottom-8 {
  margin-bottom: 8px;
}

.b-badge {
  width: 140px;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: auto;
  right: 40px;
}

.marketing-banner-section {
  background-color: var(--grey-80);
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.marketing-banner-content-holder {
  justify-content: center;
  display: flex;
}

.c-steps__section__text__title {
  margin-bottom: 16px;
}

.b-umbrella-banner {
  height: auto;
  display: flex;
}

.b-umbrella-banner__content__text {
  z-index: 2;
  min-width: 971px;
  flex: 0 auto;
  margin-bottom: auto;
  position: relative;
}

.b-umbrella-banner__content__logo {
  justify-content: center;
  align-items: flex-start;
  margin-top: -24px;
  margin-bottom: auto;
  margin-left: -211px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: -24px;
  right: auto;
}

.b-umbrella-banner__content__text__trust {
  height: 120px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

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

.b-umbrella-banner__content__logo__embed {
  z-index: 1;
  width: 681px;
}

.b-umbrella-banner__background {
  z-index: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -80px;
  left: -1692px;
  right: 184px;
}

.b-pain-points {
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.b-pain-points__holder {
  width: 970px;
  min-width: 970px;
  background-color: var(--brand-primary-light);
  border-radius: 8px;
  padding: 32px;
  display: flex;
}

.b-pain-points__holder__card {
  background-color: #fff;
  border: 1px solid #b8eadd;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.b-pain-points__holder__card.left {
  border-style: none;
  margin-right: 24px;
}

.b-pain-points__holder__card.right {
  border-style: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.b-products__holder {
  z-index: 900;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.b-products__holder__card {
  z-index: 2;
  height: auto;
  border: 1px none var(--button-primary);
  background-color: var(--white-0);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.b-products__holder__card.bottom {
  border-color: var(--button-primary);
  margin-top: 48px;
}

.b-products__holder__card__content {
  margin-left: 0;
}

.b-products__holder__card__content.right {
  margin-left: 40px;
}

.b-products__holder__card__content.left {
  margin-right: 40px;
}

.b-products__holder__card__image {
  width: 100%;
  height: auto;
  max-width: 252px;
  min-width: 252px;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
}

.b-how-to__holder {
  z-index: 1;
  height: 342px;
  padding-top: 28px;
  display: flex;
  position: relative;
}

.b-how-to__holder__card {
  width: 100%;
  height: 100%;
  border: 1px solid var(--grey-05);
  background-color: var(--grey-05);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: auto;
  padding: 0 40px 24px;
  display: flex;
}

.b-how-to__holder__card.center {
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
}

.b-how-to__holder__card.right {
  height: 100%;
}

.text-block {
  color: var(--brand-primary);
  font-family: Montserrat, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 56px;
  position: relative;
  top: -28px;
}

.b-how-to__asset__background__embed {
  color: var(--brand-primary-light);
  margin-bottom: -70px;
  position: static;
}

.b-how-to__asset__background {
  z-index: 0;
  width: 1440px;
  position: relative;
  left: -1192px;
}

.b-how-to__asset {
  margin-top: -40px;
  display: flex;
}

.b-how-to__asset__img__png {
  z-index: 1;
  width: 659px;
  height: 567px;
  max-width: none;
  margin-bottom: 40px;
  position: relative;
}

.b-how-to__asset__img {
  min-width: 940px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.b-umbrella-banner__background__embed {
  width: 1442px;
  color: var(--brand-primary-light);
  margin-left: 0;
  position: static;
}

.b-umbrella-banner__content {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.umbrella-banner-trust-booster {
  width: 120.5px;
  height: 120px;
}

.umbrella-banner-trust-booster.center {
  height: 120px;
  margin-left: 0;
  margin-right: 24px;
}

.ornament-left {
  width: 155px;
  height: 170px;
  margin-top: -114px;
  margin-left: -114px;
  position: absolute;
  transform: rotate(0);
}

.ornament-right {
  width: 155px;
  height: 170px;
  margin: 114px -114px -114px 114px;
  position: absolute;
  transform: rotate(180deg);
}

.ornament-2 {
  z-index: 0;
  margin-top: -4px;
  margin-right: -62px;
  position: absolute;
  top: auto;
  left: auto;
}

.b-pain-points__holder__card__content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.faq-motor-link {
  text-decoration: none;
}

.body-404 {
  background-color: var(--white-0);
  flex-direction: column;
  justify-content: space-between;
}

.b-how-to__holder__cards__top-content {
  height: 120px;
}

.marketing-banner-cta {
  color: #fff;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.marketing-banner-cta.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.bold-text-3 {
  color: var(--link);
}

.bold-text-3:hover {
  color: var(--link-hover);
}

.section {
  max-width: 1440px;
  background-color: var(--white-0);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section.error-page {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section.umbrella-banner {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

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

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

.section.emotional {
  background-color: var(--brand-primary-light);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.how {
  padding-top: 80px;
}

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

.section.covers, .section.mintley {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.documents {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer {
  max-width: none;
  background-color: var(--grey-80);
  padding-top: 32px;
  padding-bottom: 48px;
  position: relative;
}

.section.footer._404-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.section.comparison {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.sub-banner {
  max-width: none;
}

.section.about-mintley {
  display: flex;
}

.section.wide {
  max-width: none;
}

.section.rating {
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-container {
  max-width: 640px;
  align-items: center;
  display: flex;
}

.error-asset {
  width: 308px;
  min-width: 308px;
  margin-left: 24px;
}

.container.packages {
  max-width: 972px;
}

.container.sub-banner {
  height: 204px;
  max-width: 100%;
  background-color: var(--brand-primary-light);
  background-image: url('../images/app-banner-top-desktoplarge-umbrella.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container.about-mintley {
  justify-content: center;
  display: flex;
}

.container.wide {
  max-width: 100vw;
  background-color: var(--grey-05);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container.narrow,
.container.help {
  justify-content: center;
  display: flex;
}

.b-headline {
  margin-bottom: 48px;
}

._404-footer-holder {
  position: absolute;
  bottom: 0;
}

.b-bg-vector {
  max-width: 100vw;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.c-sub-banner__image__motor {
  width: 100%;
  object-fit: contain;
  display: block;
}

.b-faq__accordions__holder {
  width: 100%;
}

.b-faq__accordions__holder.support-page {
  display: block;
}

.b-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--brand-primary);
  border-radius: 1px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-table__header {
  border-bottom: 1px solid var(--brand-primary);
  background-color: var(--brand-primary-light);
  padding: 8px;
}

.b-table__header.center {
  border-right: 1px solid var(--brand-primary);
  border-left: 1px solid var(--brand-primary);
}

.b-table__content {
  border-bottom: 1px solid var(--brand-primary);
  padding: 8px;
}

.b-table__content.center {
  border-right: 1px solid var(--brand-primary);
  border-left: 1px solid var(--brand-primary);
}

.b-umbrella-banner__badge-hh {
  flex-direction: column;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 6px;
  display: flex;
}

.html-embed {
  width: 120px;
  height: 120px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-about-content__block.spacing-top-32 {
  margin-top: 32px;
}

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

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

.b-help__product {
  width: 240px;
  min-width: 192px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.b-help__product-selector {
  border: 1px solid var(--grey-12);
  background-color: var(--white-0);
  border-radius: 4px;
  padding: 16px;
  box-shadow: 7px 4px 48px -4px rgba(0, 0, 0, .16);
}

.b-help__product-selector.home {
  border-color: var(--brand-primary-hover);
  color: var(--brand-primary);
  padding-top: 16px;
  padding-bottom: 16px;
}

.b-help__product-arrow {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.b-help__product-arrow.no-visible, .b-help__product-arrow.car {
  display: none;
}

.html-embed-2 {
  justify-content: center;
  display: flex;
  position: relative;
  top: -1px;
}

.b-help__product-faq {
  border: 1px solid var(--grey-12);
  background-color: var(--white-0);
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 24px;
  padding: 0;
}

.tab-link.w--current {
  border: 1px none var(--brand-primary-hover);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 24px;
  padding: 0;
}

.tab-link-tab-2 {
  border: 1px none var(--grey-12);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 24px;
  padding: 0;
}

.tab-link-tab-2.w--current {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 4px;
}

.tabs-menu {
  min-height: 71px;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  overflow: visible;
}

.tabs-2, .tabs-3 {
  display: none;
}

.b-productspecifier {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
}

.b-productspecifier__productcard {
  width: 370px;
  height: 382px;
  background-color: var(--white-0);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.icon-productspecifier {
  width: 96px;
  height: 96px;
  background-color: #eafff6;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.icon-productspecifier.icon-right {
  max-height: 96px;
  max-width: 96px;
  min-height: 96px;
  min-width: 96px;
  background-color: #d9fcfc;
}

.c-secondary {
  width: auto;
  height: 48px;
  background-color: var(--white-0);
  color: var(--button-secondary-text);
  cursor: pointer;
  border: 1px solid #317156;
  border-radius: 2px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 64px;
  text-decoration: none;
  display: flex;
}

.c-secondary:hover {
  color: #fff;
  background-color: #004933;
}

.c-secondary.productspecifier {
  flex: 1;
  padding-left: 4px;
  padding-right: 4px;
}

.c-secondary.productspecifier:hover {
  border-color: var(--button-secondary-hover);
  background-color: var(--white-0);
  color: var(--button-secondary-text-hover);
}

.b-umbrella-banner__content__text__productspecifier__productcard__bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.icon-holder-64 {
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-b-productspecifier__productcard__top {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.b-b-productspecifier__productcard__top__iconandtitle {
  flex-direction: column;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-right: 16px;
  display: flex;
}

.bar-left {
  width: 4px;
  height: 100%;
  background-color: #61bfdc;
  padding-right: 0;
  display: block;
}

.title-icon {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.note {
  width: 100%;
  max-width: 789px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 4px solid var(--brand-primary);
  background-color: var(--brand-primary-light);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, .08);
}

.note.spacing-bottom-24 {
  outline-color: var(--grey-05);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.vectors-wrapper-3 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pb16 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.pb16.spacing-bottom-8px {
  margin-bottom: 8px;
}

.p14-2 {
  color: #8a8c8f;
  margin-bottom: 0;
}

.p14-2.black {
  color: #333;
}

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

.body-406 {
  background-color: #fafafa;
}

.b-ratings {
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.b-rating_product {
  width: auto;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .c-primary-banner {
    margin-left: 0;
  }

  .p16.center.m-right-left {
    text-align: right;
  }

  .p16.center.m-left {
    text-align: left;
  }

  .b-banner__modal__content {
    width: 100%;
    min-width: 370px;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
  }

  .b-banner__modal {
    width: 100vw;
    min-width: 370px;
    flex-direction: column;
    align-items: center;
    padding: 0 160px 64px;
    display: flex;
    position: static;
    top: 0;
    left: 69px;
    right: 0;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .b-banner__image {
    width: auto;
    height: 457px;
    min-width: 450px;
    margin-left: 64px;
    margin-right: 64px;
    padding: 16px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
  }

  .b-banner {
    max-width: none;
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }

  .banner-image-household-holder {
    background-color: #b8eadd;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-right: 28px;
  }

  .h5.center.m-right {
    text-align: right;
  }

  .h5.center.m-left {
    text-align: left;
  }

  .h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .b-covers {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .b-covers-cards {
    flex-direction: column;
  }

  .b-covers-card {
    width: auto;
    max-width: none;
  }

  .b-covers-cta__text {
    margin-bottom: 10px;
  }

  .c-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .b-covers-cta__button.left.card {
    justify-content: flex-start;
  }

  .c-steps__section {
    width: auto;
    height: 128px;
    max-width: 100%;
    min-height: auto;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-steps__section.middle {
    flex-direction: row;
    margin: 110px auto;
  }

  .c-steps__section__number {
    margin-right: 0;
  }

  .c-steps__section__text {
    width: 258px;
    text-align: left;
    margin-top: 0;
  }

  .c-steps__section__text.right {
    width: 255px;
    margin-left: 0;
    margin-right: 0;
  }

  .c-steps__section__icon {
    width: 255px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .c-steps__section__icon.right {
    padding-left: 32px;
  }

  .c-steps__section__icon.left {
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 32px;
    display: flex;
  }

  .c-steps__section__number__circle {
    margin-left: 16px;
    margin-right: 16px;
  }

  .h2d {
    font-size: 25px;
    line-height: 34px;
  }

  .c-steps {
    max-width: none;
    flex-direction: column;
    align-items: stretch;
  }

  .c-mintley__logo {
    margin-bottom: 48px;
  }

  .c-mintley__card {
    width: 100%;
  }

  .c-mintley {
    flex-direction: column;
    align-items: center;
  }

  .b-faq {
    width: 100%;
    max-width: none;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .b-faq__description, .b-faq__accordions {
    width: 100%;
  }

  .b-usp {
    max-width: none;
  }

  .b-documents__holder {
    width: 100%;
  }

  .c-footer__logo, .c-footer__description {
    justify-content: center;
    display: flex;
  }

  .c-footer__navigation {
    flex-direction: column;
    align-items: center;
  }

  .c-footer__nav__links {
    justify-content: center;
    margin-bottom: 16px;
  }

  .navigation {
    overflow: visible;
  }

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

  .navigation-links-holder {
    display: none;
    overflow: visible;
  }

  .navigation-holder {
    justify-content: space-between;
    margin-left: 80px;
    margin-right: 80px;
  }

  .spacing-8 {
    background-color: rgba(255, 255, 255, 0);
  }

  .c-logo-large {
    width: 389.984px;
  }

  .body {
    background-color: #fff;
  }

  .b-bg-vector__1 {
    width: 1400px;
  }

  .b-bg-vector-2__inline {
    z-index: 0;
  }

  .b-bg-vector-3__inline {
    padding-left: 47px;
  }

  .b-bg-vector-4__holder__inline {
    width: 489px;
    height: 904px;
    margin-left: 0;
    top: 373px;
    right: 0;
  }

  .c-steps__progress__line {
    width: 9px;
    height: 138px;
    max-width: none;
    color: #ff3232;
  }

  .c-steps__progress__line.top {
    margin-bottom: 100px;
  }

  .c-steps__progress {
    display: none;
  }

  .b-bg-vector-3 {
    top: 4533.1px;
  }

  .b-bg-vector-2 {
    top: 2048px;
  }

  .b-headline__title__highlight.pain-points {
    margin-left: 360px;
  }

  .b-bg-vector-4 {
    justify-content: flex-end;
    display: none;
    top: 525px;
    overflow: hidden;
  }

  .b-bg-vector-4__holder {
    margin-left: 63vw;
  }

  .c-steps__section__right {
    flex-direction: row;
    align-items: center;
  }

  .c-steps__section__left {
    text-align: left;
    flex-direction: row-reverse;
    align-items: center;
  }

  .c-steps__progress-mobile {
    width: 100vw;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: auto;
    left: 0;
  }

  .c-footer__logo__img {
    width: 217px;
    height: 48px;
    object-fit: fill;
    padding-left: 81px;
  }

  .menu-button {
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    display: flex;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .navigation-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .mobile-nav {
    width: 100%;
    max-width: 295px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    overflow: visible;
  }

  .mobile-nav-section {
    display: flex;
    overflow: visible;
  }

  .dark-background {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mobile-nav-link-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 32px;
  }

  .mobile-nav-link {
    text-decoration: none;
  }

  .mobile-nav-link.text-bottom-16.w--current {
    color: #419eaf;
  }

  .mobile-nav-close-cta {
    display: flex;
  }

  .c-footer__nav__separator {
    width: 1px;
    height: 12px;
  }

  .m-cookie {
    max-height: 640px;
    min-height: 400px;
    margin: 80px 16px;
    padding: 40px;
  }

  .m-cookie__buttons {
    margin-top: 40px;
  }

  .cookie-accordion-icon-headline-holder {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .b-check-icon {
    width: 24px;
    height: 24px;
  }

  .step__section__icon__img {
    width: auto;
  }

  .photo-banner-image {
    width: 763px;
    height: 508.531px;
    min-width: 763px;
  }

  .b-packages {
    z-index: 2;
    width: 608px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .b-packages__tile {
    width: 608px;
  }

  .b-packages__tile__bullets__highlight {
    align-items: center;
  }

  .b-protection-level-1__bar {
    width: 542px;
  }

  .b-protection-level-2__bar-left {
    width: 251px;
  }

  .b-protection-level-2__bar-right {
    width: 271px;
  }

  .b-protection-level-3__bar {
    width: 542px;
  }

  .photo-banner-image-home {
    width: 1047px;
    height: 698.578px;
    min-width: 1047px;
  }

  .banner-image-holder-motor {
    background-color: #b8eadd;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
  }

  .navigation-links-right-holder {
    display: none;
    overflow: visible;
  }

  .b-about-content {
    width: 100%;
    max-width: 640px;
  }

  .c-sub-banner__image__hh {
    width: auto;
    margin-top: 0;
  }

  .b-help {
    width: 100%;
    max-width: 640px;
  }

  .b-help__documents-container {
    width: 100%;
  }

  .b-badge {
    right: 95px;
  }

  .c-steps__section__text__title {
    margin-bottom: 8px;
  }

  .b-umbrella-banner {
    height: auto;
    max-width: 100%;
    justify-content: space-between;
  }

  .b-umbrella-banner__content__text {
    min-width: 100%;
    display: block;
  }

  .b-umbrella-banner__content__logo {
    width: 466px;
    justify-content: flex-end;
    margin-top: 48px;
    position: static;
    left: -27px;
  }

  .b-umbrella-banner__content__text__trust {
    height: 100px;
    align-items: flex-start;
  }

  .b-umbrella-banner__content__logo__embed {
    width: 386px;
    margin-left: -26px;
  }

  .b-umbrella-banner__background {
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: -83px;
    left: -837px;
  }

  .b-pain-points {
    max-width: 100%;
  }

  .b-pain-points__holder {
    width: auto;
    min-width: auto;
    justify-content: space-around;
    padding: 24px;
  }

  .b-pain-points__holder__card {
    flex-direction: column;
    display: flex;
  }

  .b-pain-points__holder__card.left {
    padding: 24px;
  }

  .b-pain-points__holder__card.right {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px;
  }

  .b-products {
    max-width: 100%;
  }

  .b-products__holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .b-products__holder__card {
    max-width: 100%;
    flex-direction: column;
    padding: 24px;
  }

  .b-products__holder__card.bottom {
    flex-direction: column-reverse;
    margin-top: 32px;
    padding: 24px;
  }

  .b-products__holder__card__content.right {
    margin-top: 24px;
    margin-left: 0;
  }

  .b-products__holder__card__content.left {
    margin-top: 24px;
    margin-right: 0;
  }

  .b-products__holder__card__image {
    width: 100%;
    height: 200px;
    max-width: none;
    object-position: 50% 20%;
    margin-top: 0;
  }

  .b-how-to {
    max-width: 100%;
  }

  .b-how-to__holder {
    height: auto;
  }

  .b-how-to__holder__card {
    height: auto;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .b-how-to__holder__card.center {
    height: auto;
    margin-left: 18px;
    margin-right: 18px;
  }

  .b-how-to__holder__card.right {
    height: auto;
    margin-bottom: 0;
  }

  .text-block {
    font-size: 60px;
    line-height: 40px;
    top: -20px;
  }

  .b-how-to__asset__background {
    width: 100vw;
    position: absolute;
    left: auto;
    overflow: hidden;
  }

  .b-how-to__asset {
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .b-how-to__asset__img__png {
    width: 419px;
    height: 360.34px;
    margin-bottom: 0;
  }

  .b-how-to__asset__img {
    width: 600px;
    min-width: auto;
    margin-left: 29px;
    padding-top: 64px;
  }

  .b-umbrella-banner__background__embed {
    width: 1154px;
  }

  .b-umbrella-banner__content {
    width: 100%;
  }

  .umbrella-banner-trust-booster {
    width: 100.414px;
    height: 100px;
  }

  .umbrella-banner-trust-booster.center {
    height: 100px;
  }

  .ornament-left {
    margin-top: -94px;
    margin-left: -94px;
  }

  .ornament-right {
    margin: 94px -94px -94px 94px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .ornament-2 {
    margin-top: 27px;
    margin-right: -35px;
  }

  .b-how-to__holder__cards__top-content {
    height: auto;
  }

  .section.error-page {
    margin-bottom: 64px;
  }

  .section.umbrella-banner {
    padding: 60px 80px 0;
  }

  .section.pain-points {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.usp {
    padding: 0 80px 64px;
  }

  .section.emotional {
    padding: 64px 80px;
  }

  .section.how {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.steps {
    padding: 64px 80px;
  }

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

  .section.mintley {
    padding: 64px 160px;
  }

  .section.faq, .section.documents {
    padding: 64px 80px;
  }

  .section.footer {
    padding-top: 24px;
  }

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

  .section.about-mintley, .section.help {
    padding-left: 80px;
    padding-right: 80px;
  }

  .error-container {
    max-width: 608px;
  }

  .error-asset {
    width: 292px;
    min-width: 292px;
  }

  .container.sub-banner {
    height: 154px;
    background-image: url('../images/app-banner-top-tablet-umbrella.png');
  }

  .container.wide {
    padding-left: 80px;
    padding-right: 80px;
  }

  .b-bg-vector {
    width: 100vw;
  }

  .c-sub-banner__image__motor {
    width: auto;
  }

  .b-umbrella-banner__badge-hh {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .b-productspecifier {
    justify-content: space-between;
  }

  .b-productspecifier__productcard {
    width: 50%;
    height: auto;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-productspecifier {
    width: 72px;
    height: 72px;
  }

  .icon-productspecifier.icon-right {
    max-height: 72px;
    max-width: 72px;
    min-height: 72px;
    min-width: 72px;
  }

  .c-secondary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .html-embed-3 {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .div-block-3 {
    width: 12px;
    height: 28px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .note.spacing-bottom-24 {
    margin-bottom: 24px;
  }

  .pb16 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p16 {
    margin-bottom: 0;
  }

  .p16.center.m-right-left {
    text-align: left;
    margin-bottom: 0;
  }

  .p16.center.m-left, .p16.center.white {
    margin-bottom: 0;
  }

  .p16.umbrella.product-specifier {
    text-align: left;
  }

  .p16.bold {
    margin-bottom: 0;
  }

  .b-banner__modal__content {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .b-banner__modal {
    width: 100vw;
    min-width: 440px;
    align-items: center;
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-banner__image {
    width: 100vw;
    min-width: auto;
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .b-banner {
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .banner-image-household-holder {
    justify-content: flex-end;
    padding-right: 0;
  }

  .link {
    width: auto;
    max-width: 100%;
  }

  .c-usps {
    flex-direction: column;
    align-items: center;
  }

  .c-usps__section.center {
    margin: 32px 0;
  }

  .h5.center.m-right {
    text-align: left;
  }

  .b-quality__icon {
    flex-wrap: wrap;
  }

  .b-covers {
    padding-left: 0;
    padding-right: 0;
  }

  .b-covers-cta {
    margin-top: 32px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .p14 {
    text-align: left;
  }

  .b-covers-cta__button.left.card {
    display: block;
  }

  .c-steps__section {
    flex-direction: row;
  }

  .c-steps__section.middle {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .c-steps__section__text.right {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .c-steps__section__icon, .c-steps__section__icon.right {
    display: none;
  }

  .c-steps__section__icon.left {
    display: none;
    overflow: visible;
  }

  .c-steps__section__number__circle {
    margin-left: 0;
  }

  .c-steps {
    width: 339px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-footer__description {
    text-align: center;
  }

  .c-footer__nav__links {
    flex-direction: column;
    align-items: center;
  }

  .navigation-holder {
    margin-left: 24px;
    margin-right: 24px;
  }

  .icon-arrow-down {
    width: 24px;
    height: 24px;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .b-bg-vector__1 {
    width: 3200px;
    margin-top: -330px;
    margin-left: -360px;
  }

  .b-bg-vector-2__inline {
    padding-left: 0;
    padding-right: 0;
  }

  .b-bg-vector-3__inline {
    padding-left: 86px;
  }

  .c-steps__progress__line {
    width: 9px;
    height: 120px;
  }

  .c-steps__progress__line.top {
    margin-bottom: 80px;
  }

  .b-bg-vector-3 {
    top: 4825.1px;
  }

  .b-bg-vector-2 {
    top: 2445px;
  }

  .c-footer__nav__link {
    margin-bottom: 4px;
  }

  .b-headline__title__highlight, .b-headline__title__highlight.steps.motor, .b-headline__title__highlight.steps.hh {
    margin-left: 0;
  }

  .b-headline__title__highlight.usp-hh {
    margin-right: 0;
  }

  .b-headline__title__highlight.covers {
    margin-left: 0;
  }

  .b-headline__title__highlight.usp-motor {
    margin-right: 0;
  }

  .b-headline__title__highlight.package, .b-headline__title__highlight.pain-points, .b-headline__title__highlight.usp-umbrella, .b-headline__title__highlight.products {
    margin-left: 0;
  }

  .b-bg-vector-4 {
    display: none;
  }

  .c-steps__section__left {
    flex-direction: row;
  }

  .c-steps__progress-mobile {
    z-index: 0;
    width: 339px;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 29.5px;
    left: auto;
  }

  .c-footer__logo__img {
    width: 217px;
    height: 48px;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
  }

  .c-footer__nav__separator {
    display: none;
  }

  .c-primary__text {
    margin-left: auto;
    margin-right: auto;
  }

  .m-cookie {
    max-height: none;
    padding: 24px;
    display: block;
  }

  .m-cookie__general__content {
    max-height: 60vh;
  }

  .m-cookie__buttons {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 24px;
  }

  .list {
    grid-row-gap: 0px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .m-cookie__general__content__titles {
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .m-cookie__general__content__text {
    margin-bottom: 8px;
  }

  .m-cookie__buttons__holder {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .m-cookie__buttons__holder.left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .m-cookie__edit__content__text {
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .cookie-accordion.top {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .cookie-accordion-headline-left {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .toggle-holder {
    margin-left: auto;
    position: relative;
  }

  .m-cookie__edit__content {
    max-height: 55vh;
  }

  .photo-banner-image {
    width: 735px;
    height: 489.875px;
    min-width: 735px;
  }

  .b-packages {
    width: auto;
    max-width: 100vw;
    justify-items: center;
  }

  .b-packages__tile {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .b-protection-level-1__bar {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .b-protection-level-2__bar-left, .b-protection-level-2__bar-right {
    width: 50%;
  }

  .b-protection-level-3__bar {
    width: 100%;
  }

  .photo-banner-image-home {
    width: 736px;
    height: 491.078px;
    min-width: 736px;
  }

  .banner-image-holder-motor {
    width: 100%;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-container.support__product-specific {
    width: 100%;
  }

  .b-badge {
    right: 20px;
  }

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

  .b-umbrella-banner, .b-umbrella-banner__content__text {
    width: 100%;
  }

  .b-umbrella-banner__content__logo, .b-umbrella-banner__content__text__trust {
    justify-content: center;
  }

  .b-umbrella-banner__background {
    left: -743px;
  }

  .b-pain-points__holder {
    flex-direction: column;
  }

  .b-pain-points__holder__card.left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .b-how-to__holder {
    flex-direction: column;
  }

  .b-how-to__holder__card {
    height: auto;
  }

  .b-how-to__holder__card.center {
    height: auto;
    margin: 40px 0;
  }

  .b-how-to__holder__card.right {
    height: auto;
  }

  .b-how-to__asset__background {
    margin-top: 0;
  }

  .b-how-to__asset__img {
    margin-left: 0;
  }

  .b-umbrella-banner__content {
    min-width: 100%;
    padding-bottom: 0;
  }

  .umbrella-banner-trust-booster.center {
    height: 100px;
    margin-left: -12px;
    margin-right: 8px;
  }

  .ornament-left, .ornament-right, .ornament-2 {
    display: none;
  }

  .marketing-banner-cta {
    margin-bottom: 12px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.error-page {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.umbrella-banner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.pain-points {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.usp {
    padding: 48px 24px;
  }

  .section.emotional {
    padding: 32px 24px;
  }

  .section.how {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.steps {
    padding: 48px 24px;
  }

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

  .section.mintley, .section.faq, .section.documents {
    padding: 48px 24px;
  }

  .section.footer {
    position: relative;
  }

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

  .section.top-banner, .section.sub-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .section.about-mintley {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .section.narrow,
  .section.help {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.narrow,
  .section.help {
    padding-left: 24px;
    padding-right: 24px;
  }

  .error-container {
    max-width: none;
    flex-direction: column-reverse;
  }

  .error-asset {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .container.top-banner {
    max-width: 100vw;
  }

  .container.sub-banner {
    background-image: url('../images/app-banner-top-mobile-umbrella.png');
    background-size: auto 100%;
  }

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

  .b-headline {
    margin-bottom: 36px;
  }

  ._404-footer-holder {
    bottom: auto;
  }

  .b-bg-vector {
    height: 1000px;
  }

  .b-umbrella-banner__badge-hh {
    padding-top: 4px;
  }

  .b-help__product-selector {
    box-shadow: 7px 4px 19px -4px rgba(0, 0, 0, .16);
  }

  .tabs-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    overflow: scroll;
  }

  .b-productspecifier {
    flex-direction: column;
  }

  .b-productspecifier__productcard {
    width: 100%;
    align-items: flex-start;
  }

  .icon-productspecifier {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }

  .icon-productspecifier.icon-right {
    min-height: 48px;
    min-width: 48px;
  }

  .b-umbrella-banner__content__text__productspecifier__productcard__bottom {
    flex-direction: column;
  }

  .html-embed-3 {
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
  }

  .b-b-productspecifier__productcard__top {
    width: 100%;
    align-items: flex-start;
  }

  .b-b-productspecifier__productcard__top__iconandtitle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .c-primary-banner {
    width: 100%;
  }

  .p16 {
    margin-bottom: 0;
  }

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

  .p16.spacing-bottom-16 {
    overflow: visible;
  }

  .b-banner__modal__content {
    max-width: none;
    min-width: 0;
  }

  .b-banner__modal {
    min-width: 0;
  }

  .h1 {
    letter-spacing: -1px;
    margin-top: 6px;
    font-size: 28px;
    line-height: 36px;
  }

  .h1.umbrella {
    text-align: left;
    margin-top: 0;
  }

  .b-banner__image {
    max-width: 100vw;
    background-image: none;
    display: flex;
    overflow: hidden;
  }

  .banner-image-household-holder {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-right: 195px;
  }

  .link.accordion {
    width: 90%;
  }

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

  .b-quality__icon {
    flex-direction: column;
    align-items: center;
  }

  .b-covers-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .b-covers-card__covers__cover__check {
    min-height: 24px;
    min-width: 24px;
  }

  .p14.white {
    text-align: center;
  }

  .p14.bold {
    font-weight: 700;
  }

  .p14.bold.mobile {
    font-size: 12px;
  }

  .p14.mobile {
    font-size: 13px;
  }

  .c-primary {
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #317156;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-primary:hover {
    color: #fff;
    background-color: #004933;
  }

  .c-steps__section {
    margin-left: 0;
    margin-right: 0;
  }

  .c-steps__section.middle {
    margin-left: auto;
    margin-right: auto;
  }

  .c-steps__section__text, .c-steps__section__text.right {
    width: auto;
  }

  .c-steps {
    width: auto;
    height: auto;
    align-items: center;
  }

  .c-mintley__logo {
    width: auto;
    height: auto;
    max-width: 400px;
  }

  .secondary-button {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .c-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-icon-24 {
    width: 10%;
    max-width: 10%;
  }

  .b-faq-accordion.top {
    width: 100%;
  }

  .c-logo-large {
    width: 100%;
    height: 100%;
  }

  .body {
    min-width: 100vw;
    overflow: visible;
  }

  .b-bg-vector-3 {
    z-index: -1;
    top: 4924.1px;
  }

  .b-bg-vector-2 {
    top: 2679px;
  }

  .b-headline__title__highlight {
    margin-left: 0;
  }

  .c-steps__progress-mobile {
    width: 100%;
    padding-left: 53.5px;
    padding-right: 24px;
  }

  .c-footer__logo__img {
    width: 217px;
    height: 48px;
  }

  .mobile-nav {
    width: 100%;
  }

  .mobile-nav-top {
    width: 84%;
  }

  .mobile-nav-close-cta {
    cursor: pointer;
  }

  .c-primary__text {
    text-align: center;
  }

  .m-cookie-overlay {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .m-cookie {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .m-cookie__general__content {
    height: auto;
    max-height: 50vh;
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    overflow: auto;
  }

  .m-cookie__buttons {
    height: 100%;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .m-cookie__general__content__text {
    margin-bottom: 0;
  }

  .m-cookie__edit__content__text {
    overflow: auto;
  }

  .cookie-accordion.top {
    align-items: center;
  }

  .cookie-accordion-headline-left {
    align-items: center;
    margin-right: 0;
  }

  .cookie-accordion-icon-headline-holder {
    align-items: center;
  }

  .toggle-holder {
    margin-left: auto;
  }

  .m-cookie__edit__content {
    height: 100%;
    max-height: 45vh;
    overflow: auto;
  }

  .cookie-check {
    margin-left: 8px;
  }

  .photo-banner-image {
    width: 649px;
    height: 432.547px;
    min-width: 649px;
    flex: 0 auto;
  }

  .b-packages, .b-packages__tile {
    margin-left: 0;
    margin-right: 0;
  }

  .b-protection-level-2 {
    width: 100%;
  }

  .m-cookie__general {
    display: block;
  }

  .m-cookie__edit {
    display: none;
  }

  .photo-banner-image-home {
    width: auto;
    height: 433.031px;
    min-width: auto;
  }

  .banner-image-holder-motor {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-bottom: 0;
  }

  .b-review-widget {
    margin-bottom: 24px;
  }

  .m-modal-regular {
    height: 100%;
    align-items: flex-end;
    padding-top: 80px;
    overflow: visible;
  }

  .m-modal-regular__holder {
    width: 100vw;
    max-height: none;
    padding-top: 24px;
  }

  .m-modal-regular__holder__nav {
    margin-left: 24px;
    margin-right: 24px;
  }

  .m-modal-regular__holder__nav__right {
    min-width: 24px;
  }

  .m-modal-regular__holder__content {
    max-height: 60vh;
    margin-left: 24px;
    margin-right: 24px;
    overflow: auto;
  }

  .c-sub-banner__image__hh {
    max-width: 479px;
    min-height: 100%;
    display: block;
  }

  .b-container.support__product-specific {
    width: 100%;
  }

  .h4.tabs {
    display: block;
  }

  .primary-button-full-width {
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-umbrella-banner {
    height: auto;
  }

  .b-umbrella-banner__content__text {
    max-width: 100%;
    min-width: 100%;
    margin-top: -21px;
  }

  .b-umbrella-banner__content__logo {
    width: 270px;
    margin-top: 0;
  }

  .b-umbrella-banner__content__text__trust {
    justify-content: center;
    align-items: flex-start;
  }

  .b-umbrella-banner__content__logo__embed {
    width: 270px;
    min-width: 270px;
    margin-top: 50px;
    margin-bottom: -209px;
    margin-left: 534px;
  }

  .b-umbrella-banner__background {
    margin-left: -65px;
    top: -30px;
    left: -390px;
  }

  .b-products__holder__card__image {
    width: auto;
    height: 254px;
    min-height: 254px;
    min-width: 0;
    object-position: 80% 50%;
    align-self: auto;
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .b-how-to__asset__img__png {
    width: 100%;
    height: auto;
  }

  .b-how-to__asset__img {
    width: 100%;
  }

  .b-umbrella-banner__content {
    min-width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 0;
  }

  .umbrella-banner-trust-booster {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    object-fit: scale-down;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .umbrella-banner-trust-booster.center {
    width: 100px;
    height: 100px;
    max-height: 98px;
    max-width: 98px;
    object-fit: scale-down;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .marketing-banner-cta {
    margin-bottom: 0;
  }

  .section.umbrella-banner {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .section.pain-points {
    padding-top: 80px;
  }

  .section.about-mintley {
    display: block;
  }

  .error-asset {
    width: 100%;
    min-width: auto;
  }

  .container.sub-banner {
    height: 125px;
    background-image: url('../images/app-banner-top-mobile-umbrella.png');
    background-size: auto 100%;
    justify-content: center;
  }

  ._404-footer-holder {
    bottom: auto;
  }

  .c-sub-banner__image__motor {
    max-width: 479px;
    min-height: 100%;
  }

  .b-table {
    border-top: 1px solid var(--brand-primary);
    border-right: 1px solid var(--brand-primary);
    border-left: 1px solid var(--brand-primary);
    border-radius: 1px;
  }

  .b-table__header {
    background-color: var(--brand-primary-light);
  }

  .b-umbrella-banner__badge-hh {
    margin-right: -12px;
    padding-top: 10px;
    padding-right: 0;
  }

  .html-embed {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: flex;
    overflow: visible;
  }

  .html-embed.home, .html-embed.auto {
    margin-right: 8px;
  }

  .list-3 {
    padding-left: 24px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    display: inline;
  }

  .b-help__product {
    width: auto;
    min-width: 200px;
  }

  .b-help__product-selector.home {
    flex-direction: row;
    display: flex;
  }

  .b-help__product-content {
    display: block;
  }

  .b-help__product-faq {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-menu {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 24px 24px;
    overflow: scroll;
  }

  .tabs-content {
    max-width: 100%;
  }

  .tabs-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .body-405 {
    overflow: visible;
  }

  .c-secondary {
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #317156;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-secondary:hover {
    color: #fff;
    background-color: #004933;
  }

  .c-secondary.productspecifier {
    background-color: var(--white-0);
    color: var(--button-secondary-text);
  }

  .bar-left {
    width: 4px;
    height: 100%;
    background-color: #61bfdc;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .note {
    flex-direction: row;
  }

  .b-ratings {
    flex-direction: column;
    margin-top: 24px;
  }

  .b-rating_product {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .b-rating_product.motor {
    align-self: center;
    align-items: center;
    margin-top: 24px;
  }

  #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7714-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7717-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d771a-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d771d-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7720-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7723-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7726-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7729-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d772c-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d772f-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7732-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7735-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7738-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d773b-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d773e-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7741-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7744-c08ced9e, #w-node-dd92457a-41a1-cd4c-bc1b-c100c88d7747-c08ced9e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f159-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f15c-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f15f-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f162-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f165-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f168-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f16b-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f16e-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f171-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f174-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f177-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f17a-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f17d-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f180-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f183-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f186-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f189-b1c4c85e, #w-node-_6c41c2df-7a35-0cde-57ac-3adc6ee6f18c-b1c4c85e, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fa0-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fa3-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fa6-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fa9-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fac-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0faf-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fb2-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fb5-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fb8-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fbb-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fbe-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fc1-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fc4-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fc7-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fca-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fcd-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fd0-b1c4c860, #w-node-e112e43c-a19b-0708-c3dc-ee29a64e0fd3-b1c4c860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Quicksand webfont';
  src: url('../fonts/quicksand-semibold-webfont.woff2') format('woff2'), url('../fonts/quicksand-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand webfont';
  src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'), url('../fonts/quicksand-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand webfont';
  src: url('../fonts/quicksand-medium-webfont.woff2') format('woff2'), url('../fonts/quicksand-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand webfont';
  src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand webfont';
  src: url('../fonts/quicksand-light-webfont.woff2') format('woff2'), url('../fonts/quicksand-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}