:root {
  --blue-50: #f5f8ff;
  --blue-900: #001855;
  --grey-800: #506392;
  --blue-100: #eaf0ff;
  --grey-600: #7f8daf;
  --blue-500: #326bff;
  --white: white;
  --blue-550: #2c61e8;
  --blue-600: #2556d4;
  --shadow: rgba(0, 0, 102, .1);
  --blue-150: #dbe5ff;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.body {
  background-color: #fff;
}

.margined-wrapper {
  background-color: var(--blue-50);
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 64px;
  padding-bottom: 96px;
  display: flex;
}

.margined-wrapper.blue-900 {
  background-color: var(--blue-900);
}

.div-848 {
  width: 100%;
  max-width: 848px;
  min-width: 280px;
}

.div-848.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.h3 {
  color: var(--blue-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geologica, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.body-2 {
  color: var(--grey-800);
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.body-2.blue-900 {
  color: var(--blue-900);
}

.body-2.blue-900.droplist-item_active {
  background-image: url('../images/check-16px-blue900.svg'), url('../images/flag-gb-20.svg');
  background-position: 94%, 16px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-left: 44px;
  padding-right: 28px;
  font-weight: 600;
}

.body-2.blue-100 {
  color: var(--blue-100);
}

.body-2.grey-600 {
  color: var(--grey-600);
}

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

.body-2.link:hover {
  color: var(--blue-500);
}

.faq-item {
  width: 100%;
  border: 1.25px solid var(--blue-100);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 102, .05);
}

.faq-item_toggle {
  border-radius: 16px;
  justify-content: space-between;
  padding: 30px 32px;
  display: flex;
}

.icon {
  margin-right: 0;
}

.faq-item_list {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: static;
}

.list-wrapper_ver-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.icon-20 {
  width: 20px;
  height: 20px;
  background-image: url('../images/shevron-right-20px.svg');
  background-position: 0 0;
  background-size: auto;
}

.h6 {
  color: var(--blue-900);
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.h6.blue-900 {
  color: var(--blue-900);
}

.h2 {
  color: var(--blue-900);
  font-family: Geologica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

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

.h2.centered.white {
  color: var(--white);
}

.h2.blue-500 {
  color: var(--blue-500);
}

.h2.mobile {
  color: var(--blue-50);
}

.h2.white {
  color: var(--white);
}

.list-item_checked {
  background-image: url('../images/check-16px.svg');
  background-position: 2px 2px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
}

.list-wrapper_cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-xl {
  height: 62px;
  background-color: var(--blue-500);
  color: var(--white);
  border-radius: 40px;
  padding: 21px 44px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .1s;
}

.button-xl:hover {
  background-color: var(--blue-550);
}

.button-xl:active {
  background-color: var(--blue-600);
}

.indent-8px {
  height: 8px;
}

.indent-32px {
  height: 32px;
}

.wrapper {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper.blue-900 {
  background-color: var(--blue-900);
}

.list-wrapper_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item_divided {
  border-bottom: 1.25px solid var(--blue-100);
  background-image: url('../images/check-16px.svg');
  background-position: 2px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
}

.list-item_divided.divider-cap {
  border-top: 1.25px solid var(--blue-100);
}

.div-848-feature {
  width: 100%;
  max-width: 848px;
  min-width: 280px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
}

.div-848-feature.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-block {
  height: 192px;
  min-width: 265px;
  background-color: var(--blue-50);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.indent-24px {
  height: 32px;
}

.body-1 {
  color: var(--grey-800);
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.body-1.blue-900 {
  color: var(--blue-900);
}

.body-1.blue-100, .body-1.mobile {
  color: var(--blue-100);
}

.image-animation-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.image-wrapper-2 {
  height: 192px;
  min-width: 265px;
  background-color: var(--blue-50);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.image {
  position: relative;
  box-shadow: 0 48px 40px rgba(0, 0, 102, .1);
}

.div-trustpilot {
  width: 100%;
  max-width: 848px;
  min-width: 280px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--blue-50);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: -32px;
  margin-bottom: 96px;
  padding: 24px;
  display: flex;
}

.div-trustpilot.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.body-3 {
  color: var(--grey-800);
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.body-3.blue-900 {
  color: var(--blue-900);
}

.body-3.blue-100 {
  color: var(--blue-100);
}

.body-3.grey-600 {
  color: var(--grey-600);
}

.trustpilot-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.body-3-bold-link {
  color: var(--blue-900);
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.body-3-bold-link:hover {
  color: #ff860d;
}

.body-3-bold-link.blue-900 {
  color: var(--blue-900);
}

.body-3-bold-link.blue-100 {
  color: var(--blue-100);
}

.link-block {
  margin-top: -4px;
}

.link-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.image-2 {
  cursor: pointer;
}

.h5 {
  color: var(--blue-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.list-item_info {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1.25px solid var(--blue-100);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.list-item_info.divider-cap {
  border-top: 1.25px solid var(--blue-100);
}

.list-item_value {
  width: 100%;
  border-bottom: 1.25px solid var(--blue-100);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
}

.list-item_value.divider-cap, .list-item_value.divider-cap-desktop {
  border-top: 1.25px solid var(--blue-100);
  background-image: none;
}

.list-item_value_checked {
  width: 100%;
  border-bottom: 1.25px solid var(--blue-100);
  background-image: url('../images/check-16px.svg');
  background-position: 2px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
}

.list-item_value_checked.divider-cap {
  border-top: 1.25px solid var(--blue-100);
  background-image: url('../images/check-16px.svg');
  background-position: 0 12px;
  background-size: auto;
  padding-left: 24px;
}

.list-wrapper_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.inline-icon {
  cursor: help;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  align-self: flex-start;
  display: block;
}

.list-item_value_crossed {
  width: 100%;
  border-bottom: 1.25px solid var(--blue-100);
  background-image: url('../images/cross-16px.svg');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
}

.list-item_value_crossed.divider-cap {
  border-top: 1.25px solid var(--blue-100);
  background-image: url('../images/check-16px.svg');
  background-position: 0 12px;
  background-size: auto;
  padding-left: 24px;
}

.navbar {
  height: 80px;
  background-color: #151c33;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.image-3 {
  height: 32px;
}

.div-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0;
  display: flex;
}

.dropdown-list {
  width: 192px;
  background-color: var(--white);
  box-shadow: 0 8px 48px 0 var(--shadow);
  border-radius: 12px;
  margin-top: 24px;
  padding: 4px;
  display: none;
}

.dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.droplist-item {
  text-decoration: none;
}

.dropdown-item_active {
  color: var(--blue-900);
  letter-spacing: .1px;
  background-image: url('../images/flag-gb-20.svg'), url('../images/check-16px-blue900.svg');
  background-position: 16px, 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 8px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-item_normal {
  color: var(--blue-900);
  letter-spacing: .1px;
  background-image: url('../images/flag-nl-20.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-item_normal:hover {
  background-color: var(--blue-50);
}

.icon-number {
  width: 40px;
  height: 40px;
  background-color: var(--blue-100);
  color: var(--blue-500);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.body-3-bold {
  color: var(--blue-900);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.body-3-bold.blue-900 {
  color: var(--blue-900);
}

.body-3-bold.blue-100 {
  color: var(--blue-100);
}

.paragraph {
  display: flex;
}

.step-divider {
  width: 100%;
  height: 2px;
  background-color: var(--blue-100);
  border-radius: 2px;
}

.feature-step_number {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.feature-step_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature-step {
  width: 100%;
}

.feature-step_text {
  padding-top: 24px;
  padding-right: 24px;
}

.div-848-2 {
  width: 100%;
  max-width: 848px;
  min-width: 280px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-848-2.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.sticky {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  box-shadow: 0 8px 48px 0 var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, .7);
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  padding: 28px 24px 28px 40px;
  display: flex;
}

.sticky.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.sticky-info_2 {
  width: 100%;
}

.button-large {
  min-width: 160px;
  background-color: var(--blue-500);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  padding: 18px 35px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .1s;
}

.button-large:hover {
  background-color: var(--blue-550);
}

.button-large:active {
  background-color: var(--blue-600);
}

.h4 {
  color: var(--blue-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.hero-wrapper {
  background-color: #151c33;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  overflow: hidden;
}

.hero-wrapper.blue-900 {
  background-color: var(--blue-900);
}

.sticky-wrapper {
  z-index: 999;
  width: 100%;
  max-width: 848px;
  min-width: 280px;
  margin: -48px auto 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
}

.sticky-wrapper.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.link-medium_w-icon {
  color: var(--blue-500);
  background-image: url('../images/arrow-right-16px.svg');
  background-position: 97% 2px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
}

.link-medium_w-icon:hover {
  filter: brightness(90%);
  background-position: 100% 2px;
  text-decoration: underline;
}

.indent-16px {
  height: 16px;
}

.hero_text {
  width: 53%;
}

.hero-div {
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-image-wrapper {
  width: 43%;
  height: 236px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image {
  width: 320px;
  max-width: 320px;
  min-width: 200px;
  margin-top: 256px;
}

.sticky_column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky_column.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.list-item_divided-2 {
  background-image: url('../images/check-16px.svg');
  background-position: 2px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1.25px solid #eaf0ff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
}

.list-item_divided-2.divider-cap {
  border-top: 1.25px solid #eaf0ff;
}

.h3-2 {
  color: #001855;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geologica, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.div-block-3 {
  height: 380px;
  background-color: #f5f8ff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 48px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.body-4 {
  color: #506392;
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.wrapper-2 {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h2-no-wrap {
  word-break: keep-all;
}

.dropdown-toggle-2 {
  padding: 2px 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.tooltip-text {
  max-height: 320px;
  max-width: 320px;
  background-color: var(--blue-900);
  color: var(--blue-50);
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 7px 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: none;
  position: absolute;
  overflow: scroll;
}

.tooltip-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.h1 {
  color: var(--blue-50);
  font-family: Geologica, sans-serif;
  font-size: 54px;
  line-height: 54px;
}

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

.h1.centered.white {
  color: var(--white);
}

.h1.blue-500 {
  color: var(--blue-500);
}

.h1.mobile {
  color: var(--blue-50);
}

.link-2 {
  color: var(--blue-500);
}

.quote-div {
  max-width: 848px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 350px;
}

.image-4 {
  box-shadow: 0 24px 50px rgba(0, 0, 102, .2);
}

.footer {
  background-color: #151c33;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.footer-2 {
  background-color: #151c33;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 48px;
  display: flex;
}

.div-848-feature-2 {
  width: 100%;
  max-width: 848px;
  min-width: 280px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
}

.div-848-feature-2.centered {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.image-5, .image-6, .image-7 {
  width: 192px;
}

.quote-wrapper {
  background-color: #151c33;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.quote-wrapper.blue-900 {
  background-color: var(--blue-900);
}

@media screen and (max-width: 991px) {
  .margined-wrapper {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper, .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    padding: 96px 20px;
  }

  .sticky-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-wrapper {
    width: 38%;
  }

  .div-block-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-4 {
    display: none;
  }

  .footer, .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-wrapper {
    padding: 128px 20px;
  }
}

@media screen and (max-width: 767px) {
  .body-2.mobile {
    font-size: 13px;
    line-height: 18px;
  }

  .h2.mobile {
    font-size: 32px;
    line-height: 40px;
  }

  .list-wrapper_cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .body-1.mobile {
    font-size: 15px;
    line-height: 20px;
  }

  .image-wrapper-2 {
    height: 136px;
    min-width: 192px;
  }

  .image {
    width: 160px;
  }

  .body-3.grey-600.mobile {
    font-size: 11px;
    line-height: 16px;
  }

  .trustpilot-info {
    flex-direction: column;
  }

  .sticky {
    padding-left: 32px;
  }

  .h4.mobile {
    font-size: 32px;
  }

  .hero-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero_text {
    width: 58%;
  }

  .hero-image-wrapper {
    width: 35%;
  }

  .hero-image {
    margin-top: 129px;
  }

  .div-block-3 {
    height: 280px;
    min-width: 192px;
    justify-content: center;
  }

  .tooltip-text {
    display: none;
    left: 0;
    right: 0;
  }

  .tooltip-wrapper {
    justify-content: flex-start;
  }

  .h1, .h1.mobile {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-4, .image-5, .image-6 {
    display: none;
  }

  .quote-wrapper {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 479px) {
  .body-2.grey-600 {
    display: none;
  }

  .list-wrapper_horizontal, .div-848-feature {
    flex-direction: column;
  }

  .div-trustpilot {
    flex-direction: column;
    align-items: center;
  }

  .list-item_info {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .list-item_value {
    padding-top: 4px;
    padding-left: 0;
  }

  .list-item_value.divider-cap {
    padding-left: 0;
  }

  .list-item_value.divider-cap-desktop {
    border-top-style: none;
    padding-left: 0;
  }

  .list-item_value_checked {
    background-position: 2px 5px;
    padding-top: 4px;
    padding-left: 24px;
  }

  .list-item_value_crossed {
    background-position: 0 5px;
    padding-top: 4px;
    padding-left: 24px;
  }

  .step-divider {
    width: 2px;
    height: 24px;
    margin-bottom: -16px;
  }

  .feature-step_number {
    width: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .feature-step_wrapper {
    flex-direction: column;
  }

  .feature-step {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    display: flex;
  }

  .feature-step_text {
    padding-top: 0;
    padding-right: 0;
  }

  .sticky {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    padding: 16px 20px 24px;
  }

  .button-large, .hero_text {
    width: 100%;
  }

  .hero-div {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-image {
    width: 220px;
    align-self: flex-start;
    margin-top: 0;
  }

  .div-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .tooltip-text {
    max-width: 100%;
  }

  .quote-div {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .image-4 {
    width: 450px;
    max-width: none;
  }

  .div-848-feature-2 {
    flex-direction: column;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: block;
  }
}


