:root {
  --white: #fff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --base: #586ac6;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary800: #53389e;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #0c0c0c;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mw-1400 {
  max-width: 1320px;
  position: relative;
  overflow: visible;
}

.mw-1400._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1110px;
  display: block;
  position: static;
}

.mw-1400.title {
  background-image: linear-gradient(#e9f7ff, #eaf2ff);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.mw-1400._4 {
  position: absolute;
  inset: 0%;
}

.mw-1400._5 {
  height: 100%;
}

.logoholder {
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar {
  z-index: 999999;
  background-color: #fff;
  border-bottom: .2px solid #0003;
  padding: 10px 20px;
  position: sticky;
  top: 0;
}

.navtext {
  font-family: Poppins, sans-serif;
}

.navtext.nd {
  padding-right: 30px;
}

.navholder {
  justify-content: space-between;
  align-items: center;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
}

.dropdown-toggle {
  padding-right: 40px;
}

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

.rightmenuholder {
  justify-content: flex-start;
  align-items: center;
}

.button {
  background-image: linear-gradient(#5689fd, #2d69d8);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.button.ctademo {
  z-index: 2;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  margin-top: -24px;
  font-size: 17px;
  transition: width .25s, background-color .25s cubic-bezier(1, -.046, .25, 1);
  display: flex;
  position: relative;
  top: 0;
  left: 18px;
}

.button.ctademo:hover {
  background-image: linear-gradient(#af56fd, #746dff);
  width: 330px;
}

.button.ctademo._2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}

.button.ctapoc {
  z-index: 2;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  width: 260px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 20px;
  transition: width .25s, background-color .25s cubic-bezier(1, -.046, .25, 1);
  display: flex;
  position: relative;
}

.button.ctapoc:hover {
  background-image: linear-gradient(#af56fd, #746dff);
  width: 330px;
}

.button.ctapoc._2 {
  margin-top: 0;
}

.button.attk {
  display: block;
}

.button.attk:hover {
  background-image: linear-gradient(#fd5656, #d82d2d);
}

.button.attk.mob {
  display: none;
}

.section {
  cursor: auto;
  background-image: linear-gradient(#25336f, #2a246a);
  height: 670px;
  position: relative;
  overflow: visible;
}

.flex-block-2 {
  z-index: 1;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  position: relative;
}

.text-block-2 {
  color: #d3e3ff;
  letter-spacing: 4px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.image {
  padding-bottom: 15px;
}

.div-block {
  background-color: #81aaff;
  width: 230px;
  height: 1px;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.heading {
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 600;
}

.text-block-3 {
  color: #fff;
  background-image: linear-gradient(#4047a1, #4a55a7);
  border-radius: 10px;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
}

.text-block-3._1 {
  margin-left: 80px;
}

.subsholder {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  opacity: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 670px;
  margin-top: 40px;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.heading-2 {
  z-index: 1;
  pointer-events: auto;
  color: #d3e3ff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 200px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  filter: drop-shadow(0 14px 60px #2e5cbd);
  background-image: linear-gradient(#f4fbff, #c8ddff);
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 197px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-2.w {
  z-index: 1;
}

.heading-3 {
  color: #44567b;
  flex: 0 auto;
  width: 390px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.flex-block-4 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text {
  font-weight: 600;
}

.div-block-3 {
  filter: drop-shadow(0 14px 50px #205dd6cc);
  background-image: linear-gradient(#f4fbff, #c8ddff 85%);
  border-radius: 60px 10px 10px 60px;
  width: 130px;
  height: 80px;
}

.div-block-3:hover {
  background-image: linear-gradient(#334c8b, #2e3381);
}

.div-block-3.mid {
  border-radius: 10px;
  position: relative;
}

.div-block-3.right {
  border-radius: 10px 60px 60px 10px;
}

.flex-block-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  flex: 1;
}

.image-2 {
  opacity: 0;
}

.dropdown-list {
  filter: drop-shadow(0 60px 30px #323980);
  background-color: #ffffff1a;
  width: 121.617px;
  margin-left: 19px;
}

.dropdown-list.w--open {
  filter: drop-shadow(0 60px 30px #3239804d);
  background-color: #fff;
  background-image: linear-gradient(#f4f4ff00, #f3f5fc);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: auto;
  margin-top: 0;
  margin-left: -181px;
  padding: 20px 40px 40px 10px;
}

.dropdown-list._2 {
  margin-left: 0;
}

.dropdown-list._2.w--open {
  background-image: linear-gradient(#f4f4ff00, #f3f5fc);
  width: auto;
  margin-left: -302px;
}

.dropdown-list._3 {
  margin-left: -103px;
}

.dropdown-list._3.w--open {
  width: auto;
  margin-left: 0;
}

.dropdown-list._4.w--open {
  margin-left: -673px;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-5:hover {
  background-color: #e1e9fd;
  border-radius: 0;
  width: 300px;
}

.div-block-5._3 {
  cursor: auto;
}

.div-block-5._3:hover {
  background-color: #e1e9fd00;
}

.div-block-5._3._4 {
  color: #333;
  cursor: pointer;
  width: auto;
  height: auto;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.div-block-5._3._4:hover {
  color: #316bdb;
}

.div-block-5._2, .div-block-5.margintop {
  margin-top: 20px;
}

.image-3 {
  width: 25px;
}

.image-3._2 {
  width: 22px;
}

.image-3._4 {
  width: 25px;
}

.link {
  pointer-events: auto;
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link._2 {
  pointer-events: none;
}

.div-block-6 {
  background-color: #777ec3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.div-block-6._3 {
  background-color: #777ec3;
}

.flex-block-6 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.image-4 {
  margin-top: 4px;
}

.image-4._22 {
  margin-top: 0;
}

.div-block-7 {
  z-index: 0;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block-8 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  height: 680px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-2 {
  position: relative;
  overflow: visible;
}

.body {
  pointer-events: auto;
  background-color: #222473;
  overflow: visible;
}

.rive-canvas {
  pointer-events: auto;
  object-fit: cover;
  background-color: #f000;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.heading-4.s {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 19px;
}

.heading-4.s._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  width: 400px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.heading-5.t {
  margin-top: 10px;
}

.flex-block-7 {
  flex: 1;
  position: relative;
}

.flex-block-8 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.image-5 {
  z-index: 0;
  flex: 1;
  width: 1040px;
  max-width: none;
  margin-top: -440px;
  margin-left: 0;
  position: relative;
  inset: 0% 0% 0% -47%;
}

.div-block-10 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-11 {
  filter: drop-shadow(0 20px 20px #205dd680);
  background-image: linear-gradient(#f4fbff, #c8ddff);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 100px;
  display: flex;
}

.flex-block-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
}

.text-block-5 {
  color: #bfc6ff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.flex-block-10 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.heading-6 {
  color: #235bc5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.flex-block-11 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.heading-7 {
  color: #fff;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 43px;
}

.heading-8 {
  color: #bfc6ff;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.image-6 {
  z-index: -1;
  width: 90px;
  position: relative;
  top: -110px;
}

.text-block-6 {
  color: #f4f5ff;
  letter-spacing: 1px;
  margin-top: 70px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 44px;
  display: flex;
}

.div-block-12._2 {
  width: 50px;
}

.div-block-12._1 {
  width: 150px;
}

.flex-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.image-7 {
  margin-top: 11px;
}

.image-7._2 {
  width: 37px;
  max-width: none;
  margin-top: 0;
}

.image-8 {
  margin-top: -5px;
}

.section-3 {
  background-image: linear-gradient(#e5edff, #f0f2ff);
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.div-block-13 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 980px;
  padding: 80px 30px 80px 0;
  display: block;
  overflow: visible;
}

.heading-9 {
  color: #44567b;
  font-family: Poppins, sans-serif;
  font-size: 56px;
}

.heading-9._2 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 70px;
  font-weight: 500;
}

.heading-10 {
  color: #44567b;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.flex-block-13 {
  background-image: linear-gradient(#fbfcff 10%, #cfddff 70%);
  border-radius: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 720px;
  max-width: 720px;
  margin-top: 60px;
  margin-right: 30px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.heading-11 {
  color: #4450bd;
  margin-bottom: 40px;
  padding-left: 60px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.paragraph {
  max-width: 710px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  line-height: 40px;
}

.bold-text-2 {
  font-weight: 600;
}

.div-block-14 {
  background-image: linear-gradient(#264898, #6c56ec);
  border-radius: 0 40px 0 0;
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
  box-shadow: inset -30px 14px 124px #2c63db;
}

.heading-12 {
  color: #fff;
  margin-top: 40px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 300;
}

.button-2 {
  color: #17266c;
  text-align: center;
  background-color: #d6e2ff;
  border-radius: 30px 0 0;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #9955df;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -60px;
  margin-left: 0;
  display: flex;
}

.flex-block-14 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.div-block-16 {
  flex: 0 auto;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-9 {
  pointer-events: none;
  width: 520px;
  max-width: none;
  overflow: hidden;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-10 {
  pointer-events: none;
}

.section-4 {
  z-index: 1;
  filter: drop-shadow(0 -16px 64px #00129c1a);
  text-align: center;
  background-image: linear-gradient(#fbfcff, #cfddff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-13 {
  color: #0e2044;
  letter-spacing: 0;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 350px;
  margin-top: -42px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  overflow: visible;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

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

.logo-slider-img {
  mix-blend-mode: normal;
  width: 140px;
}

.logo-slider-img._2 {
  width: 100px;
}

.logo-slider-img._2._3 {
  width: 90px;
}

.logo-slider-img._4 {
  max-width: none;
  height: 130px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2419px;
  display: flex;
}

.section-5 {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-12 {
  flex: 1;
  max-width: none;
  margin-top: 96px;
  position: relative;
  inset: 0%;
}

.flex-block-15 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}

.image-13 {
  width: 90px;
  max-width: none;
  margin-left: 20px;
}

.section-6 {
  z-index: 1;
  background-image: linear-gradient(#e9f7ff, #eaf2ff);
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-14 {
  color: #fff;
  background-color: #eaf6ff00;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 70px;
}

.flex-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-left: 0;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  background-color: #e9f5fe00;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.flex-block-17 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: visible;
}

.flex-block-18 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 0;
  overflow: visible;
}

.heading-16 {
  z-index: 2;
  color: #43476b;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  position: relative;
}

.div-block-21 {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(#f4fbff, #c8ddff);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 410px;
  height: 104px;
  margin-bottom: -105px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-21._2 {
  background-image: linear-gradient(#271e6c, #1637bd);
  border-top-left-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 480px;
  max-width: none;
}

.div-block-21._3 {
  width: auto;
  min-width: 560px;
  max-width: 590px;
}

.heading-17 {
  color: #434fbe;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.heading-17._2 {
  color: #fff;
  flex: 1;
  margin-left: 40px;
}

.heading-17._3 {
  color: #4e4e4e;
  margin-left: 86px;
}

.flex-block-19 {
  z-index: 0;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  filter: drop-shadow(-50px 20px 180px #205dd64d);
  background-image: linear-gradient(#f4fbff, #deebff);
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 410px;
  height: auto;
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
}

.flex-block-19._2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: none;
  padding-left: 139px;
}

.flex-block-19._3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 560px;
  max-width: 590px;
  padding-left: 160px;
}

.heading-18 {
  color: #43476b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-18._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-block-20 {
  z-index: 2;
  flex: 0 auto;
  margin-bottom: 100px;
  position: relative;
}

.flex-block-20._2 {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: -80px;
}

.flex-block-20._3 {
  z-index: 0;
  flex: 1;
  margin-left: -80px;
}

.flex-block-20._11 {
  flex: 1;
}

.flex-block-21 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.flex-block-22 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-14 {
  pointer-events: none;
}

.image-14._2 {
  width: 22px;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  pointer-events: none;
}

.flex-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.div-block-22 {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #141853;
  background-image: linear-gradient(#141853, #2e3381);
  border: .2px solid #fff6;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 860px;
  height: 320px;
  margin-top: -290px;
  margin-left: 0;
  margin-right: 150px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0% 230px 0% auto;
}

.div-block-22._1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #1418532b;
  background-image: linear-gradient(#334c8b, #2e3381);
  width: 860px;
  margin-top: -260px;
  padding-top: 30px;
  display: none;
}

.div-block-22._2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #14185300;
  background-image: linear-gradient(#334c8b, #2e3381);
  width: 860px;
  margin-top: -260px;
  padding-top: 30px;
  display: none;
}

.div-block-22._3, .div-block-22._4 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#334c8b, #2e3381);
  width: 860px;
  margin-top: -260px;
  padding-top: 30px;
  display: none;
}

.image-22 {
  width: 60px;
  max-width: none;
}

.flex-block-24 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -31px;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
}

.text-block-7.mob {
  display: none;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer06_link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer06_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer06_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer06_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer06_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer06_component {
  z-index: 6;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.uui-footer06_logo-link {
  padding-left: 0;
}

.uui-footer06_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer06_newsletter-wrapper {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.uui-footer06_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}

.uui-footer06_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.footer {
  width: 150px;
}

.div-block-25 {
  flex: 1;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-8:hover {
  color: #346edf;
}

.div-block-26 {
  z-index: 2;
  background-color: #fff0;
  border: .1px solid #0000001a;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 188px;
}

.div-block-26._2 {
  top: 260px;
}

.div-block-26._2._3 {
  top: 333px;
}

.div-block-26._2._3._4 {
  top: 406px;
}

.div-block-26._2._3._4._5 {
  top: 481px;
}

.div-block-26._2._3._4._5._6 {
  top: 554px;
}

.flex-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  position: absolute;
}

.div-block-27 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-19 {
  color: #fff;
  letter-spacing: 2px;
  width: 270px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.text-block-10 {
  color: #c7c9eb;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.image-24 {
  width: 30px;
}

.image-24._2 {
  width: 35px;
}

.flex-block-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.image-25 {
  mix-blend-mode: screen;
  width: 180px;
  margin-top: 21px;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-29 {
  padding-right: 0;
  position: relative;
}

.div-block-29._1 {
  z-index: 4;
  max-width: none;
}

.code-embed-3 {
  color: var(--base);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.code-embed-3:hover {
  color: var(--white);
}

.code-embed-3._2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-bottom: 8px;
  position: relative;
}

.code-embed-3._3 {
  margin-top: 0;
  padding-bottom: 10px;
}

.code-embed-3._1 {
  padding-left: 10px;
}

.flex-block-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 40px;
}

.flex-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-2 {
  color: #c7c9eb;
  width: 410px;
  font-size: 14px;
}

.paragraph-2._2, .paragraph-2._3 {
  width: 420px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 500;
}

.flex-block-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: relative;
}

.image-26 {
  opacity: .11;
  mix-blend-mode: luminosity;
  position: absolute;
  inset: auto -2% -10% auto;
}

.image-26._2 {
  inset: auto auto -7% 0%;
}

.flex-block-30 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-31 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-top: 15px;
}

.flex-block-31._2 {
  margin-left: 50px;
}

.div-block-30 {
  background-color: #777ec3;
  border-radius: 9px;
  width: 8px;
  height: 5px;
}

.flex-block-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-31 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 80px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 36px;
}

.bold-text-13 {
  font-weight: 600;
}

.flex-block-33 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
}

.flex-block-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1320px;
}

.div-block-32 {
  background-color: #23296400;
  background-image: none;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-button-row-2.button-row-center.is-reverse-mobile-landscape {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  transition: width .25s;
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-wrapper.max-width-full-mobile-landscape:hover {
  flex: 0 auto;
  width: 300px;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-layout75_item {
  background-color: var(--untitled-ui--gray50-2);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout75_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-layout75_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-section_layout75 {
  background-color: #fff;
  position: relative;
}

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: width .25s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray300);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block-12 {
  font-family: Poppins, sans-serif;
}

.text-block-13 {
  color: #fff;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.uui-heading-medium-2 {
  color: #44567b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: none;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: 0;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-testimonial15_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui--gray50-2);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-section_testimonial15 {
  z-index: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial15_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-testimonial15_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.uui-navbar03_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar03_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar03_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar03_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  flex: none;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-navbar03_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar03_logo-link {
  padding-left: 0;
}

.uui-navbar03_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar03_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar03_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_link.w--current {
  color: #000;
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar03_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-navbar03_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-navbar03_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar03_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar03_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-navbar3_menu-button {
  padding: 0;
}

.paragraph-4 {
  width: 300px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-4._2 {
  width: 270px;
}

.link-block {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.code-embed-4 {
  color: #2f6ad9;
  width: 29px;
}

.dropdown, .div-block-33, .div-block-34 {
  display: none;
}

.div-block-36 {
  position: absolute;
  inset: 0%;
}

.rive {
  display: none;
}

.code-mobile {
  pointer-events: auto;
  flex: none;
  display: none;
  position: relative;
}

.rivelayer {
  flex: 1;
  width: auto;
  max-width: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.section-7 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.rive-container {
  width: 100%;
  height: 72dvh;
  position: relative;
  overflow: hidden;
}

.desktop {
  width: 100%;
  height: 690px;
  position: relative;
  overflow: hidden;
}

.div-block-37 {
  display: block;
  position: relative;
}

.flex-block-42 {
  justify-content: center;
  align-items: center;
}

.div-block-38 {
  z-index: 1;
  position: relative;
}

.flex-block-43 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-27 {
  max-width: 90%;
}

.div-block-39 {
  z-index: 1;
  display: block;
  position: relative;
}

.image-28 {
  max-width: 100%;
  margin-left: 30px;
}

.button-3 {
  z-index: 2;
  color: #071c72;
  background-color: #3898ec00;
  background-image: linear-gradient(#fff, #9ca9ff);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 57px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: -174px;
  left: -194px;
}

.button-3:hover {
  filter: drop-shadow(0 7px 12px #1b33ab);
  color: #fff;
  background-image: linear-gradient(#b66eff, #9187ff);
}

.flex-block-44 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-end;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .mw-1400 {
    width: auto;
    max-width: none;
  }

  .mw-1400._3 {
    flex: 1;
    max-width: none;
    margin-left: 47px;
  }

  .mw-1400.title {
    background-image: linear-gradient(#e9f7ff, #eaf2ff);
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logoholder {
    width: 130px;
    margin-left: 20px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .navtext {
    color: #333;
  }

  .navtext.nd {
    text-align: center;
  }

  .navtext.mobile {
    font-size: 16px;
  }

  .navholder {
    overflow: auto;
  }

  .flex-block {
    display: none;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .rightmenuholder {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .button.ctademo {
    left: 0;
  }

  .button.attk {
    display: block;
  }

  .button.attk.mob {
    display: none;
  }

  .flex-block-2 {
    padding-top: 80px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .div-block {
    width: 190px;
  }

  .heading {
    text-align: center;
    font-size: 50px;
    line-height: 69px;
  }

  .heading-2 {
    margin-top: 230px;
  }

  .div-block-2.w {
    height: 340px;
  }

  .heading-3 {
    text-align: center;
  }

  .flex-block-4 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    width: 100vw;
    max-width: none;
    margin-top: 30px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 200px;
    height: auto;
    padding-left: 0;
    padding-right: 20px;
  }

  .div-block-5:hover {
    background-color: #fff0;
    width: 200px;
  }

  .div-block-5.margintop {
    width: 180px;
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-5._7 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-bottom: 0;
  }

  .image-3._6 {
    width: 33px;
  }

  .link {
    width: 100px;
  }

  .link._3 {
    width: 120px;
  }

  .div-block-6 {
    width: 40px;
    height: 40px;
  }

  .flex-block-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 640px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-6.ma {
    flex-flow: column;
  }

  .dicon.mobile {
    position: static;
  }

  .dicon.mobile._2 {
    opacity: 0;
  }

  .div-block-8 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .section-2 {
    margin-bottom: 80px;
    overflow: visible;
  }

  .flex-block-7 {
    margin-left: -152px;
  }

  .image-5 {
    flex: none;
    width: 1130px;
    margin-top: -330px;
    top: -23%;
    left: -30%;
    overflow: clip;
  }

  .div-block-10 {
    width: 100%;
    margin-top: -129px;
    overflow: clip;
  }

  .flex-block-11 {
    margin-top: -60px;
  }

  .image-6 {
    display: none;
    top: 560px;
    left: -230px;
  }

  .div-block-13 {
    height: auto;
    padding-bottom: 170px;
    padding-right: 0;
  }

  .flex-block-13 {
    width: 670px;
    margin-right: 0;
  }

  .flex-block-14 {
    flex-flow: column;
  }

  .image-9 {
    width: 650px;
  }

  .section-4 {
    overflow: visible;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .image-12 {
    margin-top: 123px;
  }

  .section-6 {
    background-image: linear-gradient(#e9f7ff, #eaf2ff);
    overflow: auto;
  }

  .flex-block-18 {
    margin-top: 40px;
  }

  .div-block-21 {
    min-width: 260px;
  }

  .flex-block-20._11 {
    position: sticky;
    left: -40px;
  }

  .flex-block-21 {
    flex-flow: row;
    overflow: visible;
  }

  .flex-block-23 {
    position: sticky;
    left: 0;
    overflow: visible;
  }

  .div-block-22._1 {
    width: 750px;
    margin-top: 0;
    margin-right: 10px;
    display: none;
    position: absolute;
    inset: -161px 0% 0% auto;
  }

  .div-block-22._2 {
    width: 730px;
    margin-top: -170px;
    margin-right: 0;
    display: none;
    right: 66px;
    overflow: visible;
  }

  .text-block-7 {
    display: none;
  }

  .text-block-7.mob {
    display: block;
  }

  .uui-footer06_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer06_form-block {
    min-width: auto;
  }

  .uui-footer06_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .flex-block-25 {
    display: none;
  }

  .heading-19 {
    width: 240px;
    font-size: 21px;
  }

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

  .div-block-29._1 {
    overflow: visible;
  }

  .flex-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-29 {
    background-color: #f9fbff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 40px 20px;
    display: none;
  }

  .flex-block-29.p {
    display: none;
  }

  .flex-block-31 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 0;
    padding-left: 10px;
  }

  .flex-block-31._2 {
    margin-left: 0;
  }

  .paragraph-3 {
    text-align: center;
    width: 740px;
    margin-top: 0;
  }

  .flex-block-34 {
    flex-flow: column;
  }

  .uui-section_layout75 {
    overflow: visible;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    inset: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar03_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar03_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .paragraph-4._2 {
    width: 240px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 60px;
  }

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

  .dropdown {
    flex: 0 auto;
    margin-right: 20px;
    display: block;
    position: static;
  }

  .dropdown-toggle-3 {
    padding-right: 20px;
  }

  .dropdown-list-2 {
    position: relative;
    overflow: visible;
  }

  .dropdown-list-2.w--open {
    margin-top: 85px;
    position: absolute;
    inset: 0%;
  }

  .div-block-33 {
    z-index: 9999999;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 59px;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .icon {
    color: #333;
  }

  .icon._2 {
    position: static;
  }

  .flex-block-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border-bottom: .2px solid #eee;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .flex-block-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 10%;
    padding-right: 0;
  }

  .flex-block-36._2, .flex-block-36._3, .flex-block-36._4, .flex-block-36._5, .flex-block-36._6 {
    padding-left: 0;
  }

  .flex-block-37 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    display: flex;
  }

  .flex-block-38 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    width: 220px;
  }

  .flex-block-38._2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .flex-block-38._2._3 {
    margin-left: 46px;
  }

  .flex-block-38._3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-block-39 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-39._2 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    left: 0;
  }

  .flex-block-39._2._3 {
    margin-left: 23px;
  }

  .flex-block-39._3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-34 {
    cursor: grab;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-35 {
    width: 240px;
  }

  .container {
    max-width: 1000px;
  }

  .div-block-36 {
    height: 620px;
  }

  .image-27 {
    max-width: 99%;
  }

  .image-28 {
    max-width: 115%;
  }

  .button-3 {
    width: 200px;
    height: 41px;
    top: -122px;
    left: -17px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    top: 0;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block {
    flex: 1;
    width: auto;
    min-width: 120px;
  }

  .flex-block-3 {
    width: 90%;
    padding-bottom: 0;
  }

  .heading {
    margin-top: 0;
    font-size: 33px;
  }

  .heading-2 {
    margin-top: 0;
    top: 14px;
  }

  .div-block-2.w {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-3 {
    width: 110px;
    height: 80px;
  }

  .flex-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-5 {
    width: 770px;
    height: 880px;
    margin-top: -50px;
  }

  .div-block-11 {
    width: 170px;
    height: 90px;
  }

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

  .flex-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 37px;
    line-height: 70px;
  }

  .heading-9._2 {
    font-size: 40px;
  }

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

  .flex-block-13 {
    width: 510px;
  }

  .div-block-14 {
    height: 250px;
  }

  .heading-12 {
    margin-top: 20px;
    font-size: 40px;
  }

  .image-9 {
    width: 510px;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-14 {
    font-size: 51px;
  }

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

  .flex-block-17 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-16 {
    line-height: 50px;
  }

  .div-block-21._2 {
    min-width: 430px;
  }

  .flex-block-19._2 {
    width: 100%;
    min-width: 430px;
  }

  .flex-block-19._3 {
    padding-left: 193px;
  }

  .flex-block-20._2 {
    width: 310px;
    margin-left: -47px;
  }

  .flex-block-20._3 {
    margin-left: -50px;
  }

  .flex-block-20._11 {
    margin-left: -53px;
    left: 8px;
  }

  .flex-block-21 {
    flex-flow: row;
  }

  .div-block-22._2 {
    width: 560px;
    height: 360px;
    padding-top: 20px;
    padding-left: 20px;
    display: none;
  }

  .uui-text-size-small-2.text-color-gray500 {
    text-align: right;
    font-size: .7rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-footer06_bottom-wrapper {
    margin-top: 3rem;
  }

  .uui-footer06_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer06_newsletter-wrapper {
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .heading-19 {
    font-size: 18px;
  }

  .text-block-10 {
    line-height: 10px;
  }

  .flex-block-26 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .code-embed-3._1 {
    height: 100%;
  }

  .heading-20 {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 30px;
  }

  .flex-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .flex-block-28._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-2 {
    width: 280px;
  }

  .flex-block-29 {
    display: none;
  }

  .paragraph-3 {
    width: 550px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .uui-testimonial15_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_link, .uui-navbar03_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

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

  .flex-block-37 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
  }

  .flex-block-39 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .div-block-35 {
    width: 152px;
  }

  .flex-block-40 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .desktop {
    display: block;
    overflow: visible;
  }

  .div-block-37 {
    width: 100%;
    height: 600px;
    display: none;
    overflow: hidden;
  }

  .button-3 {
    width: 148px;
    height: 32px;
    font-size: 14px;
    top: -89px;
  }

  .flex-block-44 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 479px) {
  .mw-1400 {
    max-width: 360px;
  }

  .mw-1400._3 {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .mw-1400.title {
    overflow: visible;
  }

  .logoholder._2 {
    width: 110px;
    margin-left: 0;
  }

  .button.attk {
    display: none;
  }

  .section {
    height: 450px;
    overflow: visible;
  }

  .flex-block-2 {
    padding-top: 40px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .image {
    width: 20px;
  }

  .div-block {
    min-width: 0;
  }

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .heading {
    width: auto;
    margin-top: 0;
    font-size: 25px;
    line-height: 50px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .subsholder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 0;
  }

  .heading-2 {
    margin-top: 96px;
    font-size: 10px;
  }

  .div-block-2.w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    height: 430px;
    overflow: visible;
  }

  .heading-3 {
    width: 340px;
    font-size: 18px;
    line-height: 32px;
  }

  .flex-block-4 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-3 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .div-block-3.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .flex-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 310px;
  }

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

  .div-block-7 {
    width: auto;
    height: 100%;
  }

  .section-2 {
    margin-bottom: 40px;
    overflow: visible;
  }

  .rive-canvas {
    flex: none;
    display: block;
  }

  .heading-4.s {
    letter-spacing: 0;
    font-size: 20px;
  }

  .heading-4.s._1 {
    font-size: 15px;
  }

  .heading-5.t {
    width: 100%;
    font-size: 70px;
    line-height: 70px;
  }

  .flex-block-7 {
    margin-left: 0;
  }

  .image-5 {
    width: 860px;
    top: -30%;
    left: -73%;
  }

  .div-block-11 {
    width: 220px;
  }

  .flex-block-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-10 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
  }

  .heading-7 {
    text-align: center;
    width: 90%;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 51px;
  }

  .heading-8 {
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
  }

  .text-block-6 {
    text-align: center;
    width: 350px;
    margin-top: 40px;
    font-size: 11px;
  }

  .div-block-12 {
    width: 70px;
  }

  .div-block-12._2, .div-block-12._1 {
    width: 60px;
  }

  .flex-block-12 {
    margin-top: 10px;
  }

  .image-7._2 {
    width: 23px;
    margin-top: 0;
  }

  .section-3 {
    margin-top: 0;
  }

  .div-block-13 {
    padding-top: 0;
  }

  .heading-9 {
    font-size: 29px;
    line-height: 39px;
  }

  .heading-9._2 {
    font-size: 37px;
  }

  .heading-9.mob {
    width: 230px;
    font-size: 34px;
    line-height: 33px;
  }

  .heading-10 {
    margin-top: -18px;
    font-size: 13px;
  }

  .flex-block-13 {
    max-width: 310px;
    margin-top: 20px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 30px;
  }

  .paragraph {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 31px;
  }

  .div-block-14 {
    height: 320px;
    margin-top: 0;
    padding-top: 20px;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 32px;
  }

  .image-9 {
    width: 330px;
  }

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

  .image-10 {
    width: 40px;
  }

  .section-4 {
    margin-top: -84px;
    overflow: visible;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .flex-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 10px;
    padding-left: 0;
  }

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

  .section-6 {
    padding-right: 0;
    overflow: visible;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 50px;
  }

  .flex-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 60px;
  }

  .heading-15 {
    margin-top: 0;
    font-size: 16px;
  }

  .flex-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .heading-16 {
    font-size: 2.1rem;
    line-height: 46px;
  }

  .div-block-21 {
    width: 320px;
    min-width: auto;
    max-width: none;
  }

  .div-block-21._2 {
    border-top-left-radius: 28px;
    min-width: auto;
  }

  .div-block-21._3 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .heading-17._2, .heading-17._3 {
    margin-left: 0;
  }

  .flex-block-19 {
    width: 320px;
    max-width: none;
  }

  .flex-block-19._2 {
    min-width: auto;
    padding-left: 20px;
  }

  .flex-block-19._3 {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18._2 {
    width: 230px;
    font-size: 18px;
  }

  .flex-block-20._2 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .flex-block-20._3 {
    margin-left: 0;
  }

  .flex-block-20._11 {
    margin-bottom: 20px;
    margin-left: 0;
    left: 0;
  }

  .flex-block-21 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-22._2 {
    width: 330px;
    height: 600px;
    margin-top: -420px;
    padding-top: 20px;
    padding-right: 20px;
    display: none;
    right: 14px;
  }

  .image-22 {
    width: 40px;
  }

  .uui-text-size-small-2.text-color-gray500 {
    font-size: .6rem;
  }

  .uui-container-large {
    max-width: 82rem;
  }

  .uui-footer06_link-list._2 {
    display: none;
  }

  .uui-footer06_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .uui-footer06_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer06_component {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-footer06_logo-link {
    margin-bottom: 1.5rem;
  }

  .uui-footer06_top-wrapper {
    grid-template-columns: 1fr;
  }

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

  .div-block-29._1 {
    width: auto;
    overflow: visible;
  }

  .code-embed-3._1 {
    padding-left: 0;
  }

  .flex-block-27 {
    flex-flow: column;
  }

  .flex-block-29 {
    display: none;
  }

  .div-block-31 {
    width: 80%;
  }

  .paragraph-3 {
    width: 550px;
    margin-top: -24px;
    line-height: 33px;
  }

  .flex-block-34 {
    max-width: 340px;
  }

  .div-block-32 {
    width: auto;
    overflow: visible;
  }

  .uui-section_layout75 {
    overflow: visible;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .uui-navbar03_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

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

  .flex-block-37 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 0;
  }

  .flex-block-38._2 {
    margin-left: -23px;
  }

  .flex-block-39 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-39._2.mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .div-block-35 {
    width: 0;
    height: 0;
  }

  .flex-block-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: -20px;
    padding-left: 0;
  }

  .rive {
    display: block;
    position: absolute;
    inset: 0%;
  }

  .code-mobile {
    flex: none;
    display: block;
  }

  .flex-block-41 {
    flex-flow: column;
  }

  .desktop {
    display: block;
  }

  .div-block-37 {
    width: 100%;
    height: 690px;
    display: none;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .flex-block-43 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-27 {
    max-width: 70%;
  }

  .button-3 {
    width: 136px;
    font-size: 12px;
    top: -83px;
    left: -21px;
  }
}

#w-node-_8649c1d9-38a1-1eea-63aa-ba4f4f2ecf29-e6440018 {
  align-self: center;
}


