@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Roobert;
  src: url('../fonts/Roobert-Bold.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebond Grotesque;
  src: url('../fonts/Rebond-Grotesque-Extrabold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebond Grotesque;
  src: url('../fonts/Rebond-Grotesque-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading-color: #391952;
  --secondary-color: #1f97d6;
  --white: #fff;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-800: #1b114a;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-dark: #2d0896;
  --walsh--black: #2c2c2c;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--general--shadow-04: #14142b24;
}

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

h1 {
  color: var(--heading-color);
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 95px;
  font-weight: 800;
  line-height: 100%;
}

h2 {
  color: var(--heading-color);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 110%;
}

h3 {
  color: var(--heading-color);
  letter-spacing: -1.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  color: var(--heading-color);
  letter-spacing: -.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  color: var(--heading-color);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  letter-spacing: -.11px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: var(--heading-color);
  letter-spacing: -.18px;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.mb-50 {
  margin-bottom: 50px;
}

.max-w100 {
  max-width: 100%;
}

.color-black {
  color: #000;
}

.mb-100 {
  margin-bottom: 100px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

.mb-80 {
  margin-bottom: 80px;
}

.overflow-hidden {
  overflow: hidden;
}

.d-block, .d-none {
  display: flex;
}

.is-magnetic {
  display: inline-block;
}

.transparent-bg {
  color: #000;
  background-color: #0000;
}

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

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

.overflow-visible {
  overflow: visible;
}

.button-content {
  grid-column-gap: 10px;
  display: flex;
}

.mb-15 {
  margin-bottom: 15px;
}

.text-right {
  text-align: right;
}

.color-white {
  color: #fff;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.button-text {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.ml-50 {
  padding-right: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

.add-to-cart-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

.primary-button {
  z-index: 0;
  background-color: var(--heading-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ml-30 {
  padding-right: 30px;
}

.align-center-both {
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-flex {
  display: flex;
}

.text-uppercase {
  text-transform: uppercase;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-paddiing {
  padding-bottom: 180px;
}

.mb-60 {
  margin-bottom: 60px;
}

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

.nav-right-content {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-right-content.mobile {
  display: none;
}

.navbar-wrapper {
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  display: flex;
  box-shadow: 0 4px 60px #00000014;
}

.nav-menu-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-brand {
  flex: none;
}

.nav-link {
  color: var(--heading-color);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--secondary-color);
}

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

.navigation-wrap {
  margin-top: 30px;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.nav-button {
  z-index: 0;
  background-color: var(--heading-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-orbit-wrap {
  z-index: -1;
  position: absolute;
  top: -15px;
}

.outer-circle-logo {
  z-index: 5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outer-circle-logo.plus-logo {
  z-index: -1;
  inset: auto auto 50% -.6%;
}

.outer-circle {
  width: 100%;
}

.orbit-outer-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.orbit-mid-wrap {
  object-fit: cover;
  width: 73%;
  height: 74%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 11% 0% 0%;
}

.mid-circle {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.mid-circle-logo {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mid-circle-logo.pp {
  top: 18%;
  left: 2%;
}

.mid-circle-logo.sn {
  inset: auto auto 6% 14%;
}

.mid-circle-logo.email {
  inset: auto 6% 14% auto;
}

.mid-circle-logo.pen {
  inset: 30% -1% 0% auto;
}

.orbit-inner-wrap {
  z-index: -2;
  margin-left: auto;
  margin-right: auto;
}

.inner-circle {
  z-index: -2;
  width: 100%;
  position: absolute;
  inset: 50px auto auto 2px;
}

.banner-content {
  text-align: center;
  margin-top: 130px;
}

.banner-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-extra-color {
  color: var(--secondary-color);
}

.banner-paragraph {
  max-width: 40ch;
  margin: 27px auto 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 135%;
}

.login-wrap {
  text-decoration: none;
}

.login-text {
  color: var(--heading-color);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.banner-bottom-wrap {
  grid-column-gap: 85px;
  justify-content: center;
  align-items: center;
  margin-top: 380px;
  display: flex;
}

.banner-bottom-single-item.alt {
  border-left: 2px solid var(--heading-color);
  padding-left: 30px;
}

.banner-botton-item-icon {
  margin-bottom: 16px;
}

.banner-bottom-item-content {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.bottom-item-text {
  color: #a292af;
  margin-top: 3px;
  font-family: Roobert, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.bottom-item-text.alt {
  color: var(--secondary-color);
  margin-top: 0;
}

.bottom-item-text-2 {
  font-family: Rebond Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.features-area {
  padding-bottom: 240px;
}

.feature-content-wrap {
  margin-bottom: 75px;
  display: flex;
}

.section-title {
  max-width: 19ch;
  margin-bottom: 22px;
}

.section-title.mw100 {
  max-width: 100%;
}

.section-title-extra-color {
  color: var(--secondary-color);
}

.section-title-extra-color._2nd {
  color: #5a7af9;
}

.section-paragraph {
  max-width: 38ch;
  font-size: 20px;
  line-height: 150%;
}

.section-paragraph.mb-35 {
  font-weight: 400;
}

.section-paragraph.mw100 {
  max-width: 100%;
}

.feature-thumbnail {
  align-self: flex-end;
}

.feature-items-wrapper {
  grid-column-gap: 98px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-icon-wrap {
  background-color: #f0e7f9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 12px;
  display: flex;
}

.feature-item-title {
  max-width: 18ch;
  margin-bottom: 12px;
}

.feature-item-paragraph {
  max-width: 30ch;
  font-size: 20px;
}

.extention-area {
  padding-bottom: 210px;
}

.extention-content-wrap {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.extention-thumbanil {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.thumbnail-wrap {
  background-color: #f8f1fc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  display: flex;
}

.thumbnail-wrap._2nd {
  background-color: #f0f6ff;
}

.extention-image {
  align-self: flex-end;
}

.ai-email-image {
  position: absolute;
  inset: auto auto 13% -16%;
}

.browser-extention {
  position: absolute;
  inset: 17% -21% auto auto;
}

.ai-bot {
  position: absolute;
  inset: auto -5% 13% auto;
}

.secondary-button {
  z-index: 0;
  background-color: var(--heading-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rewrite-area {
  padding-bottom: 200px;
}

.rewrite-content-wrap {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rewriter-thumbnail {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.extention-title {
  max-width: 19ch;
  margin-bottom: 24px;
}

.rewriter-title {
  max-width: 10ch;
  margin-bottom: 24px;
}

.rewrite-image {
  align-self: flex-end;
  margin-left: -110px;
}

.toolbar-image {
  position: absolute;
  inset: auto auto 32% -30%;
  box-shadow: 0 2px 10px #0000001f;
}

.sendnow-image {
  position: absolute;
  inset: 20% auto auto -10%;
}

.rewrite-small-image {
  position: absolute;
  inset: 14% -14% auto auto;
  box-shadow: 0 2px 14px #0000002e;
}

.grammerly-image {
  position: absolute;
  inset: auto -9% -9% auto;
}

.section-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.how-to-pwrite-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-to-single-item {
  grid-column-gap: 128px;
  grid-row-gap: 16px;
  background-color: #f8f1fc;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 145px 100px;
  display: grid;
}

.how-to-single-item._2nd {
  background-color: #faeae6;
}

.how-to-single-item._3rd {
  background-color: #e5efff;
  grid-template-columns: 1.25fr 1fr;
}

.serial-no {
  color: #7aadff;
  letter-spacing: -.2px;
  margin-bottom: 15px;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 110%;
}

.serial-no._2nd {
  color: #eba999;
}

.how-to-item-title {
  max-width: 14ch;
  margin-bottom: 20px;
}

.how-to-item-description {
  max-width: 40ch;
  font-size: 20px;
  line-height: 150%;
}

.tools-area-content {
  margin-bottom: 65px;
}

.tools-single-items-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tools-icon-wrap {
  margin-bottom: 30px;
}

.tools-item-title {
  margin-bottom: 16px;
}

.tools-item-description {
  max-width: 33ch;
  font-size: 18px;
}

.more-feature-content-wrap {
  margin-bottom: 65px;
}

.more-feature-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-single-item-two {
  text-align: center;
  background-color: #f8f1fc;
  border-radius: 24px;
  padding: 64px 48px;
}

.feature-single-item-two._2nd {
  background-color: #e5efff;
}

.feature-single-item-two._3rd {
  background-color: #faeae6;
}

.more-feature-icon {
  margin-bottom: 35px;
}

.more-feature-item-title {
  margin-bottom: 15px;
}

.more-feature-desciption {
  font-size: 18px;
}

.testimonial-area {
  background-color: #f9f7f5;
  margin-bottom: 180px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.testimonial-marquee {
  grid-column-gap: 24px;
  align-items: center;
  width: 200%;
  display: flex;
  overflow: hidden;
}

.marquee-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.testimonial-signle-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 36px 28px;
}

.testimonial-author {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.author-meta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.author-name {
  color: var(--heading-color);
  letter-spacing: -.16px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.author-designation {
  color: var(--heading-color);
  letter-spacing: -.14px;
  font-family: Roobert, sans-serif;
  line-height: 140%;
}

.testimonial-desciption {
  max-width: 37ch;
}

.faq-paragraph {
  max-width: 66ch;
  margin-bottom: 0;
  font-size: 18px;
}

.p-m-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  max-width: 870px;
  margin-top: 24px;
  overflow: visible;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-item {
  border-bottom: 1px solid var(--heading-color);
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 15px;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 20px;
  height: 2px;
  position: absolute;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq-item-wrap {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}

.plus {
  background-color: #000;
  width: 2px;
  height: 18px;
  position: absolute;
}

.call-to-action-area {
  z-index: 1;
  position: relative;
}

.cta-content-wrapper {
  background-color: var(--heading-color);
  border-radius: 50px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-title {
  text-align: center;
  max-width: 18ch;
}

.connect-form-block {
  width: 460px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.connect-form {
  z-index: 0;
  align-items: flex-end;
  position: relative;
}

.text-field {
  color: var(--heading-color);
  background-color: #d1aaee;
  border: 1px solid #d1aaee;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 140px;
}

.text-field::placeholder {
  color: var(--heading-color);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
}

.submit-button {
  z-index: 1;
  color: var(--heading-color);
  background-color: #fff;
  border-radius: 100px;
  padding: 14px 24px 16px;
  font-family: Roobert, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  inset: 4px 4px 4px auto;
}

.cta-items-wrapper {
  grid-column-gap: 36px;
  align-items: center;
  display: flex;
}

.cta-single-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.cta-item-text {
  color: var(--white);
  font-family: Roobert, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.footer-area {
  z-index: 0;
  background-color: #f8f2fc;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  margin-top: -120px;
  padding-top: 220px;
  position: relative;
}

.footer-social-wrapper {
  grid-column-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.footer-social-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-item-name {
  color: var(--heading-color);
  letter-spacing: -.16px;
  font-family: Roobert, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.social-icon {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.divider {
  background-color: var(--heading-color);
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.footer-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-menu-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}

.footer-top {
  margin-bottom: 100px;
}

.footer-menu-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.list-item {
  color: #1f1f1f;
  cursor: pointer;
  font-family: Roobert, sans-serif;
  font-size: 18px;
  line-height: 150%;
  transition: all .3s;
}

.list-item:hover {
  color: var(--secondary-color);
  transform: translate(5px);
}

.copyright-content {
  z-index: 0;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.copyright-text {
  color: #1f1f1f;
  letter-spacing: -.07px;
  margin-top: 7px;
  font-family: Roobert, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.footer-logo {
  margin-right: 28px;
}

.button-bg-block {
  z-index: -1;
  background-color: var(--secondary-color);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-title-wrap {
  overflow: hidden;
}

.banner-title-wrap._2nd {
  padding-bottom: 6px;
}

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

.button {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-family: Rebond Grotesque, sans-serif;
  font-size: 20px;
  line-height: 50px;
}

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

.banner-title-1 {
  color: var(--secondary-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.video {
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
}

.video-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-section-large {
  padding: 92px 40px;
  position: relative;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.f-text-color-white {
  color: #fff;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

.f-pricing-button-grid {
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-divider-small {
  background-color: var(--flowui-component-library--gray-400);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-card-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-button-secondary-white {
  border: 1px solid var(--flowui-component-library--gray-700);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.f-button-secondary-white:hover {
  border-color: var(--flowui-component-library--gray-200);
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-800);
}

.f-button-secondary-white:active {
  background-color: var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--primary-base);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-pricing-divider-dark {
  background-color: var(--flowui-component-library--grey-600);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.f-margin-bottom-57 {
  margin-bottom: 12px;
}

.f-margin-bottom-58 {
  margin-bottom: 24px;
}

.f-pricing-card-outline-copy {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #89ce65;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-text-grey-xsmall {
  color: #2c2c2c80;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-text-block {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 124px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---paragraph-default {
  color: var(--heading-color);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-full-width {
  background-color: var(--heading-color);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---pricing-content-v2 {
  padding: 40px 28px;
}

.brix---divider-40px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---card-pricing-popular {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--heading-color);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.brix---btn-primary-white-full-width {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-copy {
  color: var(--white);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

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

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

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

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

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---position-relative {
  position: relative;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 14px;
  padding-bottom: 20px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

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

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

@media screen and (min-width: 1280px) {
  .d-block {
    display: block;
  }

  .d-none {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 100px;
    line-height: 102%;
  }

  h2 {
    font-size: 68px;
    line-height: 116%;
  }

  h3 {
    font-size: 54px;
    line-height: 110%;
  }

  .container {
    margin-right: 0;
  }

  .orbit-mid-wrap {
    width: 74%;
    height: 74%;
  }

  .inner-circle {
    top: 52px;
    left: 6px;
  }

  .banner-paragraph {
    font-size: 23px;
    line-height: 138%;
  }

  .section-paragraph {
    font-size: 21px;
  }

  .serial-no {
    font-size: 54px;
  }

  .how-to-item-description {
    font-size: 21px;
  }

  .text-field::placeholder {
    text-transform: capitalize;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 108px;
    line-height: 104%;
  }

  h2 {
    font-size: 72px;
    line-height: 120%;
  }

  h3 {
    font-size: 56px;
    line-height: 110%;
  }

  .navbar-wrapper {
    justify-content: space-around;
  }

  .banner-area.overflow-hidden.section-paddiing {
    margin-left: 0;
    margin-right: 0;
  }

  .orbit-mid-wrap {
    width: 74%;
    height: 74%;
  }

  .orbit-inner-wrap {
    top: 6%;
    left: 2%;
  }

  .inner-circle {
    top: 52px;
    left: 5px;
  }

  .banner-paragraph {
    font-size: 24px;
    line-height: 140%;
  }

  .section-paragraph {
    font-size: 22px;
  }

  .serial-no {
    font-size: 56px;
    line-height: 110%;
  }

  .how-to-item-description {
    font-size: 22px;
  }

  .testimonial-area {
    overflow: hidden;
  }

  .cta-content {
    flex-direction: column;
    align-items: center;
  }

  .copyright-content {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 75px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
    line-height: 130%;
  }

  h6 {
    font-size: 20px;
  }

  .mb-35 {
    margin-bottom: 30px;
  }

  .button-text {
    font-size: 15px;
  }

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

  .mb-70 {
    margin-bottom: 50px;
  }

  .primary-button {
    padding: 14px 35px;
  }

  .section-paddiing {
    padding-bottom: 100px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .nav-right-content {
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .nav-right-content.mobile {
    grid-row-gap: 30px;
    display: flex;
  }

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

  .nav-menu-two {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .menu-button {
    color: var(--heading-color);
    background-color: #fff;
    padding: 0 12px;
  }

  .menu-button.w--open {
    color: var(--heading-color);
    background-color: #0000;
  }

  .nav-link {
    padding: 10px 5px;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
  }

  .nav-button {
    padding: 14px 35px;
  }

  .banner-orbit-wrap {
    top: 85px;
  }

  .outer-circle {
    width: 98%;
  }

  .orbit-mid-wrap {
    width: 78%;
    height: 75%;
    top: 9%;
  }

  .mid-circle {
    z-index: -2;
  }

  .mid-circle-logo {
    width: 62px;
  }

  .mid-circle-logo.pp {
    width: 60px;
    left: 0%;
  }

  .mid-circle-logo.sn {
    width: 54px;
    left: 10%;
  }

  .mid-circle-logo.email {
    bottom: 10%;
  }

  .mid-circle-logo.pen {
    top: 28%;
    right: -2%;
  }

  .orbit-inner-wrap {
    width: 105%;
    position: absolute;
    inset: -2% 0% 0%;
  }

  .inner-circle {
    top: 13px;
    left: -14px;
  }

  .banner-content {
    margin-top: 70px;
  }

  .banner-paragraph {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .banner-bottom-wrap {
    margin-top: 210px;
  }

  .features-area {
    padding-bottom: 160px;
  }

  .section-title {
    max-width: 100%;
  }

  .section-paragraph {
    max-width: 100%;
    font-size: 17px;
  }

  .feature-thumbnail {
    display: none;
  }

  .feature-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-icon-wrap {
    width: 74px;
    height: 74px;
  }

  .feature-item-title, .feature-item-paragraph {
    max-width: 100%;
  }

  .extention-area {
    padding-bottom: 130px;
  }

  .extention-content-wrap {
    grid-column-gap: 50px;
  }

  .thumbnail-wrap {
    width: 325px;
    height: 284px;
  }

  .extention-image {
    width: 200px;
  }

  .ai-email-image {
    width: 130px;
    left: -7%;
  }

  .browser-extention {
    width: 150px;
    right: -17%;
  }

  .secondary-button {
    padding: 13px 24px;
  }

  .rewrite-area {
    padding-bottom: 120px;
  }

  .rewrite-content-wrap {
    grid-column-gap: 50px;
  }

  .extention-title, .rewriter-title {
    font-size: 48px;
  }

  .rewrite-image {
    width: 280px;
  }

  .toolbar-image {
    width: 222px;
    left: -19%;
  }

  .sendnow-image {
    width: 110px;
    top: 16%;
  }

  .rewrite-small-image {
    width: 100px;
    top: 9%;
    right: -6%;
  }

  .grammerly-image {
    width: 130px;
    bottom: 1%;
    right: -5%;
  }

  .how-to-single-item {
    grid-column-gap: 50px;
    padding: 60px 30px;
  }

  .serial-no {
    font-size: 42px;
  }

  .how-to-item-description {
    font-size: 18px;
  }

  .tools-single-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 35px;
  }

  .tools-icon-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .tools-item-description {
    font-size: 16px;
  }

  .more-feature-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: start;
  }

  .feature-single-item-two {
    padding: 20px;
  }

  .more-feature-icon {
    width: 90px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .more-feature-desciption {
    word-break: break-all;
    font-size: 16px;
  }

  .testimonial-area {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-content-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-title {
    font-size: 50px;
  }

  .footer-columns {
    grid-template-areas: ".";
  }

  .footer-menu-list {
    grid-row-gap: 15px;
  }

  .list-item {
    font-size: 16px;
  }

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

  .icon {
    font-size: 34px;
  }

  .heading {
    font-size: 45px;
  }

  .video {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size-copy {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

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

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

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

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

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h5 {
    font-size: 20px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .add-to-cart-wrap {
    display: block;
  }

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

  .mb-70, .mb-40 {
    margin-bottom: 30px;
  }

  .section-paddiing {
    padding-bottom: 80px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .navbar-brand {
    max-width: 120px;
    padding-left: 0;
  }

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

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

  .banner-area.overflow-hidden.section-paddiing {
    overflow: visible;
  }

  .banner-orbit-wrap {
    display: none;
  }

  .orbit-mid-wrap {
    object-fit: cover;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }

  .mid-circle, .inner-circle {
    width: 100%;
    top: 0%;
    left: 0%;
  }

  .banner-content {
    margin-top: 50px;
  }

  .banner-paragraph {
    margin-top: 20px;
  }

  .banner-bottom-wrap {
    grid-column-gap: 24px;
    margin-top: 60px;
  }

  .banner-bottom-single-item.alt {
    padding-left: 20px;
  }

  .bottom-item-text {
    font-size: 14px;
  }

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

  .features-area {
    padding-bottom: 140px;
  }

  .feature-content-wrap {
    margin-bottom: 40px;
  }

  .feature-icon-wrap {
    width: 64px;
    height: 64px;
  }

  .extention-area {
    padding-bottom: 80px;
  }

  .extention-content-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .rewrite-area {
    padding-bottom: 80px;
  }

  .rewrite-content-wrap {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .extention-title, .rewriter-title {
    font-size: 46px;
  }

  .how-to-pwrite-item-wrap {
    grid-row-gap: 30px;
  }

  .how-to-single-item {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-to-single-item._3rd {
    grid-template-columns: 1fr;
  }

  .tools-area-content {
    margin-bottom: 45px;
  }

  .tools-single-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .more-feature-content-wrap {
    margin-bottom: 45px;
  }

  .more-feature-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-area {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .faq-title {
    font-size: 22px;
    line-height: 30px;
  }

  .faq-item-wrap {
    margin-right: 30px;
  }

  .cta-content-wrapper {
    padding: 60px 30px;
  }

  .cta-title {
    font-size: 36px;
  }

  .connect-form-block {
    width: 100%;
  }

  .cta-items-wrapper {
    grid-column-gap: 10px;
  }

  .cta-item-text {
    font-size: 15px;
  }

  .footer-area.overflow-hidden {
    padding-top: 200px;
  }

  .footer-social-wrapper {
    grid-column-gap: 24px;
    margin-bottom: 80px;
  }

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

  .footer-menu-title {
    margin-bottom: 20px;
  }

  .footer-top {
    margin-bottom: 80px;
  }

  .copyright-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 30px;
  }

  .footer-logo {
    width: 100px;
    margin-right: 15px;
  }

  .rating-image {
    width: 100px;
  }

  .feature-icon-01 {
    width: 30px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-35 {
    margin-bottom: 20px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .text-center, .text-right {
    text-align: left;
  }

  .button-text {
    font-size: 16px;
    line-height: 16px;
  }

  .mb-70 {
    margin-bottom: 30px;
  }

  .primary-button {
    padding: 14px 24px;
  }

  .section-paddiing {
    padding-bottom: 60px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

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

  .outer-circle-logo {
    max-width: 32px;
    max-height: 32px;
  }

  .banner-content {
    margin-top: 40px;
  }

  .banner-paragraph {
    font-size: 17px;
  }

  .banner-bottom-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .features-area {
    padding-bottom: 120px;
  }

  .section-paragraph.mb-35 {
    font-size: 16px;
  }

  .feature-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .thumbnail-wrap {
    width: 305px;
  }

  .browser-extention {
    width: 115px;
    top: 20%;
    right: -8%;
  }

  .extention-title, .rewriter-title {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 38px;
  }

  .rewrite-image {
    margin-left: -70px;
  }

  .toolbar-image {
    display: none;
  }

  .serial-no {
    font-size: 32px;
  }

  .how-to-item-description {
    font-size: 16px;
  }

  .tools-area-content {
    margin-bottom: 40px;
  }

  .tools-single-items-wrapper {
    grid-template-columns: 1fr;
  }

  .tools-icon-wrap {
    margin-bottom: 15px;
  }

  .tools-item-title {
    margin-bottom: 10px;
  }

  .tools-item-description {
    max-width: 100%;
  }

  .more-feature-content-wrap {
    margin-bottom: 40px;
  }

  .more-feature-item-wrapper {
    grid-template-columns: 1fr;
  }

  .more-feature-icon {
    margin-bottom: 20px;
  }

  .more-feature-item-title {
    margin-bottom: 10px;
  }

  .testimonial-area {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-paragraph {
    font-size: 15px;
  }

  .faq-answer-inner {
    margin-top: 18px;
  }

  .faq-title {
    font-size: 19px;
  }

  .faq-item-wrap {
    margin-right: 0;
  }

  .cta-content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-title {
    max-width: 100%;
    font-size: 29px;
  }

  .connect-form-block {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .text-field {
    padding-right: 116px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .submit-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .cta-items-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-social-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-title {
    font-size: 20px;
  }

  .footer-top {
    margin-bottom: 60px;
  }

  .footer-nav {
    margin-bottom: 30px;
  }

  .copyright-content {
    flex-wrap: wrap;
  }

  .copyright-text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }

  .f-pricing-card-outline, .f-pricing-card-dark {
    padding: 32px;
  }

  .container-2 {
    max-width: none;
  }

  .f-pricing-card-outline-copy {
    padding: 32px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-text-grey-xsmall {
    font-size: 13px;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .brix---paragraph-default-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }
}

#w-node-_569d6d8b-46fb-18fe-0b70-6d27e75c1a0a-cad92329 {
  align-self: center;
}

#w-node-d724de09-c840-9217-f189-a39d2c8b772a-cad92329 {
  justify-self: end;
}

#w-node-_20df111a-93e5-8168-3072-3389d7fbc02d-cad92329, #w-node-_24e9a40d-c521-4c52-44c2-2990dda5c1f8-cad92329 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9d67d601-3df4-e81e-ee3b-bce32ecce9e3-cad92329 {
    align-self: end;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebond Grotesque';
  src: url('../fonts/Rebond-Grotesque-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebond Grotesque';
  src: url('../fonts/Rebond-Grotesque-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}