:root {
  --white: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  background-image: url('https://assets.vertah.org/keevi/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #0882ff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  border: 1px solid #e21111;
}

.nav-menu {
  text-align: left;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block {
  font-size: 24px;
}

.brand {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.nav-logo {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-links-container {
  float: left;
  clear: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.container {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.button {
  color: #1a1919;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-style: normal;
}

.button.btn-radius {
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-color: #fff;
  border-radius: 8px;
  padding: 8px 36px;
}

.button.btn-radius:hover {
  color: #fff;
  background-color: #0080ff;
}

.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #f7f7f7;
  background-clip: border-box;
}

.navbar.conditional-class {
  z-index: 999;
  color: #fff;
  background-color: #f7f7f7;
  position: sticky;
  top: 0;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

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

.btn-radius {
  border-radius: 8px;
}

.link-block {
  margin-top: 15px;
  display: block;
}

.button-2 {
  border-radius: 8px;
  margin-top: 0;
}

.body {
  color: #333;
  background-color: #f7f7f7;
  font-family: Inter, sans-serif;
}

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

.section-2 {
  padding-top: 50px;
}

.container-3 {
  display: block;
}

.div-block-3 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-width {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-5 {
  flex: 1;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  align-items: center;
  min-width: 60px;
  max-height: 60px;
  display: flex;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.footer-link {
  color: #828282;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.banner-content-container {
  color: #fff;
  text-align: center;
  max-width: 90%;
  margin-top: 160px;
  padding-bottom: 60px;
  padding-left: 0;
  display: block;
}

.banner-wrapper {
  background-color: #eb8d76;
  background-image: url('https://assets.vertah.org/keevi/landing_page_BG-min-1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-top: 80px;
}

.btn-big-white {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.btn-big-white:hover {
  color: #fff;
  background-color: #0080ff;
}

.section-wrapper {
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.content-button {
  color: #fff;
  cursor: pointer;
  background-color: #0080ff;
  border: 1px solid #0000;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.content-button:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #0080ff;
}

.banner-heading {
  font-size: 48px;
  line-height: 56px;
}

.banner-description {
  font-size: 18px;
  line-height: 32px;
}

.banner-image {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.image-2 {
  max-width: 1440px;
  margin-bottom: -160px;
}

.top-banner {
  margin-top: 0;
  margin-bottom: 160px;
}

.section-1-content {
  margin-top: 200px;
  padding-bottom: 90px;
}

.content-heading {
  color: #000;
  text-align: center;
  font-size: 48px;
  display: block;
}

.content-heading.content-head-faq {
  color: #000;
  text-align: left;
}

.content-heading.color-black {
  color: #000;
}

.content-description {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
}

.section-video {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-how-to {
  text-align: center;
  margin-top: 160px;
}

.step-wrapper {
  margin-top: 160px;
  margin-bottom: 240px;
}

.step-count {
  color: #e0e0e0;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 20px;
  display: none;
}

.content-heading-h3 {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.step-content {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  align-items: center;
  width: 70%;
  margin-left: 30px;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
}

.div-block-12 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: 30px;
  padding-right: 0;
  display: flex;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-step-d1-content {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.step-description {
  text-align: center;
  margin-bottom: 120px;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin-left: auto;
  display: flex;
}

.faq-container {
  text-align: left;
  margin-bottom: 99px;
}

.accordian-item {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.accordian-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.accordian-content {
  border: 4px #000;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 40px;
  margin-left: 80px;
  display: block;
  overflow: hidden;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.faq-heading {
  text-align: left;
  margin-bottom: 30px;
}

.accordian-content-inner {
  border-left: 4px #0080ff;
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collapsible-icon {
  color: #0080ff;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 200;
  display: block;
}

.collapsible-icon.collapsible-minus-icon {
  width: 25px;
  margin-top: 0;
}

.collapsible-icon.collapsible-plus-icon {
  width: 25px;
  margin-top: 0;
  font-size: 32px;
}

.collapsible-minus-icon {
  font-size: 30px;
  font-weight: 200;
}

.paragraph {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
}

.other-tools-container {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 120px;
}

.div-block-16 {
  display: block;
}

.tools-wrapper {
  margin-bottom: 41px;
}

.tools-wrapper.d-none {
  display: none;
}

.tool-icon {
  text-align: center;
  background-color: #0080ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.image-4 {
  width: auto;
  max-width: none;
  height: 48px;
  display: inline-block;
}

.tool-description {
  line-height: 24px;
}

.tool-box-heading {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section-wrapper-nospace {
  text-align: center;
}

.logo-white {
  color: #fff;
  margin-right: 5px;
}

.text-block-2 {
  display: block;
}

.link-block-2 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-6 {
  flex: 0 auto;
  margin-right: 5px;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-17 {
  justify-content: flex-end;
  display: flex;
}

.about-content, .about-content h3, .about-content h1 {
  text-align: left;
}

.about-content ul {
  text-align: left;
  padding-left: 18px;
  font-size: 18px;
  line-height: 32px;
}

.about-content p {
  font-size: 18px;
  line-height: 32px;
}

.about-content a {
  color: #0080ff;
  text-decoration: none;
}

.about-content a:hover {
  text-decoration: underline;
}

.about-content ol {
  padding-left: 18px;
  font-size: 18px;
  line-height: 32px;
}

.about-container {
  margin-bottom: 240px;
}

.about-col-2 {
  text-align: left;
}

.about-col-2 ul {
  font-size: 18px;
  line-height: 32px;
}

.about-col-1 {
  text-align: left;
}

.about-col-1 ul {
  padding-left: 18px;
  font-size: 18px;
  line-height: 32px;
}

.about-content-end p {
  font-size: 18px;
  line-height: 32px;
}

.about-content-block {
  text-align: left;
  margin-top: 20px;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
  line-height: 24px;
}

.footer-container {
  text-align: left;
  display: block;
}

.copyright-container {
  color: #e0e0e0;
  margin-top: 40px;
  line-height: 24px;
}

.text-block-4 {
  margin-top: 10px;
}

.div-block-19 {
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.footer-social-links {
  margin-top: 40px;
}

.rich-text-block-5 {
  justify-content: center;
  line-height: 24px;
  display: block;
}

.footer-social-links-list {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.footer-social-list-item {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
}

.footer-logo-link {
  text-decoration: none;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-count-num {
  line-height: 20px;
  overflow: visible;
}

.nav-link {
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  display: block;
}

.div-block-21 {
  display: inline-block;
}

.nav-link-container {
  display: inline-block;
  position: relative;
}

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

.nav-link-dropdown {
  color: #fff;
  background-color: #fff;
  border: 1px #ffffff1a;
  border-radius: 8px;
  width: 210px;
  position: absolute;
  overflow: hidden;
}

.nav-dropdown-links {
  border: 1px solid #ffffff4d;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.nav-dropdown-link {
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #ffffff1a;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.nav-dropdown-link:hover {
  background-color: #f7f7f7;
  border-radius: 8px;
  width: 100%;
}

.nav-dropdown-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff4d;
}

.nav-dropdown-item:hover {
  background-color: #00000080;
}

.video-placeholder {
  max-width: 800px;
  display: none;
  overflow: visible;
}

.video-holder {
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 800px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-shadow {
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 0;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 10px 15px 10px #cccbcb;
}

.video-block {
  border-radius: 30px;
  flex-direction: row;
  display: block;
  overflow: hidden;
}

.nav-links-holder {
  padding: 10px;
}

.nav-link-h1 {
  color: #000;
}

.nav-link-h1-bold {
  font-weight: 600;
}

.container-h1 {
  color: #333;
  background-color: #fff0;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.nav-logo-h1 {
  z-index: -1;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-h1 {
  color: #1a1919;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-style: normal;
}

.button-h1.btn-radius {
  cursor: pointer;
  background-color: #fff0;
  border-color: #bdbdbd;
  border-radius: 8px;
  padding: 8px 36px;
}

.button-h1.btn-radius:hover {
  color: #fff;
  background-color: #0080ff;
}

.button-h1.btn-radius.start-new-project {
  float: right;
  clear: right;
}

.banner-content-container-home {
  color: #333;
  text-align: center;
  max-width: 90%;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 0;
  display: block;
}

.banner-link {
  color: #333;
  line-height: 24px;
  display: block;
}

.section-wrapper-h {
  text-align: center;
  max-width: 1107px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.step-content-home {
  max-width: 1062px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2 {
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
}

.timeline-vector {
  margin-top: -120px;
  position: absolute;
  left: 30%;
  right: auto;
}

.step-image {
  max-width: 628px;
  margin-top: -40px;
  overflow: hidden;
}

.step-image.step-size {
  max-width: 500px;
}

.step-image.step-size.img-size {
  max-width: 400px;
}

.step-cols-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.step-cols-container.hide {
  display: none;
}

.step-cols-container.ste-second-swap {
  padding-top: 0;
}

.step-cols-container.ste-second-swap.top-margin {
  margin-top: 0;
  padding-top: 0;
}

.step-cols-container.step-third-col {
  padding-top: 60px;
}

.step-cols-container.step-third-col.remove-top-margin {
  margin-top: -40px;
  padding-top: 0;
}

.step-bottom-block {
  padding-top: 73px;
  line-height: 24px;
}

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

.step-cols-container-copy {
  margin-bottom: 100px;
}

.div-block-24 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 14%;
  padding-top: 50px;
  display: flex;
}

.div-block-25 {
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-26 {
  margin-top: -18px;
  margin-left: 30px;
}

.rich-text-block-6 {
  text-align: right;
  line-height: 24px;
}

.div-block-27 {
  margin-top: -10px;
  padding-right: 55px;
}

.div-block-28 {
  margin-top: 95px;
  padding-left: 20px;
}

.rich-text-block-7 {
  line-height: 24px;
}

.column-4 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.marketer {
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16%;
  padding: 40px 64px 40px 260px;
  display: flex;
}

.columns-7 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.marketer-bottom-border {
  background-color: #0080ff;
  width: 100px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-block-6 {
  font-weight: 600;
}

.marketer-slider-image {
  z-index: 1;
  max-width: 100%;
  margin-left: -75%;
  display: block;
  overflow: visible;
}

.marketer-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marketer-slider-arrows {
  border: 1px solid #0000001a;
  border-radius: 16px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 15px;
  display: inline-block;
}

.tools-slide {
  background-color: #fff;
  border-radius: 16px;
  padding: 80px;
  position: relative;
  overflow: visible;
}

.tools-slide.d-none {
  display: none;
}

.heading-2 {
  text-align: left;
}

.stock-image {
  margin-top: 30px;
}

.tips-section.d-none {
  display: none;
}

.video-container-h {
  margin-top: 40px;
}

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

.chevron-left {
  width: 6px;
  display: inline-block;
}

.chevron-right {
  width: 6px;
  margin-left: 30px;
}

.marketing-slide-content {
  color: #000;
  margin-top: 24px;
  margin-left: 64px;
  font-size: 18px;
  line-height: 32px;
}

.tool-slide-shadow {
  z-index: 0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 1%;
  left: 0%;
  right: 0%;
  box-shadow: 0 10px 15px 10px #cacaca;
}

.tool-content-block-home {
  text-align: left;
}

.tools-icons-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tools-icons-block.d-none {
  display: none;
}

.paragraph-3 {
  font-weight: 700;
  display: inline-block;
}

.tool-icon-home {
  color: #0080ff;
  margin-right: 24px;
}

.tool-discover-more {
  align-items: flex-start;
  margin-top: 40px;
  text-decoration: none;
  display: block;
}

.tool-discover-more:hover {
  text-decoration: underline;
}

.tool-discover-text {
  color: #000;
  padding-right: 5px;
  font-weight: 600;
  display: inline-block;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.div-block-30 {
  display: inline-block;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-32 {
  align-items: center;
  margin-left: 80px;
  display: flex;
}

.column-5 {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.circles-container {
  background-image: url('https://assets.vertah.org/keevi/testimonials-bg.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 800px;
  margin-top: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tools-column-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.circle-top-layer {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
  position: static;
  inset: 0%;
}

.circle-image {
  z-index: -1;
  position: absolute;
}

.circle-image.circle-2 {
  width: 290px;
  margin-right: 48px;
  display: none;
}

.circle-image.circle-3 {
  width: 482px;
  margin-right: 24px;
  display: none;
}

.circle-image.circle-4 {
  width: 598px;
  margin-bottom: 30px;
  margin-right: 40px;
  display: none;
}

.circle-image.circle-5 {
  width: 802px;
  margin-bottom: 45px;
  margin-right: 10px;
  display: none;
}

.circle-image.circle-6 {
  width: 962px;
  margin-bottom: 45px;
  margin-right: 5px;
  display: none;
}

.circle-image.circle-7 {
  width: 1094px;
  margin-bottom: 45px;
  display: none;
}

.circle-image.circle-8 {
  width: 1280px;
  max-width: 1280px;
  margin-bottom: 80px;
  display: none;
}

.circle-image.circle-9 {
  width: 1440px;
  max-width: 1440%;
  margin-bottom: 118px;
  display: none;
}

.circle-image.circle-1 {
  width: 160px;
  display: none;
}

.paragraph-4 {
  margin-top: 16px;
  line-height: 24px;
}

.circle-heading {
  z-index: 0;
  color: #000;
  font-size: 36px;
  line-height: 56px;
  position: static;
}

.section-marketer {
  max-width: 1062px;
  margin-bottom: 240px;
  margin-left: auto;
  margin-right: auto;
}

.circle-review {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 14%;
}

.circle-review.review-1 {
  cursor: pointer;
  align-items: center;
  display: flex;
  inset: 40% 8% auto auto;
}

.circle-review.review-2 {
  cursor: pointer;
  align-items: center;
  display: flex;
  top: 14%;
  right: 22%;
}

.circle-review.review-3 {
  cursor: pointer;
  align-items: center;
  display: flex;
  top: 25%;
}

.circle-review.review-4 {
  cursor: pointer;
  align-items: center;
  display: flex;
  top: 14%;
  left: 22%;
}

.circle-review.review-5 {
  cursor: pointer;
  align-items: center;
  display: flex;
  right: 22%;
}

.circle-review.review-6 {
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  bottom: 25%;
}

.circle-review.review-7 {
  cursor: pointer;
  align-items: center;
  display: flex;
  left: 22%;
}

.circle-review.review-8 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  top: 40%;
  bottom: auto;
  left: 8%;
}

.review-content {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  align-items: center;
  width: 200px;
  padding: 10px;
  display: flex;
  position: absolute;
  left: 85px;
  box-shadow: 0 4px 4px 3px #ececec;
}

.review-content.review-open-left {
  left: -250%;
  right: auto;
}

.review-text {
  color: #4f4f4f;
  padding-top: 0;
}

.review-caret {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 8px solid #0000;
  border-bottom: 8px solid #0000;
  border-right: 8px solid #fff;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 0;
  height: 0;
  display: grid;
  position: absolute;
  left: -8px;
}

.review-caret.review-open-left {
  border-left: 8px solid #fff;
  border-right-style: none;
  left: auto;
  right: -8px;
}

.div-block-24-copy {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-top: 50px;
  display: block;
}

.div-block-28-copy {
  margin-top: 95px;
  padding-left: 55px;
}

.steps-cols-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  place-items: center start;
  margin-bottom: 100px;
  display: none;
}

.banner-heading-home {
  color: #000;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 64px;
}

.banner-heading-home.l-rpadding {
  padding-left: 220px;
  padding-right: 220px;
}

.image-8 {
  width: 100%;
}

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

.tools-heading-home {
  color: #000;
  font-size: 36px;
  line-height: 48px;
}

.banner-description-home {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
}

.tools-video-list {
  max-width: 1280px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.tools-block {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  font-size: 12px;
  position: relative;
}

.tools-block:hover {
  box-shadow: 0 20px 18px -18px #0080ff66;
}

.tools-block-heading {
  color: #000;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
}

.tools-block-blue-bottom {
  background-color: #0080ff;
  border-radius: 5px;
  width: 64px;
  height: 4px;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
}

.tool-block-shadow {
  box-shadow: 0 10px 10px -8px #0080ff;
}

.tools-link-block {
  color: #333;
  text-decoration: none;
}

.tools-description {
  text-align: center;
  width: 70%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.tools-description.tools-description-bottom {
  text-align: left;
  width: 80%;
}

.tools-search-input {
  color: #828282;
  background-color: #f7f7f7;
  border-radius: 8px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 24px 60px;
  font-size: 14px;
  display: inline-block;
}

.tools-search-icon {
  width: 24px;
  margin-top: 12px;
  margin-left: 27px;
  display: inline-block;
  position: absolute;
}

.tool-main-container {
  color: #333;
  text-align: center;
  max-width: 1440px;
  padding: 100px 45px 60px;
  display: block;
}

.section-container {
  text-align: center;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.tools-tab-container {
  margin-bottom: 160px;
}

.tools-tab-menu {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
}

.tools-tab-link {
  color: #828282;
  background-color: #0000;
  margin-left: 19px;
  margin-right: 19px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 32px;
}

.tools-tab-link:hover {
  border-bottom: 4px solid #0080ff;
}

.tools-tab-link.w--current {
  color: #0080ff;
  background-color: #0000;
  border-bottom: 4px solid #0080ff;
  border-radius: 0;
  font-weight: 700;
  box-shadow: 0 5px 3px -2px #cac8c8;
}

.tools-bottom-block-heading {
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.tools-bottom-link-block {
  color: #333;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
}

.tabs-content {
  min-height: 780px;
}

.section-blog-wrapper {
  max-width: 1440px;
  padding-left: 45px;
  padding-right: 45px;
}

.blog-main-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: visible;
}

.blog-featured-container {
  align-items: stretch;
  max-height: 760px;
  display: flex;
  overflow: scroll;
}

.blog-featured-item {
  border-bottom: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.blog-featured-item:first-child {
  padding-top: 0;
}

.image-10 {
  overflow: visible;
}

.blog-featured-thumbnail {
  border-radius: 8px;
  flex: 1;
  width: 142px;
  max-width: 142px;
  height: 82px;
  margin-right: 24px;
  overflow: hidden;
}

.paragraph-5 {
  overflow: visible;
}

.blog-featured-summary {
  flex: 1;
  height: 70px;
  line-height: 24px;
  overflow: hidden;
}

.blog-heading-h2 {
  font-size: 24px;
  line-height: 42px;
}

.blog-latest-main-image {
  border-radius: 8px;
  width: 100%;
}

.blog-latest-category {
  color: #0080ff;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}

.blog-latest-heading-container {
  margin-top: -18px;
}

.blog-latest-heading-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.blog-latest-heading-h2.block-blog-heading {
  height: 65px;
  overflow: hidden;
}

.blog-latest-author-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-latest-auther-pic {
  width: 40px;
}

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

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

.tools-bottom-block {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  font-size: 12px;
}

.tools-bottom-block:hover {
  box-shadow: 0 20px 18px -18px #3336;
}

.tools-main-description {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.creat-rich-text {
  text-align: left;
  margin-top: 40px;
}

.creat-rich-text ul {
  margin-left: 20px;
}

.blog-editors-pick {
  display: none;
}

.text-block-7 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-8 {
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}

.blog-load-more {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-bottom-color: #bdbdbd;
  border-radius: 8px;
  flex: 1;
}

.blog-listing {
  flex-wrap: wrap;
  display: flex;
}

.blog-listing-block {
  color: #333;
  min-height: 485px;
  margin-bottom: 80px;
  text-decoration: none;
}

.blog-listing-block.feature-ll-listing-block {
  min-height: 350px;
}

.blog-thumbnail-image {
  border-radius: 8px;
  width: 100%;
}

.blog-categories-links {
  border-bottom: 1px solid #e0e0e0;
  flex-flow: row;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.blog-tab-link {
  color: #828282;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-left: 19px;
  margin-right: 19px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.blog-tab-link:hover {
  border-bottom: 4px solid #0080ff;
  box-shadow: 0 5px 3px -2px #c7c7c7;
}

.blog-tab-link.w--current {
  color: #0080ff;
  background-color: #0000;
  border-bottom: 4px solid #0080ff;
  border-radius: 0;
  font-weight: 700;
  box-shadow: 0 5px 3px -2px #cac8c8;
}

.collection-list {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.blog-tab-links-list {
  justify-content: flex-start;
  display: flex;
}

.blog-summary-paragraph {
  margin-bottom: 24px;
  line-height: 24px;
}

.blog-summary-paragraph.blog-listing-content {
  height: 70px;
  overflow: hidden;
}

.blog-listing-container {
  text-align: left;
  margin-bottom: 160px;
}

.blog-search-wrapper {
  margin-top: 4px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-search-form {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-search-input {
  color: #828282;
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  width: 85%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 10px;
  padding: 12px 0;
  line-height: 32px;
}

.blog-search-parent {
  margin-bottom: 0;
}

.blog-search-text {
  display: none;
  overflow: visible;
}

.blog-category-page-heading {
  color: #000;
  margin-top: -12px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 64px;
}

.blog-category-summary {
  width: 50%;
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
}

.blog-category-page-head {
  margin-top: 80px;
  margin-bottom: 80px;
}

.blog-author-publish-date {
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}

.blog-author-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.blog-post-container {
  border: 1px #e0e0e0;
  max-width: 1062px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-main-image {
  border-radius: 16px;
  overflow: hidden;
}

.blog-post-content-col {
  width: 220px;
  position: absolute;
  inset: 0% -220px 0% auto;
}

.blog-post-main-cols {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

.blog-post-data-col {
  padding-left: 80px;
  padding-right: 80px;
}

.blog-post-data-rich-text {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 32px;
}

.blog-post-data-rich-text.hide {
  display: none;
}

.blog-post-content-heading {
  line-height: 32px;
}

.blog-post-content-button {
  color: #fff;
  cursor: pointer;
  background-color: #0080ff;
  border: 1px solid #0000;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  padding: 16px 36px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.blog-post-content-button:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #0080ff;
}

.blog-post-head {
  margin-bottom: 64px;
}

.blog-post-content {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 64px;
  margin-bottom: 40px;
  padding-bottom: 64px;
  position: relative;
}

.sr-top-player {
  background-color: #0000;
  margin-top: 120px;
  position: relative;
}

.sr-content-heading {
  text-align: center;
  font-size: 48px;
  line-height: 64px;
}

.sr-content-heading.content-head-faq {
  text-align: left;
}

.sr-content-heading.color-black {
  color: #000;
}

.sr-recording-description {
  margin-top: 64px;
  margin-bottom: 240px;
}

.sr-steps-container {
  text-align: left;
  margin-top: 120px;
  margin-bottom: 120px;
}

.sr-steps-cols {
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

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

.sr-step-paragraph {
  margin-top: 24px;
  line-height: 24px;
}

.sr-step-description-left {
  padding-right: 60px;
}

.sr-step-description-right {
  padding-left: 60px;
}

.sr-steps-wrapper {
  flex-direction: column;
  display: block;
}

.sr-section-video {
  margin-bottom: 240px;
  display: none;
}

.blog-featured-link {
  color: #333;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-latest-link {
  color: #333;
  width: 100%;
  text-decoration: none;
}

.blog-post-sidebar-wrapper {
  width: 90%;
  position: sticky;
  top: 70px;
}

.home-slider {
  background-color: #0000;
  height: 100%;
  margin-top: 48px;
}

.tools-video-listing-summary {
  margin-bottom: 28px;
}

.nav-logo-text {
  color: #000;
  font-size: 24px;
}

.nav-logo-image {
  color: #fff;
  height: 32px;
  margin-right: 5px;
}

.nav-logo-image.logo-black {
  display: none;
}

.nav-transparent {
  -webkit-text-fill-color: inherit;
  background-color: #f7f7f7;
  background-clip: border-box;
}

.nav-transparent.conditional-class {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-transparent-container {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.lp-step-d1-image {
  justify-content: flex-start;
  align-items: center;
  max-width: 628px;
  display: flex;
}

.lp-step-d1-content {
  align-items: center;
  display: flex;
}

.lp-step-d2-content {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: 120px;
  padding-right: 0;
  display: flex;
}

.lp-step-d2-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-content-rich-text {
  line-height: 24px;
}

.lp-vertical-divider {
  background-color: #0080ff;
  border-radius: 8px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 4px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-right: 40px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.transparent-btn-header {
  color: #1a1919;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-style: normal;
}

.transparent-btn-header.btn-radius {
  float: right;
  clear: right;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-color: #fff;
  border-radius: 8px;
  padding: 8px 36px;
}

.transparent-btn-header.btn-radius:hover {
  color: #fff;
  background-color: #0080ff;
  border-color: #fff;
}

.single-tool-link {
  color: #333;
  text-decoration: none;
}

.sr-top-player-container {
  background-color: #333;
  border: 16px solid #000;
  border-radius: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sr-player-holder {
  width: 100%;
  display: none;
  position: relative;
}

.sr-player-block {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.sr-player-cta {
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
}

.sr-player-cta-image {
  opacity: 1;
  border: 3px solid #0882ff;
  border-radius: 10px;
  width: 192px;
}

.sr-player-cta-image:hover {
  opacity: 1;
}

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

.sr-cta-title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
}

.sr-cta-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sr-player-cta-title {
  margin-top: 8px;
  line-height: 24px;
}

.sr-player-controls {
  flex: 0 auto;
  width: 100%;
  display: none;
  position: absolute;
}

.sr-record-btn {
  max-width: 90px;
  margin-top: -40px;
  margin-left: 10px;
  margin-right: 10px;
}

.step-rich-text-box {
  line-height: 24px;
}

.step-publish-description {
  margin-top: 50px;
  margin-left: 30px;
}

.marketer-content-heading-h3 {
  text-align: left;
  font-size: 36px;
  font-style: normal;
}

.tools-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.blog-category-wrapper {
  display: flex;
}

.blog-category-nav {
  align-items: center;
  max-width: 1020px;
  display: flex;
  overflow: auto;
}

.sr-share-link-container {
  margin-top: 40px;
  display: none;
}

.sr-share-link-block {
  white-space: nowrap;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 36px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.sr-share-link-bold {
  margin-right: 16px;
  font-weight: 700;
}

.sr-share-link {
  color: #828282;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  margin-bottom: 0;
  margin-right: 16px;
}

.sr-copy-link-block {
  color: #0080ff;
  flex-direction: row;
  align-items: center;
  width: 112px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sr-copy-link-text {
  padding-left: 5px;
  display: block;
}

.sr-reset-player {
  z-index: 10;
  background-color: #00000080;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.sr-reset-player.hide {
  display: flex;
}

.sr-reset-icon {
  width: 24px;
  height: 24px;
}

.sr-record-red-btn {
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.sr-record-btn-body {
  background-color: #ffffff80;
  border-radius: 40px;
  width: 90%;
  height: 90%;
}

.sr-reset-player-btn {
  cursor: pointer;
  display: none;
}

.form-block {
  display: none;
}

.sr-share-link-form {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.section-outer-container {
  max-width: 1440px;
}

.section-video-container {
  margin-top: 240px;
  margin-bottom: 240px;
}

.sr-share-video-description {
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sr-share-video-date {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.sr-warning-message {
  border: 1px solid #faad14;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: none;
}

.sr-video-warning-sign {
  color: #fff;
  text-align: center;
  background-color: #faad14;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 5px;
  font-size: 16px;
}

.sr-video-signup-btn {
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.sr-video-signup-btn:hover {
  background-color: #e2e2e2;
}

.sr-download-link {
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.image-12 {
  width: 25px;
}

.sr-copy-link {
  text-decoration: none;
  position: relative;
}

.sr-copy-link-image {
  width: 25px;
}

.g-tooltip {
  color: #fff;
  white-space: nowrap;
  background-color: #00000080;
  border-radius: 2px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
}

.sr-download-link-image {
  width: 25px;
}

.pricing-tabs {
  background-color: #f2f2f2;
  border: 1px solid #0003;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 287px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.pricing-tab-link {
  color: #828282;
  background-color: #0000;
  padding: 12px 36px;
  font-size: 18px;
  line-height: 32px;
}

.pricing-tab-link:hover {
  color: #000;
}

.pricing-tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px #00000029;
}

.pricing-tabs-container {
  max-width: 1440px;
  margin-bottom: 240px;
}

.text-block-10 {
  color: #828282;
}

.pricing-tab-content-pane {
  margin-bottom: 24px;
  padding-top: 24px;
}

.pricing-content-block {
  cursor: auto;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 100px;
  display: block;
  position: relative;
}

.pricing-content-block:hover {
  box-shadow: 0 20px 20px -20px #00000080;
}

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

.pricing-content-block-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-rate-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pricing-rate-block {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.pricing-grey-text {
  color: #bdbdbd;
}

.pricing-disocunt-block {
  color: #eb5757;
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: line-through;
}

.pricing-disocunt-block.new {
  color: #a09e9e;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.pricing-description-text {
  color: #828282;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.pricing-description-text.d-none {
  display: none;
}

.pricing-cta-button {
  color: #000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.pricing-cta-button:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #bdbdbd;
  position: static;
}

.pricing-tab-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-description {
  color: #828282;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.pricing-content-table-section {
  margin-bottom: 240px;
}

.pricing-rate-h3 {
  margin-bottom: 24px;
  line-height: 24px;
}

.pricing-rate-h3.d-none {
  display: none;
}

.pricing-table {
  color: #828282;
  margin-bottom: 40px;
  line-height: 24px;
}

.pricing-table-row {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-table-row.pricing-row-highlight {
  background-color: #fff;
  border-radius: 8px;
}

.pricing-table-row.pricing-row-highlight.d-none, .pricing-table-row.d-none {
  display: none;
}

.pricing-table-cell-main {
  flex: 1;
  min-width: 285px;
  padding: 16px;
}

.pricing-table-cell {
  text-align: center;
  flex: 1;
  padding: 15px;
}

.pricing-table-cell.d-none {
  display: none;
}

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

.section-container-wrapper {
  max-width: 1107px;
  padding-left: 45px;
  padding-right: 45px;
}

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

.pp-main-section {
  margin-bottom: 160px;
}

.pp-main-section.tc {
  margin-bottom: 0;
}

.pp-main-section.mb-80 {
  margin-bottom: 80px;
}

.pp-content-section {
  margin-bottom: 60px;
}

.pp-rich-text h2 {
  font-size: 24px;
  line-height: 42px;
}

.pp-rich-text p {
  line-height: 24px;
}

.pp-rich-text.d-none {
  display: none;
}

.cp-main-section {
  margin-bottom: 160px;
}

.cp-content-section {
  margin-bottom: 240px;
}

.about-main-section {
  margin-bottom: 160px;
}

.about-main-container {
  color: #333;
  text-align: center;
  max-width: 850px;
  padding: 100px 45px 60px;
  display: block;
}

.about-content-section {
  margin-bottom: 240px;
}

.section-about-wrapper {
  max-width: 905px;
  padding-left: 45px;
  padding-right: 45px;
}

.column-7, .about-content-why-left {
  padding-right: 30px;
}

.about-video-section {
  margin-bottom: 240px;
  display: none;
}

.video-content-description {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
}

.banner-image-img {
  max-width: 1280px;
  margin-bottom: -160px;
}

.banner-image-img._w-100 {
  border-radius: 0;
  min-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-just-styling-rt {
  display: none;
}

.about-page-content {
  font-size: 18px;
  line-height: 32px;
}

.pricing-features-list {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.pricing-features-list.d-none {
  display: none;
}

.pricing-description-list-text {
  color: #828282;
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.pricing-description-list-text.pt-5 {
  margin-top: 30px;
}

.pricing-description-list {
  color: #828282;
  text-align: left;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.pricing-description-list.d-none {
  display: none;
}

.pricing-cta-block {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.hide {
  display: none;
}

.pricing-packages-head {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.pricing-head-table {
  color: #828282;
  line-height: 24px;
}

.lp-step-cols {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.column-8 {
  text-align: left;
}

.ll-main-container {
  color: #333;
  text-align: center;
  max-width: 1440px;
  padding: 100px 45px 60px;
  display: block;
}

.ll-podcast-name {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 64px;
}

.ll-summary {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.section-launch-legend {
  max-width: 890px;
  margin-top: 120px;
  padding-left: 45px;
  padding-right: 45px;
}

.generic-rt h3, .generic-rt h1 {
  text-align: left;
}

.generic-rt ul {
  text-align: left;
  padding-left: 18px;
  font-size: 18px;
  line-height: 32px;
}

.generic-rt h2 {
  font-size: 38px;
  line-height: 42px;
}

.generic-rt p {
  font-size: 18px;
  line-height: 32px;
}

.generic-rt a {
  color: #0080ff;
  text-decoration: none;
}

.generic-rt a:hover {
  text-decoration: underline;
}

.ll-becast {
  border: 1px solid #e0e0e0;
  border-style: solid none;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ll-video {
  margin-top: 64px;
}

.blog-post-img {
  width: 100%;
}

.tool-block-image {
  height: 142px;
}

.blog-thumbnail-container {
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 270px;
  display: flex;
  overflow: hidden;
}

.ll-top-banner {
  margin-top: 0;
  margin-bottom: 60px;
}

.ll-banner-content-container {
  color: #fff;
  text-align: left;
  max-width: 1440px;
  margin-top: 220px;
  padding-bottom: 280px;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.ll-banner-wrapper {
  color: #fff;
  background-color: #363636;
  background-image: url('https://assets.vertah.org/keevi/launch-legend-bg-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 80px;
}

.ll-banner-content {
  max-width: 50%;
}

.feature-ll-listing {
  flex-wrap: wrap;
  display: flex;
}

.feature-ll-listing-block {
  color: #333;
  margin-bottom: 80px;
  text-decoration: none;
}

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

.nav-dropdown-toggle.nav-dropdown-white {
  color: #fff;
}

.footer-cols {
  display: none;
}

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

.sr-player-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.wb-learn-more {
  color: #0080ff;
  cursor: pointer;
}

.wb-learn-more:hover {
  text-decoration: underline;
}

.ll-watch {
  color: #828282;
  margin-bottom: 40px;
}

.ll-watch-head {
  justify-content: flex-start;
  display: flex;
}

.ll-watch-icon {
  margin-right: 10px;
}

.ll-watch-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.ll-watch-heading.block-blog-heading {
  height: 65px;
  overflow: hidden;
}

.ll-watch-description {
  font-size: 16px;
  line-height: 32px;
}

.section-wrapper-player {
  text-align: center;
  width: 1180px;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-8.d-none, .pricing-slider {
  display: none;
}

.section-1-content-left {
  text-align: left;
  margin-top: 200px;
  padding-bottom: 90px;
}

.content-heading-left {
  color: #000;
  text-align: left;
  font-size: 48px;
  display: block;
}

.content-heading-left.content-head-faq {
  color: #000;
  text-align: left;
}

.content-heading-left.color-black {
  color: #000;
}

.banner-description-link {
  cursor: pointer;
}

.banner-description-link:hover {
  text-decoration: underline;
}

.tool-bottom-block-image {
  width: 280px;
  height: 142px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .75fr 1fr;
}

.vc-grid-left-block {
  text-align: left;
  border: 1px solid #000;
  border-top-style: none;
  padding: 10px;
  font-size: 18px;
  line-height: 32px;
}

.vc-grid-left-block.vc-grid-header {
  text-align: center;
  border-top-style: solid;
}

.vc-grid-right-block {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
}

.vc-grid-right-block.vc-grid-header {
  border-top-style: solid;
}

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

.vc-summary-grid-text {
  border: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
}

.content-description-left {
  text-align: left;
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
}

.blog-post-image {
  width: 100%;
}

.blog-post-data-col-temp {
  padding-left: 90px;
  padding-right: 90px;
}

.blog-post-content-col-temp {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -220px;
}

.blog-post-content-temp {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 64px;
  margin-bottom: 40px;
  padding-bottom: 64px;
  position: relative;
}

.package-on-mob.hide-on-web {
  display: none;
}

.collapse-item {
  width: 100%;
  overflow: hidden;
}

.collapse-toggle {
  display: flex;
}

.collapse-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
  position: static;
}

.collapse-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.collapes-content {
  margin-bottom: 10px;
  padding: 10px 20px;
}

.collapse-content-item {
  color: #828282;
  margin-bottom: 20px;
  font-weight: 600;
}

.collapse-package-feature-type {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 400;
}

.collapse-package-feature-type.img {
  margin-top: 3px;
  margin-bottom: 19px;
  padding-bottom: 0;
}

.collapse-feature-right-col {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.collapse-feature-left-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collapse-package-feature-type-right {
  color: #828282;
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.collapse-package-feature-type-right.img {
  margin-top: 3px;
  margin-bottom: 19px;
  padding-bottom: 0;
}

.collapse-label-text {
  font-weight: 600;
}

.user-dropdown {
  display: none;
}

.user-dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.login-trigger {
  margin-right: 40px;
  display: none;
}

.nav-right-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-right-list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-right-list-item {
  float: left;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.tools-studio-link {
  display: none;
}

.paragraph-9 {
  padding-bottom: 20px;
  font-size: 18px;
}

.div-block-34 {
  width: 180px;
}

.list-item {
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  list-style-type: none;
}

.list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: flex;
}

.tools-link-block.tool-product-action {
  display: inline-block;
}

.section-3, .template-wrapper {
  width: 1090px;
}

.template-container {
  object-fit: fill;
  width: 990px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  float: none;
  clear: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.link {
  width: 100%;
  height: 100%;
  display: inline;
  position: absolute;
  inset: 0% auto auto 0%;
}

.columns-9 {
  margin-top: 30px;
}

.bold-text {
  border-radius: 0;
}

.download-search-input {
  background-color: #f7f7f7;
  border: 1px #fff;
  border-radius: 8px;
  flex: 0 auto;
  height: 56px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 50px;
  font-size: 18px;
  display: block;
}

.social-icons-item {
  cursor: pointer;
  border-radius: 8px;
  width: 45px;
  margin-left: 4px;
  margin-right: 4px;
}

.content-box {
  width: 100%;
  max-width: 634px;
  position: relative;
}

.content-box.large-box {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  display: flex;
}

.content-box.large-box.text-center {
  text-align: center;
  display: block;
}

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

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.get-render-video-size {
  text-align: left;
  background-color: #f7f7f7;
  border-radius: 8px;
  min-width: 200px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 20px 10px;
  font-weight: 700;
}

.download-step2-wrap {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.download-step2-wrap.hide {
  display: none;
}

.section-5 {
  padding-top: 76px;
  padding-bottom: 76px;
  position: relative;
}

.download-search {
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.youtube-downloader-lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.youtube-downloader-lead.text-left {
  text-align: left;
}

.video-render-duration {
  color: #828282;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.render-video-placeholder {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  display: block;
}

.paragraph-large {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-large.hide {
  display: none;
}

.size-1 {
  font-size: 66px;
  line-height: 72px;
}

.decoration-element {
  position: absolute;
  inset: auto auto 0% 16px;
}

.decoration-element.element-intro {
  z-index: 0;
  inset: auto 12px -40px auto;
}

.decoration-element.element-intro.hide, .decoration-element.element-1.hide {
  display: none;
}

.video-download-step1 {
  margin-bottom: 20px;
}

.download-card {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 912px;
  margin-bottom: 60px;
  padding: 50px 40px;
  box-shadow: 0 2px 4px -2px #9a9a9a;
}

.download-button {
  background-color: #0080ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.input-search-icon {
  position: absolute;
  top: 17px;
  left: 36px;
  right: auto;
}

.video-render-heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.get-render-video {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.render-video-footer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.download-button-2 {
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 15px;
  display: flex;
}

.render-video-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-download-step2 {
  display: block;
}

.space-bottom-large {
  margin-bottom: 60px;
}

.align-tool-top {
  margin-top: -150px;
}

.space-top-large {
  margin-top: 220px;
}

.ajax-loader {
  padding-bottom: 60px;
  display: none;
}

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

.heading-3 {
  color: #000;
}

.image-13 {
  max-width: 85%;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

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

@media screen and (min-width: 1440px) {
  .container-2.container-width, .container-4 {
    max-width: 80%;
  }

  .footer {
    background-color: #000;
  }

  .btn-big-white {
    cursor: pointer;
  }

  .btn-big-white:hover {
    color: #fff;
    background-color: #0080ff;
  }

  .content-button {
    cursor: pointer;
  }

  .content-button:hover {
    color: #333;
    background-color: #fff;
  }

  .about-content, .about-content-block, .column, .column-2 {
    text-align: left;
  }

  .div-block-24 {
    margin-right: 15%;
  }

  .tool-slide-shadow.d-none {
    display: none;
  }

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

  .steps-cols-grid {
    grid-column-gap: 56px;
    grid-template-columns: 1.5fr 1fr;
  }

  .tools-video-list {
    justify-content: center;
    max-width: none;
  }

  .blog-post-content-col {
    width: 300px;
    right: -300px;
  }

  .blog-post-content-button {
    cursor: pointer;
  }

  .blog-post-content-button:hover {
    color: #333;
    background-color: #fff;
  }

  .text-block-9.d-none {
    display: none;
  }

  .pricing-cta-button {
    cursor: pointer;
  }

  .pricing-cta-button:hover {
    color: #333;
    background-color: #fff;
  }

  .generic-rt {
    text-align: left;
  }

  .ll-banner-content-container {
    margin-top: 180px;
    padding-bottom: 320px;
  }

  .toolbox-slide {
    vertical-align: baseline;
  }

  .blog-post-content-col-temp {
    width: 300px;
    right: -300px;
  }

  .package-on-mob {
    margin-bottom: 220px;
  }

  ._w-100 {
    width: 100%;
  }

  .collapse-package-feature-type-right {
    margin-top: 2px;
  }

  .collapse-label-text {
    font-weight: 600;
  }

  .content-box.large-box {
    text-align: center;
    max-width: 100%;
  }

  .content-box.large-box.text-center {
    justify-content: flex-start;
    display: block;
  }

  .paragraph-large {
    text-align: center;
    font-size: 20px;
  }

  .image-14 {
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  h3, h4 {
    line-height: 32px;
  }

  ul {
    padding-left: 18px;
    font-size: 14px;
    line-height: 24px;
  }

  .section {
    border-width: 0;
  }

  .nav-menu {
    line-height: 20px;
  }

  .nav-logo {
    z-index: 0;
  }

  .container {
    color: #333;
  }

  .container-3.container-width {
    display: block;
  }

  .div-block-4 {
    width: 30%;
  }

  .container-4, .container-width {
    max-width: 80%;
  }

  .div-block-5, .div-block-6 {
    width: 70%;
  }

  .div-block-7 {
    width: 30%;
  }

  .container-5 {
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    width: 30%;
  }

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

  .image {
    overflow: visible;
  }

  .columns-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .columns-4 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .columns-5 {
    flex: 1;
  }

  .grid {
    grid-template-areas: "Area";
  }

  .footer {
    background-color: #000;
  }

  .footer-heading {
    color: #fffdfd;
  }

  .banner-image {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .content-description li {
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-12 {
    line-height: 24px;
  }

  .p-step-d1-content {
    width: 70%;
    margin-left: 30px;
    line-height: 24px;
  }

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

  .container-6 {
    max-width: 80%;
    display: block;
  }

  .faq-container {
    margin-bottom: 240px;
  }

  .image-7 {
    width: auto;
  }

  .div-block-17 {
    text-align: center;
    width: auto;
  }

  .about-content {
    text-align: left;
  }

  .about-content h3 {
    text-align: left;
    line-height: 42px;
  }

  .about-content h4 {
    text-transform: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-content h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .about-content ul {
    padding-left: 18px;
    font-size: 18px;
    line-height: 32px;
  }

  .about-container {
    margin-bottom: 240px;
  }

  .about-div-1, .about-div-2 {
    text-align: left;
  }

  .columns-6 {
    margin-top: 15px;
  }

  .about-col-2 ul, .about-col-1 ul {
    padding-left: 18px;
    font-size: 18px;
    line-height: 32px;
  }

  .about-content-end {
    text-align: left;
    line-height: 32px;
  }

  .about-content-end h3 {
    line-height: 42px;
  }

  .about-content-end p {
    font-size: 18px;
  }

  .about-content-block {
    margin-top: 20px;
  }

  .container-h1 {
    color: #333;
  }

  .div-block-24 {
    margin-right: 20%;
  }

  .marketer {
    margin-left: 16%;
  }

  .div-block-31 {
    justify-content: flex-end;
    margin-right: 60px;
    display: flex;
  }

  .circles-container {
    margin-top: 90px;
  }

  .circle-top-layer {
    overflow: visible;
  }

  .section-marketer {
    margin-top: 200px;
  }

  .steps-cols-grid {
    grid-column-gap: 91px;
    grid-template-columns: 1fr .75fr;
  }

  .blog-post-data-rich-text ul {
    font-size: 18px;
  }

  .navbar-transparent-container {
    color: #333;
  }

  .lp-step-d1-content {
    font-size: 14px;
    line-height: 24px;
  }

  .lp-step-d2-content {
    line-height: 24px;
  }

  .pricing-cta-button {
    white-space: nowrap;
  }

  .pricing-cta-button:hover {
    color: #fff;
    background-color: #1884ff;
  }

  .generic-rt {
    text-align: left;
  }

  .generic-rt h3 {
    text-align: left;
    line-height: 42px;
  }

  .generic-rt h4 {
    text-transform: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .generic-rt h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .generic-rt ul {
    padding-left: 18px;
    font-size: 18px;
    line-height: 32px;
  }

  .ll-banner-content-container {
    margin-top: 360px;
    padding-bottom: 420px;
  }

  .content-description-left li {
    font-size: 18px;
    line-height: 32px;
  }

  .mini-container {
    max-width: 991px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-5 {
    padding-top: 90px;
  }

  .section-5.mini-padding-bottom {
    padding-bottom: 45px;
  }

  .paragraph-large {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    width: 100%;
  }

  .nav-logo {
    z-index: -1;
    left: auto;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-4 {
    padding-left: 25px;
  }

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

  .banner-content-container {
    margin-top: 20px;
  }

  .banner-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-description {
    font-size: 16px;
    line-height: 24px;
  }

  .section-1-content {
    margin-top: 120px;
  }

  .content-heading, .content-heading.color-black {
    font-size: 32px;
    line-height: 42px;
  }

  .content-description {
    font-size: 16px;
  }

  .section-video {
    display: flex;
  }

  .section-how-to {
    margin-top: 40px;
  }

  .step-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-10 {
    width: 100%;
    margin-left: auto;
  }

  .div-block-12 {
    width: auto;
    margin-right: auto;
  }

  .p-step-d1-content, .div-block-15 {
    width: auto;
  }

  .about-content h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .about-container {
    margin-bottom: 60px;
  }

  .nav-link {
    color: #000;
  }

  .nav-link-container {
    width: 100%;
  }

  .nav-link-dropdown {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .video-holder {
    text-align: left;
    width: 700px;
    max-width: 100%;
  }

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

  .nav-logo-h1 {
    z-index: -1;
    left: auto;
  }

  .timeline-vector {
    display: none;
  }

  .step-image {
    margin-left: auto;
    margin-right: auto;
  }

  .step-cols-container {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .step-cols-container.ste-second-swap {
    flex-direction: column;
  }

  .step-cols-container.step-third-col {
    justify-content: center;
  }

  .step-bottom-block {
    padding-top: 0;
  }

  .div-block-27 {
    padding-right: 0;
  }

  .marketer {
    margin-left: 10%;
    padding-left: 200px;
  }

  .marketer-bottom-border {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .marketer-slider-image {
    margin-left: -77%;
  }

  .marketer-slider {
    margin-top: 120px;
  }

  .marketing-slide-content {
    margin-left: 40px;
  }

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

  .div-block-32 {
    margin-left: 0;
  }

  .circles-container {
    background-position: 50%;
  }

  .section-marketer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-review.review-1 {
    top: 30%;
  }

  .circle-review.review-8 {
    top: 50%;
  }

  .review-content {
    display: flex;
  }

  .banner-heading-home {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-heading-home.l-rpadding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-description-home {
    font-size: 16px;
    line-height: 24px;
  }

  .image-9 {
    width: 90%;
  }

  .tools-block {
    min-height: 265px;
    padding: 16px;
    position: relative;
  }

  .tools-block-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .tools-block-blue-bottom {
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% 0;
  }

  .tools-link-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .tools-search-input {
    width: 100%;
  }

  .tools-bottom-block-heading {
    line-height: 24px;
  }

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

  .blog-listing-block {
    min-height: 390px;
  }

  .blog-categories-links {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .blog-tab-link {
    margin-left: 5px;
    margin-right: 10px;
    font-size: 14px;
  }

  .blog-tab-links-list {
    padding-left: 4px;
    display: flex;
  }

  .blog-search-wrapper {
    position: static;
  }

  .blog-tab-link-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-category-page-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .blog-category-summary {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .blog-post-content-col {
    display: none;
  }

  .blog-post-data-col {
    padding-left: 0;
    padding-right: 0;
  }

  .home-slider {
    position: relative;
  }

  .tools-video-listing-summary {
    line-height: 16px;
  }

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

  .lp-step-d1-content {
    width: 100%;
    margin-left: auto;
  }

  .lp-step-d2-content {
    width: auto;
    margin-right: auto;
  }

  .sr-top-player-container {
    height: 650px;
    min-height: 400px;
  }

  .marketer-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .step-publish-description {
    margin-top: 0;
  }

  .marketer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .marketer-content-heading-h3 {
    text-align: left;
    margin-top: 10px;
    font-size: 24px;
  }

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

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-category-wrapper, .collection-list-wrapper {
    display: flex;
  }

  .banner-image-tag {
    width: 90%;
  }

  .blog-category-nav {
    max-width: 550px;
  }

  .sr-record-red-btn {
    width: 60px;
    height: 60px;
  }

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

  .pricing-content-table-section.hide-on-mob {
    display: none;
  }

  .banner-image-img {
    max-width: 100%;
  }

  .ll-podcast-name {
    font-size: 32px;
    line-height: 42px;
  }

  .section-launch-legend {
    margin-top: 60px;
  }

  .ll-banner-content-container {
    margin-top: 60px;
    padding-bottom: 120px;
  }

  .nav-dropdown-toggle.nav-dropdown-white {
    color: #000;
  }

  .toolbox-slide {
    height: 100%;
  }

  .lp-step-space-col {
    display: none;
  }

  .section-wrapper-player {
    width: 100%;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-slider {
    display: none;
  }

  .section-1-content-left {
    margin-top: 120px;
  }

  .content-heading-left, .content-heading-left.color-black {
    font-size: 32px;
    line-height: 42px;
  }

  .content-description-left {
    font-size: 16px;
  }

  .blog-post-data-col-temp {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-content-col-temp {
    display: none;
  }

  .package-on-mob {
    margin-bottom: 220px;
  }

  .package-on-mob.hide-on-web {
    margin-bottom: 100px;
    display: block;
  }

  ._w-100.mb-3 {
    margin-bottom: 20px;
  }

  .package-dropdown {
    width: 100%;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
    height: 70px;
    display: flex;
  }

  .dropdown-label {
    font-size: 24px;
    line-height: 30px;
  }

  .collapse-item {
    padding-top: 0;
  }

  .collapse-toggle {
    height: 60px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: flex;
  }

  .collapse-list {
    background-color: #f7f7f7;
    padding: 10px;
    display: block;
    position: static;
  }

  .collapse-icon {
    color: #0080ff;
    font-size: 18px;
  }

  .collapse-label {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .collapes-content {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .collapse-content-item {
    color: #828282;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .collapse-package-feature-type {
    margin-bottom: 15px;
    font-weight: 600;
  }

  .collapse-package-feature-type.img {
    width: 20px;
    margin-bottom: 15px;
    display: block;
  }

  .collapse-package-feature-type.d-none {
    display: none;
  }

  .collapse-feature-right-col {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .collapse-feature-left-col {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .collapse-package-feature-type-right {
    margin-bottom: 15px;
    font-weight: 600;
  }

  .collapse-package-feature-type-right.img {
    width: 20px;
    margin-bottom: 15px;
    display: block;
  }

  .collapse-package-feature-type-right.d-none {
    display: none;
  }

  .collapse-label-text {
    font-weight: 500;
  }

  .hide-on-mob {
    display: none;
  }

  .columns-9 {
    width: 100%;
  }

  .column-9, .content-box.large-box.text-center {
    display: block;
  }

  .download-step2-wrap {
    flex-direction: column;
  }

  .section-5 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .size-1 {
    font-size: 54px;
    line-height: 62px;
  }

  .column-10 {
    margin-bottom: 20px;
  }

  .d-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .banner-content-container {
    padding: 50px 20px 40px;
  }

  .banner-heading, .content-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .content-description {
    font-size: 12px;
    line-height: 20px;
  }

  .content-heading-h3 {
    font-size: 28px;
  }

  .step-2-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .accordian-content {
    margin-left: 10px;
  }

  .trigger-text {
    font-size: 14px;
  }

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

  .image-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .about-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .about-content ul {
    font-size: 14px;
    line-height: 24px;
  }

  .about-content h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .about-content p {
    font-size: 12px;
    line-height: 20px;
  }

  .about-content ol, .about-col-2 ul, .about-col-1 ul, .about-content-end p {
    font-size: 14px;
    line-height: 24px;
  }

  .video-holder {
    width: 500px;
  }

  .banner-content-container-home {
    padding: 50px 20px 40px;
  }

  .step-image {
    width: 90%;
  }

  .step-cols-container.step-third-col {
    padding-top: 0;
  }

  .marketer {
    padding: 20px 46px 20px 207px;
  }

  .marketer-slider-image {
    margin-left: -120%;
  }

  .tools-slide {
    padding: 20px;
  }

  .marketing-slide-content {
    font-size: 14px;
  }

  .tools-column-container {
    flex-direction: column-reverse;
  }

  .circle-heading {
    font-size: 28px;
  }

  .banner-heading-home {
    font-size: 28px;
    line-height: 32px;
  }

  .tools-heading-home {
    font-size: 24px;
    line-height: 32px;
  }

  .tools-link-block {
    width: 100%;
  }

  .tools-description.tools-description-bottom {
    width: 90%;
  }

  .tool-main-container {
    padding: 50px 20px 40px;
  }

  .section-container {
    padding: 20px;
  }

  .tools-bottom-link-block {
    margin-bottom: 0;
  }

  .blog-latest-heading-h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .all-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .tools-bottom-block {
    padding: 16px;
  }

  .tools-main-description {
    width: 90%;
  }

  .blog-tab-link.w--current {
    display: inline-block;
  }

  .blog-tab-links-list {
    padding-left: 0;
  }

  .blog-tab-link-item {
    display: block;
  }

  .blog-category-page-heading {
    font-size: 38px;
  }

  .blog-category-summary {
    width: 100%;
    font-size: 14px;
  }

  .blog-post-content-col {
    display: none;
  }

  .blog-post-main-cols {
    grid-template-columns: 1fr;
  }

  .sr-content-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .sr-recording-description {
    margin-bottom: 120px;
  }

  .sr-steps-container {
    margin-top: 64px;
  }

  .sr-steps-cols {
    text-align: center;
    flex-direction: column-reverse;
  }

  .sr-steps-cols.sr-middle-step {
    flex-direction: column;
  }

  .sr-heading-h3 {
    text-align: center;
    font-size: 18px;
  }

  .sr-step-description-left {
    padding-right: 0;
  }

  .sr-step-description-right {
    padding-left: 0;
  }

  .lp-content-rich-text {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .lp-content-rich-text h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .transparent-btn-header.btn-radius {
    display: none;
  }

  .sr-top-player-container {
    height: 500px;
    min-height: 300px;
  }

  .sr-cta-title {
    font-size: 16px;
  }

  .sr-player-cta-title {
    font-size: 12px;
  }

  .marketer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .marketer-content-heading-h3 {
    font-size: 20px;
  }

  .image-11 {
    width: 100%;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-category-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: auto;
  }

  .collection-list-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-category-nav {
    align-items: center;
    max-width: 450px;
    display: flex;
  }

  .sr-record-red-btn {
    width: 40px;
    height: 40px;
  }

  .pricing-tab-grid {
    grid-template-columns: 1fr;
  }

  .pp-main-section {
    margin-bottom: 100px;
  }

  .about-main-container {
    padding: 50px 20px 40px;
  }

  .video-content-description {
    font-size: 12px;
    line-height: 20px;
  }

  .lp-step-cols {
    flex-direction: column-reverse;
  }

  .lp-step-cols.lp-d2-cols, .lp-step-cols.ls-steps-image-right {
    flex-direction: column;
  }

  .lp-faq-content-rt {
    font-size: 12px;
  }

  .ll-main-container {
    padding: 50px 20px 40px;
  }

  .ll-podcast-name {
    font-size: 28px;
    line-height: 32px;
  }

  .section-launch-legend {
    margin-top: 20px;
  }

  .generic-rt h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .generic-rt p {
    font-size: 12px;
    line-height: 20px;
  }

  .tool-block-image {
    width: 100%;
  }

  .ll-banner-content-container {
    margin-top: 0;
    padding: 10px 20px 40px;
  }

  .ll-banner-content {
    text-align: center;
    max-width: 100%;
  }

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

  .lp-step-space-col {
    display: none;
  }

  .ll-watch-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .ll-watch-description {
    font-size: 14px;
    line-height: 24px;
  }

  .section-wrapper-player {
    width: 100%;
  }

  .content-heading-left {
    font-size: 28px;
    line-height: 32px;
  }

  .tool-bottom-block-image {
    width: 100%;
  }

  .content-description-left {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-post-content-col-temp {
    display: none;
  }

  .package-on-mob.hide-on-web {
    margin-bottom: 60px;
  }

  .collapse-item {
    padding: 0;
  }

  .collapse-toggle {
    padding-left: 10px;
  }

  .collapse-label {
    font-size: 20px;
    line-height: 30px;
  }

  .collapse-content-item {
    font-weight: 500;
  }

  .collapes-package-features {
    display: flex;
  }

  .collapse-package-feature-type {
    font-weight: 400;
  }

  .collapse-package-feature-type.img {
    width: 18px;
  }

  .collapse-feature-right-col {
    padding-right: 0;
  }

  .collapse-feature-left-col {
    padding-left: 0;
  }

  .collapse-package-feature-type-right {
    font-weight: 400;
  }

  .collapse-package-feature-type-right.img {
    width: 18px;
  }

  .content-box.large-box.text-center {
    display: block;
  }

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

  .get-render-video-size {
    margin-bottom: 15px;
  }

  .section-5 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .decoration-element.element-intro {
    opacity: .5;
    bottom: -29px;
    right: 37px;
  }

  .decoration-element.element-1 {
    opacity: .5;
    bottom: 130px;
  }

  .download-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-render-video {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
  }

  .footer {
    text-align: left;
    padding: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link {
    font-size: 12px;
    line-height: 16px;
  }

  .banner-content-container {
    max-width: 100%;
    padding-top: 0;
  }

  .banner-wrapper {
    padding-bottom: 80px;
  }

  .btn-big-white.start-new-project {
    white-space: nowrap;
    font-size: 14px;
  }

  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-description {
    font-size: 12px;
    line-height: 18px;
  }

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

  .section-1-content {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .content-heading, .content-heading.color-black {
    font-size: 18px;
    line-height: 24px;
  }

  .content-description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .section-video {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .content-heading-h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .step-2-grid {
    grid-auto-flow: row;
  }

  .accordian-item {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .copyright-container {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-social-links {
    margin-top: 10px;
  }

  .nav-link-container {
    width: 100%;
    display: block;
  }

  .nav-link-dropdown {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .video-holder {
    width: 100%;
  }

  .video-block {
    border-radius: 8px;
  }

  .container-h1 {
    padding-left: 0;
  }

  .nav-logo-h1 {
    z-index: -1;
    left: auto;
    right: auto;
  }

  .button-h1.btn-radius {
    display: none;
  }

  .banner-content-container-home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main {
    flex-direction: column;
    display: flex;
  }

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

  .step-content-home {
    margin-top: 0;
  }

  .timeline-vector {
    display: none;
  }

  .step-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .step-cols-container {
    flex-direction: column-reverse;
    margin-bottom: 64px;
    display: flex;
  }

  .step-cols-container.hide {
    display: block;
  }

  .step-cols-container.ste-second-swap {
    flex-direction: column;
  }

  .step-cols-container.step-third-col {
    padding-top: 0;
  }

  .step-bottom-block {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-26 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .div-block-27 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .rich-text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .rich-text-block-7 h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .marketer {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    overflow: visible;
  }

  .marketer-bottom-border {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .marketer-slider-image {
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
  }

  .tools-slide {
    min-height: 490px;
    padding: 20px;
  }

  .stock-image {
    margin-top: 10px;
  }

  .video-container-h {
    width: 100%;
    margin-top: 10px;
  }

  .marketing-slide-content {
    margin-left: 0;
  }

  .tools-icons-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tool-icon-home {
    max-width: 16px;
  }

  .tool-discover-more {
    display: block;
  }

  .tool-discover-text {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-32 {
    margin-left: auto;
  }

  .circles-container {
    background-image: url('https://assets.vertah.org/keevi/testimonials-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 150%;
    max-width: 100%;
    max-height: 300px;
    margin-top: 0;
  }

  .tools-column-container {
    flex-direction: column-reverse;
  }

  .circle-top-layer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .circle-heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .section-marketer {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .circle-review {
    width: 48px;
  }

  .circle-review.review-1 {
    top: 8%;
    right: 6%;
  }

  .circle-review.review-2 {
    top: 0%;
    right: 30%;
  }

  .circle-review.review-3 {
    top: 0%;
    left: 30%;
  }

  .circle-review.review-4 {
    top: 8%;
    left: 6%;
  }

  .circle-review.review-5 {
    bottom: 8%;
    right: 6%;
  }

  .circle-review.review-6 {
    bottom: 0%;
    right: 30%;
  }

  .circle-review.review-7 {
    bottom: 0%;
    left: 30%;
  }

  .circle-review.review-8 {
    top: auto;
    bottom: 8%;
    left: 6%;
  }

  .review-content {
    width: 150px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 16px;
    display: none;
    left: 56px;
  }

  .review-text {
    line-height: 16px;
  }

  .div-block-24-copy {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-28-copy {
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .steps-cols-grid {
    grid-template-columns: 1.75fr;
    margin-bottom: 64px;
  }

  .banner-heading-home, .tools-heading-home {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-description-home {
    font-size: 12px;
    line-height: 16px;
  }

  .image-9 {
    max-width: 80%;
  }

  .tools-link-block, .tools-description {
    width: 100%;
  }

  .tools-description.tools-description-bottom {
    width: 90%;
  }

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

  .tools-bottom-block-heading {
    font-size: 12px;
  }

  .section-blog-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-collection-list {
    grid-template-columns: 1fr;
  }

  .tools-bottom-block {
    padding: 16px;
  }

  .tools-main-description {
    width: 90%;
  }

  .blog-listing-block {
    min-height: 430px;
  }

  .blog-list-item {
    flex: 0 auto;
  }

  .blog-category-page-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-category-page-head {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sr-steps-container {
    margin-bottom: 0;
  }

  .sr-section-video {
    margin-bottom: 120px;
  }

  .home-slider {
    margin-top: 20px;
  }

  .sr-top-player-container {
    min-height: 500px;
  }

  .sr-player-cta {
    margin-bottom: 16px;
  }

  .sr-player-cta-image {
    width: 130px;
  }

  .sr-cta-title {
    font-size: 12px;
    line-height: 16px;
  }

  .sr-cta-container {
    flex-direction: column;
  }

  .sr-player-cta-title, .text-block-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .step-rich-text-box {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .step-rich-text-box h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .mask {
    overflow: hidden;
  }

  .marketer-paragraph, .tool-description-home {
    font-size: 12px;
    line-height: 16px;
  }

  .step-publish-description {
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .marketer-wrapper {
    padding-top: 55px;
  }

  .marketer-content-heading-h3 {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .tools-list-grid {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    display: flex;
  }

  .banner-image-tag {
    max-width: 100%;
  }

  .pricing-tab-link {
    font-size: 16px;
  }

  .pricing-tabs-container {
    margin-bottom: 40px;
  }

  .pricing-content-block {
    margin-bottom: 20px;
  }

  .pricing-content-block-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-cta-button {
    font-size: 14px;
    line-height: 16px;
  }

  .pricing-tab-grid {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .video-content-description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .home-just-styling-rt {
    display: none;
  }

  .pricing-description-list {
    margin-top: 0;
  }

  .ll-podcast-name {
    font-size: 18px;
    line-height: 24px;
  }

  .feature-ll-list-item {
    flex: 0 auto;
  }

  .footer-single-col {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper-player {
    width: 100%;
  }

  .paragraph-8 {
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-slider {
    background-color: #0000;
    height: 100%;
    display: none;
  }

  .pricing-slider-slide-nav {
    display: none;
  }

  .pricing-single-slide {
    height: 100%;
  }

  .section-1-content-left {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .content-heading-left, .content-heading-left.color-black {
    font-size: 18px;
    line-height: 24px;
  }

  .content-description-left {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  ._w-100.mb-3 {
    margin-bottom: 0;
  }

  .collapse-content-item {
    font-size: 17px;
  }

  .collapes-package-features {
    display: flex;
  }

  .collapse-package-feature-type {
    font-size: 15px;
  }

  .collapse-package-feature-type.img {
    width: 20px;
  }

  .collapse-package-feature-type-right {
    font-size: 15px;
  }

  .collapse-package-feature-type-right.img {
    width: 20px;
  }

  .collapse-label-text {
    font-weight: 500;
  }

  .section-5 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .size-1 {
    font-size: 41px;
    line-height: 48px;
  }

  .decoration-element.element-1 {
    display: none;
  }

  .download-button.click-btn-down {
    width: 80px;
    padding: 8px 2px;
  }

  .input-search-icon {
    left: 20px;
  }
}


