:root {
  --borders: #e5e7eb;
  --blue: #05f;
  --text-3: #14181f;
  --text2: #6a7181;
}

.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;
}

.div-block {
  z-index: 3;
  border-bottom: 1px solid var(--borders);
  background-color: #f9fbff;
  width: 100vw;
  height: 100vh;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #f9fafb;
}

.code-embed {
  z-index: 1;
  opacity: .6;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 2;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.header-nav-menu-wrapper {
  float: right;
  color: #667b99;
  text-overflow: clip;
  flex-flow: row;
  width: auto;
  display: block;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.header-middle {
  color: #667b99;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--blue);
  border-radius: 8px;
  margin-left: 24px;
  padding: 12px 14px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
}

.btn-primary.small.header-btn-hidde-on-mb.adclas {
  margin-left: 0;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo {
  max-width: 240px;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #667b99;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  list-style-type: none;
  display: inline-flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.container-default {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cloneable-full-width-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dcddeb;
  border-bottom: 1px solid var(--borders);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

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

.header-nav-link {
  color: #667b99;
  padding: 0;
}

.header-nav-link:hover {
  color: #4a3aff;
  -webkit-text-stroke-color: var(--blue);
}

.header-wrapper {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.text-block {
  color: var(--text-3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.text-block.leftclas {
  text-align: left;
  align-self: auto;
}

.text-block-2 {
  max-width: 624px;
  color: var(--text2);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-2.leftclasss {
  text-align: left;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.div-block-4.chip {
  background-color: #fff0;
  border-color: #e5e7eb00;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-5 {
  background-color: #f5b121;
  border-radius: 999px;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
}

.div-block-5.blue {
  background-color: var(--blue);
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.text-block-3 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.text-block-3.black {
  color: var(--text-3);
  font-weight: 400;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(82deg, #05f, #0cf);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-6 {
  z-index: 2;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.tabs-menu {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 4px;
  display: flex;
}

.tabs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--borders);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffffa6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 720px;
  max-width: 896px;
  padding: 32px;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--text2);
  background-color: #c8c8c800;
  border-radius: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  background-color: var(--blue);
  color: var(--borders);
  border-radius: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2 {
  color: var(--text2);
  background-color: #ddd0;
  border-radius: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  background-color: var(--blue);
  color: var(--borders);
}

.tab-link-tab-3 {
  color: var(--text2);
  background-color: #ddd0;
  border-radius: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  background-color: var(--blue);
  color: var(--borders);
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  background-color: #0055ff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

.grid.clasgrid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-4 {
  color: var(--text-3);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.bold-text {
  color: var(--blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-5 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.button {
  z-index: 3;
  background-color: var(--blue);
  border-radius: 8px;
  padding: 12px 18px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  transition: all .222s;
  position: relative;
}

.button:hover {
  transform: scale(1.03);
}

.button-2 {
  border: 1px dashed var(--text2);
  color: var(--text2);
  background-color: #3898ec00;
  border-radius: 8px;
  padding: 12px 18px;
  font-family: Nunito Sans, sans-serif;
  transition: all .222s;
}

.button-2:hover {
  background-color: #fff;
  transform: scale(1.03);
}

.div-block-11, .image {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.text-block-6 {
  color: var(--text2);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.bold-text-2 {
  color: var(--text2);
  letter-spacing: 1px;
  font-weight: 400;
}

.bold-text-2.bluee {
  color: var(--blue);
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  height: 1500px;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--text2);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.h3.left {
  text-align: left;
}

.h3.left.whi {
  color: var(--borders);
}

.h3.lefff {
  text-align: left;
}

.h3.max {
  max-width: 820px;
}

.h3.max.adcls {
  max-width: 1040px;
  font-size: 20px;
  line-height: 24px;
}

.h3.max.adcls.addd {
  max-width: 791px;
}

.h3.max.adcls.lsd {
  max-width: 968px;
}

.h3.max.adcls.hls {
  max-width: 650px;
  margin-bottom: 10px;
}

.h3.left-copy {
  text-align: left;
}

.h3.left-copy.whi {
  color: var(--borders);
}

.h2 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

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

.h2.centr.adclas {
  color: var(--text-3);
  font-size: 54px;
  line-height: 56px;
}

.h2.h1ad {
  font-size: 48px;
  line-height: 54px;
}

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

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0px solid var(--borders);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 1px #00000012;
}

.div-block-16.center {
  border-width: 0;
  border-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 48px;
  box-shadow: 1px 1px 1px #00000012;
}

.h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h4.white {
  color: #fff;
}

.div-block-17 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.counter-num {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #05f, #0cf);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 92px;
}

.div-block-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-23 {
  display: flex;
}

.counter-num-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #05f, #0cf);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 92px;
}

.div-block-24, .div-block-25, .div-block-26 {
  display: flex;
}

.counter-numf-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #05f, #0cf);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 92px;
}

.code-embed-2 {
  z-index: 1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.div-block-27.kekclasss {
  display: flex;
  position: relative;
}

.div-block-28 {
  width: 840px;
  max-width: none;
}

.div-block-28.divleft {
  z-index: 4;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-28.divleft.devf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffd4;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 1px #00000012;
}

.div-block-30 {
  background-color: #0055ff1a;
  border: 1px solid #0055ff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.div-block-30.daw {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.text-block-7 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-31 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #e7edff;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.text-block-8 {
  color: var(--blue);
  font-family: Nunito Sans, sans-serif;
}

.image-2 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.div-block-32 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-32.po {
  justify-content: center;
  align-items: flex-start;
}

.brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 8px;
}

.brand.fl {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.div-block-77 {
  border-top: 1px solid var(--borders);
  background-color: #fff;
}

.any-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3f3f3f;
  flex-flow: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.any-text.grey {
  color: #70777f;
  font-size: 16px;
}

.any-text.grey.middle {
  color: #667b99;
  font-family: Nunito Sans, sans-serif;
}

.any-text.light-gray {
  color: #e3e3e3;
  text-align: center;
  max-width: 490px;
}

.any-text.light-gray.footer {
  color: #667b99;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  font-family: Nunito Sans, sans-serif;
}

.text-block-14 {
  color: #81988c;
  margin-top: 6px;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.link-block-3:hover {
  color: #009f65;
}

.link-block-3.any-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #667b99;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
}

.link-block-3.any-text:hover {
  color: var(--blue);
}

.h3-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.h3-2.white {
  color: #4b4b4b;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-85 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: auto;
}

.div-block-91 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image-4 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-87 {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .4fr .4fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-86 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-88 {
  background-color: #dae0e7;
  height: 1px;
}

.div-block-79 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 300px;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.div-block-92 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  background-color: #f9fafb;
}

.div-block-94 {
  z-index: 3;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.div-block-95 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-block-96 {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-97 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  max-width: 840px;
  padding: 24px;
  display: flex;
  position: relative;
}

.code-embed-3 {
  z-index: 2;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.div-block-98 {
  background-color: #dee7f8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.text-block-15 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-block-99 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.div-block-100 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-17 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-101 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0055ff0d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.text-block-18 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.bold-text-7 {
  color: var(--blue);
  letter-spacing: .3px;
  font-weight: 400;
}

.text-block-19 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.body-3 {
  background-color: #f9fafb;
}

.div-block-102 {
  padding-top: 60px;
  position: relative;
}

.div-block-103 {
  z-index: 3;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-104 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.card-item {
  border: 1px solid var(--borders);
  border-radius: 12px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-105 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin: 3px;
  padding: 24px;
  display: flex;
  position: relative;
}

.div-block-106 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid var(--borders);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 8px;
  display: flex;
}

.image-7 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.bold-text-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #05f, #0cf);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.div-block-107 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.text-block-21, .text-block-22 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.text-block-23 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  line-height: 20px;
}

.text-block-23.spacing {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-108 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #0055ff1a;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  margin-top: 1px;
  padding: 12px;
  display: flex;
}

.text-block-24 {
  letter-spacing: .3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-24.blueee {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
}

.button-3 {
  border: 1px solid var(--borders);
  color: var(--text-3);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #05f0;
  background-clip: border-box;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .222s;
}

.button-3:hover {
  color: var(--borders);
  background-color: #05f;
}

.div-block-109 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-110 {
  background-color: #0055ff1a;
  border-radius: 999px;
  max-width: none;
  padding: 4px 8px;
}

.text-block-25 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-9 {
  color: var(--blue);
  font-size: 12px;
  font-weight: 400;
}

.div-block-111 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 220px;
  grid-row-gap: 220px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--borders);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-block-26 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.bold-text-10 {
  font-family: Montserrat, sans-serif;
}

.text-block-27 {
  color: var(--text2);
  text-align: center;
  padding-top: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
}

.div-block-9-copy {
  background-color: #ffffff85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.bold-text-copy {
  color: var(--blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-113 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tabs-content {
  border: 0px dashed var(--blue);
  border-radius: 12px;
}

.div-block-114 {
  background-color: var(--blue);
  filter: blur(120px);
  border-radius: 999px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 34% 0% 0% 32%;
}

.div-block-114-copy {
  filter: blur(120px);
  background-color: #f5af22;
  border-radius: 999px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 42% 0% 0% 44%;
}

.bg_wrapper {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.bg_embed {
  width: 100vw;
  height: 100vh;
}

.div-block-115 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 660px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-116 {
  border-radius: 12px;
  width: 50%;
  position: relative;
}

.code-embed-4, .code-embed-4-copy, .code-embed-4-copy-copy, .code-embed-4-copy-copy-copy {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  position: static;
  inset: 0%;
}

.code-embed-5 {
  display: block;
  position: absolute;
  inset: 0%;
}

.code-embed-6 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

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

.code-embed-7 {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.body-4 {
  background-color: #f9fafb;
}

.text-span-2 {
  background-image: linear-gradient(180deg, var(--blue), #0cf);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-11 {
  color: var(--blue);
}

.code-embed-2-copy {
  z-index: 1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-copy {
  z-index: 3;
  border-bottom: 1px solid var(--borders);
  background-color: #f9fbff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2-copy {
  z-index: 2;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.div-block-copy {
  z-index: 3;
  border-bottom: 1px solid var(--borders);
  background-color: #f9fbff;
  width: auto;
  height: auto;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-118 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 220px;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: 20px;
  display: flex;
}

.lottie-animation {
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  min-height: 84px;
  max-height: 84px;
  margin-top: 40px;
  transform: rotate(180deg);
}

._121222, ._312code-embed-4-copy-copy, ._65code-embed-4-copy-copy-copy, ._8765code-embed-4-copy-copy-copy-copy {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  position: static;
  inset: 0%;
}

.div-block-120 {
  height: 140px;
}

.div-block-115-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 840px;
  margin-top: 60px;
  display: block;
}

.div-block-115-copy._60 {
  margin-top: 20px;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 600;
}

.div-block-121 {
  z-index: 2;
  background-color: var(--blue);
  opacity: .19;
  filter: blur(120px);
  border-radius: 0;
  width: 400px;
  height: 450px;
  position: absolute;
  top: 22%;
}

.div-block-122 {
  background-color: var(--blue);
  opacity: .22;
  filter: blur();
  align-self: center;
  width: 1px;
  height: 48px;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-17 {
  color: var(--blue);
  font-weight: 400;
}

.div-block-123 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-29 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.text-block-30 {
  color: var(--text-3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-124 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  min-height: 84px;
  max-height: 84px;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-block-31 {
  color: var(--text2);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
}

.code-embed-8 {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}

.div-block-126 {
  flex-flow: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.div-block-128 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.link-block-4 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
  transition: all .2s;
}

.link-block-4:hover {
  color: var(--blue);
}

.link-block-5 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
  transition: all .2s;
}

.link-block-5:hover {
  color: var(--blue);
}

.link-block-6 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
  transition: all .2s;
}

.link-block-6:hover {
  color: var(--blue);
}

.div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-33 {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.paragraph {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.text-span-3 {
  font-size: 24px;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
}

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

.heading {
  font-family: Montserrat, sans-serif;
}

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

.div-block-130 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-9 {
  color: #f9fafb;
  -webkit-text-fill-color: inherit;
  background-color: #f9fafb;
  background-clip: padding-box;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
}

.div-block-131 {
  background-color: #0000;
}

.text-block-346 {
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
}

.text-field-62 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-63 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.image-245 {
  width: 35px;
  max-width: 50px;
}

.text-block-345 {
  color: #000;
}

.text-field-38 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.text-block-347 {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.success-message-12 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.checkbox-field-4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkbox-label-4 {
  color: #585a61;
  font-size: 12px;
}

.form-block-22 {
  align-self: stretch;
  padding-left: 10px;
  padding-right: 10px;
}

.submit-button-15 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  width: 100%;
  font-weight: 700;
}

.submit-button-15:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2f07f1;
  background-image: none;
  background-clip: border-box;
}

.form-consultation-2 {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  left: auto;
  box-shadow: -4px 4px 12px #001c634d;
}

.field-label-44 {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.error-message-7 {
  background-color: #ff937e;
  border-radius: 9px;
}

.close-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-348 {
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
}

.text-field-64 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.image-246 {
  width: 35px;
  max-width: 50px;
}

.text-block-349 {
  color: #000;
}

.text-field-65 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.text-block-350 {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.button-4 {
  color: #fff;
  cursor: pointer;
  background-color: #2f08f1;
  border: 1px solid #e5e5e552;
  border-radius: 8px;
  font-size: 14px;
  transition: all .3s;
}

.button-4:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 5px #2f08f14d;
}

.button-4:active {
  box-shadow: none;
  background-color: #1e059b;
  transform: none;
}

.text-field-66 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

.image-247 {
  width: 35px;
  max-width: 50px;
}

.text-block-351 {
  color: #000;
}

.text-field-67 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.text-block-352 {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.blur-bg-form-7 {
  z-index: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #d0d1e294;
  position: relative;
  inset: 0%;
}

.blur-bg-form-8 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #d0d1e294;
  position: fixed;
  inset: 0%;
}

.text-field-68 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-69 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.image-248 {
  width: 35px;
  max-width: 50px;
}

.text-block-353 {
  color: #000;
}

.text-field-70 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.form-consult {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.text-block-354 {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.form-consultation-3 {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

.text-field-71 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.image-249 {
  width: 35px;
  max-width: 50px;
}

.text-block-355 {
  color: #000;
}

.text-field-72 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.text-block-356 {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.form-consultation-4 {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

.blur-bg-form-9 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #d0d1e294;
  position: fixed;
  inset: 0%;
}

.text-field-73 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.image-250 {
  width: 35px;
  max-width: 50px;
}

.text-block-357 {
  color: #000;
}

.text-field-74 {
  color: #000;
  background-color: #ffffff1a;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
}

.text-block-358 {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.form-consultation-5 {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: fixed;
  box-shadow: -4px 4px 12px #001c634d;
}

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

.body-5 {
  background-color: var(--borders);
}

.lottie-animation-2 {
  width: 256px;
  height: 256px;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103deg, #05f, #0cf);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.text-block-359 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.text-block-360 {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.rich-text-block-7 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.list, .list-2 {
  padding-left: 12px;
}

.text-block-361 {
  max-width: 760px;
  color: var(--blue);
  text-align: center;
  margin-bottom: 24px;
  font-family: Nunito Sans, sans-serif;
}

.text-block-361.cls {
  max-width: 448px;
}

.div-block-133 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-362 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-362.ca {
  text-align: center;
  align-self: center;
}

.div-block-134 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 4px solid var(--blue);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.div-block-135 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-135.ce {
  justify-content: center;
  align-items: center;
}

.div-block-136 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-137 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-138 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-138.left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-139 {
  background-color: #0055ff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.text-block-363 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-364 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-365 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.div-block-140 {
  border-style: solid;
  border-width: 1px 1px 1px 6px;
  border-color: var(--borders) var(--borders) var(--borders) var(--blue);
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
}

.text-block-366 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-367 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-367.pad {
  text-align: center;
  margin-bottom: 40px;
}

.text-span-6 {
  color: var(--blue);
}

.text-block-368 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-369 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-370 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.spacing40 {
  width: 100%;
  height: 60px;
}

.div-block-141 {
  background-color: #0055ff1a;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.text-block-371 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-372 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-373 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-142 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-5 {
  background-color: var(--blue);
  text-align: center;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .111s;
}

.button-5:hover {
  transform: translate(0, -2px);
}

.text-block-374 {
  color: var(--text2);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-143 {
  background-color: #0055ff08;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-144 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-145 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--borders);
  border-radius: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.div-block-145._4clmngrid4 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

.div-block-145.adclass {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}

.div-block-145.adclass.adclascolm {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-146 {
  border-bottom: 1px solid var(--borders);
  background-color: var(--blue);
  padding: 16px;
}

.div-block-147 {
  border-bottom: 1px solid var(--borders);
  background-color: #fff;
  padding: 16px;
}

.div-block-147.blueborderclass {
  border-top: 2px solid var(--blue);
}

.div-block-148 {
  border-bottom: 1px solid var(--borders);
}

.greyblock {
  border-bottom: 1px solid var(--borders);
  background-color: #0055ff05;
  padding: 16px;
}

.greyblock.blue {
  background-color: #0055ff0d;
}

.text-block-375 {
  color: var(--borders);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-375.black {
  color: var(--text-3);
  font-weight: 500;
}

.text-block-375.black.blue {
  color: var(--blue);
  font-weight: 800;
}

.text-block-375.black.mdi {
  font-weight: 600;
}

.text-block-375.black.bold {
  font-weight: 700;
}

.text-block-375.black.bold.bl {
  color: var(--blue);
}

.text-block-376 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-span-7 {
  color: var(--blue);
}

.div-block-149, .div-block-150, .div-block-151 {
  margin-bottom: 20px;
}

.div-block-152 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-153 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-154 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-155 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-156 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-157 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.dropdown-toggle-4-co2py {
  border: 0 solid #2792c9;
  border-bottom-color: #e5e5e5;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  transition: all .555s;
}

.h6 {
  color: #667b99;
  letter-spacing: .2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

._1-question {
  width: 100%;
}

.dropdown-list-5 {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #ddd0;
}

.text-block-87 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.text-block-87.bld {
  color: var(--blue);
}

.div-block-199-cop-y {
  border: 1px solid var(--borders);
  background-color: #fff;
  background-image: none;
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 20px 30px;
  transition: all .25s;
  display: block;
}

.div-block-199-cop-y:hover {
  background-image: radial-gradient(circle at 100%, #1152d430, #fff0);
  border-width: 1px;
  border-color: #1152d4;
  border-radius: 8px;
}

.bold-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.image-93 {
  width: 100%;
}

._1-answer {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px 0 auto auto;
}

.div-block-158 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.spacng60 {
  height: 90px;
  line-height: 20px;
}

.text-span-8 {
  color: var(--blue);
}

.div-block-160 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-162 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image-251 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.div-block-163 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-block-377 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.div-block-164 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #0055ff1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-164.blueborder {
  border-color: var(--blue);
  color: #333;
}

.text-block-378 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.text-block-379 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.div-block-165 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #cfcfcf0d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-block-380 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.text-block-381 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.spacing-20 {
  height: 16px;
}

.spacing-20._10 {
  height: 10px;
}

.div-block-166 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-382 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.div-block-167 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--borders);
  border-radius: 12px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.div-block-168 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.div-block-169._4clmngrid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-170 {
  border: 1px solid var(--borders);
  border-radius: 8px;
  padding: 24px;
}

.text-block-383 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-383.centertext {
  text-align: center;
}

.text-span-9 {
  color: var(--blue);
  font-weight: 700;
}

.text-block-384 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-384.clsa {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-171 {
  height: 12px;
}

.div-block-172 {
  height: 8px;
}

.div-block-173 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  color: var(--blue);
}

.text-block-385 {
  max-width: 956px;
  color: var(--text2);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-19 {
  font-weight: 400;
}

.text-block-87-copy {
  width: auto;
  height: auto;
  color: var(--blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.div-block-174 {
  background-color: var(--blue);
  border-radius: 99px;
  margin-top: 10px;
  padding: 6px 12px;
}

.div-block-174.adglas {
  border: 1px solid var(--blue);
  background-color: #e5e7eb00;
}

.div-block-175 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.text-block-386 {
  color: var(--borders);
  font-family: Montserrat, sans-serif;
}

.div-block-176 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  margin-top: 10px;
  display: grid;
}

.div-block-177 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-177.blue1 {
  background-color: #0055ff0d;
}

.div-block-177.blue2 {
  background-color: #0055ff1a;
}

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

.div-block-179 {
  border: 1px solid var(--borders);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.text-block-387 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-388 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-389 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-390 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.kekklas {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-180 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.textcls {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
}

.body-6 {
  background-color: #f9fafb;
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #fff0;
  border-radius: 12px;
  flex-flow: column;
  align-items: stretch;
  min-height: 100%;
  padding: 24px;
  display: flex;
}

.link-block-105 {
  border-top: 1px solid var(--borders);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

.div-block-183 {
  border: 1px solid var(--borders);
  border-radius: 99px;
  padding: 4px 8px;
}

.text-block-391 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.text-block-392 {
  color: var(--text-3);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-393 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.image-252 {
  width: 86px;
}

.div-block-184 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--borders) black black;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.link-block-106 {
  color: #05f0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #05f0;
  border-radius: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.link-block-106:hover {
  border: 1px solid var(--blue);
  color: #05f;
  background-color: #0055ff0d;
  border-radius: 12px;
  transform: scale(1.01);
}

.body-7 {
  background-color: #f9fafb;
}

.text-span-11 {
  background-image: linear-gradient(108deg, var(--blue), #0cf);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-185 {
  z-index: 12;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  position: relative;
}

.div-block-186 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-187 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  order: -9999;
  width: 70%;
  max-width: none;
  display: flex;
}

.div-block-188 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  order: 9999;
  width: 30%;
  display: flex;
  position: sticky;
  top: 100px;
}

.div-block-189 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-190 {
  border-bottom: 1px solid var(--borders);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 12px;
  display: flex;
}

.image-253 {
  width: 48px;
  height: 48px;
}

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

.text-block-394 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-192 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-193 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  height: auto;
  padding: 24px;
  display: flex;
}

.div-block-194 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--borders);
  padding-bottom: 18px;
  display: flex;
}

.text-block-395 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-396 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

.image-254 {
  width: 16px;
  height: 16px;
}

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

.text-block-397 {
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.div-block-197 {
  z-index: 18;
  max-width: 1280px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-197.spacingblock {
  height: 90px;
}

.code-embed-10 {
  width: 20px;
  height: 24px;
  transform: rotate(-180deg);
}

.link-block-107 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue);
  color: #d4d7df;
  cursor: pointer;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 228px;
  margin-top: 20px;
  padding: 12px 18px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .222s;
  display: flex;
}

.link-block-107:hover {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: 1;
  color: #fff;
  transform: translate(0, -5px);
}

.div-block-198, .div-block-199, .div-block-200, .div-block-201 {
  height: 90px;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0060ff, #00caff);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-20 {
  font-weight: 400;
}

.code-embed-11 {
  width: 256px;
  min-width: 256px;
  max-width: 256px;
  height: 256px;
  min-height: 256px;
  max-height: 256px;
}

.div-block-202 {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff0, #080a84 0%, #1154ad 17%, #100886 35%, #11309a 52%, #1c65a0 65%);
  border: 3px solid #bebfc2;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.div-block-203 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 70%;
  padding: 32px;
  display: flex;
}

.div-block-204 {
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-size: cover;
  width: 40%;
}

.div-block-204._12 {
  background-image: url('../images/2.png');
  background-size: cover;
}

.div-block-204._13 {
  background-image: url('../images/3.png');
}

.div-block-204._14 {
  background-image: url('../images/4.png');
}

.div-block-205 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px solid var(--borders);
  background-color: #fff;
  background-image: linear-gradient(198deg, #05f, #4080ffbf 10%, #75a3ff8a 26%, #a6c4ff59 54%, #fff0);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-398 {
  color: #05f;
  max-width: 364px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-399 {
  color: #3673ff;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.lottie-animation-3 {
  width: 356px;
  height: 356px;
  margin-top: -46px;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lottie-animation-3._123 {
  width: 256px;
  height: 256px;
  margin-top: -7px;
  inset: 0% 0% auto auto;
}

.lottie-animation-3._1444 {
  width: 256px;
  height: 256px;
  margin-top: -19px;
}

.lottie-animation-3._155 {
  width: 256px;
  height: 256px;
  margin-top: 0;
}

.grid-6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-206 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--borders);
  background-color: #05f;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-207 {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-208 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-400 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 112px;
  line-height: 112px;
}

.text-block-401 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-402 {
  color: #c5c5c5;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.lottie-animation-4 {
  mix-blend-mode: hard-light;
  height: 400%;
  position: absolute;
  inset: -100% 0% 0%;
}

.text-span-16 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #0061ff, #03c9ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-209 {
  height: 40px;
}

.div-block-210 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  background-image: url('../images/Gemini_Generated_Image_cscqgdcscqgdcscq.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1377px;
  width: 100vw;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-211 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-212 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-255 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.text-block-403 {
  color: #e5e7eb;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 116px;
}

.text-block-404 {
  min-width: 0;
  max-width: 917px;
  color: var(--text-3);
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.div-block-213 {
  width: 350px;
  height: 350px;
}

.div-block-214 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-6 {
  background-color: #2b2b2b;
  border-radius: 99px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
}

.div-block-215 {
  margin-top: 60px;
}

.div-block-216 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

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

.text-block-405 {
  color: #05f;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-218 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
}

.div-block-219 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.div-block-220 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.image-256 {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.div-block-221 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-222 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0055ff1a;
  border-radius: 6px;
  padding: 12px;
  display: flex;
}

.text-block-406 {
  color: #05f;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.div-block-223 {
  background-color: #e8eeff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  min-height: 84px;
  max-height: 84px;
  display: flex;
}

.div-block-224 {
  background-color: #cfdcff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
}

.text-block-407 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-407.atext {
  font-size: 12px;
}

.text-block-408 {
  color: var(--blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-409 {
  color: var(--blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.image-257 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.image-258 {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

.div-block-225 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-226 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr .5fr;
}

.div-block-227 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right: 1px solid var(--borders);
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

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

.div-block-229 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-230 {
  background-color: #e7edfe;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

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

.image-259 {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

.div-block-232 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-233 {
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  min-height: 84px;
  max-height: 84px;
}

.div-block-234 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-span-17 {
  color: var(--text-3);
}

.text-span-18 {
  color: var(--blue);
}

.text-block-410 {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.text-block-411 {
  color: var(--text2);
  font-family: Nunito Sans, sans-serif;
}

.link-block-108 {
  color: #fff;
  background-color: #05f;
  border: 0 solid #000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 18px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .333s;
  display: flex;
}

.link-block-108:hover {
  background-color: #004de6;
  transform: translate(0, -.5px);
}

.image-260 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  transform: rotate(90deg);
}

.text-block-412 {
  line-height: 16px;
}

.text-block-413 {
  color: #6a7181;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block {
    font-size: 64px;
    line-height: 66px;
  }

  .div-block-17, .div-block-19, .div-block-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand.fl {
    padding-top: 0;
  }

  .any-text.light-gray.footer {
    text-align: left;
    max-width: 580px;
  }

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

  .div-block-85 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block-87 {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }

  .div-block-80 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .div-block-76 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-96 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .div-block-103 {
    max-width: none;
  }

  .div-block-104 {
    grid-template-columns: 1fr;
  }

  .div-block-copy, .div-block-127 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-144, .div-block-153, .div-block-155 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-87 {
    line-height: 30px;
  }

  .div-block-199-cop-y.dfh {
    background-color: #fff;
  }

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

  .text-block-87-copy {
    line-height: 30px;
  }

  .div-block-175 {
    max-width: 100%;
  }

  .div-block-176 {
    grid-template-columns: 1fr;
  }

  .text-block-390 {
    white-space: pre-wrap;
    max-width: 100%;
    line-height: 24px;
  }

  .kekklas {
    max-width: 100%;
  }

  .div-block-186 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .lottie-animation-4 {
    height: 300%;
    inset: -93% 0% 0%;
  }

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

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-219 {
    padding-top: 24px;
  }

  .text-block-407.cent {
    text-align: center;
    align-self: center;
  }

  .grid-8 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .div-block-227 {
    border-right-width: 0;
    justify-content: center;
    align-items: center;
  }

  .div-block-229 {
    flex-flow: column;
  }

  .div-block-231, .div-block-232 {
    justify-content: center;
    align-items: center;
  }

  .link-block-108 {
    max-width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .header-logo {
    max-width: 220px;
  }

  .text-block {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-7 {
    min-width: auto;
    max-width: none;
  }

  .tab-link-tab-1.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h3.lefff {
    text-align: left;
  }

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

  .h2.centr.adclas {
    font-size: 48px;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    flex-flow: column;
    width: 400px;
    max-width: none;
  }

  .div-block-22 {
    flex-flow: column;
    width: 400px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand {
    padding-left: 0;
  }

  .brand.fl {
    width: 300px;
  }

  .any-text.light-gray.footer {
    text-align: left;
  }

  .div-block-85 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
  }

  .image-4 {
    width: 200px;
    max-width: 200%;
  }

  .div-block-87 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-80 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .grid-3 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .div-block-76 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-92 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .div-block-102 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-103 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-361.cls {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-133 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block-135 {
    align-self: flex-start;
    width: auto;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-145 {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }

  .div-block-145.adclass {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-154 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .div-block-156 {
    justify-content: center;
    align-items: stretch;
  }

  .h6 {
    width: 100%;
  }

  ._1-question {
    width: auto;
  }

  .dropdown-list-5 {
    width: 100%;
  }

  .text-block-87 {
    margin-right: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-199-cop-y {
    max-width: 99.9999%;
  }

  .div-block-199-cop-y.dfh {
    max-width: none;
    padding: 16px;
  }

  .spacing-20 {
    height: 6px;
  }

  .div-block-169 {
    grid-template-columns: 1fr;
  }

  .text-block-383.centertext {
    text-align: center;
  }

  .text-block-87-copy {
    margin-right: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-175 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-176 {
    flex-flow: column;
    display: flex;
  }

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

  .div-block-180 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-185 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-186 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-187, .div-block-188 {
    width: auto;
  }

  .div-block-206 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .lottie-animation-4 {
    width: 300%;
    height: auto;
    inset: 0% 0% 0% -100%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-2 {
    max-width: none;
    padding-top: 160px;
  }

  .header-nav-menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small {
    background-color: var(--blue);
    border-radius: 12px;
  }

  .header-logo {
    max-width: 170px;
  }

  .header-nav-menu-list {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.middle {
    margin-bottom: 24px;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-6 {
    max-width: none;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 24px;
  }

  .tab-link-tab-1 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .tab-link-tab-1.w--current {
    font-size: 14px;
  }

  .tab-link-tab-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-link-tab-3 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid.clasgrid {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .div-block-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h2 {
    text-align: center;
  }

  .h2.centerrr, .h2.centr {
    line-height: 42px;
  }

  .div-block-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-17, .div-block-19 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .counter-num {
    font-size: 64px;
  }

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

  .counter-num-copy, .counter-numf-copy {
    font-size: 64px;
  }

  .code-embed-2 {
    margin-bottom: 0;
    display: none;
  }

  .div-block-27 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-27.kekclasss {
    overflow: hidden;
  }

  .div-block-31 {
    padding-top: 4px;
  }

  .any-text.grey {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .any-text.grey.middle {
    text-align: left;
    align-self: auto;
  }

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

  .div-block-85 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-80 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .grid-3 {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
    margin-bottom: 20px;
  }

  .div-block-94 {
    padding-top: 140px;
  }

  .div-block-97 {
    flex-flow: column;
  }

  .div-block-102 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-20 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-112 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-115 {
    flex-flow: column;
  }

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

  .code-embed-2-copy {
    margin-bottom: 0;
    display: none;
  }

  .div-block-2-copy {
    max-width: none;
    padding-top: 100px;
  }

  .div-block-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-118 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-119, .div-block-115-copy {
    flex-flow: column;
  }

  .div-block-122 {
    height: 12px;
  }

  .div-block-127 {
    padding-bottom: 60px;
  }

  .text-block-32 {
    font-size: 32px;
    line-height: 36px;
  }

  .link-block-4 {
    font-size: 18px;
  }

  .link-block-5 {
    font-size: 17px;
  }

  .link-block-6 {
    font-size: 18px;
  }

  .paragraph {
    line-height: 28px;
  }

  .text-block-346 {
    line-height: 12px;
  }

  .text-field-62 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0 12px;
    font-size: 16px;
  }

  .text-field-63 {
    height: 35px;
    font-size: 16px;
  }

  .link-block-99 {
    font-size: 10px;
  }

  .image-245 {
    max-width: 50%;
  }

  .text-field-38 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-block-347 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .checkbox-field-4 {
    padding-left: 20px;
  }

  .checkbox-label-4 {
    margin-bottom: 0;
    margin-left: -3px;
    font-size: 10px;
    line-height: 12px;
  }

  .form-block-22 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-15 {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .form-consultation-2 {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field-label-44 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .text-block-348 {
    line-height: 12px;
  }

  .text-field-64 {
    height: 35px;
    font-size: 16px;
  }

  .link-block-100 {
    font-size: 10px;
  }

  .image-246 {
    max-width: 50%;
  }

  .text-field-65 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-block-350 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-4 {
    padding: 6px 10px;
    font-size: 12px;
    display: flex;
  }

  .text-field-66 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0 12px;
    font-size: 16px;
  }

  .link-block-101 {
    font-size: 10px;
  }

  .image-247 {
    max-width: 50%;
  }

  .text-field-67 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-block-352 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-field-68 {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding: 0 12px;
    font-size: 16px;
  }

  .text-field-69 {
    height: 35px;
    font-size: 16px;
  }

  .link-block-102 {
    font-size: 10px;
  }

  .image-248 {
    max-width: 50%;
  }

  .text-field-70 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .form-consult {
    display: none;
  }

  .text-block-354 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .form-consultation-3 {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field-71 {
    height: 35px;
    font-size: 16px;
  }

  .link-block-103 {
    font-size: 10px;
  }

  .image-249 {
    max-width: 50%;
  }

  .text-field-72 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-block-356 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .form-consultation-4 {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field-73 {
    height: 35px;
    font-size: 16px;
  }

  .link-block-104 {
    font-size: 10px;
  }

  .image-250 {
    max-width: 50%;
  }

  .text-field-74 {
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-block-358 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .form-consultation-5 {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-146, .div-block-147, .greyblock {
    padding: 12px;
  }

  .text-block-375, .text-block-375.black {
    font-size: 12px;
  }

  .dropdown-toggle-4-co2py {
    padding-bottom: 0;
  }

  .text-block-87 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-87.bld {
    font-size: 22px;
  }

  .div-block-199-cop-y {
    padding: 10px;
  }

  .div-block-199-cop-y.dfh {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bold-text-18 {
    font-size: 22px;
  }

  .image-93 {
    width: 79%;
  }

  ._1-answer {
    margin-top: 10px;
  }

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

  .text-block-87-copy {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-184 {
    color: #05f;
    font-weight: 500;
  }

  .div-block-186 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-194 {
    flex-flow: wrap;
  }

  .div-block-202 {
    background-image: linear-gradient(#fff0, #080a84 0%, #1154ad 17%, #1c65a0 63%);
    flex-flow: column;
  }

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

  .div-block-204 {
    width: auto;
    height: 290px;
  }

  .text-block-398 {
    z-index: 12;
    position: relative;
  }

  .lottie-animation-3 {
    width: 256px;
    height: 256px;
    margin-top: -31px;
  }

  .lottie-animation-3._123 {
    width: 209px;
    inset: -6% 0% auto auto;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-227 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-228 {
    grid-template-columns: 1fr;
  }

  .div-block-234 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_5ccb74fb-bfa2-90ac-1943-5bcb8c1a2ca0-fdd8fa22, #w-node-a319722a-5105-6207-42bf-af77e4f881a2-fdd8fa22, #w-node-_30a5ed12-1497-6d3d-325c-3f65d32d9c40-fdd8fa22, #w-node-_7e9ce6dd-42d6-af6c-84ad-386519b47b1e-fdd8fa22, #w-node-_3144a4ee-3d27-4671-3cf7-aac2edb3cd76-fdd8fa22, #w-node-_7eef5381-3e2d-622a-02c9-81df0360b352-fdd8fa22 {
  justify-self: start;
}

#w-node-_1ab3a676-5c7a-61e8-0b33-9dadcd66afeb-cd66afe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1ab3a676-5c7a-61e8-0b33-9dadcd66afeb-cd66afe8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


