@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adellesansara;
  src: url('../fonts/AdelleSansARA-Bold.otf') format("opentype"), url('../fonts/AdelleSansARA-Extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adellesansara;
  src: url('../fonts/AdelleSansARA-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adellesansara;
  src: url('../fonts/AdelleSansARA-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adellesansara;
  src: url('../fonts/AdelleSansARA-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #f3f0f6;
  --na_bg: #f3f0f699;
  --transparent: #fff0;
  --black: black;
  --footer_grey: #eae9ec;
  --white: white;
  --theme_purple: #8f33e9;
  --footer_grey_font: #686868;
  --label_border: #939393;
  --form_text: #797979;
  --nav_overlay_tm: #f1e6fb;
  --half_white: #ffffff4d;
  --text: #fff9;
  --40_white: #fff6;
  --border: #3b0d63;
  --theme: #150027;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--body);
  font-family: Inter, sans-serif;
}

.navbar {
  z-index: 99;
  background-color: #ddd0;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 20px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav_stx {
  background-color: var(--na_bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #dcd2e5;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.relative {
  z-index: -1;
  filter: none;
  background-image: linear-gradient(215deg, #fed2cd33, #fed2cd00 12%), linear-gradient(#941dff26, #941dff00 79%);
  max-width: none;
  margin-top: -20px;
  position: absolute;
  inset: -15% 0% auto;
}

.container.relative._2 {
  z-index: -1;
  top: 35%;
}

.logo_img {
  width: 140px;
  height: 36px;
}

.nav-menu {
  display: flex;
}

.upper_mask_img {
  width: 100%;
  display: none;
}

.nav_section {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  top: 0;
}

.card_button {
  background-image: linear-gradient(90deg, #8f33e9, #ff645b 54%, #8f33e9);
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
}

.card_button.no_outline {
  background-image: none;
}

.card_button.gradient-border {
  background-image: linear-gradient(90deg, #8f33e9, #ff645b 54%, #8f33e9);
  border-radius: 12px;
  transition: all 50ms;
}

.card_button.gradient-border:hover {
  padding-bottom: 2px;
}

.card_buton_text {
  background-color: var(--body);
  color: var(--black);
  border-radius: 10px;
  padding: 9px 25px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 25px;
}

.card_buton_text.v2 {
  background-color: var(--transparent);
}

.section {
  padding: 2rem 15px;
}

.section.footer_last {
  background-color: var(--footer_grey);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section.bottom_grad {
  background-image: linear-gradient(0deg, #bd74ff66, #bd74ff00 69%);
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.section.bottom_grad.v2 {
  background-image: linear-gradient(0deg, #bd74ff66, #bd74ff00 50%);
}

.section.bottom_grad.v3 {
  background-image: linear-gradient(0deg, #bd74ff66, #bd74ff00 22%);
}

.section.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.or_purple_grad {
  background-color: #f4e5ff;
  background-image: radial-gradient(circle farthest-side at 100% 0, #941dff0d, #941dff00 61%), url('../images/crr.avif'), radial-gradient(circle at 0 100%, #fed2cd80, #fed2cd00), radial-gradient(circle at 100% 0, #941dff33, #941dff00 35%);
  background-position: 0 0, 50% 0, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 684px, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  border-radius: 36px;
}

.section.or_purple_grad.v2 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #941dff0d, #941dff00 61%), url('../images/bottom-lines_1.avif'), radial-gradient(circle at 0 100%, #fed2cd80, #fed2cd00), radial-gradient(circle at 100% 0, #941dff33, #941dff00 35%);
  background-position: 0 0, 50% 120%, 0 0, 0 0;
}

.section.test_grad {
  background-color: #d1d1fa80;
  background-image: url('../images/center-lines_1.avif'), linear-gradient(#dcf5ea66, #dcf5ea00);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 35%, auto;
  border-radius: 36px;
  overflow: hidden;
}

.section.test_grad.v2 {
  background-color: #d1d1fa99;
  background-image: linear-gradient(315deg, #dcf5ea66, #dcf5ea00);
  background-repeat: repeat;
  background-size: auto;
  overflow: visible;
}

.section.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_wrapper.hero_padding {
  padding-bottom: 700px;
}

.hero_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.hero_wrapper.v2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero_wrapper.v3 {
  perspective: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero_heading {
  color: var(--black);
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
}

.hero_heading.v2 {
  width: 80%;
}

.hero_heading.v3_align {
  text-align: left;
  line-height: 70px;
}

.hero_heading.small {
  font-size: 40px;
}

.hero_text {
  color: var(--black);
  text-align: center;
  max-width: 750px;
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.hero_text.less_top {
  margin-top: 10px;
}

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

.hero_text.v2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.hero_text_gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(328deg, #e9d2ff, #8f33e9 73%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero_button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  margin-top: 40px;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
}

.circle_mask {
  z-index: -1;
  position: absolute;
  inset: 25% 0% 0%;
}

.hero_cards {
  padding: 0;
}

.hero_cell._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  justify-content: center;
  align-items: center;
}

.hero_card_img {
  width: 313.333px;
}

.top_cell, .bottom_cell {
  flex: 1;
}

.hide {
  display: none;
}

.error-message {
  margin-top: 30px;
}

.success-message {
  background-color: #d8ffdb;
  border-radius: 4px;
}

.form_close_button {
  color: #000;
  background-color: #ddd0;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 15px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-flex;
  position: absolute;
  inset: 3% 4% auto auto;
}

.form_heading {
  color: #000;
  margin-top: 30px;
  margin-bottom: 26px;
}

.form_heading.align {
  text-align: center;
  margin-bottom: 10px;
}

.submit_button_wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.popup {
  z-index: 1111;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.submit-button {
  background-color: #ac51ff;
  border-radius: 30px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.popup_item {
  z-index: 99999;
  background-color: #fff;
  background-image: url('../images/676e5116a386d1bd8f13261e_dots_hero.png'), url('../images/dots_hero.png'), radial-gradient(circle farthest-corner at 50% 100%, #fed2cd99, var(--transparent) 41%), radial-gradient(circle farthest-corner at 50% 0%, #941dff26, #cf99ff1a 55%, #941dff00);
  background-position: 50% 125%, 50% -20%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: 40%, 40%, auto, auto;
  border-radius: 30px;
  width: 98%;
  min-width: 420px;
  height: 98%;
  padding: 20px 40px;
  position: relative;
  overflow: auto;
}

.field-label {
  color: #000;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
}

.text-field {
  color: #797979;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.recaptcha_wrapper {
  margin-top: 30px;
}

.footer_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_logo {
  width: 10rem;
}

.footer_sub_section_title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer_link_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_link_list.hide {
  display: none;
}

.footer_link {
  color: #000;
  font-size: .9rem;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--theme_purple);
}

.footer_bottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_last_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_last_list.v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer_last_item {
  border-right: 1px solid var(--footer_grey_font);
  padding-right: 10px;
}

.footer_last_item.border {
  border-right-width: 0;
}

.footer_last_item.v2 {
  border-right-width: 0;
  padding-right: 0;
}

.footer_last_item.v2.flex_item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_last_text {
  color: var(--footer_grey_font);
  font-size: .9rem;
}

.footer_last_text.v2 {
  color: var(--black);
}

.footer_last_link {
  text-decoration: none;
}

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

.footer_icons {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_icons.top {
  margin-top: 40px;
}

.section_flex {
  justify-content: center;
  display: flex;
}

.section_flex.dir {
  flex-flow: column;
}

.label_text {
  border: 1px solid var(--label_border);
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
}

.section_flex_2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 36px;
  justify-content: space-between;
  padding: 60px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sec_flex_left {
  width: 55%;
}

.sec_flex_right {
  width: 45%;
  position: relative;
}

.h2_heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 40px;
}

.h2_heading.top {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h2_heading.align {
  text-align: center;
  font-size: 42px;
  line-height: 56px;
}

.h2_heading.align.no_bottom {
  margin-bottom: 0;
}

.h2_heading.faq {
  font-size: 42px;
  line-height: 55px;
}

.h2_heading.white {
  color: var(--white);
  font-size: 42px;
  line-height: 56px;
}

.h2_heading.align_2 {
  text-align: center;
}

.para_text {
  color: var(--black);
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 25px;
}

.para_text.top_bottom {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.para_text.align.bottom {
  margin-bottom: 30px;
}

.para_text.bottom {
  margin-bottom: 10px;
  font-size: 1rem;
}

.para_text.height {
  line-height: 30px;
}

.para_text.white {
  color: var(--white);
}

.para_text.white.semi {
  font-weight: 600;
}

.para_text.semibold {
  margin-bottom: 0;
}

.para_text.semibold.sg {
  margin-bottom: 10px;
  font-size: 1rem;
}

.para_text.v2 {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}

.para_text.pricing_capacity {
  font-weight: 600;
}

.para_text.pricing_capacity.no_bottom {
  margin-bottom: 0;
}

.para_text.no_margin {
  color: #484848;
  margin-bottom: 0;
}

.para_text.no_margin.hide_through_white {
  color: var(--transparent);
}

.radial_grad_div {
  z-index: -1;
  filter: blur(60px);
  background-color: #f4e5ff;
  background-image: radial-gradient(circle at 100% 0, #941dff00, #941dff33), radial-gradient(circle at 0 100%, #fed2cdcc, #fed2cd00);
  border-radius: 100%;
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blue_greed_rad_div {
  z-index: -1;
  filter: blur(80px);
  background-image: linear-gradient(#a2a2f866, #c5f4dfcc);
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
  inset: 50% 0% 0% 25%;
}

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

.principles_stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--white);
  background-color: #ffffff4d;
  border-radius: 36px;
  flex: 1;
  align-self: stretch;
  padding: 30px;
  position: relative;
}

.sub_heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 35px;
}

.sub_heading.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.sub_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sub_list.pricing {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 20px;
}

.sub_list_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub_list_item.position {
  position: relative;
}

.sub_list_item.border {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.sub_list_item.gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

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

.principles_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

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

.exe_flex {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff4d;
  border-radius: 36px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.exe_flex.v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.spacer {
  height: 100px;
}

.mask_line_svg {
  z-index: -1;
  opacity: 1;
  filter: blur();
  height: 65%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form_wrapper {
  justify-content: center;
  display: flex;
}

.form_wrapper.relative {
  position: relative;
}

.form_wrapper.relative.hide {
  display: none;
}

.form_title {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.form_title.v2 {
  margin-top: 40px;
}

.form_title.top {
  margin-top: 20px;
}

.form_title.top.price_heading {
  text-align: center;
}

.field_label {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 500;
}

.field_label.bottom {
  margin-bottom: 20px;
}

.field_label.top {
  margin-top: 20px;
}

.lite_span {
  font-weight: 400;
}

.form_field {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--form_text);
  background-color: #fff9;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
}

.form_field.choose {
  background-image: url('../images/chevron-down-svgrepo-com.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.sal_name_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.f_sal_div {
  align-self: stretch;
}

.f_name_div {
  flex: 1;
}

.form_card_div {
  margin-bottom: 20px;
}

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

.checkbox_icon {
  background-color: var(--white);
  border: .5px solid #cdcdcd;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.checkbox_label {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

.checkbox_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form_submit_button {
  background-color: #8f33e9;
  border-radius: 10px;
  width: 100%;
  padding: 16px 20px;
  font-size: .9rem;
  font-weight: 600;
  display: block;
}

.form_button_wrapper {
  margin-top: 40px;
}

.radial_grad_div_2 {
  z-index: -2;
  filter: blur(400px);
  background-color: #f4e5ff;
  background-image: linear-gradient(31deg, #fed2cdcc, #fed2cd00), linear-gradient(42deg, #941dff00, #941dff33);
  border-radius: 100%;
  width: 550px;
  height: 550px;
  position: absolute;
  inset: 220px 0% 0% 10%;
}

.radial_grad_div_2.v2 {
  filter: blur(40px);
  background-image: radial-gradient(circle at 0 0, #fff3, #941dff00), linear-gradient(31deg, #fed2cdcc, #fed2cd00 55%), linear-gradient(42deg, #941dff00, #941dff33);
  width: 450px;
  height: 450px;
  top: 140px;
  left: 30%;
}

.dots_img {
  z-index: -1;
  opacity: 1;
  height: 650px;
  position: absolute;
  inset: -20px 0% 0%;
}

.dots_img.v2 {
  height: auto;
  position: absolute;
  inset: 62% 0% 0% 22%;
}

.html-embed {
  display: block;
}

.submission_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 60px;
  display: flex;
  position: relative;
}

.success_content_div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.success_content_div.starter_plan {
  justify-content: center;
  align-items: center;
}

.success_message {
  background-color: var(--transparent);
  padding: 0;
}

.animation---1735218776380 {
  width: 100px;
  height: 100px;
}

.success_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-align: left;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 20px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 25px;
  list-style-type: decimal;
  display: flex;
}

.success_txt {
  font-weight: 400;
}

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

.mission_flex.hide {
  display: none;
}

.mission_card {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  border-radius: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mission_card.v2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.svg_title_flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.join_button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  margin-top: 10px;
  padding: 12px 30px;
  font-size: .95rem;
  font-weight: 500;
}

.error_message {
  background-color: #ffd5d5;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
  font-size: .95rem;
  font-weight: 500;
}

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

.nav_link {
  color: var(--black);
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav_link:hover {
  color: #8f33e9;
}

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

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

.mobile-margin-top-10 {
  display: none;
}

.nav-dropdown {
  color: var(--black);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 500;
  position: static;
}

.nav-dropdown.v2 {
  position: relative;
}

.nav-dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .95rem;
  font-weight: 500;
  display: none;
}

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

.nav-dropdown-link.w--current {
  color: #4e89ee;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 5px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.nav-dropdown-toggle:hover {
  color: var(--theme_purple);
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  inset: 0% auto auto 0%;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid var(--white);
  background-color: #d1d1fa;
  background-image: radial-gradient(circle, #dcf5ea99, #dcf5ea00), url('../images/lines-svg-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 35%;
  background-attachment: scroll, scroll;
  border-radius: 16px;
  padding: 20px;
  top: 70px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.vg_grad.w--open {
  border: 1px solid var(--white);
  background-color: #f4e5ff;
  background-image: radial-gradient(circle at 100% 0, #941dff4d, #941dff00 89%), radial-gradient(circle at 0 100%, #fed2cd66 35%, #fed2cd00 60%);
  border-radius: 24px;
  width: 700px;
  padding: 20px;
  top: 70px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.gv_grad.w--open {
  border: 1px solid var(--white);
  background-color: #f4e5ff;
  background-image: linear-gradient(45deg, #c5f4df 42%, #941dff4d);
  border-radius: 24px;
  width: 300px;
  max-width: 350px;
  padding: 20px;
  top: 70px;
}

.nav_menu_items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper {
  flex: 1;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

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

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

.big_nav_dt_wrapper.block {
  display: block;
}

.big_nav_dt {
  padding-top: 10px;
}

.big_nav_dt.grad_bg {
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px 20px 20px;
}

.big_nav_dt_heading {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 25px;
}

.big_nav_dt_heading.v2 {
  margin-bottom: 10px;
  font-size: .9rem;
}

.big_nav_dt_stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.big_dt_cell {
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: url('../images/lines-svg.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 75% 200%;
  background-attachment: scroll;
  border-radius: 12px;
  padding: 20px;
}

.arrow_text_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ev_org_div {
  border: 1px solid var(--white);
  background-color: #d1d1fae6;
  background-image: url('../images/lines-svg.avif'), radial-gradient(circle at 0 100%, #dcf5ea66, #dcf5ea00 28%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 14px 10px;
  display: flex;
}

.ev_org_list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ev_text {
  font-size: .8rem;
}

.ev_para {
  color: #000000b3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .85rem;
}

.ev_para.v2 {
  margin-top: 0;
  margin-bottom: 4px;
}

.button_white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  align-self: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .85rem;
  display: block;
}

.button_white:hover {
  border: 1px solid var(--theme_purple);
}

.button_white.c_soon {
  color: #0000004d;
  font-weight: 600;
}

.button_white.c_soon.v2 {
  border: 1px solid var(--white);
  background-color: var(--text);
  font-size: .95rem;
}

.ev_c_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.features_dt_stack {
  padding: 0;
}

.feature_dt_cell {
  border: 1px solid var(--white);
  background-color: #d1d1facc;
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  border-radius: 16px;
  padding: 10px 20px;
}

.feature_cv_div {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_img_large {
  width: 6rem;
  margin-bottom: 10px;
}

.cta_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.cta_button_sec {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: .95rem;
  font-weight: 600;
}

.cta_button_primary {
  color: var(--white);
  background-color: #8f33e9;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
}

.cta_button_primary:hover {
  border-color: var(--theme_purple);
  background-image: none;
}

.cta_button_primary.v2 {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.cta_button_primary.v2:hover {
  background-image: linear-gradient(45deg, #7d0dea, #d6aafe4d 51%, #f6cdfecc);
}

.cta_button_primary.v3 {
  border: 1px solid var(--white);
}

.hero_img_wrapper {
  z-index: -1;
  background-image: radial-gradient(circle, #fed2cd4d, #fed2cd00 61%);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para_text_wrap {
  width: 70%;
}

.section_flex_dir {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_flex_dir.v2 {
  perspective: 1000px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.hero_text_gradient_2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(328deg, #eb99ff, #8f33e9 60%);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.feature_list_card {
  margin-bottom: 20px;
}

.features_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section_flex_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_flex_grid.self {
  display: flex;
  position: relative;
}

.section_flex_grid.non_flex {
  grid-template-columns: 1fr 1fr;
}

.sf_cell.v2 {
  justify-content: flex-end;
  display: flex;
}

.sf_cell.relative {
  padding: 40px;
  position: relative;
}

.sf_cell.relative.low_padding {
  padding: 20px;
}

.sf_grid_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sf_card_sub_heading {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.sf_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.testmonials_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.testimonial_slider_wrapper {
  margin-top: 20px;
}

.reviews_slider {
  background-color: var(--transparent);
}

.review_slider_mask {
  width: 50%;
  overflow: visible;
}

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

.reviews_card_div {
  border: 1px solid var(--white);
  background-color: var(--na_bg);
  background-image: linear-gradient(#fff3, #fff3);
  border-radius: 36px;
  margin-right: 20px;
  padding: 40px 20px;
}

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

.fb_img {
  border-radius: 100%;
  width: 75px;
  height: 75px;
}

.desig_flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.fb_title {
  color: var(--black);
}

.slide-nav {
  position: static;
}

.registration_features_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.reg_ft_card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  background-color: #fff6;
  border-radius: 16px;
  padding: 40px 20px;
  display: flex;
}

.semibold {
  color: var(--black);
  font-size: .9rem;
  font-weight: 600;
}

.sf_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.para_text_wrap_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.asymmetric_stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 0;
  display: grid;
}

.as_cell {
  border: 1px solid var(--white);
  background-color: #ffffff4d;
  background-image: url('../images/grey-lines-right.avif');
  background-position: 105% 100%;
  background-repeat: no-repeat;
  background-size: 55%;
  background-attachment: scroll;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.as_cell.v2 {
  background-image: url('../images/coupon-updated.avif');
  background-repeat: no-repeat;
  background-size: 95%;
  background-attachment: scroll;
}

.as_cell.v3 {
  background-position: 105% 120%;
  padding-bottom: 0;
}

.as_cell.v4 {
  background-image: url('../images/entrance-2.avif'), url('../images/grey-lines-right.avif');
  background-position: -10% 110%, 105% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 60%, 55%;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.as_title {
  color: var(--black);
  text-align: center;
  align-self: stretch;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  inset: 0% 0% auto;
}

.as_title.v2 {
  margin-bottom: 20px;
  position: static;
}

.as_cell_img {
  z-index: 0;
  position: relative;
}

.as_cell_div {
  align-self: stretch;
  margin-bottom: 10px;
  position: relative;
}

.as_wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.white_blur_div {
  z-index: 1;
  filter: blur(20px);
  background-color: #ffffff96;
  background-image: linear-gradient(#d1d1fa4d, #d1d1fa4d);
  border-radius: 100%;
  align-self: stretch;
  width: 70%;
  height: 55%;
  position: absolute;
  inset: 22% 0% auto 15%;
}

.scroll_wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.scroll_section {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.scroll_item {
  border: 1px solid var(--white);
  background-color: var(--40_white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
}

.scroll_mask {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--transparent) 67%, var(--body) 81%), linear-gradient(90deg, var(--body) 22%, #fff0 28%);
  position: absolute;
  inset: 0%;
}

.accordian-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff6;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.accordian-panel {
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 1.5rem;
  display: none;
}

.acc_title_date_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.accordian-wrapper {
  margin-bottom: 20px;
}

.officers-category {
  color: #0f0d0d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5625rem;
}

.accordian {
  border: 1px solid var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
}

.cta_large_wrapper {
  background-color: #8f33e9;
  background-image: url('../images/rings.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 40px;
}

.rings_img {
  z-index: -1;
  width: 350px;
  position: absolute;
  inset: 75% auto 0% 0%;
}

.faq_cta_div {
  padding-top: 40px;
  position: relative;
}

.accordian_div_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.sf_cell_right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: sticky;
  top: 0;
}

.sf_cell_left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.column {
  display: flex;
  position: relative;
}

.column-1, .column-2 {
  flex: 1;
}

.test-img {
  height: 600px;
}

.sticky_div {
  position: sticky;
  top: 0;
}

.asymmetric_stack_wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.label_text_wrapper {
  display: inline-block;
}

.purple_grey_grad_div {
  z-index: -1;
  filter: blur(140px);
  background-color: #a2a2f866;
  background-image: radial-gradient(circle, #a2a2f899, #a2a2f866), radial-gradient(circle, #dcf5ea 100% 0%);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.or_pr_grad {
  z-index: -1;
  filter: blur(140px);
  background-color: #deb3fe66;
  background-image: radial-gradient(circle, #fed2cd66, #fed2cd00), radial-gradient(circle, #941dff66, #941dff00);
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.contact_section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.contact_stack.hide {
  display: none;
}

.contact_cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: url('../images/lines-svg.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-attachment: scroll;
  border-radius: 36px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px 30px;
  display: flex;
}

.cc_list {
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.cc_list.v2 {
  margin-bottom: 0;
}

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

.cc_list_item.v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cc_heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.contact_form_div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  background-image: url('../images/bottom-lines_1.avif');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 40px 30px;
  display: grid;
  position: relative;
}

.cc_blue_grad {
  z-index: -1;
  filter: blur(250px);
  background-color: #a2a2f866;
  background-image: radial-gradient(circle, #a2a2f899, #fff0), radial-gradient(circle, #dcf5ea99, #fff0);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: 25% 0% 0% auto;
}

.map_section {
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: url('../images/Mask-group_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 36px;
  padding: 40px 30px;
}

.map_stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.map_embed {
  border: 1px solid var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.map_cta_section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.or_down_grad_div {
  z-index: -1;
  filter: blur(140px);
  background-color: #f4e5ff;
  background-image: radial-gradient(circle at 0%, #fed2cd, #fed2cd00), radial-gradient(circle, #941dff33, #a2a2f866);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.or_down_grad_div.v2 {
  background-color: #dcf5ea99;
  background-image: radial-gradient(circle at 0%, #dcf5ea99, #fed2cd00);
  left: -10%;
}

.sol_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sol_cell {
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 36px;
  padding: 40px 30px;
}

.sol_cell.sh {
  flex: 0 auto;
  width: 45%;
  height: 50%;
}

.sol_cell.lg {
  width: 55%;
}

.sol_img {
  width: 90%;
}

.sol_img_wrapper {
  justify-content: flex-end;
  display: flex;
}

.green_grad {
  z-index: -1;
  filter: blur(60px);
  background-color: #c5f4dfcc;
  background-image: radial-gradient(circle at 0 0, #ac51ff4d, #fff0);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: -10% 40% auto auto;
}

.solutions_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sol_img_wrapper_v2 {
  justify-content: flex-start;
  display: flex;
}

.purple_grad {
  z-index: -1;
  filter: blur(60px);
  background-color: #dcf5ea99;
  background-image: radial-gradient(circle at 0%, #dcf5ea66, #fff0), radial-gradient(circle at 0%, #ac51ff4d, #fff0);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: 25% 25% auto auto;
}

.purple_grad.v2 {
  right: 35%;
}

.purple_grad.v3 {
  inset: 15% auto auto 0%;
}

.purple_grad.v4 {
  inset: auto auto 30% 25%;
}

.collaboration_wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white);
  background-color: var(--40_white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 30px;
  display: grid;
  position: relative;
}

.or_pr_grad_small {
  z-index: -10;
  filter: blur(60px);
  background-color: #f4e5ff3d;
  background-image: linear-gradient(37deg, #fed2cd, #fed2cd00 56%), radial-gradient(circle at 100% 0, #941dff66, #941dff00 51%);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: -20% auto auto -10%;
}

.green_grad_2 {
  z-index: -1;
  filter: blur(60px);
  background-color: #c5f4df80;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: 25% 25% auto auto;
}

.green_grad_2.position {
  background-color: #c5f4dfcc;
  background-image: radial-gradient(circle at 0 0, #ac51ff33, #fff0);
  top: 20%;
  right: 40%;
}

.choose_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.choose_heading_wrapper {
  width: 60%;
}

.choose_stack_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 40px;
  display: grid;
}

.choose_title {
  color: var(--black);
  font-weight: 600;
}

.big_dt_link {
  color: var(--black);
  text-decoration: none;
}

.or_pr_grad_sm {
  z-index: -1;
  filter: blur(140px);
  background-color: #deb3fe66;
  background-image: radial-gradient(circle, #fed2cd66, #fed2cd00), radial-gradient(circle, #941dff66, #941dff00);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pr_or_grad {
  z-index: -1;
  filter: blur(40px);
  background-color: #f4e5ff;
  background-image: radial-gradient(circle at 0 100%, #fed2cd80, #fff0), radial-gradient(circle at 0 0, #ac51ff4d, #fff0 62%);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: -10% 50% auto auto;
}

.support_wrapper {
  border: 1px solid var(--white);
  background-color: var(--40_white);
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.arc_img {
  margin-top: 40px;
}

.success-message-2 {
  background-color: var(--transparent);
}

.footer_spacer {
  height: 40px;
}

.about_section_icon {
  margin-top: 4px;
}

.sec_content_wrapper {
  width: 70%;
}

.hero_tickets_icon {
  border-radius: 100%;
  position: absolute;
  inset: 5% auto auto 25%;
}

.hero_form_icon {
  position: absolute;
  inset: 6% 30% auto auto;
}

.hero_mic_icon {
  position: absolute;
  inset: auto 10% 40% auto;
}

.hero_pics_icon {
  position: absolute;
  inset: auto auto 50% 10%;
}

.hero_star_icon_50 {
  position: absolute;
  inset: auto auto 25% 25%;
}

.hero_star_icon_50.position {
  inset: 10% 15% auto auto;
}

.test_height {
  height: 400px;
}

.test_container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

.dots_grad_div {
  justify-content: center;
  display: flex;
}

.test_list.w--open {
  top: 65px;
}

.navbar-toogle {
  color: #0f0d0d;
  width: 100%;
  padding: 1px 20px 0 0;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.navbar-toogle:hover {
  color: #e57d16;
}

.navbar-toogle.w--open {
  color: #e57d16;
  font-size: .9rem;
  line-height: 1.2;
}

.primary-outline-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e57d16;
  white-space: nowrap;
  border: 1px solid #e57d16;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.4rem;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.primary-outline-btn:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.primary-outline-btn.cta_button_primary {
  color: var(--white);
  border-width: 0;
  border-radius: 5px;
  padding: 1rem 1.75rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.primary-outline-btn.cta_button_sec {
  border-color: var(--black);
  color: var(--black);
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-outline-btn.cta_button_sec.hide {
  display: none;
}

.button-section-arrow {
  height: 16px;
}

.sf_data_wrapper {
  width: 80%;
}

.big_dt_link_tm {
  color: var(--black);
  text-decoration: none;
}

.big_dt_cell_tm {
  border: 1px solid var(--white);
  background-color: var(--half_white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: url('../images/lines-svg.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 75% 200%;
  background-attachment: scroll;
  border-radius: 12px;
  padding: 20px;
}

.cert-para-wrapper {
  justify-content: center;
  display: flex;
}

.cert-sign-block {
  width: 80%;
}

.l {
  position: absolute;
  inset: auto auto -1.8% -1.2%;
}

.cert-badge {
  width: 60px;
}

.cert-inner {
  z-index: 1;
  border: 1px solid #00a9e0;
  border-radius: 30px 0;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.cert-sign {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cert-para-small {
  color: #0f3151;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.cert-course {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.cert-logo-left {
  object-fit: cover;
  width: 100px;
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.cert-text.space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cert-para {
  color: #0f3151;
  text-align: center;
  width: 80%;
  font-size: 20px;
  line-height: 30px;
}

.cert_stack {
  padding: 0;
}

.cert-sign-wrapper {
  justify-content: center;
  display: flex;
}

.cert-s-img {
  width: 150px;
}

.cert-logo-right {
  width: 120px;
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cert_name {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
  display: inline-flex;
}

.cert-sign-span {
  font-weight: 700;
}

.r {
  position: absolute;
  inset: -1.8% -1.2% auto auto;
}

.cert-para-span {
  font-weight: 700;
}

.cert-outer {
  color: #0f3151;
  background-color: #edf8fa;
  background-image: linear-gradient(#edf8fa80, #edf8fa80), url('../images/rgp.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 1123px;
  height: 794px;
  padding: 40px;
  font-family: Adellesansara, Arial, sans-serif;
  font-size: 20px;
}

.cert-heading {
  color: #0f3151;
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.terms_policy_condition_list {
  color: var(--black);
  padding-left: 20px;
  font-weight: 700;
  list-style-type: decimal;
}

.terms_policy_condition_list_item {
  font-weight: 600;
}

.terms_link {
  color: var(--theme_purple);
  text-decoration: none;
}

.terms_policy_condition_inner_list {
  padding-left: 20px;
  list-style-type: disc;
}

.terms_policy_condition_inner_list.icon {
  color: var(--theme_purple);
  list-style-type: square;
}

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

.pricing_div_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.pricing_div_grid.v2 {
  grid-template-columns: 1fr 1fr;
}

.pricing_grid_item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--transparent);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.pricing_grid_item:hover {
  border: 2px solid #ac51ff;
}

.pricing_grid_item.hide {
  display: none;
}

.pricing_type_text {
  color: var(--black);
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.pricing_type_text.bottom_margin {
  margin-bottom: 10px;
}

.pricing_cost_text {
  color: var(--black);
  margin-top: 4px;
}

.pricing_inner_item {
  min-height: 150px;
}

.pricing_inner_item.no_min_height {
  min-height: auto;
}

.pricing_inner_item.min-height {
  min-height: 186px;
}

.pricing-capacity-text-default {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 14px 20px;
  font-weight: 600;
}

.pricing-capacity-text-default.custom {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #000;
  padding: 0;
  position: relative;
}

.pricing_button.cta_button_sec {
  background-color: var(--transparent);
  text-align: center;
  border: 1px solid #000;
}

.pricing_button.cta_button_sec.growth {
  color: var(--white);
  background-color: #ac51ff;
  border-color: #ac51ff;
}

.pricing_button.cta_button_sec.scale {
  color: var(--white);
  background-color: #39006e;
  border-color: #39006e;
}

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

.capacity-wrapper-with-icon {
  position: relative;
}

.capacity-svg {
  position: absolute;
  inset: 25% 5% 0% auto;
}

.capacity-svg.v2 {
  background-color: var(--body);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -6px;
  display: flex;
  position: static;
  inset: 0% 25% 0% auto;
}

.capacity-svg.v3 {
  background-color: var(--body);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -4px;
  display: flex;
  position: static;
  inset: 0% 25% 0% auto;
}

.price-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-text-wrapper.hide {
  display: none;
}

.price-text-wrapper.price-info-wrapper {
  display: flex;
}

.billed_text {
  color: #6e6e6e;
  margin-top: -6px;
  font-size: 12px;
}

.price-inner-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pricing-plan-redirect-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f4e4ff;
  background-image: url('../images/lines-svg.avif'), linear-gradient(307deg, #ac51ff80, #fff);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45%, auto;
  background-attachment: fixed, scroll;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 20px;
  display: flex;
}

.price_redirect_link {
  color: var(--border);
  font-weight: 500;
  text-decoration: none;
}

.chev_right_span {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.i-icon {
  width: 16px;
  height: 16px;
  margin-left: -10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.capacity-text-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.capacity-text-div.hide {
  display: none;
}

.para_text-2 {
  color: #000;
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 25px;
}

.map_embed-2 {
  border: 1px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}

.contact_list {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

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

.contact_mail_icon {
  width: 1rem;
  height: 1rem;
}

.contact_email_text_link {
  color: var(--black);
  text-decoration: none;
}

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

.cart_enhance_logo {
  width: 12%;
}

.cart_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.cart_container.growth, .cart_container.growth.effect-growth {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.cart_container.scale {
  display: none;
}

.cart_container.scale.effect-scale {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.cart_inner_div {
  background-color: var(--white);
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 5px #0003;
}

.plan_icon_fill {
  background-color: #006ff7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: inline-flex;
}

.plan_icon_fill.change {
  background-color: #f74a00;
}

.plan_icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.plan_icon.v2 {
  width: 2.5rem;
  height: 2.5rem;
}

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

.plan_cart_text_wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.plan_cart_title {
  font-size: 16px;
  font-weight: 600;
}

.plan_cart_title.small {
  font-size: 14px;
}

.cart_line {
  border-top: 1px solid #eaeaea;
}

.plan_cart_function {
  padding: 20px;
}

.cart_upsell_block {
  background-color: #f6edff;
  background-image: url('../images/bottom-lines_1.avif'), linear-gradient(292deg, #941dff66, #ac51ff00 39%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.cart_upsell_block.desk_hide {
  display: none;
}

.upsell_content_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.upsell_button {
  background-color: #39006e;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.upsell_button_wrapper {
  margin-top: 20px;
}

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

.scale_cart_section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  display: flex;
}

.scale_plan_features_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing_div_size_adjuster {
  width: 70%;
}

.popup_get_started {
  z-index: 1111;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_close_button_2 {
  color: #000;
  background-color: #ddd0;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 15px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-flex;
  position: absolute;
  inset: 3% 4% auto auto;
}

.free_trial_text.v2 {
  display: none;
}

.free_trail_link {
  color: var(--theme_purple);
  font-weight: 500;
  text-decoration: none;
}

.free_trail_link.v2 {
  display: none;
}

.free_trial_wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  min-height: 21px;
  margin-top: 20px;
  display: flex;
}

.required_mark {
  color: red;
}

.list_item.tm_hide {
  display: none;
}

.pricing_suggestion_note {
  color: var(--white);
  background-color: #ac51ff;
  border-radius: 6px;
  padding: 2.5px 10px;
  position: absolute;
  inset: -2.5% auto auto 6%;
}

.pricing_suggestion_note.grad {
  background-image: linear-gradient(146deg, #ff645b, #a647ff);
}

.pricing_suggestion_text {
  font-size: 12px;
  font-weight: 600;
}

.communa_redirect_text {
  color: #626262;
  align-self: stretch;
  font-size: 12px;
  line-height: 24px;
}

.communa_footer_logo_wrapper {
  width: 8rem;
  height: 24px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.footer_social_link_text {
  color: var(--footer_grey_font);
  font-size: .9rem;
  text-decoration: none;
}

.cal_section_wrapper {
  margin-top: -60px;
}

.cal1 {
  margin-top: 20px;
}

.pricingdiv_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.button_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.loader_wrapper {
  min-height: 44px;
  max-height: 44px;
}

.skeleton-line-long {
  min-height: 20px;
  margin-bottom: 2px;
}

.plan_description_wrapper {
  min-height: 100px;
}

.arch-red {
  color: red;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.nav_stx {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.relative {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: #fff;
  }

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

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

  .icon {
    color: #fff;
  }

  .card_button {
    background-image: none;
  }

  .card_button.gradient-border {
    padding-bottom: 2px;
  }

  .card_buton_text {
    color: var(--black);
  }

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

  .section.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_heading {
    font-size: 50px;
    line-height: 65px;
  }

  .hero_heading.v2 {
    width: auto;
  }

  .hero_heading.v3_align {
    font-size: 42px;
    line-height: 56px;
  }

  .hero_heading.small {
    font-size: 32px;
  }

  .hero_text {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .popup {
    display: none;
  }

  .footer_logo {
    width: auto;
  }

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

  .sub_heading {
    margin-top: 0;
  }

  .sub_list_item.border {
    border-right-width: 0;
  }

  .spacer {
    display: none;
  }

  .radial_grad_div_2.v2 {
    top: 300px;
    left: 20%;
  }

  .dots_img.v2 {
    left: 5%;
  }

  .nav_link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-link {
    display: none;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-image: radial-gradient(circle, #dcf5ea99, #dcf5ea00), url('../images/lines-svg-2.png');
    background-position: 0 0, 0 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.vg_grad.w--open {
    background-color: var(--white);
    background-image: radial-gradient(circle, #941dff4d, #941dff00), radial-gradient(circle at 0 100%, #fed2cdcc, #fed2cd00), linear-gradient(231deg, #941dff4d, #fed2cdcc);
    width: auto;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.gv_grad.w--open {
    background-color: var(--white);
    background-image: radial-gradient(circle, #941dff4d, #941dff00), radial-gradient(circle at 0 100%, #fed2cdcc, #fed2cd00), linear-gradient(231deg, #941dff4d, #fed2cdcc);
    width: 300px;
  }

  .nav_menu_items {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    border: 1px solid var(--white);
    background-color: var(--nav_overlay_tm);
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu_button {
    padding: 12px;
  }

  .menu_button.w--open {
    background-color: var(--transparent);
    color: #000;
  }

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

  .feature_cv_div {
    justify-content: space-between;
  }

  .cta_wrapper {
    flex-flow: column;
  }

  .cta_button_sec, .cta_button_primary {
    text-align: center;
  }

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

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

  .section_flex_grid.non_flex {
    grid-template-columns: 1fr 1fr;
  }

  .reviews_slider {
    height: auto;
  }

  .slide-nav {
    margin-top: 20px;
  }

  .as_title {
    font-size: 1.25rem;
  }

  .accordian-panel, .footer_spacer {
    display: none;
  }

  .hero_mic_icon {
    bottom: 15%;
  }

  .hero_pics_icon {
    bottom: 20%;
  }

  .navbar-toogle {
    justify-content: space-between;
    padding-right: 0;
  }

  .sf_data_wrapper {
    width: auto;
  }

  .terms_policy_condition_inner_list.icon {
    color: var(--theme_purple);
  }

  .pricing_div_grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .pricing_grid_item {
    width: 100%;
    min-width: 100%;
  }

  .pricing_inner_item {
    min-height: auto;
  }

  .pricing-plan-redirect-wrapper {
    flex-flow: column;
  }

  .price_redirect_link {
    color: var(--theme_purple);
  }

  .cart_container.growth.effect-growth {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: none;
  }

  .cart_container.scale.effect-scale {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: none;
  }

  .scale_plan_features_list {
    flex-flow: column;
  }

  .popup_get_started {
    display: none;
  }

  .free_trail_link {
    color: var(--theme_purple);
  }

  .pricingdiv_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .card_buton_text.v2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero_heading {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .hero_heading.small {
    font-size: 28px;
  }

  .hero_text {
    width: auto;
    max-width: none;
    font-size: 1rem;
  }

  .hero_text.v2 {
    font-size: 1.25rem;
  }

  .circle_mask {
    margin-top: 140px;
  }

  .popup {
    display: none;
  }

  .footer_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer_logo {
    width: 12rem;
  }

  .footer_last_list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_last_item {
    border-right-width: 0;
    padding-right: 0;
  }

  .section_flex_2 {
    flex-flow: column;
  }

  .sec_flex_left {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sec_flex_right {
    width: auto;
  }

  .h2_heading.align, .h2_heading.faq, .h2_heading.white {
    font-size: 32px;
    line-height: 42px;
  }

  .blue_greed_rad_div {
    left: 0%;
  }

  .sub_heading {
    margin-top: 0;
  }

  .sub_list_item.border {
    border-right-width: 0;
  }

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

  .spacer {
    display: none;
  }

  .radial_grad_div_2 {
    width: 350px;
  }

  .radial_grad_div_2.v2 {
    width: 300px;
    height: 300px;
  }

  .dots_img.v2 {
    left: 0%;
  }

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

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

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-dropdown-link {
    display: block;
  }

  .nav-dropdown-link.test {
    display: none;
  }

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

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: var(--transparent);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    top: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.vg_grad {
    background-color: var(--transparent);
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.vg_grad.w--open {
    background-color: var(--transparent);
    background-image: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    top: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.gv_grad {
    background-color: var(--transparent);
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.gv_grad.w--open {
    background-color: var(--transparent);
    background-image: none;
    border-width: 0;
    border-radius: 0;
    width: auto;
    padding: 0;
    top: 0;
  }

  .nav_menu_items {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
  }

  .nav-menu-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .brand {
    padding-left: 0;
  }

  .big_nav_dt_wrapper, .big_nav_dt_wrapper.block {
    display: none;
  }

  .arrow_text_wrapper {
    font-size: .9rem;
  }

  .cta_wrapper {
    flex-flow: column;
  }

  .cta_button_sec, .cta_button_primary, .cta_button_primary.v3 {
    text-align: center;
  }

  .para_text_wrap {
    width: auto;
  }

  .feature_section_grid, .section_flex_grid.non_flex {
    grid-template-columns: 1fr;
  }

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

  .reviews_slider {
    height: auto;
  }

  .slide-nav {
    margin-top: 40px;
  }

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

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

  .as_cell.v2 {
    background-image: url('../images/coupon-updated.avif');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 95%;
    background-attachment: scroll;
  }

  .as_title.v2.bottom {
    margin-bottom: 220px;
  }

  .accordian-panel {
    display: none;
  }

  .officers-category {
    font-size: 1rem;
  }

  .cta_large_wrapper {
    background-image: linear-gradient(#b400f01a, #b400f01a), url('../images/rings.avif');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .faq_cta_div {
    padding-top: 10px;
  }

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

  .contact_stack, .contact_form_div, .map_stack {
    grid-template-columns: 1fr;
  }

  .sol_grid {
    flex-flow: column;
  }

  .sol_cell.sh {
    width: auto;
    height: auto;
  }

  .sol_cell.lg {
    width: auto;
  }

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

  .purple_grad.v4 {
    width: 300px;
    left: 0%;
  }

  .choose_heading_wrapper {
    width: auto;
  }

  .choose_stack_wrapper {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_spacer {
    display: none;
  }

  .list-item {
    width: 100%;
  }

  .big_dt_link_tm.nav-dropdown-link {
    color: var(--black);
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .big_dt_cell_tm {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #f4e5ff;
    background-image: linear-gradient(111deg, #fed2cd66, #941dff4d 69%), url('../images/lines-svg.avif');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 75% 200%;
    background-attachment: scroll, scroll;
    padding: 16px;
  }

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

  .pricing_div_grid.v2 {
    grid-template-columns: 1fr;
  }

  .pricing_inner_item {
    min-height: auto;
  }

  .pricing-plan-redirect-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
  }

  .cart_enhance_logo {
    width: auto;
  }

  .cart_container.growth.effect-growth {
    grid-template-columns: 2fr;
    width: auto;
  }

  .cart_container.scale.effect-scale {
    width: auto;
  }

  .cart_upsell_block.mob_hide {
    display: none;
  }

  .cart_upsell_block.desk_hide {
    display: block;
  }

  .scale_plan_features_list {
    flex-flow: column;
  }

  .pricing_div_size_adjuster {
    width: auto;
  }

  .cal_section_wrapper {
    margin-top: 0;
  }

  .plan_description_wrapper {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container.relative._2 {
    top: 50%;
  }

  .card_button.gradient-border {
    display: none;
  }

  .card_buton_text.v2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_wrapper.hero_padding {
    padding-bottom: 0;
  }

  .hero_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero_wrapper.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .hero_heading {
    font-size: 28px;
    line-height: 40px;
  }

  .hero_heading.v3_align {
    font-size: 32px;
    line-height: 46px;
  }

  .hero_heading.small {
    font-size: 24px;
  }

  .hero_text {
    font-size: 1rem;
    line-height: 1.65rem;
  }

  .hero_text.v2 {
    font-size: 1.125rem;
  }

  .hero_button {
    font-size: .95rem;
    line-height: 25px;
  }

  .circle_mask {
    margin-top: 100px;
    top: 50%;
  }

  .form_close_button {
    top: 3%;
    right: 5%;
  }

  .form_heading {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .popup {
    display: none;
  }

  .popup_item {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .recaptcha_wrapper {
    transform-origin: 0 0;
    transform: scale(.9);
  }

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

  .footer_last_list {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_last_list.v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_last_item {
    border-right-width: 0;
  }

  .section_flex_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2_heading {
    font-size: 24px;
    line-height: 36px;
  }

  .h2_heading.align, .h2_heading.faq {
    font-size: 28px;
    line-height: 36px;
  }

  .h2_heading.white {
    font-size: 28px;
    line-height: 38px;
  }

  .blue_greed_rad_div {
    width: 150px;
  }

  .principles_stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sub_heading {
    margin-top: 0;
  }

  .sub_heading.no_margin {
    font-size: 20px;
    line-height: 30px;
  }

  .exe_flex {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .exe_flex.v2 {
    padding: 30px 15px;
  }

  .form_title {
    font-size: 20px;
  }

  .form_title.top.price_heading {
    line-height: 30px;
  }

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

  .radial_grad_div_2 {
    width: 200px;
  }

  .radial_grad_div_2.v2 {
    width: 200px;
    height: 200px;
    top: 400px;
    left: 20%;
  }

  .dots_img.v2 {
    top: 85%;
    left: 0%;
  }

  .mission_card.v2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav_menu_items {
    flex-direction: column;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .menu_button.w--open {
    color: #000;
    background-color: #a6b1bf00;
  }

  .nav_icons_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cta_wrapper {
    align-self: stretch;
  }

  .cta_button_primary {
    text-align: center;
  }

  .hero_img_wrapper {
    margin-top: 20px;
  }

  .para_text_wrap {
    width: auto;
  }

  .section_flex_dir.v2 {
    padding: 20px 0;
  }

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

  .testmonials_wrapper {
    padding-bottom: 0;
  }

  .reviews_slider {
    height: auto;
  }

  .review_slider_mask {
    width: auto;
  }

  .fb_pic_and_desig_div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .as_cell.v4 {
    background-image: url('../images/entrance-2.avif'), url('../images/grey-lines-right.avif');
    background-position: -10% 110%, 105% 120%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 60%, 55%;
    background-attachment: scroll, scroll;
  }

  .as_title.v2.bottom._1 {
    margin-bottom: 100px;
  }

  .accordian-panel {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .officers-category {
    font-size: .95rem;
  }

  .cta_large_wrapper {
    padding: 40px 15px;
  }

  .faq_cta_div {
    padding-top: 10px;
  }

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

  .contact_cell {
    padding: 25px 15px;
  }

  .cc_heading {
    font-size: 20px;
  }

  .contact_form_div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cc_blue_grad {
    width: 200px;
  }

  .map_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .purple_grad.v4 {
    width: 200px;
  }

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

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

  .sec_content_wrapper {
    width: auto;
  }

  .hero_tickets_icon {
    display: none;
    left: 5%;
  }

  .hero_form_icon {
    display: none;
    top: 0%;
    right: 15%;
  }

  .hero_mic_icon {
    display: none;
    bottom: 0%;
  }

  .hero_pics_icon {
    display: none;
    bottom: -2%;
  }

  .hero_star_icon_50 {
    bottom: 0%;
    left: 15%;
  }

  .hero_star_icon_50.position {
    display: none;
    top: 0%;
  }

  .terms_policy_condition_inner_list {
    padding-left: 0;
  }

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

  .pricing_div_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing_inner_item {
    min-height: auto;
  }

  .pricing-plan-redirect-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .scale_cart_section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .scale_plan_features_list {
    flex-flow: column;
  }

  .popup_get_started {
    display: none;
  }

  .form_close_button_2 {
    top: 3%;
    right: 5%;
  }
}

#w-node-_6852fbc7-113e-bc8b-a7ab-b707f009bbf1-c79083d8, #w-node-da2cf0ce-3e80-2e95-e749-8db2a4f583f5-a4f58382 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a87435ce-2bba-2acc-8c52-8c46b9dcfe13-643ef078 {
  grid-template-rows: auto;
  grid-template-columns: .85fr .75fr 1fr;
}

#w-node-f2951eed-6198-6c41-d2f8-1d107231025e-9b96dcb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_9a6992d3-ceda-a38c-ad15-865d93e989d9-9b96dcb9 {
  justify-self: stretch;
}

#w-node-bcda34de-9bf6-9c73-b0fc-4833700d7160-3002eaba, #w-node-_83803459-89bf-5e86-8d0a-f8503425516c-3002eaba, #w-node-_956c0788-5729-7aa2-1128-23ac95f26e4f-3002eaba, #w-node-e20a8f93-2f11-62f5-09f8-1621bb54e31e-3002eaba, #w-node-bcda34de-9bf6-9c73-b0fc-4833700d7160-dba4e9c8, #w-node-_83803459-89bf-5e86-8d0a-f8503425516c-dba4e9c8, #w-node-_908a7a50-6363-290c-cdfc-7dc141119ca6-dba4e9c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02fcb33d-72ce-3179-d066-63ae6488d822-c0490e44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bcdec431-40a0-6679-f81d-e181456b6c35-670481aa {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-da2cf0ce-3e80-2e95-e749-8db2a4f583f5-a4f58382 {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6852fbc7-113e-bc8b-a7ab-b707f009bbf1-c79083d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b079628f-2219-8d6f-408c-5d6a806e7208-806e7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b079628f-2219-8d6f-408c-5d6a806e720a-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e7217-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e7224-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e7231-806e7204 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da2cf0ce-3e80-2e95-e749-8db2a4f583f5-a4f58382 {
    display: none;
  }

  #w-node-f2951eed-6198-6c41-d2f8-1d107231025e-9b96dcb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b079628f-2219-8d6f-408c-5d6a806e7208-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e720a-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e7217-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e7224-806e7204, #w-node-b079628f-2219-8d6f-408c-5d6a806e7231-806e7204 {
    grid-column: span 1 / span 1;
  }

  #w-node-_909b662c-16e2-a740-bac8-81525b7acd09-8aae28ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adellesansara';
  src: url('../fonts/AdelleSansARA-Bold.otf') format('opentype'), url('../fonts/AdelleSansARA-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adellesansara';
  src: url('../fonts/AdelleSansARA-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adellesansara';
  src: url('../fonts/AdelleSansARA-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adellesansara';
  src: url('../fonts/AdelleSansARA-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}