:root {
  --font-secondary: "Work Sans", Arial, sans-serif;
  --electric--text-primary: #1a1a1a;
  --font-primary: Morion, Arial, sans-serif;
  --white: white;
  --electric--secondary-text: #5f6368;
  --black: black;
  --transparent: transparent;
  --primary: #0c108c;
  --electric--mint-cta: #8dffec;
  --electric--stars: #fcc100;
  --electric--off-white-bg: #fafafa;
  --electric--off-white-bg-v2: #e0e0e5;
  --electric--body-text: #2b2b2b;
  --electric--green: #15be03;
  --electric--red: #f20;
}

.body {
  font-family: var(--font-secondary);
  color: var(--electric--text-primary);
  font-weight: 400;
  line-height: 130%;
}

.main.congrats {
  background-color: #f8f7f4;
}

.padding-global {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-global.decor {
  border-left: 1px solid #ffffff2e;
  border-right: 1px solid #ffffff2e;
}

.padding-global.decor.color {
  background-color: #fafafa;
  border-left-color: #e0e0e5;
  border-right-color: #e0e0e5;
}

.padding-global.decor.v2 {
  letter-spacing: -.03em;
  border-left-color: #e0e0e5;
  border-right-color: #e0e0e5;
}

.padding-global.decor.v3 {
  border-left-color: #e0e0e5;
  border-right-color: #e0e0e5;
}

.padding-global.decor.top {
  border-top: 1px solid #e0e0e5;
  border-left-color: #e0e0e5;
  border-right-color: #e0e0e5;
}

.padding-global.decor.top.relative {
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.xl {
  max-width: 1120px;
}

.title-h1 {
  font-family: var(--font-primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 110%;
}

.title-h1.white {
  color: var(--white);
  letter-spacing: -.06em;
  letter-spacing: -.06em;
  padding-top: 10px;
  font-weight: 400;
}

.title-h2 {
  font-family: var(--font-primary);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

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

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

.title-h4 {
  font-family: var(--font-primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.title-h4.cta {
  margin-top: -10px;
}

.title-h4.cta:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
  margin-top: 0;
}

.body-large {
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 145%;
}

.body-large.white {
  color: var(--white);
}

.body-regular {
  color: var(--electric--text-primary);
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 145%;
}

.body-regular.secondary {
  color: var(--electric--secondary-text);
}

.body-regular.primary {
  color: var(--electric--text-primary);
}

.body-regular.max-width {
  width: 100%;
  max-width: 440px;
}

.body-small {
  letter-spacing: -.02em;
  line-height: 135%;
}

.body-small._w-100 {
  width: 100%;
}

.body-small._w-100.text-center {
  text-align: center;
}

.body-small.white {
  color: var(--white);
}

.body-small.white:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
  color: var(--black);
}

.body-small.end {
  text-align: right;
  width: 100%;
  max-width: 120px;
}

.body-small.secondary {
  color: #41424d;
}

.body-small.secondary.fz-15 {
  font-size: 15px;
  line-height: 145%;
}

.label-large {
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

.label-medium {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}

.label-medium.fz-18 {
  font-size: 18px;
}

.label-medium.white {
  color: var(--white);
}

.label-medium.white.center {
  text-align: center;
}

.label-medium.white.center.mb-12 {
  margin-bottom: 12px;
}

.label-extra-small {
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 125%;
}

.label-extra-small.white {
  color: var(--white);
  letter-spacing: -.01em;
}

.label-extra-small.white:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
  color: var(--black);
}

.label-extra-small.white.center:where(.w-variant-730d0a57-75b1-7d04-adea-c220e17cf18c) {
  color: #41424d;
  text-align: center;
  text-align: center;
}

.header {
  z-index: 100;
  background-color: #0d0383;
  border-bottom: 1px solid #ffffff2e;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.header_wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.header_logo {
  width: 100%;
  max-width: 127px;
}

.header_left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 503px;
  display: flex;
}

.header_menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_menu-item {
  text-decoration: none;
  transition: all .4s;
}

.header_menu-item:hover {
  opacity: .6;
}

.header_right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_right-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_hero {
  background-color: #0d0383;
  padding-left: 45px;
  padding-right: 45px;
}

.hero_wrapper {
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 40px;
  position: relative;
}

.hero_strapline {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #ffffff29;
  border-radius: 90px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 36px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 8px;
  display: flex;
  box-shadow: 0 1px 3px #00000026, 0 1px 2px -1px #00000026;
}

.hero_strapline-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_strapline-images {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_strapline-image {
  width: 100%;
  max-width: 73px;
}

.hero_strapline-image.hero_strapline-image-2, .hero_strapline-image.hero_strapline-image-3 {
  max-width: 42px;
}

.hero_strapline-image.hero_strapline-image-4 {
  max-width: 26px;
}

.hero_strapline-image.hero_strapline-image-2, .hero_strapline-image.hero_strapline-image-3 {
  max-width: 42px;
}

.hero_strapline-image.hero_strapline-image-5 {
  max-width: 34px;
}

.hero_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 778px;
  margin: 8px auto 12px;
}

.hero_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 716px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block:where(.w-variant-396de211-3e4d-2c7c-e2af-ec5d18f98ddf) {
  max-width: max-content;
}

.cta-block:where(.w-variant-5acde24b-e45b-e4b5-9e8c-401ea7653236) {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-height: 68px;
  color: var(--electric--text-primary);
  background-color: #fcc100;
  border: 2px solid #ffffff4d;
  border-radius: 66px;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
}

.cta-main:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
  border-radius: 8px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  box-shadow: inset 0 -12px 16px #ffffff0f, inset 0 4px 16px #ffffff29, inset 0 .75px .25px #ffffff1f, inset 0 .25px .25px #ffffff52, 0 40px 24px #a684150f, 0 23px 14px #a6841514, 0 10px 10px #a684151f, 0 3px 6px #a684152e, 0 0 0 .75px #d7a400;
}

.cta-main:where(.w-variant-396de211-3e4d-2c7c-e2af-ec5d18f98ddf) {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
}

.cta-main:where(.w-variant-5acde24b-e45b-e4b5-9e8c-401ea7653236) {
  border-radius: 8px;
  width: 100%;
}

.cta-main:where(.w-variant-e884a59a-7064-6637-416d-85d8abb7e26d) {
  border-radius: 8px;
}

.cta-main:hover, .cta-main:hover:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
  opacity: .6;
}

.cta-main.form {
  border-radius: 8px;
  width: 100%;
}

.cta-main.modal-cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  transition: transform .2s;
}

.cta-main.modal-cta:hover {
  transform: scale(1.04);
}

.cta-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-block-text {
  text-align: center;
}

.cta-block-text:where(.w-variant-396de211-3e4d-2c7c-e2af-ec5d18f98ddf), .cta-block-text:where(.w-variant-e884a59a-7064-6637-416d-85d8abb7e26d), .cta-block-text:where(.w-variant-730d0a57-75b1-7d04-adea-c220e17cf18c), .cta-block-text:where(.w-variant-5acde24b-e45b-e4b5-9e8c-401ea7653236) {
  display: none;
}

.cta-block-text-flashing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-block-text-flashing:where(.w-variant-396de211-3e4d-2c7c-e2af-ec5d18f98ddf), .cta-block-text-flashing:where(.w-variant-5acde24b-e45b-e4b5-9e8c-401ea7653236), .cta-block-text-flashing:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
  display: none;
}

.cta-block-text-flashing-img {
  border-radius: 50%;
  width: 8px;
  max-width: 8px;
}

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

.hero_img {
  object-fit: cover;
  object-position: 50% 48%;
  width: 100%;
  max-height: 399px;
}

.hero_image-decor {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
}

.section_info {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.info_wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}

.info_title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.info_list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info_item {
  width: 100%;
  max-width: 258px;
}

.info_item.yellow {
  background-color: #f5c842;
  min-height: 213px;
  padding: 20px;
}

.info_item.white {
  border-top: 1px solid #e0e0e5;
  border-bottom: 1px solid #e0e0e5;
  border-right: 1px solid #e0e0e5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 23px;
  display: flex;
}

.info_item-small {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 188px;
  display: flex;
}

.info_item-wrap {
  border-bottom: 1px solid #998033;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.info_item-wrap.first {
  padding-top: 0;
  padding-bottom: 14px;
}

.info_item-wrap.first.white {
  border-bottom-color: #e0e0e5;
  padding-top: 0;
  padding-bottom: 14px;
}

.info_item-wrap.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.info_item-wrap.white {
  border-bottom-color: #e0e0e5;
  padding-top: 14px;
  padding-bottom: 14px;
}

.info_item-wrap.white.last {
  padding-bottom: 0;
}

.info_item-small-wrap {
  border: 1px solid #e0e0e5;
  justify-content: center;
  align-items: center;
  min-height: 71px;
  display: flex;
}

.info_item-small-wrap.top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info_item-small-wrap.no-border-bottom.no-border-left, .info_item-small-wrap.no-border-left {
  border-left-style: none;
}

.info_item-small-wrap.no-border-bottom {
  border-bottom-style: none;
  min-height: 71px;
}

.info_item-small-wrap.no-border-bottom.no-border-left, .info_item-small-wrap.no-border-left {
  border-left-style: none;
}

.info_item-small-wrap.last {
  background-image: url("https://cdn.prod.website-files.com/69f362552d66dd02aaae5350/6a2051cf17e4a44a8998c90c_logo-3M.avif");
  background-position: 50%;
  background-size: cover;
  border-left-style: none;
  border-right-style: none;
}

.info_item-small-image {
  width: 100%;
  max-width: 90px;
}

.info_item-small-image.info_item-small-image-4, .info_item-small-image.info_item-small-image-5 {
  max-width: 123px;
}

.info_item-small-image.info_item-small-image-2 {
  max-width: 108px;
}

.info_item-small-image.info_item-small-image-4, .info_item-small-image.info_item-small-image-5 {
  max-width: 123px;
}

.info_item-small-image.info_item-small-image-6 {
  max-width: 131px;
}

.info_item-small-image.info_item-small-image-7 {
  max-width: 96px;
}

.info_item-small-image.info_item-small-image-8 {
  max-width: 103px;
}

.info_item-small-image.info_item-small-image-9 {
  max-width: 99px;
}

.info_item-small-img {
  width: 100%;
}

.section_discounts {
  border-top: 1px #e0e0e5;
  padding-left: 45px;
  padding-right: 45px;
}

.discounts_wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}

.discounts_stars {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.discounts_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 527px;
  margin: -10px auto 20px;
}

.discounts_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.discounts_image {
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section_software {
  padding-left: 45px;
  padding-right: 45px;
}

.software_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.software_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 564px;
  margin: -10px auto 30px;
}

.software_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.software_list {
  flex-flow: wrap;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.software_item {
  border: 1px solid #e0e0e0;
  width: 100%;
  max-width: 532px;
  padding-top: 25px;
  position: relative;
}

.software_item.relative {
  padding-top: 19px;
}

.software_item.item-5 {
  padding-bottom: 16px;
}

.label-x-large {
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
}

.software_item-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}

.software_item-title-wrap.four {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.software_item-title-wrap.third {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.software_item-title-wrap.item-5 {
  width: 100%;
  max-width: 492px;
  margin-left: auto;
  margin-right: auto;
}

.software_item-title-wrap.v2 {
  max-width: 100%;
}

.software_item-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 490px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.software_item-text-wrap.software_item-text-wrap-2 {
  flex: 1;
  max-width: 329px;
  margin-bottom: 24px;
}

.software_item-text-wrap.software_item-text-wrap-2.software_item-text-wrap-modify {
  max-width: 290px;
}

.software_item-text-wrap.software_item-text-wrap-2.item-3 {
  max-width: 320px;
}

.software_item-text-wrap.modify {
  max-width: 488px;
}

.software_item-text-wrap.item-1 {
  max-width: 450px;
}

.software_item-image {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.software_item-image.software_item-image-2 {
  max-width: 100%;
}

.software_item-image.full, .software_item-image.software_item-image-2 {
  max-width: 100%;
}

.software_item-image.software_item-image-2.item-5 {
  max-width: 494px;
}

.software_item-image.full {
  max-width: 100%;
}

.software_item-img {
  width: 100%;
}

.software_item-decor-top-left-1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.software_item-decor-bot-left {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -12px 0%;
}

.software_item-small {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  flex-flow: column;
  width: 100%;
  max-width: 366px;
  padding-top: 18px;
  display: flex;
  position: relative;
}

.software_item-small.left {
  border-bottom-color: #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right-style: none;
  padding-top: 25px;
  position: relative;
}

.software_item-small.last {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 25px;
}

.software_item-text {
  width: 100%;
  max-width: 302px;
  margin-bottom: 35px;
}

.software_item-avatar-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-bottom: 0;
  display: flex;
}

.software_item-avatar {
  width: 100%;
  max-width: 50px;
}

.software_item-avatar-img {
  width: 100%;
}

.software_item-avatar-info {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.software_item-avatar-info-name {
  color: #09090b;
  letter-spacing: -.01em;
  font-weight: 500;
  line-height: 125%;
}

.software_item-avatar-info-company {
  color: #41424d;
  letter-spacing: -.01em;
}

.software_item-decor-bot-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -12px auto;
}

.software_item-decor-top-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.software_item-decor-top-bot-left-1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.software_item-decor-top-bot-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_programs {
  padding-left: 45px;
  padding-right: 45px;
}

.programs_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.programs_title-wrap {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 15px;
}

.programs_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.programs_list {
  border: 1px solid #e0e0e0;
  border-right-color: #e0e0e033;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
}

.programs_item {
  background-color: #fafafa;
  border-right: 1px #e0e0e0;
  width: 100%;
  max-width: 220px;
}

.programs_item.small {
  max-width: 200px;
}

.programs_item-img {
  width: 100%;
}

.programs_item-image {
  border-right: 1px #e0e0e02e;
  width: 100%;
}

.programs_item-info {
  background-color: #fafafa;
  border-right: 1px solid #e0e0e0;
  padding: 14px;
}

.programs_item-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  display: flex;
}

.programs_item-name-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.programs_item-program {
  letter-spacing: -.02em;
  font-size: 12px;
  line-height: 150%;
}

.programs_item-program.center {
  text-align: center;
  text-align: center;
}

.programs_item-info-center {
  text-align: center;
  margin-bottom: 3px;
}

.programs_proud {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: none;
}

.programs_proud-item {
  border: 1px solid #e0e0e0;
  border-radius: 84px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.programs_proud-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_item-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.reviews_item-head-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}

.reviews_wrapper.modify {
  padding-top: 50px;
}

.reviews_item-head-content {
  margin-bottom: 20px;
}

.reviews_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 459px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.reviews_title-wrap.modify {
  max-width: 714px;
  margin-bottom: 30px;
}

.reviews_item-head-avatar-image {
  width: 100%;
  max-width: 44px;
}

.reviews_item-head-avatar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_reviews {
  padding-left: 45px;
  padding-right: 45px;
  display: none;
  position: relative;
}

.reviews_item-content {
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
}

.reviews_item-content.modify {
  padding-top: 10px;
}

.reviews_item-content.modify.flex {
  padding: 0;
}

.section_steps {
  padding-left: 45px;
  padding-right: 45px;
}

.steps_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.steps_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 564px;
  margin: -10px auto 40px;
}

.steps_list {
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
}

.steps_item {
  border: 1px solid #e0e0e0;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 340px;
  display: flex;
}

.steps_item.last {
  border-bottom-style: solid;
  position: relative;
}

.steps_item-left {
  border-right: 1px #e0e0e0;
  width: 100%;
  max-width: 512px;
  padding: 75px 36px;
}

.steps_item-left.second {
  padding-top: 50.5px;
  padding-bottom: 50.5px;
}

.steps_item-left.second.border {
  border-right-style: solid;
  padding: 16px 35px;
}

.steps_item-left.second.border.third {
  z-index: 5;
  z-index: 5;
  padding-top: 32px;
  padding-bottom: 39px;
  position: relative;
}

.steps_item-left.border {
  border-right-style: solid;
  border-right-color: #e0e0e0;
  padding: 74px 35px;
}

.steps_item-left.border.first {
  padding-top: 37px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.steps_item-number {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 44px;
  margin-bottom: 14px;
  padding-left: 15px;
  padding-right: 8px;
  display: flex;
  box-shadow: 0 28.824px 32.667px #0000000d;
}

.steps_item-number.mb-0 {
  margin-bottom: 0;
}

.steps_item-number-text-num-wrap {
  background-color: #fcf2c7;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.steps_item-number-text-num-wrap.purple {
  background-color: #f0f2ff;
}

.steps_item-number-text-num-wrap.green {
  background-color: #edfcf2;
}

.steps_item-title-wrap {
  width: 100%;
  margin-bottom: 14px;
}

.steps_item-title-wrap.v3 {
  max-width: 380px;
}

.steps_item-right {
  width: 100%;
  max-width: 380px;
  height: 100%;
}

.steps_item-right.first {
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
}

.steps_item-right.third {
  max-width: 316px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}

.steps_item-right-img {
  width: 100%;
  height: 100%;
}

.steps_item-right-img.second {
  min-height: 240px;
}

.steps_item-right-image {
  width: 100%;
  max-width: 266px;
  margin-top: -11px;
  margin-left: auto;
  margin-right: auto;
}

.section_program {
  background-color: #0d0383;
  padding-left: 45px;
  padding-right: 45px;
}

.program_wrapper {
  padding-top: 30px;
  padding-bottom: 0;
}

.program_strapline {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #ffffff2e;
  border-radius: 90px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  min-height: 35px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 16px;
  display: flex;
  box-shadow: 0 1px 3px #00000026, 0 1px 2px -1px #00000026;
}

.program_strapline-img {
  width: 8px;
  max-width: 8px;
  height: 8px;
}

.program_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin: -10px auto 15px;
}

.program_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 710px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.program_image {
  border-left: 1px solid #ffffff2e;
  border-right: 1px solid #ffffff2e;
  width: 100%;
  margin-top: 17px;
}

.section_benefits {
  padding-left: 45px;
  padding-right: 45px;
}

.benefits_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.benefits_title-wrap {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
}

.benefits_list {
  border: 1px solid #e0e0e5;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.benefits_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #e0e0e5;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.benefits_item.last {
  border-bottom-style: none;
}

.benefits_item-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.item_faq-content {
  color: #41424d;
  letter-spacing: -.01em;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.item_faq-minus {
  background-color: #1a1a1a;
  border-radius: 40px;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.section_faq {
  z-index: 10;
  background-color: #fafafa;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.faq_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 558px;
  margin: -22px auto 48px;
}

.item_faq-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item_faq-plus {
  opacity: 1;
  background-color: #1a1a1a;
  border-radius: 40px;
  width: 2px;
  height: 14px;
  transition: all .2s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.item_faq-plus.active {
  opacity: 0;
}

.item_faq {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e0e0e5;
  border-top-style: none;
  padding: 19px 20px;
  transition: all .4s;
}

.item_faq:hover {
  background-color: #f4f2ff;
  border-bottom-color: #c9c2f0;
  border-left-color: #c9c2f0;
  border-right-color: #c9c2f0;
}

.item_faq.first {
  border-top-style: solid;
  padding-top: 19px;
  padding-bottom: 19px;
}

.faq_list {
  flex-flow: column;
  width: 100%;
  max-width: 716px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item_faq-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.footer {
  background-color: #fafafa;
  border-top: 1px solid #e0e0e5;
  position: relative;
}

.footer_wrapper {
  padding-top: 45px;
}

.footer_content-left {
  width: 100%;
  max-width: 498px;
}

.footer_logo {
  width: 100%;
  max-width: 137px;
  margin-top: 12px;
  margin-bottom: 27px;
  margin-left: 12px;
}

.footer_text {
  width: 100%;
  max-width: 486px;
  margin-bottom: 25px;
}

.footer_flashing-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20.5px;
  display: flex;
}

.footer_flashing-icon {
  width: 8px;
  max-width: 8px;
  height: 8px;
}

.footer_flashing-content {
  color: #41424d;
  letter-spacing: -.02em;
  font-size: 12px;
  line-height: 150%;
}

.footer_top-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid #e8e8e9;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 44.5px;
  display: flex;
}

.footer_content-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 502px;
  display: flex;
}

.footer_content-right.modify {
  justify-content: flex-start;
  align-items: center;
}

.footer_content-nav {
  width: 100%;
  max-width: 160px;
}

.footer_content-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: flex;
}

.footer_content-link {
  text-decoration: none;
  transition: all .4s;
}

.footer_content-link:hover {
  opacity: .6;
}

.footer_content-col {
  width: 100%;
  max-width: 300px;
}

.footer_content-col.v2 {
  max-width: 582px;
}

.footer_center-left {
  width: 100%;
  max-width: 100%;
}

.footer_center-image {
  width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 35px;
}

.footer_bot-wrap {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.footer_bot-copyright {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_bot-copyright-img {
  width: 26px;
  max-width: 100%;
}

.footer_rgb {
  background-image: linear-gradient(90deg, #0d0383, #8dffec 29%, #f5c842 64%, #0d0383 95%);
  width: 100%;
  height: 6px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header_bot-left-decor {
  position: absolute;
  inset: auto auto -15px 45px;
}

.header_bot-right-decor {
  position: absolute;
  inset: auto 45px -15px auto;
}

.info_decor-left-bot {
  z-index: 2;
  position: absolute;
  inset: auto auto -16px 45px;
}

.info_decor-left-bot.none {
  display: none;
}

.info_decor-right-bot {
  position: absolute;
  inset: auto 45px -16px auto;
}

.info_decor-right-bot.none {
  display: none;
}

.software_decor {
  position: absolute;
  inset: auto auto 0% 0%;
}

.steps_item-decor {
  position: absolute;
  inset: auto 0% 0% auto;
}

.modal-small_exit {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 11px 13px auto auto;
}

.modal-small_exit:hover {
  transform: scale(1.15);
}

.modal-small_image {
  width: 100%;
  max-width: 190px;
}

.modal-small_info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  display: flex;
}

.modal-small_img-2 {
  width: 100%;
  max-width: 98px;
}

.modal-small {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: auto auto 1% 1%;
  overflow: hidden;
  box-shadow: 0 48px 48px -24px #2929290a, 0 24px 24px -12px #2929290a, inset 0 -1px 1px -.5px #3333330f;
}

.modal-small.visible {
  opacity: 1;
  visibility: visible;
}

.modal-small_wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  padding: 10px 15px 10px 10px;
  display: flex;
}

.modal-small_img {
  width: 100%;
  height: 100%;
}

.modal-small_title {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morion, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 130%;
}

.modal-small_title.black {
  color: var(--electric--text-primary);
  letter-spacing: -.02em;
  text-transform: none;
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 129%;
}

.menu_icon-wrap {
  display: none;
}

.title-underline {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.reviews_list-modify {
  grid-column-gap: 10.5px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews_item-modify {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  width: 100%;
  max-width: 353px;
  min-height: 212px;
  margin-bottom: 15px;
  padding: 18px;
}

.footer_center-image-bot {
  width: 68px;
}

.footer_text-cta {
  width: 100%;
  max-width: 540px;
}

.banner {
  background-color: #5a33ec;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  display: flex;
}

.banner_text {
  color: var(--white);
  letter-spacing: .005em;
  font-size: 15px;
}

.discounts_list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.discounts_item {
  width: 100%;
  max-width: 147px;
}

.discounts_item.item-1 {
  max-width: 55px;
}

.discounts_item.item-2 {
  max-width: 107px;
}

.discounts_item.item-3 {
  max-width: 139px;
}

.discounts_item.item-4 {
  max-width: 84px;
}

.discounts_item.item-5 {
  max-width: 95px;
}

.discounts_list-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_form-wrap {
  -webkit-backdrop-filter: blur(14.5px);
  backdrop-filter: blur(14.5px);
  background-color: #ffffff2b;
  border-radius: 4px;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-shadow: 0 1px 1px #0000000d, 0 4px 6px #222a350a, 0 24px 68px #2f30370d, 0 2px 3px #0000000a;
}

.modal_pop-up {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal_pop-up.visible {
  opacity: 1;
  visibility: visible;
}

.modal_pop-up_overlay {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal_pop-up_wrapper {
  z-index: 10;
  padding-top: 32px;
  padding-bottom: 15px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-underline {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.footer_legal-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: #41424d;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header, .section_hero, .section_info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .info_list {
    flex-flow: column;
  }

  .info_item.yellow {
    max-width: 100%;
  }

  .info_item.white {
    border-left: 1px solid #e0e0e5;
    max-width: 100%;
  }

  .info_item-small {
    max-width: 100%;
  }

  .info_item-small-wrap.no-border-bottom.no-border-left, .info_item-small-wrap.no-border-left, .info_item-small-wrap.no-border-left.border-bottom {
    border-left-style: solid;
  }

  .info_item-small-wrap.no-border-bottom.no-border-left, .info_item-small-wrap.no-border-left, .info_item-small-wrap.no-border-left.border-bottom, .info_item-small-wrap.no-border-left.border-bottom {
    border-left-style: solid;
  }

  .info_item-small-wrap.last {
    background-size: cover;
    border-bottom-style: none;
  }

  .section_discounts, .section_software {
    padding-left: 25px;
    padding-right: 25px;
  }

  .software_item, .software_item.relative, .software_item.relative {
    max-width: 100%;
  }

  .software_item-decor-top-left-1, .software_item-decor-bot-left {
    display: none;
  }

  .software_item-small {
    border-left: 1px solid #e0e0e0;
    max-width: 100%;
  }

  .software_item-small.left {
    border-right-style: solid;
  }

  .software_item-small.last {
    padding-bottom: 20px;
  }

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

  .software_item-decor-bot-right, .software_item-decor-top-right, .software_item-decor-top-bot-left-1, .software_item-decor-top-bot-right {
    display: none;
  }

  .section_programs {
    padding-left: 25px;
    padding-right: 25px;
  }

  .programs_list {
    flex-flow: column;
  }

  .programs_item, .programs_item.small, .programs_item.small {
    max-width: 100%;
  }

  .section_reviews, .section_steps {
    padding-left: 25px;
    padding-right: 25px;
  }

  .steps_item {
    flex-flow: column;
  }

  .steps_item-left.second.border {
    max-width: 100%;
  }

  .steps_item-left.border {
    border-right-style: none;
    max-width: 100%;
  }

  .steps_item-right, .steps_item-right.first, .steps_item-right.third, .steps_item-right.first, .steps_item-right.third, .steps_item-right-image {
    max-width: 100%;
  }

  .section_program, .section_benefits, .section_faq {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer_content-left, .footer_text {
    max-width: 100%;
  }

  .footer_input {
    font-size: 14px;
  }

  .footer_input-submit {
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .footer_top-wrap {
    flex-flow: column;
  }

  .header_bot-left-decor {
    left: 25px;
  }

  .header_bot-right-decor {
    right: 25px;
  }

  .info_decor-left-bot, .info_decor-right-bot {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .padding-global, .padding-global.decor, .padding-global.decor.v2, .padding-global.decor.v3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-global.decor, .padding-global.decor.v2, .padding-global.decor.v3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-global.decor.v2, .padding-global.decor.v3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-global.decor.top {
    border-top-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-h1 {
    font-size: 34px;
  }

  .title-h1.white, .title-h2 {
    font-size: 32px;
  }

  .title-h2.white {
    font-size: 28px;
  }

  .title-h4:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
    font-size: 15px;
  }

  .title-h4.cta {
    margin-top: 0;
    font-size: 15px;
  }

  .title-h4.cta.form {
    font-size: 14px;
  }

  .body-large, .body-large.white, .body-large.white {
    font-size: 16px;
  }

  .body-regular {
    font-size: 14px;
  }

  .body-small.white.fz-12 {
    font-size: 12px;
  }

  .label-large {
    font-size: 16px;
  }

  .label-medium.white.d-none {
    display: none;
  }

  .label-extra-small.white.center {
    font-size: 12px;
  }

  .label-extra-small.white.center:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
    text-align: center;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header_left {
    max-width: 127px;
  }

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

  .header_right-embed {
    display: none;
  }

  .section_hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .hero_strapline {
    background-color: #0000;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero_strapline-embed {
    display: none;
  }

  .hero_title-wrap {
    margin-bottom: 15px;
  }

  .hero_text-wrap {
    margin-bottom: 25px;
  }

  .cta-main {
    min-height: 50px;
  }

  .cta-main:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-arrow {
    width: 19px;
    height: 19px;
  }

  .cta-arrow:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
    width: 20px;
    height: 20px;
  }

  .cta-block-text-flashing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section_info {
    padding-left: 0;
    padding-right: 0;
  }

  .info_wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .info_list {
    flex-flow: column;
  }

  .info_item.yellow {
    max-width: 100%;
  }

  .info_item.white {
    border-top-style: none;
    border-left: 1px solid #e0e0e5;
    max-width: 100%;
  }

  .info_item-small {
    border-left: 1px solid #e0e0e5;
    max-width: 100%;
  }

  .info_item-small-wrap, .info_item-small-wrap.no-border-bottom {
    border-left-style: none;
  }

  .info_item-small-wrap.no-border-bottom {
    border-left-style: none;
  }

  .info_item-small-wrap.no-border-left.border-bottom {
    border-bottom-style: none;
  }

  .section_discounts {
    padding-left: 0;
    padding-right: 0;
  }

  .discounts_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .discounts_stars, .discounts_title-wrap {
    margin-bottom: 15px;
  }

  .discounts_image {
    margin-bottom: 25px;
  }

  .discounts_img {
    width: 100%;
  }

  .section_software {
    padding-left: 0;
    padding-right: 0;
  }

  .software_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .software_item, .software_item.relative, .software_item.relative, .software_item-image {
    max-width: 100%;
  }

  .software_item-decor-top-left-1, .software_item-decor-bot-left {
    display: none;
  }

  .software_item-small {
    border-left: 1px solid #e0e0e0;
    max-width: 100%;
  }

  .software_item-small.left {
    border-right-style: solid;
  }

  .software_item-small.last {
    padding-bottom: 28px;
  }

  .software_item-text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .software_item-avatar-wrap {
    margin-bottom: 25px;
  }

  .software_item-decor-bot-right, .software_item-decor-top-right, .software_item-decor-top-bot-left-1, .software_item-decor-top-bot-right {
    display: none;
  }

  .section_programs {
    padding-left: 0;
    padding-right: 0;
  }

  .programs_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .programs_list {
    flex-flow: column;
    margin-bottom: 15px;
  }

  .programs_item, .programs_item.small, .programs_item.small {
    max-width: 100%;
  }

  .programs_proud {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-bottom: 15px;
  }

  .programs_proud-items {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .body-regular-2 {
    font-size: 14px;
  }

  .reviews_cta-icon-plus-1 {
    opacity: 0;
  }

  .label-small.white.d-none {
    display: none;
  }

  .reviews_item {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .label-medium-2 {
    font-size: 14px;
  }

  .label-medium-2.fz-12 {
    font-size: 12px;
  }

  .title-h2-2 {
    font-size: 28px;
  }

  .reviews_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-global-2, .padding-global-2.decor, .padding-global-2.decor {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews_strapline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .reviews_title-wrap {
    margin-bottom: 20px;
  }

  .reviews_cta-icon-left {
    max-width: 100px;
    display: block;
  }

  .reviews_cta-icon {
    flex: none;
  }

  .body-small-2 {
    font-size: 12px;
  }

  .reviews_cta-divider {
    display: none;
  }

  .reviews_strapline-icon {
    width: 66px;
  }

  .reviews_strapline-icon.second {
    width: auto;
  }

  .section_reviews {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews_cta {
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
  }

  .section_steps {
    padding-left: 0;
    padding-right: 0;
  }

  .steps_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps_item {
    flex-flow: column-reverse;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps_item.last {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps_item-left.second.border, .steps_item-left.second.border.third {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .steps_item-left.second.border, .steps_item-left.second.border.third, .steps_item-left.second.border, .steps_item-left.second.border.third, .steps_item-left.second.border.third {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .steps_item-left.border {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .steps_item-right.first {
    max-width: 100%;
  }

  .steps_item-right.third, .steps_item-right-image {
    max-width: 100%;
    margin-top: 0;
  }

  .section_program {
    padding-left: 0;
    padding-right: 0;
  }

  .program_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .program_strapline {
    width: max-content;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .program_text-wrap {
    margin-bottom: 25px;
  }

  .section_benefits {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_wrapper, .faq_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .item_faq-content {
    color: #41424d;
    padding-right: 0;
    font-size: 14px;
  }

  .section_faq {
    background-color: #faf9f7;
    padding-left: 0;
    padding-right: 0;
  }

  .label-large-2 {
    font-size: 16px;
  }

  .title-h2-3 {
    font-size: 28px;
  }

  .faq_title-wrap {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .item_faq-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item_faq {
    padding: 16px;
  }

  .faq_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .item_faq-icon {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .footer_wrapper {
    padding-top: 25px;
  }

  .footer_content-left {
    max-width: 100%;
  }

  .footer_input {
    padding-left: 12px;
    font-size: 15px;
  }

  .footer_input-submit {
    border-radius: 80px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .footer_top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .footer_content-right {
    flex-flow: column;
    max-width: 100%;
  }

  .footer_content-right.modify {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_center-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer_center-left {
    width: 100%;
  }

  .footer_center-right {
    max-width: 100%;
  }

  .footer-item {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .footer_slider.swiper {
    max-width: 100%;
    margin-top: 25px;
  }

  .footer_bot-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .footer_img {
    width: 100%;
  }

  .header_bot-left-decor, .header_bot-right-decor, .info_decor-left-bot, .info_decor-right-bot {
    display: none;
  }

  .modal_cta {
    transition: all .4s;
  }

  .modal_cta:hover {
    opacity: .6;
  }

  .modal_cta.banner_cta {
    min-height: 55px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .modal-small {
    display: none;
  }

  .menu_icon-wrap {
    display: flex;
  }

  .header-congrats {
    padding-left: 0;
    padding-right: 0;
  }

  .section_faq-2 {
    background-color: #faf9f7;
    padding-left: 0;
    padding-right: 0;
  }

  .section_hero-congrats {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .title-h1-2.congrats {
    font-size: 36px;
  }

  .steps-congrats_item {
    border-radius: 16px;
    padding: 15px 15px 20px;
    box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
  }

  .body-regular-3, .body-regular-3.gray {
    font-size: 14px;
  }

  .body-regular-3.gray {
    font-size: 14px;
  }

  .body-regular-3.white.d-none {
    display: none;
  }

  .hero_congrats_title-wrap {
    margin-bottom: 20px;
  }

  .section_steps-congrats {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .steps_congrats_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section_reviews-2 {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .congrats-banner_image {
    max-width: 400px;
  }

  .reviews_cta-icon-left-2 {
    max-width: 100px;
    display: block;
  }

  .section_congrats-banner {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .steps-congrats_flashing-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 380px;
  }

  .reviews_item-2 {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .title-h2-4 {
    font-size: 28px;
  }

  .steps_text-copy_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_congrats_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq_title-wrap-2 {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .congrats-banner_wrapper {
    padding: 25px 16px;
  }

  .reviews_title-wrap-2 {
    margin-bottom: 20px;
  }

  .label-medium-3 {
    font-size: 14px;
  }

  .steps_text-copy-alert {
    width: max-content;
    top: -20%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .faq_list-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .item_faq-content-2 {
    color: #41424d;
    padding-right: 0;
    font-size: 14px;
  }

  .congrats-banner_wrapper-inner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .hero_congrats_text-wrap {
    margin-bottom: 15px;
  }

  .congrats-banner_content {
    flex-flow: column;
  }

  .congrats-banner_cta {
    width: 100%;
  }

  .hero_congrats_strapline {
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 8px;
  }

  .hero_congrats_image {
    max-width: 40px;
  }

  .item_faq-2 {
    padding: 16px;
  }

  .faq_wrapper-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps-congrats_flashing-title {
    max-width: 410px;
    margin-left: -15px;
  }

  .hero-booking_embed-item {
    margin-top: 0;
  }

  .hero-book-a-demo_timer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-book-a-demo_timer-text {
    text-align: center;
    font-size: 16px;
  }

  .reviews_item-modify, .reviews_item-copy {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .banner_text {
    font-size: 12px;
  }

  .hero_input-wrap {
    width: 100%;
  }

  .modal_pop-up {
    overflow: hidden auto;
  }

  .modal_pop-up_wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  .title-h4.cta {
    font-size: 15px;
  }

  .label-medium {
    font-size: 14px;
  }

  .label-medium.white {
    font-size: 16px;
  }

  .label-medium.white.d-none {
    display: none;
  }

  .label-extra-small.white.center, .label-extra-small.white.center:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182), .label-extra-small.white.center, .label-extra-small.white.center:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182), .label-extra-small.white.center, .label-extra-small.white.center:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
    text-align: center;
  }

  .header_wrapper {
    min-height: 60px;
  }

  .header_right-embed {
    width: 24px;
    height: 24px;
  }

  .hero_title-wrap {
    margin-top: 12px;
  }

  .cta-main {
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-main:where(.w-variant-7e6bbb60-f25b-cbba-ca44-f3ff5ef0f182) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-arrow {
    width: 20px;
    height: 20px;
  }

  .info_item {
    text-align: center;
    align-items: center;
  }

  .info_item.white {
    text-align: center;
    text-align: center;
    align-items: stretch;
  }

  .info_item-wrap {
    text-align: center;
    justify-content: space-between;
  }

  .info_item-wrap.white {
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .info_item-small-image.info_item-small-image-8 {
    display: none;
  }

  .software_title-wrap {
    margin-top: 24px;
  }

  .software_item-text-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .software_item-small.last {
    padding-bottom: 18px;
  }

  .software_item-avatar-wrap {
    margin-bottom: 0;
  }

  .programs_title-wrap {
    margin-top: 24px;
  }

  .programs_text-wrap {
    margin-bottom: 15px;
  }

  .programs_list {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .programs_item.small {
    grid-column: 1 / -1;
  }

  .programs_item-name {
    width: 100%;
  }

  .reviews_cta-icon-left {
    display: block;
  }

  .steps_title-wrap {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .steps_item {
    flex-direction: column;
  }

  .steps_item.last {
    padding-top: 0;
  }

  .steps_item-left, .steps_item-left.second {
    padding-top: 32px;
  }

  .steps_item-left.second {
    padding-top: 32px;
  }

  .steps_item-left.second.border {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps_item-left.border {
    padding-top: 32px;
  }

  .steps_item-left.border.first {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .program_strapline {
    margin-bottom: 25px;
  }

  .benefits_title-wrap {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .benefits_item {
    padding: 14px;
  }

  .faq_title-wrap {
    margin-top: 24px;
  }

  .footer_wrapper {
    text-align: center;
  }

  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_content-right {
    align-items: center;
  }

  .footer_bot-wrap {
    padding-bottom: 64px;
  }

  .modal_cta.banner_cta {
    min-height: 45px;
  }

  .reviews_embed.d-none {
    display: none;
  }

  .steps-congrats_item {
    box-shadow: none;
    border-radius: 0;
  }

  .section_reviews-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .title-h5-3 {
    font-size: 20px;
  }

  .title-h5-3.white.mobile {
    font-size: 15px;
  }

  .reviews_cta-icon-left-2 {
    display: block;
  }

  .steps-congrats_flashing-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero_congrats_text-wrap {
    margin-bottom: 15px;
  }

  .hero_congrats_strapline-icon-wrap {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .congrats-banner_content {
    flex-flow: wrap;
  }

  .hero_congrats_strapline {
    min-height: 35px;
    box-shadow: none;
    background-color: #0000;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .hero-book-a-demo_timer {
    margin-top: 0;
  }

  .banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner_text {
    text-align: center;
  }

  .discounts_list {
    flex-direction: column;
  }

  .discounts_item {
    flex-shrink: 0;
  }

  .discounts_list-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    width: 100%;
  }

  .modal_pop-up {
    overflow: hidden auto;
  }

  .modal_pop-up_wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .footer_legal-links {
    margin-top: 9px;
  }
}
