:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  vertical-align: baseline;
  object-fit: fill;
  object-fit: fill;
  object-fit: fill;
  justify-content: space-between;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  padding: 20px;
  display: inline;
  top: auto;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border: 2px solid #bdc4e5;
  width: 448px;
  height: 268px;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  display: none;
  overflow: auto;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #fff0;
  border-style: none;
  width: 445px;
  height: 285px;
  margin-top: 0;
  display: block;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.neo.typed-words {
  color: #1f203f;
  -webkit-text-stroke-color: #1f203f;
  font-family: Work Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
}

.section_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1035px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  color: #1f203f;
  font-family: Work Sans, sans-serif;
}

.nav-menu-wrapper-2 {
  display: block;
  left: auto;
  right: 0;
}

.navbar-logo-left-2 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.nav-menu-two-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.nav-menu-two-2:hover {
  mix-blend-mode: normal;
  position: static;
}

.nav-menu-two-2:active {
  -webkit-text-fill-color: inherit;
  background-color: #ebeef300;
  background-clip: padding-box;
  flex-wrap: nowrap;
}

.list-item-2 {
  display: flex;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.image-91 {
  margin-left: 0;
}

.div-block-27 {
  background-color: #fff;
  border: 1px solid #bdc4e5;
  border-radius: 12px;
  padding-bottom: 5px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-8 {
  color: #1f203f;
  padding-left: 45px;
  font-weight: 600;
}

.list-item {
  flex: 0 auto;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
  position: absolute;
}

.menu-button-2, .list-item-4.ab {
  display: none;
}

.text-block-5 {
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 40px 12px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1f;
  background-color: #ebeef3;
  border-radius: 50px;
}

.nav-dropdown-toggle-2:active {
  background-color: #ebeef3;
}

.nav-dropdown-toggle-2:focus {
  background-color: #0000;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-39 {
  color: #fff;
  background-color: #6d59f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 15px;
  margin-left: -30px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.button-13 {
  background-color: #3898ec00;
  background-image: url('../images/Group-11421.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 37px 37px;
  border-radius: 8px;
  width: 428px;
  height: 57px;
  margin-top: 7px;
  margin-left: 7px;
}

.button-13:hover {
  background-color: #ebeef3;
}

.button-13.c {
  background-image: url('../images/C-small.svg');
}

.button-13.d {
  background-image: url('../images/Group-11408-d.svg');
  margin-bottom: 0;
}

.button-13.a {
  width: 428px;
  display: block;
}

.button-13.b {
  background-image: url('../images/Group-11406.svg');
}

.navbar-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline;
  position: static;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #1b4c9e00;
  border-radius: 5px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2:hover {
  color: #1a1b1f;
  -webkit-text-stroke-color: #1a1b1f;
  white-space: normal;
  mix-blend-mode: normal;
  background-color: #ebeef3;
  border: 0 solid #000;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.demo {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-color: #1f203f;
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.nav-link-2.demo:hover {
  background-color: #2b2c4b;
}

.nav-link-2.login {
  text-align: center;
  background-color: #ebeef3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.nav-link-2.login:hover {
  background-color: #eef1f6;
}

.nav-link-2.get {
  display: none;
}

.text-span-7 {
  color: #7e7e7e;
  padding-left: 45px;
}

.list-item-3.mm {
  display: flex;
}

.text-block-40 {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1f203f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1f203f;
  -webkit-text-stroke-color: #1f203f;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 5px 30px 5px 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
  background-color: #ebeef3;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  color: #7579b1;
  margin-right: 10px;
}

.nav-dropdown-icon-3:hover {
  white-space: normal;
  word-break: normal;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid #bdc4e5;
  box-shadow: 0 3px 4px #1f203f1f;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1f203f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 35px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #2b2c4b;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.login {
  color: #1f203f;
  background-color: #ebeef3;
}

.text-block-41 {
  color: #1f203f;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.list-item-7 {
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.list-item-7:hover {
  background-color: #ebeef3;
}

.list-item-8 {
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 10px;
  display: flex;
}

.list-item-8:hover {
  -webkit-text-stroke-color: #1f203f;
  background-color: #ebeef3;
}

.link-block {
  cursor: pointer;
  width: 428px;
  height: 57px;
  margin-left: 0;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #ebeef3;
  border-radius: 8px;
}

.image-92 {
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-42 {
  text-decoration: none;
}

.text-block-43 {
  color: #1f203f;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.text-block-44 {
  color: #1f203f;
  flex-flow: row;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  margin-left: 10px;
  display: flex;
}

.text-block-45 {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 18px;
}

.section_promt_l {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  place-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 90px;
  display: flex;
  overflow: hidden;
}

.section_promt_l._3 {
  margin-top: 12px;
}

.card_wrapper {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start space-around;
  place-items: center start;
  width: 200%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.image-93 {
  width: 155%;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-94 {
  width: auto;
  max-width: none;
}

.section_btn {
  margin: 0 auto;
  padding-top: 40px;
  display: block;
}

.heading-3 {
  opacity: 1;
  color: #7e7e7e;
  text-align: center;
  margin-top: 60px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-2 {
  color: #1f203f;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1373px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 80px;
  line-height: 80px;
  display: block;
  position: static;
}

.heading-9 {
  display: none;
}

.button-12 {
  clear: left;
  text-align: center;
  cursor: pointer;
  background-color: #6d59f6;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 443px;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: static;
}

.button-12:hover {
  background-color: #7763ff;
}

.text-block {
  color: #7e7e7e;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.quick-stack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-left: 0;
  padding-right: 12px;
  overflow: hidden;
}

.div-block-31 {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.div-block-32 {
  flex-flow: row;
  width: auto;
  display: flex;
}

.image-95, .image-96, .image-97, .image-98, .image-99 {
  max-width: none;
}

.section_promt_r {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
}

.div-block-33 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.content {
  margin-top: 0;
}

.content._2, .content._3, .content._4, .content._5 {
  margin-top: 150px;
}

.text-block-46 {
  color: #1f203f;
  text-align: center;
  border: 1px solid #bdc4e5;
  border-radius: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  position: sticky;
  top: -40px;
}

.div-block-34 {
  flex-flow: column;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5 {
  direction: ltr;
  color: #1f203f;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
}

.heading-5.quotes {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 936px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.video {
  border-radius: 12px;
  width: 1179px;
  margin-bottom: 0;
  display: none;
}

.quick-stack-2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: 0 auto;
  width: 1179px;
  margin-top: 100px;
  padding: 0;
}

.quick-stack-2.quotes {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  width: auto;
  margin-top: 50px;
}

.section {
  height: 200px;
}

.image-100 {
  width: 1179px;
  display: none;
}

.image-101 {
  width: auto;
}

.text-block-47 {
  font-size: 17px;
}

.block_text_bold {
  color: #1f203f;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.block_text_normal {
  color: #7e7e7e;
  width: auto;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.screen1 {
  width: auto;
  height: 100vh;
}

.div-block-35 {
  border: 1px solid #e7e7e9;
  border-radius: 48px;
}

.block_text_medium {
  width: 253px;
  margin-top: 50px;
  font-size: 15px;
  font-weight: 500;
}

.div_quotes {
  border: 1px solid #e7e7e9;
  border-radius: 48px;
  height: 484px;
  padding: 30px;
}

.image-102 {
  display: block;
  position: static;
  inset: auto auto 100px 0%;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 180px;
  margin-bottom: 0;
  display: flex;
}

.name {
  color: #1f203f;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
}

.workflow {
  width: auto;
  margin-top: 150px;
}

.text-block-48 {
  margin-top: 25px;
  font-size: 17px;
  font-weight: 600;
}

.cell {
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 110px;
}

.pricing {
  border: 1px #cdd3ec;
  height: auto;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.link-7 {
  color: #2a6ef1;
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.text-block-8 {
  color: #7e7e7e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 90px;
  margin-left: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-49 {
  color: #1f203f;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.link-6 {
  color: #2a6ef1;
  align-items: center;
  margin-top: 30px;
  margin-left: 80px;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-6:hover {
  text-decoration: underline;
}

.div-block-51 {
  border: 1px solid #bdc4e5;
  border-radius: 20px;
  width: 200px;
  height: 732px;
}

.div-block-51.starter {
  height: 732px;
}

.div-block-51.pro {
  height: 732px;
  margin-left: -1px;
}

.div-block-51.more {
  border-style: none;
  border-width: 0;
  width: 411px;
  height: 732px;
}

.div-block-51.growth, .div-block-51.scale {
  height: 732px;
  margin-left: -1px;
}

.div-block-49 {
  flex-flow: row;
  margin-top: 35px;
  margin-left: 40px;
  display: flex;
}

.image-114 {
  margin-left: 40px;
}

.image-114._2 {
  margin-left: 65px;
}

.text-block-50 {
  color: #7e7e7e;
  width: 157px;
  margin-top: 14px;
  margin-bottom: 28px;
  margin-left: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-52 {
  height: 38px;
  display: flex;
}

.div-block-52.g {
  background-color: #eceff4;
  justify-content: flex-start;
  align-items: center;
}

.div-block-52.w {
  align-items: center;
}

.text-block-51 {
  color: #1f203f;
  flex-direction: row;
  align-items: center;
  margin-left: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.testimonial-card-three-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f5f7fa00;
  background-image: url('../images/pricing.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: baseline;
  margin-left: 0;
  padding: 120px 42px 64px;
  display: block;
  position: static;
}

.testimonial-card-three-2._1 {
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-52 {
  color: #1f203f;
  margin-top: 28px;
  margin-left: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-53 {
  color: #1f203f;
  margin-top: 20px;
  margin-left: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.container-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.container-5 {
  border-radius: 48px 14px 48px 48px;
  width: 100%;
  max-width: 1388px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-54 {
  color: #1f203f;
  -webkit-text-stroke-width: 0px;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-left: 80px;
  padding-top: 35px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.image-119 {
  margin-top: -40px;
  margin-left: 80px;
}

.div-block-55 {
  background-image: url('../images/Contact-sales.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 411px;
  height: 410px;
}

.button-46 {
  color: #1f203f;
  text-align: center;
  background-color: #ebeef3;
  border-radius: 17px;
  width: 150px;
  height: 33px;
  margin-top: 22px;
  margin-left: 30px;
  margin-right: auto;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 17.88px;
  font-weight: 600;
  display: block;
}

.button-46:hover {
  background-color: #eef1f6;
}

.button-46.press {
  color: #fff;
  background-color: #6d59f6;
  font-weight: 500;
}

.button-46.press:hover {
  background-color: #7763ff;
}

.div-block-54 {
  margin-top: 60px;
  margin-left: 20px;
}

.image-116 {
  margin-left: 30px;
}

.image-115 {
  text-align: left;
  object-fit: fill;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.image-115.g {
  margin-top: 3px;
}

.testimonial-card-heading {
  color: #1f203f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 40px;
  padding-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}

.flex-block {
  background-image: url('../images/Rectangle-5543-1.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 131px;
  display: flex;
}

.div-block-10 {
  background-color: #fff;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1177px;
  height: 522px;
  margin-top: 132px;
  display: flex;
}

.heading-8 {
  color: #1f203f;
  text-align: center;
  width: 969px;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 84px;
}

.text-block-9 {
  color: #7e7e7e;
  text-align: center;
  background-color: #0000;
  margin-top: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-47 {
  clear: left;
  text-align: center;
  cursor: pointer;
  background-color: #6d59f6;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 72px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: static;
}

.button-47:hover {
  background-color: #7763ff;
}

.text-block-55 {
  color: #7e7e7e;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.container-33 {
  width: auto;
  max-width: none;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
}

.container-35 {
  max-width: none;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
}

.text-block-10 {
  color: #7e7e7e;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-10.l {
  padding-bottom: 10px;
}

.container-30 {
  flex-direction: column;
  width: auto;
  max-width: none;
  margin-left: 0;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.footer-goriz {
  background-image: url('../images/footer-new.svg'), url('../images/2color.svg');
  background-position: 50% 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  height: 595px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: auto;
}

.link {
  color: #1f203f;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #7e7e7e;
}

.link.g2 {
  padding-left: 10px;
}

.container-34 {
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
  top: auto;
  left: auto;
}

.div-block-45 {
  background-image: url('../images/2024-tm.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 381px;
  margin-left: -70px;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -61px auto 0% 75%;
}

.container-32 {
  width: auto;
  max-width: none;
  margin-left: 180px;
  position: relative;
  top: auto;
  left: auto;
}

.container-31 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  max-width: none;
  height: 595px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 30px;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 593px;
  display: flex;
}

.container-36 {
  margin-left: 0;
  position: relative;
  top: -10px;
  left: 160px;
}

.button-34 {
  background-color: #3898ec00;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 76px;
  height: 76px;
  margin-top: 10px;
  margin-left: 305px;
}

.button-34:hover {
  background-position: 50% 25%;
}

.button-34:focus {
  background-position: 50%;
}

.discovery {
  margin-top: 50px;
}

.communication {
  margin-top: 150px;
}

.quotes {
  margin-top: 150px;
  display: none;
}

.workflow_tab {
  width: 1170px;
  margin-top: 40px;
  padding: 0;
}

.image-120 {
  margin-top: 10px;
  margin-left: -1310px;
  display: block;
  position: static;
  inset: auto;
}

.image-121 {
  display: inline-block;
}

.solutions {
  width: 345px;
  max-width: none;
  display: block;
}

.product {
  width: 265px;
  max-width: none;
}

.growth-learning {
  width: 290px;
  max-width: none;
  display: none;
}

.in-touch {
  width: 265px;
  max-width: none;
  margin-left: 290px;
}

.privacy-policy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150px;
  max-width: none;
  padding-left: 10px;
  display: block;
}

.terms-and-conditions {
  width: 1050px;
  max-width: none;
}

.cont2 {
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1200px;
  max-width: none;
  margin-top: 315px;
  display: flex;
  position: static;
}

.container-45 {
  width: 1200px;
  max-width: none;
  padding-top: 60px;
  padding-left: 30px;
  display: flex;
}

.cell-2, .cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-56, .div-block-57, .div-block-58 {
  width: 359px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
  border: 2px solid #bdc4e5;
  width: 448px;
  height: 268px;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  display: none;
  overflow: auto;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
  background-color: #fff0;
  border-style: none;
  width: 445px;
  height: 285px;
  margin-top: 0;
  display: block;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.run {
  display: block;
}

.run-mob {
  display: none;
}

.nav-menu-wrapper-5 {
  display: block;
  left: auto;
  right: 0;
}

.nav-menu-two-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.nav-menu-two-3:hover {
  mix-blend-mode: normal;
  position: static;
}

.nav-menu-two-3:active {
  -webkit-text-fill-color: inherit;
  background-color: #ebeef300;
  background-clip: padding-box;
  flex-wrap: nowrap;
}

.list-item-10, .list-item-11.mm {
  display: flex;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.button-48 {
  background-color: #3898ec00;
  background-image: url('../images/Group-11421.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 37px 37px;
  border-radius: 8px;
  width: 428px;
  height: 57px;
  margin-top: 7px;
  margin-left: 7px;
}

.button-48:hover {
  background-color: #ebeef3;
}

.button-48.c {
  background-image: url('../images/C-small.svg');
}

.button-48.a {
  width: 428px;
  display: block;
}

.button-48.d {
  background-image: url('../images/Group-11408-d.svg');
  margin-bottom: 0;
}

.button-48.b {
  background-image: url('../images/Group-11406.svg');
}

.image-123 {
  margin-left: 0;
}

.div-block-62 {
  background-color: #fff;
  border: 1px solid #bdc4e5;
  border-radius: 12px;
  padding-bottom: 5px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-9 {
  color: #1f203f;
  padding-left: 45px;
  font-weight: 600;
}

.list-item-12.ab {
  display: none;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #1b4c9e00;
  border-radius: 5px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-5:hover {
  color: #1a1b1f;
  -webkit-text-stroke-color: #1a1b1f;
  white-space: normal;
  mix-blend-mode: normal;
  background-color: #ebeef3;
  border: 0 solid #000;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5.login {
  text-align: center;
  background-color: #ebeef3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-5.login:hover {
  background-color: #eef1f6;
}

.nav-link-5.get {
  display: none;
}

.text-block-56 {
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 40px 12px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1f;
  background-color: #ebeef3;
  border-radius: 50px;
}

.nav-dropdown-toggle-5:active {
  background-color: #ebeef3;
}

.nav-dropdown-toggle-5:focus {
  background-color: #0000;
}

.nav-dropdown-toggle-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-57 {
  color: #fff;
  background-color: #6d59f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 15px;
  margin-left: -30px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.navbar-wrapper-5 {
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline;
  position: static;
}

.list-item-13 {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-menu-wrapper-6 {
  display: block;
  left: auto;
  right: 0;
}

.nav-menu-two-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.nav-menu-two-4:hover {
  mix-blend-mode: normal;
  position: static;
}

.nav-menu-two-4:active {
  -webkit-text-fill-color: inherit;
  background-color: #ebeef300;
  background-clip: padding-box;
  flex-wrap: nowrap;
}

.list-item-16 {
  display: block;
}

.list-item-17.mm {
  display: flex;
}

.nav-dropdown-6 {
  margin-left: 5px;
  margin-right: 5px;
}

.button-49 {
  background-color: #3898ec00;
  background-image: url('../images/Group-11421.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 37px 37px;
  border-radius: 8px;
  width: 428px;
  height: 57px;
  margin-top: 7px;
  margin-left: 7px;
}

.button-49:hover {
  background-color: #ebeef3;
}

.button-49.c {
  background-image: url('../images/C-small.svg');
}

.button-49.a {
  width: 428px;
  display: block;
}

.button-49.d {
  background-image: url('../images/Group-11408-d.svg');
  margin-bottom: 0;
}

.button-49.b {
  background-image: url('../images/Group-11406.svg');
}

.image-124 {
  margin-left: 0;
}

.div-block-63 {
  background-color: #fff;
  border: 1px solid #bdc4e5;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-10 {
  color: #1f203f;
  padding-left: 45px;
  font-weight: 600;
}

.list-item-18.ab {
  display: none;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #1b4c9e00;
  border-radius: 5px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-6:hover {
  color: #1a1b1f;
  -webkit-text-stroke-color: #1a1b1f;
  white-space: normal;
  mix-blend-mode: normal;
  background-color: #ebeef3;
  border: 0 solid #000;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.nav-link-6:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-6.login {
  text-align: center;
  background-color: #ebeef3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-6.login:hover {
  background-color: #eef1f6;
}

.nav-link-6.get {
  display: none;
}

.text-block-58 {
  font-family: Work Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-59 {
  color: #fff;
  background-color: #6d59f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 15px;
  margin-left: -30px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.list-item-19 {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-menu-wrapper-7 {
  display: block;
  left: auto;
  right: 0;
}

.nav-menu-two-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.nav-menu-two-5:hover {
  mix-blend-mode: normal;
  position: static;
}

.nav-menu-two-5:active {
  -webkit-text-fill-color: inherit;
  background-color: #ebeef300;
  background-clip: padding-box;
  flex-wrap: nowrap;
}

.nav-mob {
  display: none;
}

.list-item-22, .list-item-23.mm {
  display: flex;
}

.nav-dropdown-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.button-50 {
  background-color: #3898ec00;
  background-image: url('../images/Group-11421.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 37px 37px;
  border-radius: 8px;
  width: 428px;
  height: 57px;
  margin-top: 7px;
  margin-left: 7px;
}

.button-50:hover {
  background-color: #ebeef3;
}

.button-50.c {
  background-image: url('../images/C-small.svg');
}

.button-50.a {
  width: 428px;
  display: block;
}

.button-50.d {
  background-image: url('../images/Group-11408-d.svg');
  margin-bottom: 0;
}

.button-50.b {
  background-image: url('../images/Group-11406.svg');
}

.image-125 {
  margin-left: 0;
}

.div-block-64 {
  background-color: #fff;
  border: 1px solid #bdc4e5;
  border-radius: 12px;
  padding-bottom: 5px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-11 {
  color: #1f203f;
  padding-left: 45px;
  font-weight: 600;
}

.list-item-24.ab {
  display: none;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #1b4c9e00;
  border-radius: 5px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-7:hover {
  color: #1a1b1f;
  -webkit-text-stroke-color: #1a1b1f;
  white-space: normal;
  mix-blend-mode: normal;
  background-color: #ebeef3;
  border: 0 solid #000;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.nav-link-7:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-7.login {
  text-align: center;
  background-color: #ebeef3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-7.login:hover {
  background-color: #eef1f6;
}

.nav-link-7.get {
  display: none;
}

.text-block-60 {
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.text-block-61 {
  color: #fff;
  background-color: #6d59f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 15px;
  margin-left: -30px;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.list-item-25 {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-span-12 {
  color: #7e7e7e;
  padding-left: 45px;
}

.background-video {
  border: 12px solid #000;
  border-radius: 12px;
  width: 1179px;
  height: 675px;
  margin-top: 20px;
  padding-top: 5px;
  display: block;
}

.footer-mob {
  display: none;
}

.text-block-62 {
  color: #7e7e7e;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-62.l {
  padding-bottom: 10px;
}

.link-8 {
  color: #1f203f;
  align-items: stretch;
  width: 170px;
  margin-top: 0;
  padding-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.link-8:hover {
  color: #7e7e7e;
}

.button-51 {
  background-color: #3898ec00;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 76px;
  height: 76px;
  margin-top: 10px;
  margin-left: 305px;
}

.button-51:hover {
  background-position: 50% 25%;
}

.button-51:focus {
  background-position: 50%;
}

.text-block-22 {
  opacity: 1;
  color: #1f203f;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.text-block-20 {
  color: #1f203f;
  margin: 40px 50px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-21 {
  color: #1f203f;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.text-block-63 {
  color: #1f203f;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-19 {
  color: #1f203f;
  margin-top: 40px;
  margin-left: 50px;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-64 {
  color: #1f203f;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-21 {
  color: #0b4ae9;
  text-decoration: underline;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 50px;
  width: 900px;
  height: 753px;
  overflow: scroll;
}

.text-block-65 {
  color: #1f203f;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.quick-stack-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.button-33 {
  background-color: #3898ec00;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 830px;
  display: block;
  position: absolute;
}

.text-block-24 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

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

.cell-42, .cell-41 {
  background-color: #eceff4;
  border-radius: 16px;
}

.text-block-23 {
  color: #1f203f;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  margin: 0 60px 10px 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.cell-40 {
  background-color: #eceff4;
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: block;
}

.quick-stack-15 {
  opacity: 1;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.cell-44, .cell-43 {
  background-color: #eceff4;
  border-radius: 16px;
}

.text-block-25 {
  color: #7e7e7e;
  margin: 20px 50px 40px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.popup-fees {
  z-index: 9994;
  opacity: 0;
  background-color: #1f203f94;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    flex-direction: row;
    padding-bottom: 0;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    width: 448px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .neo.typed-words {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_text {
    width: auto;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .navbar-logo-left-2 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .list-item-5 {
    padding-right: 0;
    display: flex;
  }

  .nav-menu-two-2 {
    background-color: #f9f9f9;
    border-radius: 0;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
    position: static;
    left: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two-2:active {
    background-color: #f9f9f9;
  }

  .nav-menu-two-2.z {
    margin-right: 0;
    display: none;
  }

  .navbar-brand-2 {
    width: 20%;
  }

  .list-item-2 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .nav-dropdown-2 {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-91 {
    margin-top: 20px;
    display: block;
  }

  .list-item {
    height: 50px;
    list-style: disc;
    display: flex;
    position: static;
  }

  .list-item.get {
    width: 90%;
    padding-bottom: 60px;
    display: none;
  }

  .nav-dropdown-icon-2 {
    margin-right: 5px;
  }

  .menu-button-2 {
    border-radius: 50px;
    padding: 12px;
    display: none;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item-4 {
    display: flex;
  }

  .list-item-4.ab {
    display: none;
  }

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

  .nav-dropdown-toggle-2 {
    text-align: center;
    width: 100px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-dropdown-toggle-2:hover {
    text-align: center;
    width: 100px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .text-block-39 {
    margin-top: -43px;
    margin-left: auto;
    padding-top: 0;
  }

  .navbar-wrapper-2 {
    flex-direction: row;
    flex: none;
    justify-content: center;
    display: flex;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-link-2, .nav-link-2:hover {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2.login, .nav-link-2.get {
    display: flex;
  }

  .list-item-3 {
    flex-direction: column;
    width: auto;
    display: flex;
    position: static;
  }

  .navbar-no-shadow-container {
    max-width: 1140px;
  }

  .container-regular {
    max-width: 1260px;
  }

  .navbar-wrapper-3 {
    justify-content: space-between;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    margin-top: 0;
    padding: 12px;
    display: block;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-2 {
    width: 700px;
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-34 {
    width: auto;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 100%;
  }

  .heading-5.quotes {
    white-space: nowrap;
    word-break: normal;
    width: 700px;
    font-size: 36px;
  }

  .quick-stack-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .block_text_medium {
    width: 150px;
  }

  .div_quotes {
    width: 200px;
    padding-right: 20px;
  }

  .div-block-36 {
    margin-top: 120px;
  }

  .cell {
    padding-left: 60px;
  }

  .pricing {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-8 {
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: auto;
    font-size: 20px;
    display: flex;
  }

  .div-block-51.starter, .div-block-51.pro, .div-block-51.growth, .div-block-51.scale {
    min-width: 200px;
  }

  .div-block-49 {
    margin-left: 60px;
  }

  .image-114 {
    margin-left: 30px;
  }

  .text-block-51 {
    margin-left: 20px;
    font-size: 18px;
  }

  .container-44 {
    padding-top: 40px;
    overflow: auto;
  }

  .container-5 {
    max-width: 728px;
    display: block;
  }

  .div-block-54 {
    box-sizing: border-box;
  }

  .testimonial-card-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 60px;
    line-height: 60px;
    display: flex;
  }

  .flex-block {
    background-image: url('../images/Rectangle-5543-1.svg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: -27px;
    margin-bottom: 0;
    padding-bottom: 131px;
  }

  .div-block-10 {
    border: 1px solid #ccc;
    width: auto;
    height: 524px;
    margin-top: 131px;
  }

  .heading-8 {
    width: 652px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .container-33 {
    top: -75px;
    left: 280px;
  }

  .container-35 {
    top: 150px;
    left: 50px;
  }

  .container-30 {
    width: 50%;
    top: -120px;
    left: 80px;
  }

  .footer-goriz {
    background-image: url('../images/footer-new-mob.svg'), url('../images/footer-mb.svg');
    background-position: 50% 0, 50% 0;
    background-repeat: no-repeat, repeat-x;
    background-size: auto, auto;
    height: 1085px;
  }

  .container-34 {
    width: 40%;
    top: 25px;
    left: 80px;
  }

  .div-block-45 {
    position: relative;
    inset: 0 0 0 350px;
  }

  .container-32 {
    top: 85px;
    left: 80px;
  }

  .container-31 {
    flex-direction: column;
    width: 428px;
    height: 1085px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: center;
    width: 428px;
    height: 1085px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-36 {
    top: 120px;
    left: 200px;
  }

  .button-34 {
    margin-top: 10px;
  }

  .workflow_tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .solutions {
    padding-left: 20px;
  }

  .product {
    margin-top: 230px;
    margin-left: 30px;
  }

  .growth-learning {
    margin-top: 100px;
    margin-left: 30px;
  }

  .in-touch {
    margin-top: -158px;
    margin-left: 230px;
  }

  .privacy-policy {
    width: 200px;
    max-width: none;
    padding-left: 15px;
  }

  .terms-and-conditions {
    width: 260px;
    max-width: none;
  }

  .cont2 {
    width: 350px;
    margin-left: 40px;
    padding-top: 20px;
  }

  .container-45 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 400px;
    display: block;
  }

  .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61 {
    width: 200px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    width: 448px;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: relative;
    left: 100px;
    right: auto;
  }

  .nav-menu-wrapper-5 {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .list-item-9 {
    padding-right: 0;
    display: flex;
  }

  .nav-menu-two-3 {
    background-color: #f9f9f9;
    border-radius: 0;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
    position: static;
    left: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two-3:active {
    background-color: #f9f9f9;
  }

  .nav-menu-two-3.z {
    margin-right: 0;
    display: none;
  }

  .list-item-10 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .navbar-brand-5 {
    width: 20%;
  }

  .list-item-11 {
    flex-direction: column;
    width: auto;
    display: flex;
    position: static;
  }

  .nav-dropdown-5 {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123 {
    margin-top: 20px;
    display: block;
  }

  .list-item-12 {
    display: flex;
  }

  .list-item-12.ab {
    display: none;
  }

  .nav-link-5, .nav-link-5:hover {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-5.login, .nav-link-5.get {
    display: flex;
  }

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

  .nav-dropdown-toggle-5 {
    text-align: center;
    width: 100px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-dropdown-toggle-5:hover {
    text-align: center;
    width: 100px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .text-block-57 {
    margin-top: -43px;
    margin-left: auto;
    padding-top: 0;
  }

  .navbar-wrapper-5 {
    flex-direction: row;
    flex: none;
    justify-content: center;
    display: flex;
  }

  .container-46 {
    max-width: 728px;
  }

  .list-item-13 {
    height: 50px;
    list-style: disc;
    display: flex;
    position: static;
  }

  .list-item-13.get {
    width: 90%;
    padding-bottom: 60px;
    display: none;
  }

  .nav-menu-wrapper-6 {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .list-item-15 {
    padding-right: 0;
    display: flex;
  }

  .nav-menu-two-4 {
    background-color: #f9f9f9;
    border-radius: 0;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
    position: static;
    left: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two-4:active {
    background-color: #f9f9f9;
  }

  .nav-menu-two-4.z {
    margin-right: 0;
    display: none;
  }

  .list-item-16 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .navbar-brand-6 {
    width: 20%;
  }

  .list-item-17 {
    flex-direction: column;
    width: auto;
    display: flex;
    position: static;
  }

  .nav-dropdown-6 {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-124 {
    margin-top: 20px;
    display: block;
  }

  .list-item-18 {
    display: flex;
  }

  .list-item-18.ab {
    display: none;
  }

  .nav-link-6, .nav-link-6:hover {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-6.login, .nav-link-6.get {
    display: flex;
  }

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

  .text-block-59 {
    margin-top: -43px;
    margin-left: auto;
    padding-top: 0;
  }

  .list-item-19 {
    height: 50px;
    list-style: disc;
    display: flex;
    position: static;
  }

  .list-item-19.get {
    width: 90%;
    padding-bottom: 60px;
    display: none;
  }

  .nav-menu-wrapper-7 {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .list-item-21 {
    padding-right: 0;
    display: flex;
  }

  .nav-menu-two-5 {
    background-color: #f9f9f9;
    border-radius: 0;
    flex-flow: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
    position: static;
    left: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two-5:active {
    background-color: #f9f9f9;
  }

  .nav-menu-two-5.z {
    margin-right: 0;
    display: none;
  }

  .list-item-22 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .navbar-brand-7 {
    width: 20%;
  }

  .list-item-23 {
    flex-direction: column;
    width: auto;
    display: flex;
    position: static;
  }

  .nav-dropdown-7 {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-125 {
    margin-top: 20px;
    display: block;
  }

  .list-item-24 {
    display: flex;
  }

  .list-item-24.ab {
    display: none;
  }

  .nav-link-7, .nav-link-7:hover {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-7.login, .nav-link-7.get {
    display: flex;
  }

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

  .text-block-61 {
    margin-top: -43px;
    margin-left: auto;
    padding-top: 0;
  }

  .list-item-25 {
    height: 50px;
    list-style: disc;
    display: flex;
    position: static;
  }

  .list-item-25.get {
    width: 90%;
    padding-bottom: 60px;
    display: none;
  }

  .background-video {
    object-fit: fill;
    width: 95%;
    height: 420px;
  }

  .footer-mob {
    display: none;
  }

  .div-block-22 {
    width: 90%;
    height: auto;
  }

  .button-33 {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 3%;
    left: 90%;
  }

  .popup-fees {
    opacity: 0;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 1000;
    z-index: 1000;
    z-index: 1000;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 0;
    display: inline;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fff;
    margin-left: 10px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: auto;
  }

  .list-item-5 {
    background-color: #fff;
    display: block;
  }

  .nav-menu-two-2 {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px 0 0;
  }

  .nav-menu-two-2:active {
    background-color: #fff;
    display: flex;
  }

  .nav-menu-two-2.z {
    display: none;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .list-item-2 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
  }

  .nav-dropdown-2 {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .image-91 {
    margin-top: 0;
    margin-left: 75%;
  }

  .div-block-27 {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
  }

  .list-item {
    display: none;
  }

  .list-item.get {
    width: 100%;
    height: 300px;
    display: block;
  }

  .nav-dropdown-icon-2 {
    color: #7579b1;
    margin-right: -27px;
  }

  .menu-button-2.w--open {
    z-index: 1000;
    background-color: #eef1f6;
    border-radius: 50px;
    left: 0;
  }

  .list-item-4 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .list-item-4.ab {
    width: 100%;
    display: none;
  }

  .text-block-5 {
    text-align: left;
  }

  .nav-dropdown-toggle-2 {
    background-color: #fff;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 30px;
    display: flex;
  }

  .nav-dropdown-toggle-2:hover {
    background-color: #0000;
    width: auto;
    margin-left: auto;
  }

  .nav-dropdown-toggle-2:active {
    background-color: #fff;
    width: auto;
  }

  .nav-dropdown-toggle-2.w--open {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: 0;
  }

  .text-block-39 {
    justify-content: center;
    margin-top: 0;
    margin-left: -400px;
    margin-right: auto;
  }

  .text-block-39.gr-m {
    margin-left: -450px;
  }

  .icon-3 {
    color: #000;
  }

  .navbar-wrapper-2 {
    justify-content: flex-start;
    width: 100%;
    padding-right: 60px;
    display: block;
  }

  .container-4 {
    max-width: 100%;
  }

  .nav-link-2 {
    margin-left: 0;
    padding: 10px 20px 10px 0;
    display: inline-block;
  }

  .nav-link-2:hover {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-link-2.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 50px;
    flex-direction: column;
    width: 368px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .list-item-6 {
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .list-item-3 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
  }

  .list-item-3.mm {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .container-regular {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .navbar-wrapper-3 {
    flex: 1;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section_btn {
    width: 100%;
    display: inline-block;
  }

  .heading-3 {
    justify-content: center;
    display: flex;
  }

  .heading-2 {
    width: 90%;
    max-width: 100%;
    font-size: 350%;
    line-height: 100%;
  }

  .button-12 {
    width: 90%;
  }

  .heading-5 {
    font-size: 20px;
  }

  .pricing {
    padding: 60px 15px 0;
    display: block;
  }

  .text-block-8 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .link-6 {
    padding-left: 0;
  }

  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: center start;
    margin-left: 45px;
    margin-right: auto;
    display: block;
  }

  .image-114 {
    width: 35px;
    max-width: none;
    height: 35px;
    margin-left: 0;
  }

  .image-114._2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block-51 {
    margin-top: -35px;
    margin-left: 60px;
    font-size: 18px;
  }

  .testimonial-card-three-2._1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-44 {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    max-width: none;
    margin-left: 0;
    display: flex;
    overflow: auto;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-54 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    display: grid;
    overflow: visible;
  }

  .testimonial-card-heading {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 40px;
    line-height: 50px;
  }

  .flex-block {
    background-image: url('../images/Rectangle-5543-1.svg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 131px;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 69%;
    height: 655px;
    display: inline-block;
  }

  .heading-8 {
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    display: block;
  }

  .button-47 {
    width: 90%;
  }

  .container-33 {
    width: 40%;
    margin-left: 0;
    position: relative;
    top: -75px;
    left: 270px;
  }

  .container-35 {
    margin-left: 0;
    position: relative;
    top: 150px;
    left: 10%;
  }

  .container-30 {
    width: 50%;
    margin-left: 0;
    position: relative;
    top: -120px;
    left: 70px;
  }

  .footer-goriz {
    background-image: url('../images/footer_mob.svg'), url('../images/footer-mb.svg');
    background-position: 50% 0, 50% 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    width: auto;
    height: 1085px;
  }

  .container-34 {
    margin-left: 0;
    position: relative;
    top: 25px;
    left: 70px;
  }

  .div-block-45 {
    background-image: url('../images/2024-m.svg');
    background-position: 0 0;
    background-size: auto;
    width: 428px;
    position: relative;
    top: auto;
    left: 80px;
    right: 0;
  }

  .container-32 {
    width: 50%;
    margin-left: 0;
    position: relative;
    top: 85px;
    left: 70px;
  }

  .container-31 {
    flex-direction: column;
    align-items: flex-start;
    width: 428px;
    display: flex;
  }

  .container-36 {
    margin-left: 0;
    position: relative;
    top: 120px;
    left: 45%;
  }

  .button-34 {
    margin-left: 352px;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fff;
    margin-left: 10px;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .nav-menu-wrapper-5 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: auto;
  }

  .list-item-9 {
    background-color: #fff;
    display: block;
  }

  .nav-menu-two-3 {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px 0 0;
  }

  .nav-menu-two-3:active {
    background-color: #fff;
    display: flex;
  }

  .list-item-10 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .list-item-11 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
  }

  .list-item-11.mm {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .nav-dropdown-5 {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .image-123 {
    margin-top: 0;
    margin-left: 75%;
  }

  .div-block-62 {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
  }

  .list-item-12 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .list-item-12.ab {
    width: 100%;
    display: none;
  }

  .nav-link-5 {
    margin-left: 0;
    padding: 10px 20px 10px 0;
    display: inline-block;
  }

  .nav-link-5:hover {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-link-5.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 50px;
    flex-direction: column;
    width: 368px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .text-block-56 {
    text-align: left;
  }

  .nav-dropdown-toggle-5 {
    background-color: #fff;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 30px;
    display: flex;
  }

  .nav-dropdown-toggle-5:hover {
    background-color: #0000;
    width: auto;
    margin-left: auto;
  }

  .nav-dropdown-toggle-5:active {
    background-color: #fff;
    width: auto;
  }

  .nav-dropdown-toggle-5.w--open {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: 0;
  }

  .text-block-57 {
    justify-content: center;
    margin-top: 0;
    margin-left: -400px;
    margin-right: auto;
  }

  .text-block-57.gr-m {
    margin-left: -450px;
  }

  .navbar-wrapper-5 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    padding-right: 60px;
    display: block;
  }

  .container-46 {
    max-width: 100%;
  }

  .list-item-13 {
    display: none;
  }

  .list-item-13.get {
    width: 100%;
    height: 300px;
    display: block;
  }

  .list-item-14 {
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .nav-menu-wrapper-6 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: auto;
  }

  .list-item-15 {
    background-color: #fff;
    display: block;
  }

  .nav-menu-two-4 {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px 0 0;
  }

  .nav-menu-two-4:active {
    background-color: #fff;
    display: flex;
  }

  .list-item-16 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
  }

  .navbar-brand-6 {
    padding-left: 0;
  }

  .list-item-17 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
  }

  .list-item-17.mm {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .nav-dropdown-6 {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .image-124 {
    margin-top: 0;
    margin-left: 75%;
  }

  .div-block-63 {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
  }

  .list-item-18 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .list-item-18.ab {
    width: 100%;
    display: none;
  }

  .nav-link-6 {
    margin-left: 0;
    padding: 10px 20px 10px 0;
    display: inline-block;
  }

  .nav-link-6:hover {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-link-6.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 50px;
    flex-direction: column;
    width: 368px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .text-block-58 {
    text-align: left;
  }

  .text-block-59 {
    justify-content: center;
    margin-top: 0;
    margin-left: -400px;
    margin-right: auto;
  }

  .text-block-59.gr-m {
    margin-left: -450px;
  }

  .list-item-19 {
    display: none;
  }

  .list-item-19.get {
    width: 100%;
    height: 300px;
    display: block;
  }

  .list-item-20 {
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .nav-menu-wrapper-7 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: auto;
  }

  .list-item-21 {
    background-color: #fff;
    display: block;
  }

  .nav-menu-two-5 {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px 0 0;
  }

  .nav-menu-two-5:active {
    background-color: #fff;
    display: flex;
  }

  .list-item-22 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
  }

  .navbar-brand-7 {
    padding-left: 0;
  }

  .list-item-23 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
  }

  .list-item-23.mm {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .nav-dropdown-7 {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .image-125 {
    margin-top: 0;
    margin-left: 75%;
  }

  .div-block-64 {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
  }

  .list-item-24 {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .list-item-24.ab {
    width: 100%;
    display: none;
  }

  .nav-link-7 {
    margin-left: 0;
    padding: 10px 20px 10px 0;
    display: inline-block;
  }

  .nav-link-7:hover {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-link-7.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 50px;
    flex-direction: column;
    width: 368px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .text-block-60 {
    text-align: left;
  }

  .text-block-61 {
    justify-content: center;
    margin-top: 0;
    margin-left: -400px;
    margin-right: auto;
  }

  .text-block-61.gr-m {
    margin-left: -450px;
  }

  .list-item-25 {
    display: none;
  }

  .list-item-25.get {
    width: 100%;
    height: 300px;
    display: block;
  }

  .list-item-26 {
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
  }

  .background-video {
    width: 97%;
    height: 320px;
  }

  .container-16 {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    top: 0%;
    bottom: 0;
    left: 35%;
  }

  .container-17 {
    position: relative;
    top: 15%;
    left: 75%;
  }

  .button-51 {
    margin-left: 352px;
  }

  .div-block-22 {
    width: 90%;
    height: 90%;
    margin-top: 10px;
  }

  .button-33 {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 3%;
    left: 90%;
  }

  .popup-fees {
    opacity: 0;
    justify-content: flex-start;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    z-index: auto;
    object-fit: fill;
    z-index: auto;
    object-fit: fill;
    z-index: auto;
    object-fit: fill;
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    display: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    height: 275px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .neo.typed-words {
    width: 356px;
    height: 80px;
    font-size: 30px;
    line-height: 40px;
  }

  .section_text {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    z-index: 2;
    object-fit: fill;
    background-color: #fff;
    order: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .navbar-logo-left-2 {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .nav-menu-two-2 {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    margin: 0 auto auto;
    padding: 0;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .navbar-brand-2 {
    margin-left: 20%;
    margin-right: 0;
    position: static;
  }

  .list-item-2 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .nav-dropdown-2 {
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .image-91 {
    float: none;
    object-fit: fill;
    width: 160px;
    max-width: none;
    margin-left: 15%;
    margin-right: auto;
    padding-left: 0%;
    display: block;
    position: relative;
  }

  .div-block-27 {
    border-style: none;
    margin-left: 10px;
  }

  .list-item {
    border-bottom: 1px solid #e2e2e2;
    display: none;
  }

  .list-item.get {
    width: 100%;
    height: 500px;
    margin-left: 0;
    padding-top: 25px;
    display: block;
  }

  .nav-dropdown-icon-2 {
    color: #7579b1;
    margin-left: auto;
    margin-right: 15px;
    display: flex;
  }

  .nav-dropdown-icon-2:hover {
    margin-left: auto;
    margin-right: 15px;
  }

  .nav-dropdown-icon-2:active {
    justify-content: space-between;
    display: flex;
  }

  .menu-button-2 {
    flex: 0 auto;
    order: 1;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline;
    position: relative;
    left: 0%;
    right: auto;
  }

  .menu-button-2:active {
    margin-right: 10px;
  }

  .menu-button-2.w--open {
    background-color: #eef1f6;
    border-radius: 100px;
    margin-right: 10px;
    display: block;
  }

  .list-item-4 {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .list-item-4.ab {
    display: block;
  }

  .text-block-5 {
    margin-left: 30px;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    border: 1px #000;
    border-bottom: 1px solid #e2e2e2;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle-2:hover {
    background-color: #ebeef300;
    border-radius: 0;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-toggle-2:active {
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .text-block-39 {
    margin-left: -150px;
  }

  .text-block-39.gr-m.vert {
    margin-left: -200px;
  }

  .icon-3 {
    color: #000;
  }

  .button-13.c, .button-13.d, .button-13.a, .button-13.b {
    margin-top: 5px;
  }

  .navbar-wrapper-2 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .container-4 {
    grid-column-gap: 16px;
    max-width: none;
    display: flex;
  }

  .nav-link-2 {
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-2:hover {
    background-color: #ebf0f300;
    border-style: none;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: flex;
  }

  .nav-link-2.get:hover {
    background-color: #7763ff;
    padding-right: 0;
  }

  .text-span-7 {
    font-size: 10px;
  }

  .list-item-6 {
    padding-left: 0;
  }

  .list-item-3 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .list-item-3.mm {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .list-item-3.mm:active {
    width: 100%;
  }

  .navbar-no-shadow-container {
    max-width: none;
  }

  .container-regular {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .navbar-wrapper-3 {
    width: 200px;
  }

  .navbar-brand-3 {
    width: 100%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .link-block {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-bottom: 5px;
  }

  .section_promt_l {
    margin-top: 20px;
  }

  .section_btn {
    padding-top: 0;
    display: block;
  }

  .heading-3 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 40px;
    display: none;
  }

  .heading-9 {
    color: #1f203f;
    text-align: center;
    display: block;
  }

  .button-12 {
    width: 90%;
    height: 48px;
    font-size: 17px;
  }

  .text-block {
    padding-bottom: 20px;
    font-size: 90%;
    line-height: 20px;
  }

  .text-block-46 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-5 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .heading-5.quotes {
    white-space: normal;
    width: 356px;
    font-size: 30px;
  }

  .quick-stack-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-100 {
    margin-left: 0;
    margin-right: 0;
  }

  .block_text_bold {
    text-align: center;
  }

  .block_text_normal {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .screen1 {
    height: 100%;
    padding-bottom: 70px;
    display: block;
  }

  .workflow {
    display: block;
  }

  .text-block-48 {
    text-align: center;
    width: 80%;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .pricing {
    object-fit: fill;
    margin-top: 100px;
    padding-top: 40px;
    display: block;
  }

  .text-block-8 {
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    display: block;
    position: static;
  }

  .link-6 {
    padding-left: 0;
    font-size: 15px;
  }

  .div-block-49 {
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .image-114 {
    margin-left: 50px;
    margin-right: auto;
  }

  .image-114._2 {
    margin-top: 40px;
    margin-left: 50px;
  }

  .text-block-51 {
    width: 70%;
    margin-top: -50px;
    margin-left: 100px;
    font-size: 15px;
  }

  .text-block-51._2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -50px;
  }

  .testimonial-card-three-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card-three-2._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-44 {
    overflow: auto;
  }

  .container-5 {
    max-width: none;
    display: block;
  }

  .text-block-54 {
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .div-block-54 {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 20px;
    display: flex;
    overflow: auto;
  }

  .testimonial-card-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block {
    background-image: url('../images/smile.svg'), url('../images/Rectangle-5543-1.svg');
    background-position: 15% 4%, 24% 0;
    background-repeat: no-repeat, repeat;
    background-size: 74px 74px, 64px 64px;
    background-attachment: scroll, scroll;
    width: 100%;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    border: 1px solid #ccc;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 512px;
    margin-top: 128px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
  }

  .heading-8 {
    margin-top: 60px;
    font-size: 200%;
    line-height: 35px;
  }

  .text-block-9 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
  }

  .button-47 {
    width: 90%;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .text-block-55 {
    padding-bottom: 20px;
    font-size: 90%;
    line-height: 20px;
  }

  .text-block-10 {
    width: 90px;
  }

  .text-block-10.l {
    width: 150px;
  }

  .footer-goriz {
    display: none;
  }

  .link {
    width: 150px;
    margin-left: 0;
    padding-left: 0;
  }

  .link.y1, .link.y3, .link.y4, .link.y2 {
    width: 90px;
  }

  .link.g2 {
    width: 165px;
    padding-left: 0;
  }

  .div-block-45 {
    width: auto;
    height: auto;
    top: -100px;
    left: 0;
  }

  .div-block-46 {
    width: 100%;
  }

  .button-34 {
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-top: 18px;
    margin-left: 85%;
  }

  .button-34:hover {
    margin-top: 14px;
  }

  .discovery {
    display: block;
  }

  .communication {
    margin-top: 100px;
    display: block;
  }

  .quotes {
    display: none;
  }

  .product {
    width: auto;
  }

  .in-touch {
    width: auto;
    margin-top: -158px;
  }

  .cont2 {
    width: 330px;
  }

  .cell-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-56, .div-block-57 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-59, .div-block-60, .div-block-61 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    display: none;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
    height: 275px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-4 {
    flex: 0 auto;
    margin-left: 0;
    right: auto;
  }

  .image-122 {
    width: 313%;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .run {
    display: none;
  }

  .run-mob {
    margin-top: -10px;
    display: block;
  }

  .nav-menu-wrapper-5 {
    z-index: 2;
    object-fit: fill;
    background-color: #fff;
    order: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .nav-menu-two-3 {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    margin: 0 auto auto;
    padding: 0;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .list-item-10 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .navbar-brand-5 {
    margin-left: 20%;
    margin-right: 0;
    position: static;
  }

  .list-item-11 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .list-item-11.mm {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .list-item-11.mm:active {
    width: 100%;
  }

  .nav-dropdown-5 {
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .button-48.c, .button-48.a, .button-48.d, .button-48.b {
    margin-top: 5px;
  }

  .image-123 {
    float: none;
    object-fit: fill;
    width: 160px;
    max-width: none;
    margin-left: 15%;
    margin-right: auto;
    padding-left: 0%;
    display: block;
    position: relative;
  }

  .div-block-62 {
    border-style: none;
    margin-left: 10px;
  }

  .list-item-12 {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .list-item-12.ab {
    display: block;
  }

  .nav-link-5 {
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-5:hover {
    background-color: #ebf0f300;
    border-style: none;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: flex;
  }

  .nav-link-5.get:hover {
    background-color: #7763ff;
    padding-right: 0;
  }

  .text-block-56 {
    margin-left: 30px;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    border: 1px #000;
    border-bottom: 1px solid #e2e2e2;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle-5:hover {
    background-color: #ebeef300;
    border-radius: 0;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-toggle-5:active {
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .text-block-57 {
    margin-left: -150px;
  }

  .text-block-57.gr-m.vert {
    margin-left: -200px;
  }

  .navbar-wrapper-5 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .container-46 {
    grid-column-gap: 16px;
    max-width: none;
    display: flex;
  }

  .list-item-13 {
    border-bottom: 1px solid #e2e2e2;
    display: none;
  }

  .list-item-13.get {
    width: 100%;
    height: 500px;
    margin-left: 0;
    padding-top: 25px;
    display: block;
  }

  .list-item-14 {
    padding-left: 0;
  }

  .nav-menu-wrapper-6 {
    z-index: 2;
    object-fit: fill;
    background-color: #fff;
    order: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .nav-menu-two-4 {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    margin: 0 auto auto;
    padding: 0;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .list-item-16 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .navbar-brand-6 {
    margin-left: 20%;
    margin-right: 0;
    position: static;
  }

  .list-item-17 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .list-item-17.mm {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .list-item-17.mm:active {
    width: 100%;
  }

  .nav-dropdown-6 {
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .button-49.c, .button-49.a, .button-49.d, .button-49.b {
    margin-top: 5px;
  }

  .image-124 {
    float: none;
    object-fit: fill;
    width: 160px;
    max-width: none;
    margin-left: 15%;
    margin-right: auto;
    padding-left: 0%;
    display: block;
    position: relative;
  }

  .div-block-63 {
    border-style: none;
    margin-left: 10px;
  }

  .list-item-18 {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .list-item-18.ab {
    display: block;
  }

  .nav-link-6 {
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-6:hover {
    background-color: #ebf0f300;
    border-style: none;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-6.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: flex;
  }

  .nav-link-6.get:hover {
    background-color: #7763ff;
    padding-right: 0;
  }

  .text-block-58 {
    margin-left: 30px;
    display: flex;
  }

  .text-block-59 {
    margin-left: -150px;
  }

  .text-block-59.gr-m.vert {
    margin-left: -200px;
  }

  .list-item-19 {
    border-bottom: 1px solid #e2e2e2;
    display: none;
  }

  .list-item-19.get {
    width: 100%;
    height: 500px;
    margin-left: 0;
    padding-top: 25px;
    display: block;
  }

  .list-item-20 {
    padding-left: 0;
  }

  .nav-menu-wrapper-7 {
    z-index: 2;
    object-fit: fill;
    background-color: #fff;
    order: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .list-item-21 {
    margin-top: 10px;
    margin-left: 20px;
  }

  .nav-menu-two-5 {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    margin: 0 auto auto;
    padding: 0;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .nav-mob {
    display: flex;
  }

  .list-item-22 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .navbar-brand-7 {
    margin-left: 20%;
    margin-right: 0;
    position: static;
  }

  .list-item-23 {
    background-image: url('../images/arrow-up-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #e2e2e2;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .list-item-23.mm {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
  }

  .list-item-23.mm:active {
    width: 100%;
  }

  .nav-dropdown-7 {
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .button-50.c, .button-50.a, .button-50.d, .button-50.b {
    margin-top: 5px;
  }

  .image-125 {
    float: none;
    object-fit: fill;
    width: 160px;
    max-width: none;
    margin-left: 15%;
    margin-right: auto;
    padding-left: 0%;
    display: block;
    position: relative;
  }

  .div-block-64 {
    border-style: none;
    margin-left: 10px;
  }

  .list-item-24 {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: block;
  }

  .list-item-24.ab {
    display: block;
  }

  .nav-link-7 {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .nav-link-7:hover {
    background-color: #ebf0f300;
    border-style: none;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-7.get {
    color: #fff;
    text-align: center;
    background-color: #6d59f6;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: flex;
  }

  .nav-link-7.get:hover {
    background-color: #7763ff;
    padding-right: 0;
  }

  .text-block-60 {
    margin-left: 30px;
    display: flex;
  }

  .text-block-61 {
    margin-left: -150px;
  }

  .text-block-61.gr-m.vert {
    margin-left: -200px;
  }

  .list-item-25 {
    border-bottom: 1px solid #e2e2e2;
    display: none;
  }

  .list-item-25.get {
    width: 100%;
    height: 500px;
    margin-left: 0;
    padding-top: 25px;
    display: block;
  }

  .text-span-12 {
    font-size: 10px;
  }

  .list-item-26 {
    padding-left: 0;
    display: none;
  }

  .background-video {
    object-fit: fill;
    border-width: 6px;
    border-radius: 12px;
    width: 100%;
    height: 165px;
    overflow: auto;
  }

  .footer-mob {
    background-image: url('../images/footer-new-mob.svg'), url('../images/footer-mb.svg');
    background-position: 50% 0, 50% 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-65 {
    background-image: url('../images/2024-tm-mob.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 65px;
    display: block;
    position: relative;
    inset: 380px auto 0;
  }

  .container-18 {
    width: 90px;
    position: relative;
    top: 100px;
    left: 100px;
  }

  .container-16 {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 55px;
    left: 20px;
  }

  .text-block-62 {
    width: 90px;
  }

  .text-block-62.l {
    width: 150px;
  }

  .container-17 {
    position: relative;
    top: 260px;
    left: 20px;
  }

  .container-20 {
    margin-top: 100px;
    position: relative;
    top: 325px;
    left: 0;
  }

  .link-8 {
    width: 220px;
    margin-left: 0;
    padding-left: 0;
  }

  .link-8.y1, .link-8.y3, .link-8.y4, .link-8.y2 {
    width: 90px;
  }

  .link-8.g2 {
    width: 165px;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 1085px;
    display: flex;
  }

  .container-19 {
    margin-bottom: 30px;
    display: none;
    position: relative;
    top: 200px;
    left: 20px;
  }

  .container-21 {
    width: 170px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: relative;
    top: 295px;
    left: 0;
  }

  .button-51 {
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-top: 18px;
    margin-left: 85%;
  }

  .button-51:hover {
    margin-top: 14px;
  }

  .text-block-22 {
    margin-left: 20px;
  }

  .text-block-20, .text-block-21 {
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 5%;
  }

  .text-block-19 {
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 5%;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-22 {
    border-radius: 3em;
    width: 90%;
    height: auto;
    margin: 5% 0% 0%;
    padding-top: 20px;
    padding-bottom: 10%;
    padding-right: 20px;
    overflow: scroll;
  }

  .button-33 {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    margin-left: auto;
    padding: 0;
    display: flex;
    top: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-24 {
    margin-top: 20px;
  }

  .div-block-39 {
    background-color: #eceff4;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 5%;
    padding-bottom: 5px;
    display: block;
  }

  .quick-stack-15 {
    clear: none;
    overflow: visible;
  }

  .popup-fees {
    opacity: 0;
    border-radius: 0;
    justify-content: flex-start;
    display: none;
  }
}

#w-node-_7e091b71-bef0-40ae-0c4b-791c805fcd15-5837e9c5, #w-node-b4e15d46-2603-e5a9-249e-665d4d75fe08-5837e9c5, #w-node-debe943a-c39c-4330-32da-2878fab8bf2a-5837e9c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_92e5e0e6-b770-d75f-e4f8-0ec17e48e791-5837e9c5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0ffb2556-9701-15c4-110d-31496b12dc66-5837e9c5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_6860c49d-ace4-4986-2ee2-7196d2733bef-5837e9c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6860c49d-ace4-4986-2ee2-7196d2733bf0-5837e9c5, #w-node-_6860c49d-ace4-4986-2ee2-7196d2733bf5-5837e9c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6860c49d-ace4-4986-2ee2-7196d2733c46-5837e9c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6860c49d-ace4-4986-2ee2-7196d2733c47-5837e9c5, #w-node-_6860c49d-ace4-4986-2ee2-7196d2733c58-5837e9c5, #w-node-_6860c49d-ace4-4986-2ee2-7196d2733c69-5837e9c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7e091b71-bef0-40ae-0c4b-791c805fcd15-5837e9c5, #w-node-b4e15d46-2603-e5a9-249e-665d4d75fe08-5837e9c5, #w-node-debe943a-c39c-4330-32da-2878fab8bf2a-5837e9c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_92e5e0e6-b770-d75f-e4f8-0ec17e48e791-5837e9c5, #w-node-_0ffb2556-9701-15c4-110d-31496b12dc66-5837e9c5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e091b71-bef0-40ae-0c4b-791c805fcd15-5837e9c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e091b71-bef0-40ae-0c4b-791c805fcd16-5837e9c5 {
    order: 9999;
  }

  #w-node-b4e15d46-2603-e5a9-249e-665d4d75fe08-5837e9c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92e5e0e6-b770-d75f-e4f8-0ec17e48e791-5837e9c5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_0ffb2556-9701-15c4-110d-31496b12dc66-5837e9c5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_6860c49d-ace4-4986-2ee2-7196d2733bef-5837e9c5, #w-node-_6860c49d-ace4-4986-2ee2-7196d2733c46-5837e9c5 {
    display: none;
  }
}


