:root {
  --font-body: Inter, sans-serif;
  --font-heading: Onest, sans-serif;
  --full: 100%;
  --transparent: transparent;
}

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

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

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

body {
  font-family: var(--font-body);
  color: #fff;
  background-color: #040404;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

a {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.container {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.25rem;
  padding-right: 8.25rem;
  display: flex;
  position: relative;
}

.container.is_nav {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container.is_hero {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  width: 100%;
  min-height: 100vh;
  padding-left: 12rem;
  padding-right: 12rem;
}

.container.is_prio {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 7.5rem 5rem;
}

.container.is_chatwind {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.is_chatwind._2 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container.is_seo {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

.container.is_review {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container.is_footer {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.para_small {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 137%;
}

.para_medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155%;
}

.para_large {
  font-family: var(--font-heading);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}

.div_hide {
  overflow: hidden;
}

.h-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.v-flex {
  width: var(--full);
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v-flex.overwrite {
  flex: none;
  width: auto;
}

.page_wrapper {
  overflow: hidden;
}

.main_wrapper {
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  background-color: var(--transparent);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 2% 0% auto;
  overflow: hidden;
}

.nav_logo_wrap, .nav_btns {
  flex: none;
}

.nav_link {
  color: #cfd9d4;
  flex: none;
  line-height: 1;
  transition: all .4s;
  position: relative;
}

.nav_link:hover {
  color: #6ee755;
}

.nav_links_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_bg {
  z-index: 999;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 57.375rem;
  margin: 3px auto;
  padding: 0 1rem 0 1.5rem;
  display: none;
  position: relative;
}

.ae-02-elements_button {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.ae-02-elements_border {
  background-color: #292931;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_glow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_glow {
  filter: blur(5px);
  background-color: #7a7a7a;
  width: 90%;
  height: 60%;
  margin-left: 60%;
}

.ae-02-elements_background {
  background-color: #1a1a1a;
  border-radius: 100vw;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_background-hover {
  filter: blur(5px);
  background-image: linear-gradient(#0000, #ffffff40);
  position: absolute;
  inset: 0%;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.z-index-1 {
  color: #f7fbf9;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.text-size-regular.title {
  background-color: var(--transparent);
  color: #f7fbf9;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.top_circle {
  border-radius: var(--full);
  filter: blur(250px);
  background-color: #1f76b485;
  width: 33.5625rem;
  height: 33.5625rem;
  position: absolute;
  inset: -33% auto auto 50%;
  transform: translate(-50%);
}

.top_circle.newcircle {
  background-color: #143d578c;
  width: 80rem;
  height: 50rem;
  position: fixed;
  top: 35%;
}

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

.sections_wrapper {
  background-color: #040404;
  position: relative;
  overflow: hidden;
}

.hero_sec {
  background-image: url('../images/bg_dots_1bg_dots.webp');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.hero_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15rem;
  display: flex;
}

.hero_heading {
  color: #fff;
  max-width: 47rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero_para.para_medium {
  color: #cfd9d4;
  max-width: 45rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero_btns {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.hero_secondary_btn {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.hero_span {
  color: #6ee755;
}

.btn_primary_btn {
  color: #b0b0b0;
  background-color: #15141c00;
  border-radius: 100vw;
  padding: .5px;
  position: relative;
  overflow: hidden;
}

.btn_primary_btn.newbtn2 {
  min-width: 300px;
}

.animate_line_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.primary_animate-line {
  background-image: linear-gradient(270deg, #6ee75500, #0794eb 50%, #6ee75500);
  width: 2rem;
  height: 20rem;
}

.primary_btn_bg_wrap {
  background-color: #1110;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.bg_green {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #0894eb;
  background-image: linear-gradient(#37bfff, #0072ff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bg_green.newgrb {
  padding-left: 20px;
}

.btn_priamry_text {
  color: #fff;
  margin-bottom: 0;
  padding: .6rem 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.btn_priamry_text.newbt1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav_secondary_btn {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.hero_img_wrap {
  z-index: 2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_image {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: auto;
  position: relative;
}

.hero_bg {
  z-index: 2;
  background-image: url('../images/hero-bg-new_1hero bg new.webp');
  background-position: 0 276%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.hero_img_line {
  z-index: -1;
  background-image: linear-gradient(#6ee75500 32%, #6ee755ba);
  width: 60rem;
  height: 15rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero_img_line._2 {
  background-image: linear-gradient(#6ee755ba, #6ee75500 68%);
  width: 60rem;
  inset: 0% 0% 0% auto;
}

.prio_sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prio_heading {
  font-family: Plus Jakarta Sans, sans-serif;
}

.prio_para.para_medium {
  color: #cfd9d4;
  font-family: Montserrat, sans-serif;
}

.prio_head_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prio_head_wrap.newarp {
  width: 600px;
}

.prio_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.prio_card {
  background-color: #102037;
  border: 1px solid #14251e4d;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 290.766px;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prio_title {
  font-family: var(--font-heading);
  padding-top: 2rem;
  padding-bottom: .3rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.prio_card_para {
  color: #cfd9d4;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.prio_circle_img {
  z-index: 2;
  width: 11.25rem;
  height: 11.25rem;
  position: absolute;
  inset: -41% -33% auto auto;
}

.chatwind_sec {
  overflow: hidden;
}

.chatwind_heading {
  font-family: Plus Jakarta Sans, sans-serif;
}

.chat-span {
  color: #6ee755;
}

.chatwind_para.para_medium {
  color: #cfd9d4;
  width: 800px;
  max-width: none;
  font-family: Montserrat, sans-serif;
}

.chatwind_para.para_medium._2 {
  max-width: 30rem;
}

.chatwind_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.chatwind_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 27.5rem;
  display: none;
}

.title {
  color: #b0b0b0;
  cursor: text;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .375rem .75rem;
  position: relative;
  overflow: hidden;
}

.chat_title {
  margin-top: .625rem;
}

.chat_para.para_medium {
  color: #cfd9d4;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.chat_features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.5rem;
  display: flex;
}

.single_feature {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature_tick_icon {
  color: #6ee755;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.chatwnd_img_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38.5rem;
  height: 100%;
  display: flex;
  position: relative;
}

.chat_img {
  width: 100%;
}

.overflow {
  width: 100%;
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.intro_heading {
  max-width: 37rem;
}

.intro_span {
  color: #6ee755;
}

.seo_sec {
  overflow: hidden;
}

.seo_grid {
  width: var(--full);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.seo_card {
  background-color: #102037;
  border: 1px solid #374b414d;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 4rem 1.5rem;
  display: flex;
}

.seo_card.is_news {
  background-image: url('../images/bg_dots_1bg_dots.webp'), url('../images/news-bg-image_1news bg image.webp');
  background-position: 0 0, 120% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 683px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.seo_para.para_medium {
  color: #d9dddb;
  line-height: 1.2;
}

.flex {
  width: var(--full);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  color: #919794;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.5625rem;
  height: 1.5rem;
  display: flex;
}

.seocard_img-wrap {
  width: 125px;
  max-width: 17.5rem;
  margin: 2rem auto 1.5rem;
}

.seo_img {
  width: 100%;
}

.seo_line {
  width: var(--full);
  background-color: #29352f;
  height: 1px;
  margin-bottom: 1.5rem;
}

.seo_titles {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.seo_titles._2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 1.25rem;
}

.seo_title_wrap {
  width: var(--full);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.seo_title {
  color: #d9dddb;
  font-size: 1.125rem;
  font-weight: 600;
}

.seo_card_para.para_small {
  color: #cfd9d4;
  text-align: center;
  width: 800px;
  margin-top: .25rem;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 145%;
}

.number_icon1 {
  color: red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.25rem;
  display: flex;
}

.seo_titlle2 {
  color: #f7fbf9;
  text-align: center;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

.number_icon2 {
  color: #ffc542;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.25rem;
  display: flex;
}

.number_icon3 {
  color: #6ee755;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.25rem;
  display: flex;
}

.news-btns {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.prio_head_wrap_news {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review_sec {
  position: relative;
  overflow: hidden;
}

.reveiw_grid {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviwe_card {
  z-index: 2;
  width: var(--full);
  height: var(--full);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0c110f;
  border: 1px solid #374b414d;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review_para.para_small {
  color: #919794;
  font-size: .875rem;
  font-weight: 400;
}

.review_img {
  border-radius: var(--full);
  object-fit: cover;
  flex: none;
  width: 2.5rem;
}

.review_name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.revie_role {
  color: #919794;
  font-size: .875rem;
  font-weight: 400;
}

.review_circle {
  position: absolute;
  inset: -38% -37% auto auto;
}

.review_animate-card {
  height: var(--full);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review_animate-line {
  width: 20rem;
  height: 2rem;
  position: absolute;
  inset: 33% 0% 0% 51%;
}

.review_animate-line._1 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee755b3);
  height: 1.7rem;
  left: -143%;
}

.review_animate-line._2 {
  background-image: linear-gradient(#6ee75500, #6ee755b3);
  height: 1.7rem;
}

.review_animate-line._3 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
  inset: -174% 0% auto 41%;
}

.review_animate-line._4 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
  top: 41%;
  left: 40%;
}

.review_animate-line._5 {
  background-image: linear-gradient(#6ee75500, #6ee755b3);
  height: 1.7rem;
}

.review_animate-line._6 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
  inset: auto 0% 62% 40%;
}

.review_animate-line._7 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
}

.review_animate-line._8 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee755b3);
  inset: 30% auto 0% -141%;
}

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

.rotate_div_review {
  z-index: 1;
  border-radius: var(--full);
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.review_slider {
  display: none;
}

.footer {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #0c110f;
  overflow: hidden;
}

.flink_grid {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flink_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flink_title {
  color: #fff;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
}

.flink {
  color: #919794;
  width: 100%;
  font-weight: 400;
}

.flink:hover {
  text-underline-offset: 4px;
  -webkit-text-decoration: underline #6ee755;
  text-decoration: underline #6ee755;
}

.overflow_reviews {
  z-index: 9;
  width: var(--full);
  height: 20rem;
  position: absolute;
  inset: auto 0% 6%;
}

.overflow_reviews._2 {
  inset: auto 0% 0%;
}

.footer_social_wrap {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #29352fcc;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.follow_us {
  line-height: 1.2;
}

.follow_us.para_small {
  color: #919794;
}

.footer_icons_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon_wrap {
  border-radius: var(--full);
  background-color: #0c110f;
  border: 1px solid #29352fcc;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.copy {
  color: #f7fbf9;
}

.copy.para_small {
  flex: none;
  font-size: 1rem;
  font-weight: 400;
}

.fbottom.para_small {
  color: #f7fbf9;
}

.dot_icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .25rem;
  height: .25rem;
  display: flex;
}

.bg_circle_one-wrap {
  z-index: -1;
  border-radius: var(--full);
  width: 55rem;
  height: 55rem;
  position: absolute;
  inset: 25% auto auto 50%;
  transform: translate(-50%);
}

.bg_circle-one {
  z-index: 2;
  border-radius: var(--full);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 55rem;
  height: 55rem;
  display: flex;
  position: relative;
}

.cirlce_one_glow {
  z-index: -2;
  border-radius: var(--full);
  filter: blur(20px);
  background-color: #00632f5c;
  width: 39rem;
  height: 39rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.circle_one_bg {
  border-radius: var(--full);
  background-color: #010f08;
  width: 55rem;
  height: 55rem;
  position: absolute;
  inset: 0%;
}

.bg_circle_two-wrap {
  z-index: -1;
  width: 50rem;
  height: 50rem;
  position: absolute;
  inset: 39% auto auto 50%;
  transform: translate(-50%);
}

.bg_circle_two {
  border-radius: var(--full);
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 50rem;
  display: flex;
  position: relative;
}

.circle_two_glow {
  border-radius: var(--full);
  filter: blur(1rem);
  background-color: #00632f3d;
  width: 41rem;
  height: 41rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle_two_bg {
  border-radius: var(--full);
  background-color: #010e07;
  width: 50rem;
  height: 50rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #0a221642;
}

.text-span {
  color: #6ee755;
}

.rel {
  width: var(--full);
  height: var(--full);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_img_line_wrap {
  z-index: 1;
  border-radius: var(--full);
  background-color: #797979;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto 0% -19% 32%;
  overflow: visible;
}

.prio_animate_card {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prio_rotate_div {
  z-index: -1;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.prio_rel {
  width: var(--full);
  height: var(--full);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.prio_line {
  width: 1.7rem;
  height: 20rem;
  position: absolute;
  top: 28px;
}

.prio_line._1 {
  background-image: linear-gradient(270deg, #6ee75500, #00acff66);
}

.prio_line._2 {
  background-image: linear-gradient(#6ee75500, #00acff);
  width: 20rem;
  height: 1.7rem;
  inset: 32% auto 0% 40%;
}

.prio_line._3 {
  background-image: linear-gradient(90deg, #6ee75500, #00acff66);
  inset: auto 0% 40% 32%;
}

.prio_line._4 {
  background-image: linear-gradient(#6ee75500, #00acff66);
  width: 20rem;
  height: 1.7rem;
  inset: 32% auto 0% 40%;
}

.prio_line._5 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee75566);
  width: 20rem;
  height: 1.7rem;
  inset: 32% 40% 0% auto;
}

.prio_line._6 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee75566);
}

.prio_line._7 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee75566);
  width: 20rem;
  height: 1.7rem;
  inset: 32% 40% 0% auto;
}

.prio_line._8 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee75566);
  inset: auto 0% 40% 32%;
}

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

.social-animate_icon {
  border-radius: var(--full);
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rotate-socials {
  z-index: -1;
  width: 1rem;
  height: 1rem;
  display: none;
  position: absolute;
}

.so_rel {
  width: var(--full);
  height: var(--full);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social_line {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755);
  width: 1rem;
  height: 5rem;
  position: absolute;
  top: auto;
  bottom: 40%;
  right: 0%;
}

.social_line._2 {
  background-image: linear-gradient(#6ee75500, #6ee755);
  width: 5rem;
  height: 1rem;
  inset: 0% auto 0% 40%;
}

.social_line._3 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee755);
  inset: 40% 0% auto;
}

.social_line._4 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee755);
  width: 5rem;
  height: 1rem;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.bg_img-one {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0% auto auto -25%;
}

.overlay {
  z-index: 9;
  width: var(--full);
  background-image: linear-gradient(#04040400, #04040454 33%, #040404cc 66%, #040404);
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-image_two {
  display: block;
  position: absolute;
  inset: 25% -49% auto auto;
}

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

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

.text-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#37bfff, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text {
  font-family: Plus Jakarta Sans, sans-serif;
}

.hero_video_wrapper {
  cursor: pointer;
  background-color: #fdfcff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: flex;
  position: relative;
}

.hero_lightbox {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.shadow {
  z-index: 3;
  background-color: #0006;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.play_btn {
  z-index: 4;
  aspect-ratio: 1;
  width: 100%;
  max-width: 6.875rem;
  height: auto;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.hero_img {
  z-index: 2;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.bold-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.code-embed {
  width: 1.5rem;
  height: 1.5rem;
}

.code-embed.newcode {
  width: 1.4rem;
  height: 1.4rem;
}

.bold-text-3 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.bold-text-3.newbold {
  font-size: .9rem;
}

.bold-text-4, .bold-text-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#37bfff, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.section {
  background-color: #10121100;
  padding: 8rem 5rem;
  position: relative;
  overflow: hidden;
}

.text-gradient-overlay {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-small {
  z-index: 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.faq-answer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.25rem 2rem 2.5rem;
  display: flex;
}

.faq-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-icon {
  color: #ffc44d;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.heading {
  letter-spacing: -.02em;
  font-weight: 400;
}

.heading.regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.spacer-40 {
  background-color: #0000;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph.large {
  font-size: 1.25rem;
  line-height: 1.45;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.faq-accordion {
  background-color: #102037;
  border-style: none;
  border-width: .0625rem;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#37bfff, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  line-height: 1.7;
}

.bold-text-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#37bfff, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.5rem;
}

.bold-text-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#37bfff, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.copy_text {
  color: #fff;
}

.footer-bottom {
  padding-top: 52px;
  padding-bottom: 48px;
}

.container-2 {
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.125rem;
  padding-right: 8.125rem;
  display: flex;
}

.container-2.is_footer {
  flex-flow: column;
  padding-top: 0;
}

.footer_logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.125rem;
  height: 2.625rem;
  display: flex;
}

.footer_top {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  background-color: #13131500;
  position: relative;
}

.icon_wrap-2 {
  cursor: pointer;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: flex;
}

.icon_wrap-2:hover {
  background-color: #7331fb;
}

.copy_span {
  color: #2b94eb;
  font-weight: 500;
  text-decoration: none;
}

.fleft_wrap {
  max-width: 360px;
}

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

.footer_links_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.f_link {
  color: #d7d5da;
  cursor: pointer;
  transition: all .3s;
}

.f_link:hover {
  color: #9c71f4;
}

.footer_card {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_icon-2 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.footer_para {
  color: #d7d5da;
  margin-top: 18px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.flink_title-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 600;
}

.image {
  margin-bottom: -75px;
}

.ae-02-elements_background-2 {
  background-color: #1a1a1a;
  border-radius: 100vw;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_background-hover-2 {
  background-color: #2b94eb;
  flex-flow: row;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_link-2 {
  color: #cfd9d4;
  flex: none;
  line-height: 1;
  transition: all .4s;
  position: relative;
}

.nav_link-2:hover {
  color: #2b94eb;
}

.nav_bg-2 {
  z-index: 999;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 65rem;
  margin: 3px auto;
  padding: .75rem 1rem .75rem 1.5rem;
  display: flex;
  position: relative;
}

.hero_img_wrap-2 {
  z-index: 2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_img_line_wrap-2 {
  z-index: 1;
  background-color: #797979;
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto 0% -19% 32%;
  overflow: visible;
}

.rel-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_img_line-2 {
  z-index: -1;
  background-image: linear-gradient(#6ee75500 32%, #0794ebba);
  width: 60rem;
  height: 15rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero_img_line-2._2 {
  background-image: linear-gradient(#0794ebba, #6ee75500 68%);
  width: 60rem;
  inset: 0% 0% 0% auto;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0894eb, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_pause-trigger {
  display: none;
}

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

.plyr_component.is-full-screen {
  height: 100vh;
}

.home-hero_layout {
  width: 60em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-icon {
  width: 40%;
  height: 40%;
}

@media screen and (min-width: 1440px) {
  .copy_span {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .container, .container.is_hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.is_prio {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.is_chatwind {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.is_chatwind._2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.is_review {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar {
    overflow: visible;
  }

  .nav_btns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav_link {
    width: var(--full);
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .nav_links_wrap {
    z-index: 99;
    background-color: #ffffff0f;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    margin-top: 8px;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 1.5rem 1.25rem;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .prio_head_wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .chatwind_grid {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .news-btns {
    margin-top: 1.5rem;
  }

  .prio_head_wrap_news {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .review_sec {
    padding-bottom: 0;
  }

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

  .overflow_reviews {
    display: none;
  }

  .bg_circle_one-wrap, .bg_circle-one, .circle_one_bg {
    width: 50rem;
    height: 50rem;
  }

  .bg_circle_two-wrap, .bg_circle_two, .circle_two_bg {
    width: 45rem;
    height: 45rem;
  }

  .bg_img-one, .bg-image_two {
    display: none;
  }

  .play_btn {
    max-width: 5rem;
  }

  .section {
    padding: 6rem 4rem;
  }

  .container-small {
    overflow: hidden;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }

  .container-2 {
    padding: 2rem 1.25rem;
  }

  .container-2.is_footer {
    padding-bottom: 0;
  }

  .footer_top {
    flex-flow: column;
  }

  .menu-button-2 {
    padding: 10px;
  }

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

  .nav_link-2 {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .container.is_hero {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: auto;
  }

  .container.is_prio {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
  }

  .container.is_chatwind {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.is_seo {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .v-flex._2 {
    text-align: center;
    flex-flow: column;
  }

  .nav_bg {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 21.875rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-size-regular.z-index-1, .text-size-regular.title {
    font-size: .875rem;
  }

  .hero_content {
    margin-top: 9rem;
  }

  .hero_heading {
    font-size: 1.7rem;
  }

  .hero_para.para_medium {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .hero_secondary_btn {
    padding: .75rem 1.5rem;
  }

  .btn_priamry_text {
    padding: .75rem 1.5rem;
    font-size: .875rem;
  }

  .nav_secondary_btn {
    display: none;
  }

  .hero_img_wrap {
    justify-content: center;
    align-items: flex-start;
    height: 40vh;
  }

  .hero_image {
    margin-top: 0;
  }

  .hero_img_line {
    width: 80rem;
  }

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

  .prio_heading {
    font-size: 1.5rem;
  }

  .prio_para.para_medium {
    font-size: .875rem;
  }

  .prio_head_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .prio_grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .chatwind_heading {
    font-size: 1.5rem;
  }

  .chatwind_para.para_medium {
    font-size: .875rem;
  }

  .chatwind_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .chat_title {
    font-size: 1.2rem;
  }

  .chat_para.para_medium {
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .chat_features {
    margin-bottom: 1.5rem;
  }

  .chat_fea_para.para_medium {
    font-size: .875rem;
  }

  .overflow {
    height: 15rem;
  }

  .intro_heading {
    font-size: 1.5rem;
  }

  .seo_card {
    padding: 2rem;
  }

  .seo_card.is_news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .seocard_img-wrap {
    max-width: 12rem;
  }

  .seo_titlle2 {
    font-size: 1.5rem;
  }

  .prio_head_wrap_news {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .review_sec {
    padding-bottom: 3rem;
  }

  .reveiw_grid {
    display: none;
  }

  .review_animate-card {
    flex: none;
    width: 100%;
    max-width: 17.625rem;
  }

  .review_animate-line {
    background-image: linear-gradient(#6ee75500, #6ee755bf);
    height: 1.7rem;
  }

  .review_slider {
    width: var(--full);
    background-color: var(--transparent);
    display: block;
  }

  .slide {
    margin-right: 1rem;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slider_mask {
    width: var(--full);
    max-width: 17.625rem;
    overflow: visible;
  }

  .slide-nav {
    height: auto;
    padding-top: 0;
    inset: auto 0% -15%;
  }

  .flink_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .flink_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .bg_circle_one-wrap {
    top: 17%;
  }

  .bg_circle_two-wrap {
    top: 30%;
  }

  .hero_img_line_wrap {
    width: 10rem;
    height: 10rem;
    inset: auto 0% -44% 39%;
  }

  .hero_video_wrapper {
    margin-top: 1rem;
    padding: .5rem;
  }

  .play_btn {
    max-width: 4rem;
  }

  .container-small {
    width: 100%;
  }

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

  .spacer-40, .spacer-24 {
    height: 2.5rem;
  }

  .footer-bottom {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .container-2.is_footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .f_link {
    font-size: 14px;
  }

  .footer_para {
    margin-top: .25rem;
    margin-bottom: 1rem;
  }

  .flink_title-2 {
    font-size: 14px;
    font-weight: 500;
  }

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

  .nav_bg-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 21.875rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hero_img_wrap-2 {
    justify-content: center;
    align-items: flex-start;
    height: 40vh;
  }

  .hero_img_line_wrap-2 {
    width: 10rem;
    height: 10rem;
    inset: auto 0% -44% 39%;
  }

  .hero_img_line-2 {
    width: 80rem;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }
}

@media screen and (max-width: 479px) {
  .container.is_nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is_hero, .container.is_prio {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.is_seo {
    margin-top: 3rem;
  }

  .container.is_footer {
    background-color: #07070700;
  }

  .v-flex {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
  }

  .v-flex._2 {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    top: 20px;
  }

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

  .nav_logo {
    margin-top: -32px;
    margin-bottom: -40px;
  }

  .nav_btns {
    display: none;
  }

  .nav_links_wrap {
    flex-flow: row;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .nav_bg {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .ae-02-elements_background {
    background-image: linear-gradient(#00c6ff, #0072ff);
  }

  .ae-02-elements_background-hover:hover {
    background-image: linear-gradient(#34b4ff, #0072ff);
  }

  .top_circle {
    background-color: #0f61b985;
    position: fixed;
  }

  .top_circle.newcircle {
    top: 45%;
  }

  .sections_wrapper {
    background-color: #040404;
  }

  .hero_sec {
    background-image: none;
  }

  .hero_content {
    margin-top: 11.9rem;
  }

  .hero_heading {
    font-size: 2rem;
  }

  .hero_para.para_medium {
    font-size: 1rem;
  }

  .hero_btns {
    z-index: 3;
    flex-flow: column;
    width: 100%;
    display: block;
    position: relative;
  }

  .hero_btns.newbtn12 {
    display: none;
  }

  .hero_secondary_btn, .btn_primary_btn {
    width: 100%;
  }

  .primary_animate-line {
    background-image: linear-gradient(270deg, #6ee75500, #2b94eb 50%, #6ee75500);
    height: 22rem;
  }

  .bg_green {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #38c7fe;
    background-image: linear-gradient(#00c6ff, #0072ff);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg_green.newgreen {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-image: linear-gradient(#00c6ff, #0072ff);
  }

  .btn_priamry_text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    display: block;
  }

  .hero_img_wrap {
    z-index: 2;
    height: auto;
  }

  .hero_bg {
    background-image: url('../images/Untitled-design-1.png');
  }

  .hero_img_line {
    background-image: linear-gradient(#6ee75500 32%, #2b94ebba);
    width: 40rem;
    height: 5rem;
  }

  .hero_img_line._2 {
    background-image: linear-gradient(#2b94ebba, #6ee75500 68%);
    width: 40rem;
  }

  .prio_heading {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 700;
  }

  .prio_para.para_medium {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .prio_para.para_medium.newp {
    color: #cfd9d4;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .prio_head_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .prio_head_wrap.newarp {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

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

  .prio_card {
    background-color: #102037;
    border-color: #37424b4d;
  }

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

  .chatwind_heading {
    text-align: center;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 600;
  }

  .chatwind_para.para_medium {
    text-align: center;
    width: auto;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
  }

  .chatwind_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature_tick_icon {
    color: #38c7fe;
  }

  .chat_fea_para.para_medium {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: .9rem;
    font-weight: 600;
  }

  .chatwnd_img_wrap, .chat_img, .overflow {
    border-radius: 8px;
  }

  .intro_heading {
    text-align: left;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .intro_heading.newteitle {
    text-align: center;
  }

  .seo_card {
    background-color: #102037;
    border-color: #37424b4d;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .seo_card.is_news {
    background-color: #102037;
    background-position: 0 0, 100% 100%;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .seo_para.para_medium {
    width: 100%;
    margin-bottom: -15px;
  }

  .seocard_img-wrap {
    max-width: 8rem;
  }

  .seo_line {
    background-color: #293135;
    margin-top: 15px;
  }

  .seo_card_para.para_small {
    color: #cfd9d4;
    text-align: center;
    width: auto;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
  }

  .news-btns {
    width: var(--full);
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    margin-top: 1rem;
  }

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

  .review_animate-line {
    background-image: linear-gradient(#6ee75500, #38c7febf);
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer {
    background-color: #0c0f1100;
  }

  .flink_grid {
    grid-column-gap: 2rem;
  }

  .copy.para_small {
    font-size: .875rem;
  }

  .fbottom.para_small {
    flex: none;
    font-size: .875rem;
  }

  .cirlce_one_glow {
    background-color: #0023635c;
  }

  .circle_one_bg {
    background-color: #01060f;
  }

  .circle_two_glow {
    background-color: #0023633d;
  }

  .circle_two_bg {
    background-color: #01080e;
  }

  .hero_img_line_wrap {
    width: 5rem;
    height: 5rem;
    left: 37%;
  }

  .prio_line._1 {
    background-image: linear-gradient(270deg, #6ee75500, #2b94eb66);
  }

  .prio_line._2 {
    background-image: linear-gradient(#6ee75500, #2b94eb66);
  }

  .prio_line._3 {
    background-image: linear-gradient(90deg, #6ee75500, #2b94eb66);
  }

  .prio_line._4 {
    background-image: linear-gradient(#6ee75500, #2b94eb66);
  }

  .prio_card-icon {
    width: 3rem;
    height: 3rem;
  }

  .overlay {
    z-index: 7;
    height: 18rem;
  }

  .text-span-2 {
    font-weight: 500;
  }

  .text-span-3 {
    color: #2b94eb;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#2b94eb, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bold-text {
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .text-span-4 {
    color: #2b94eb;
  }

  .hero_video_wrapper {
    z-index: 2;
    background-color: #000;
    border-radius: 1rem;
    margin-top: 0;
    padding: 0;
  }

  .hero_video_wrapper.newwrap {
    height: 15rem;
  }

  .hero_lightbox {
    z-index: 10;
    height: 100%;
    position: relative;
  }

  .shadow {
    border-radius: .5rem;
  }

  .play_btn {
    z-index: 10;
    max-width: 3rem;
  }

  .hero_img {
    border-radius: .5rem;
    width: 100%;
    height: 100%;
  }

  .bold-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .code-embed {
    width: 20px;
    height: 20px;
  }

  .code-embed.newocde {
    width: 22px;
    height: 22px;
  }

  .bold-text-3 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 800;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#37bfff, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .section {
    background-color: #10121100;
    padding: 2rem 1.25rem;
  }

  .text-gradient-overlay {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

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

  .faq-answer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-question {
    padding: 1.5rem 5%;
  }

  .faq-icon {
    color: #5a5854;
  }

  .heading.regular {
    font-size: 1.2rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.large {
    font-size: 1.0625rem;
  }

  .faq-accordion {
    background-color: #102037;
    border: 1px solid #373f4b4d;
    border-radius: 1rem;
  }

  .text-span-5 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#00c6ff, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .code-embed-2 {
    width: 2rem;
    height: 2rem;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    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;
  }

  .bold-text-7 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#37bfff, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .bold-text-8 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#37bfff, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bold-text-9 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: .9rem;
  }

  .copy_text {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .footer-bottom {
    padding-top: 1.5rem;
  }

  .container-2.is_footer {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .footer_logo_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-2 {
    background-color: #13131500;
    position: relative;
  }

  .icon_wrap-2 {
    background-color: #32aaff;
    background-image: linear-gradient(#34b4ff, #287bff);
  }

  .copy_span {
    color: #2b89ff;
    text-decoration: none;
  }

  .footer_icons_wrap-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer_links_wrap {
    flex-flow: column;
    display: flex;
  }

  .footer_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_para {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .flink_title-2 {
    margin-bottom: .25rem;
  }

  .image {
    margin-bottom: -45px;
  }

  .nav_logo-2 {
    width: 180px;
  }

  .nav_bg-2 {
    max-width: none;
    padding-left: 1rem;
  }

  .hero_img_wrap-2 {
    z-index: 8;
    height: auto;
  }

  .hero_img_line_wrap-2 {
    width: 5rem;
    height: 5rem;
    left: 37%;
  }

  .hero_img_line-2 {
    width: 40rem;
    height: 5rem;
  }

  .hero_img_line-2._2 {
    width: 40rem;
  }

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

  .plyr_cover-button {
    background-image: linear-gradient(#00c6ff, #0072ff);
    width: 8em;
    height: 8em;
    font-size: .7em;
  }

  .plyr_cover-img {
    border-radius: 1rem;
  }

  .page-main {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .plyr_component.is-full-screen {
    height: 90vw;
  }

  .plyr_cover-icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d50060a-d0e3-96cf-6d20-ef20ddd2d2d8-cb1d02d5, #w-node-_8d50060a-d0e3-96cf-6d20-ef20ddd2d2d8-3f8f972c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


