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

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --headings: #14192b;
  --primary: #0144e4;
  --bg: #f9fafe;
  --body-text-color: #14192b99;
  --secondary: #fca489;
}

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

img {
  display: inline-block;
}

.body {
  color: var(--headings);
  background-color: #f9fafe;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #e9eaf0;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.navbar-wp {
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown-toggle {
  justify-content: space-between;
  align-items: baseline;
  padding: 0;
  display: flex;
}

.dropdown-icon {
  margin-left: 5px;
  margin-right: 0;
  position: static;
}

.nav-bar-dropdown {
  align-items: center;
  margin-right: 40px;
}

.navbar-dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  padding: 20px 30px;
  box-shadow: 0 1px 17px #a0a0a036;
}

.nav-links-wp {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  margin-right: 40px;
  padding: 0;
  text-decoration: none;
}

.nav-link.last {
  margin-right: 70px;
}

.nav-link-text {
  color: #14192b;
  letter-spacing: .32px;
  font-size: 15px;
  line-height: 145%;
  transition: color .2s;
}

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

.btn {
  background-color: var(--primary);
  border-radius: 100px;
  padding: 15px 30px;
  transition: background-color .2s;
  box-shadow: 0 11px 34px 2px #bac0cd;
}

.btn:hover {
  background-color: #003ac3;
}

.btn.nav-btn {
  box-shadow: none;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 120%;
}

.btn.secondary {
  box-shadow: none;
  color: var(--primary);
  background-color: #fff;
}

.btn.secondary:hover {
  background-color: #e6e6e6;
}

.btn.price {
  box-shadow: none;
}

.btn.card {
  box-shadow: none;
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn.card:hover {
  background-color: var(--primary);
}

.nav-dropdown-link {
  margin-top: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
}

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

.nav-dropdown-link._1 {
  margin-top: 0;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.grey {
  background-color: var(--bg);
}

.section.blue-bg {
  background-color: #3166e9;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-color: #131416;
  padding-top: 80px;
  padding-bottom: 40px;
}

.section.grey-relative {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

.section.soln-cta {
  background-color: var(--bg);
  background-image: url('../images/cta-decor.svg'), url('../images/cta-decor.svg');
  background-position: 700px -200px, -150px 150px;
  background-repeat: no-repeat, no-repeat;
  background-size: 470px, 370px;
  position: relative;
  overflow: hidden;
}

.section.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/about-bg-img-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.value {
  background-image: url('../images/values-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.price {
  background-color: var(--bg);
  padding-top: 0;
  position: relative;
}

.section.card {
  background-color: #0144e40d;
  position: relative;
}

.section.privacy {
  background-color: #fff;
}

.section.relevant-info {
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.hidden {
  display: none;
}

.main-wp {
  width: 96%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.main-wp.contact {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.h1-wp {
  z-index: 5;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.h1-wp.white-center {
  color: #fff;
  text-align: center;
}

.h1-wp.card-heading {
  color: #fff;
  text-align: center;
  width: 90%;
}

.h1-wp.margin {
  margin-bottom: 60px;
}

.heading-element-wp {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-element-wp.center {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.heading-element-wp.center-about {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.heading-element-wp.banner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-element-wp.left, .heading-element-wp.about {
  margin-left: 0;
}

.underline {
  z-index: -1;
  max-height: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% -8px 15%;
}

.underline.meetings {
  width: 40%;
  bottom: 13px;
  left: 11%;
}

.underline.ai {
  max-width: 270px;
  bottom: 8px;
  left: 44%;
  right: 10%;
}

.underline.tilder {
  max-width: 150px;
  bottom: -4px;
  left: 67%;
}

.underline.world {
  max-width: 280px;
  margin-left: 230px;
  bottom: 72px;
  left: -50%;
}

.underline.qa-recording {
  width: 35%;
  bottom: 92px;
  left: 5%;
}

.underline.easiest-way {
  max-width: 600px;
  top: 62px;
  bottom: auto;
  left: 18%;
}

.underline.investment-thesis {
  max-width: 400px;
  bottom: 27px;
  left: -3%;
}

.underline.corporate {
  max-width: 280px;
  bottom: 69px;
  left: -2%;
}

.underline.feature-stat-1 {
  z-index: 1;
  max-width: 100px;
  display: none;
  inset: 128px auto auto;
}

.underline.feature-stat-2 {
  z-index: 1;
  max-width: 120px;
  display: none;
  inset: 98px auto auto 32px;
}

.underline.feature-stat-3 {
  z-index: 1;
  max-width: 100px;
  display: none;
  inset: 92px auto auto 81px;
}

.underline.hidden {
  display: none;
}

.underline.choose-plan {
  width: 54%;
  inset: auto 35% 31% auto;
}

.underline.about {
  position: absolute;
  bottom: -45px;
}

.underline.values {
  z-index: 1;
  border-right-style: none;
  width: 45%;
  position: absolute;
  inset: auto 0% -34px 31%;
}

.underline.team {
  inset: 36% auto auto 43%;
}

.underline.contact {
  z-index: 1;
  width: 28%;
  position: absolute;
  top: auto;
  bottom: 58px;
  left: -3%;
}

.underline.contact-form-heading {
  z-index: -1;
  max-width: 170px;
  position: absolute;
  inset: auto 0% -9px -3%;
}

.underline.comapny-s-earnings {
  max-width: 300px;
  top: 74px;
  bottom: auto;
  left: 33%;
}

.underline.meeting-minutes {
  max-width: 600px;
  top: -8px;
  bottom: auto;
  left: 8%;
}

.underline.action-items {
  z-index: -1;
  inset: auto 4% 2% auto;
}

.underline.meeting-transcripts {
  max-width: 380px;
  bottom: 79px;
  left: -2%;
}

.underline.takeaway-action {
  max-width: 350px;
  bottom: 138px;
  left: -1%;
}

.underline.expert-calls {
  max-width: 300px;
  top: 100px;
  bottom: auto;
  left: 35%;
}

.underline.expert-interviews {
  max-width: 360px;
  top: 12px;
  bottom: auto;
  left: 38%;
}

.underline.organize-interview {
  max-width: 400px;
  bottom: 143px;
  left: -1%;
}

.underline.relevant-info {
  max-width: 300px;
  bottom: 77px;
  left: -3%;
}

.underline.audio-enhancement {
  max-width: 500px;
  bottom: 111px;
  left: 33%;
}

.underline.audio-quality-matter {
  max-width: 300px;
  bottom: 14px;
  left: 39%;
}

.underline.earliest-update {
  max-width: 350px;
  bottom: 19px;
  left: 24%;
}

.underline.organize-by-chapters {
  max-width: 550px;
  bottom: 44px;
  left: 25%;
}

.underline.chapter-breaks {
  max-width: 340px;
  bottom: 16px;
  left: 18%;
}

.underline.need-analytics {
  max-width: 300px;
  bottom: 15px;
  left: 47%;
}

.underline.visualize-insights {
  max-width: 400px;
  bottom: 24px;
  left: 32%;
}

.underline.searhable {
  max-width: 550px;
  bottom: 40px;
  left: 40%;
}

.underline.maintain-database {
  max-width: 500px;
  bottom: 113px;
  left: 2%;
}

.underline.share-via-tilder {
  max-width: 380px;
  bottom: 25px;
  left: 52%;
}

.underline.share-seamlessly {
  bottom: 109px;
  left: 54%;
}

.underline.our-story {
  width: 20%;
  bottom: 30px;
  left: 0%;
}

.underline.privacy {
  width: 35%;
  bottom: 23px;
  left: 32%;
}

.underline.about--us {
  width: 35%;
  bottom: 20px;
  left: 28%;
}

.banner-content-wp {
  flex-direction: column;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-wp.top-margin {
  margin-top: 40px;
}

.btn-wp.center {
  justify-content: center;
  display: flex;
}

.btn-wp.center.hide {
  display: none;
}

.banner-image-wp {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.banner-image-wp.solution {
  justify-content: center;
  max-width: 900px;
  max-height: 470px;
  margin-left: auto;
  margin-right: auto;
}

.banner-image-wp.chapters, .banner-image-wp.share-seamlessly {
  justify-content: center;
  max-width: 870px;
  max-height: 470px;
  margin-left: auto;
  margin-right: auto;
}

.banner-image-wp.visualize {
  justify-content: center;
  max-width: 900px;
  max-height: 470px;
  margin-left: auto;
  margin-right: auto;
}

.banner-image-wp.enhance-audio {
  justify-content: center;
  max-width: 900px;
  max-height: 470px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.h2.center.white {
  color: #fff;
}

.h2.color {
  color: #333;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h2.white-center {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.h2-wp {
  z-index: 5;
  margin-bottom: 30px;
  position: relative;
}

.h2-wp.soln-cta {
  text-align: center;
  margin-bottom: 30px;
}

.h2-wp.soln-highlight {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.h2-wp._w-subtext {
  margin-bottom: 30px;
}

.h2-wp._70vw {
  max-width: 70vw;
}

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

.meetings-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-sub-text {
  color: var(--body-text-color);
}

.banner-sub-text.center {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.banner-sub-text.white {
  color: #fff;
  letter-spacing: .02em;
}

.meetings-card {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 370px;
  display: flex;
  overflow: hidden;
}

.meetings-card-img-wp {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: flex-end;
  height: 100%;
  max-height: 220px;
  margin-bottom: -10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.meetings-card-title-wp {
  z-index: 2;
  align-items: flex-end;
  padding: 30px;
  display: flex;
  position: absolute;
}

.meetings-card-content {
  background-color: #3166e9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.meetings-card-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.meetings-card-text {
  color: #fff;
  line-height: 160%;
}

.meetings-card-text.black {
  color: var(--headings);
}

.meetings-card-text.color-opacity {
  color: #14192bb3;
}

.meetings-card-text-wp {
  margin-bottom: 32px;
}

.features-content-wp {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.features-card-wp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.features-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 215px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 1px 1px 24px #1b1b1b0a;
}

.features-card.solution {
  align-items: center;
  position: relative;
  overflow: hidden;
}

.feature-icon-wp {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
}

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

.features-content {
  margin-bottom: 20px;
}

.features-title {
  color: #1a1e1c;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.features-title.white {
  color: #fff;
}

.feature-title-wp {
  margin-bottom: 20px;
}

.features-points {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.features-points.margin {
  margin-left: 12px;
}

.features-points.last {
  margin-bottom: 0;
}

.bullet {
  margin-right: 15px;
}

.bullet.small {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.learn-more {
  color: #fff;
  border-bottom: 2px solid #fff;
  align-items: flex-start;
  padding-bottom: 7px;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.learn-more.color {
  color: #1a1e1c;
  border-bottom-color: #0144e466;
}

.feature-text {
  color: #14192bcc;
  font-size: 15px;
  line-height: 120%;
}

.feature-text.color {
  color: #14192b;
  margin-bottom: 5px;
}

.feature-text.opacity {
  color: #14192b99;
  margin-bottom: 5px;
}

.feature-text.white-text-height {
  color: #fffc;
  font-weight: 300;
  line-height: 150%;
}

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

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

.service-card {
  background-color: var(--bg);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.service-points-wp {
  justify-content: space-between;
  max-width: 440px;
  margin-top: 30px;
  display: flex;
}

.service-points-wp.vertical {
  flex-direction: column;
}

.service-text-wp {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-text-wp.height {
  height: 46%;
}

.bubble {
  width: 460px;
  height: 460px;
  position: absolute;
  inset: -71px auto auto -124px;
}

.bubble.right {
  inset: 770px -180px 0% auto;
}

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

.teams-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 70px;
  display: grid;
}

.logo-wp {
  max-width: 120px;
}

.logo {
  object-fit: contain;
}

.logo.uber {
  display: block;
}

.compliment-content-wp {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.compliment-title-wp {
  width: 40%;
  position: sticky;
  top: 120px;
}

.compliments-wp {
  width: 55%;
}

.compliment {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 1px 1px 24px #1b1b1b0a;
}

.rating-wp {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image {
  margin-right: 5px;
}

.divider {
  background-color: #e9eaf0;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.complimenter-details-wp {
  justify-content: space-between;
  display: flex;
}

.complimentor-logo {
  object-fit: cover;
}

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

.image-3 {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.footer-content-wp {
  border-bottom: 1px solid #ffffff21;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 60px;
  display: flex;
}

.fotter-content {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.footer-title {
  color: #fff;
  font-size: 17px;
}

.footer-link-wp {
  margin-bottom: 15px;
}

.footer-link {
  color: #ffffffa6;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #fff;
}

.footer-title-wp {
  margin-bottom: 25px;
}

.copyright-wp {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copyright-text {
  color: #ffffffa6;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
}

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

.copyright-text.static:hover {
  color: #ffffffa6;
}

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

.div-block-12 {
  background-color: #ffffffa1;
  width: 2px;
  height: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

.card-bubble {
  position: absolute;
  inset: auto -12% -22% auto;
}

.footer-icon-wp {
  margin-left: 15px;
}

.earning-call-content-wp {
  background-color: #0144e4cc;
  border-radius: 26px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.earning-calls-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.earning-call-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.earning-call-content {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.calls-banner-text {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
}

.calls-banner-text.small {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.card-bubble-decor {
  width: 196px;
  height: 196px;
  position: absolute;
  inset: -58% auto auto -80px;
}

.card-bubble-decor.margin {
  inset: auto 0% -141px 167px;
}

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

.earnings-content-wp.invert {
  flex-direction: row-reverse;
  align-items: center;
}

.earnings-image-wp {
  width: 45%;
  position: relative;
}

.earnings-image-wp.it {
  padding-right: 40px;
}

.earnings-image-wp.ce {
  justify-content: center;
  align-items: center;
  display: flex;
}

.earnings-image-wp.information {
  padding-left: 30px;
}

.earnings-image-wp.bottom-margin {
  padding-right: 40px;
}

.earnings-image {
  object-fit: contain;
  height: 100%;
}

.earnings-image.left {
  position: relative;
  left: -143px;
}

.earnings-image.right {
  position: relative;
  left: 318px;
}

.earnings-content {
  width: 50%;
}

.earnings-content.full {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.earnings-text-wp {
  justify-content: flex-start;
  align-items: flex-start;
}

.organizer-corner-bubble {
  border-radius: 100%;
  position: absolute;
  inset: -288px 0% auto 500px;
}

.organizer-bubble {
  position: absolute;
  inset: auto -39px -62px auto;
}

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

.custom-mobile-nav {
  display: none;
}

.responsive-nav {
  background-color: #0000;
  display: none;
}

.dropdown-links-group {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.btn-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #dc4a17;
  border: 1px solid #dc4a17;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-2:hover {
  background-color: #c03d0f;
}

.btn-2.shadow {
  background-color: #dc4a17;
  padding: 12px 28px;
  font-size: 14px;
  box-shadow: 0 1px 4px #00000026;
}

.nav-link-2 {
  z-index: 1;
  color: #000;
  margin-right: 48px;
  padding: 25px 0;
  font-size: .9375em;
  font-weight: 400;
  position: relative;
}

.nav-link-2.w--current {
  z-index: 1;
  color: #00bcff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: .9375em;
  position: relative;
}

.nav-link-2.dropdown-link {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-cta-wrapper {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.menu-cta-wp {
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.meetings-card-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-illustration-vid-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.banner-illustration-vid {
  z-index: 9;
  object-fit: fill;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 160px;
  height: 200px;
}

.banner-vid-wp {
  z-index: 2;
  background-color: #f3f5fc;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.recording-dot {
  background-color: #fe6666;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.recording-dot-wp {
  background-color: #c3d2f7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px;
  display: flex;
}

.banner-vid-controls-wp {
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.vid-progressbar-wp {
  background-color: #b6c6f0;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.vid-progressbar {
  background-color: #2759d5;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 6%;
  height: 6px;
  display: flex;
  position: absolute;
}

.progressbar-dot {
  flex: none;
  width: 17px;
  height: 17px;
}

.banner-lottie-wp {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

.banner-img-right {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  display: flex;
  position: relative;
}

.feature-card-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lottie-animation {
  margin-top: 140px;
  margin-left: -10%;
}

.banner-img-right-top-wp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-img-chat-box-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 95%;
  margin-top: 20px;
  display: grid;
}

.banner-img-chat-box-wp {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 60px #9e9e9e1a;
}

.banner-img-chat-box-wp._2 {
  margin-top: 40px;
}

.banner-img-chatbox-title {
  color: var(--primary);
  font-weight: 500;
}

.banner-img-chatbox-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #e8e8e8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  display: grid;
}

.chat-bubble-wp {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.chat-bubble-wp.pink {
  opacity: 0;
  flex-direction: row-reverse;
}

.chat-bubble-img-wp {
  border-radius: 100%;
  flex: none;
  width: 20%;
  max-width: 28px;
  max-height: 28px;
  overflow: hidden;
}

.chat-bubble-img-wp.left-margin {
  margin-left: 10px;
}

.chat-bubble-text-wp {
  background-color: #f7f9ff;
  border-radius: 2px;
  width: 95%;
  padding: 8px;
  position: relative;
}

.chat-bubble-text-wp.typed-words-1, .chat-bubble-text-wp.typed-words-2, .chat-bubble-text-wp.typed-words-3, .chat-bubble-text-wp.typed-words-4 {
  opacity: .6;
  color: #14192b99;
  background-color: #0000;
  padding-top: 6px;
  font-size: 10px;
  line-height: 140%;
}

.chat-bubble-text-wp.ques-chapter-1, .chat-bubble-text-wp.ques-chapter-2 {
  color: #14192b99;
  font-size: 10px;
  line-height: 140%;
}

.chat-pointer {
  position: absolute;
  inset: 12px auto auto -6px;
}

.call-transcript-illustration-wp {
  background-color: #f9fafe;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.menu-dots-wp {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.menu-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.absolute-illustration-wp {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50px;
  right: 20px;
  box-shadow: 1px 1px 15px #0000000f;
}

.absolute-illustration-wp.information {
  left: 65px;
  right: auto;
}

.absolute-illustration-wp.chapters {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  top: -12px;
  left: 20px;
  right: auto;
}

.absolute-illustration-wp.clues-1 {
  top: -67px;
  right: 130px;
}

.absolute-illustration-wp.clues-2 {
  width: 280px;
  top: 109px;
}

.absolute-illustration-wp.database {
  inset: auto -1% 0% auto;
}

.it-title-wp {
  background-color: var(--primary);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.it-title-txt {
  color: #fff;
  font-size: 18px;
}

.it-search-icn {
  margin-right: 12px;
  display: flex;
}

.it-title-arrow {
  margin-left: 24px;
}

.it-content-wp {
  width: 100%;
  padding: 20px;
}

.it-animating-card {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  display: flex;
  box-shadow: 1px 1px 15px #0000000f;
}

.it-animating-card.abs {
  position: absolute;
  top: 63px;
}

.it-dummy-card {
  flex-direction: column;
  margin-top: 12px;
  display: flex;
}

.it-icn {
  margin-right: 12px;
}

.it-card-text {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 500;
}

.primary-blue {
  color: var(--primary);
}

.ce-illustration-wp {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 15px #0000000f;
}

.ce-title {
  margin-bottom: 16px;
}

.graph-wp {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.graph-title {
  color: #14192bcc;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.graph-content {
  grid-template-rows: auto;
  grid-template-columns: 40px auto auto auto auto;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.graph-bottom {
  margin-top: -2px;
  padding-left: 19px;
}

.graph-bar {
  height: 100%;
  margin-right: 32px;
  display: block;
}

.graph-bar.last {
  margin-right: 0;
}

.graph-legends-wp {
  position: absolute;
  inset: 0% 0% auto auto;
}

.graph-bar-y {
  height: 100%;
  margin-right: 32px;
  display: block;
}

.banner-caption {
  color: var(--primary);
  font-size: 20px;
}

.feature-highlight {
  background-color: #0144e4cc;
  background-image: url('../images/solution-cta-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-cta-subtext-wp {
  color: #ffffffb3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-cta-content-wp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-page-cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60ch;
  display: flex;
}

.absolute-sound-wave {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 115px;
  right: 8px;
  box-shadow: 1px 1px 24px #0000000f;
}

.mm-wave-wp {
  background-color: #fff;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  padding: 20px;
  position: absolute;
  box-shadow: 1px 1px 64px #00000014;
}

.ec-chapters-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ec-vid-des-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ec-chapter-cards-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-msg-bg {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 25px #9e9e9e40;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border: 1px solid #e5e9f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 456px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 24px 8px #1b1b1b0a;
}

.price-tag {
  color: var(--primary);
  letter-spacing: .32px;
  font-size: 22px;
  font-weight: 500;
}

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

.price-num {
  letter-spacing: .32px;
  font-size: 32px;
  font-weight: 500;
}

.price-num-wp {
  border-bottom: 1px solid #e9eaf0;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 70px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
}

.price-text {
  color: #14192bb3;
}

.price-text.black {
  color: var(--headings);
  font-weight: 500;
}

.price-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.blue-tick {
  position: absolute;
}

.tick-wp {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.price-details {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.price-btn-wp {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.price-num-sub-text {
  color: #70737f99;
  letter-spacing: .32px;
  margin-top: 3px;
  font-size: 14px;
}

.price-element-1 {
  opacity: 0;
  position: absolute;
  top: -31px;
  left: auto;
  right: -26px;
}

.price-element-2 {
  opacity: 0;
  position: absolute;
  inset: 319px 0% 0% 127px;
}

.h1.white {
  color: #fff;
}

.h1.white.left {
  text-align: left;
}

.search-audio-points {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.white-bullete {
  margin-right: 25px;
}

.about-banner-subtext {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.about-banner-subtext.center {
  text-align: center;
}

.about-banner-wp {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-audio-points-wp {
  width: 40%;
  margin-top: 20px;
}

.scattered-knowledge-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scattered-card {
  background-color: #4778f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 243px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scattered-num {
  color: #fff;
  margin-bottom: 6px;
  font-size: 54px;
  font-weight: 700;
  line-height: 130%;
}

.image-6 {
  position: absolute;
  inset: auto auto -147px -205px;
}

.image-7 {
  position: absolute;
  inset: -122px -300px auto auto;
}

.image-8 {
  position: absolute;
  inset: -39% auto auto -36%;
}

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

.who-we-are {
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.body-text {
  color: var(--body-text-color);
  font-size: 20px;
  line-height: 155%;
}

.body-text.white {
  color: #fff;
}

.body-text.small {
  font-size: 16px;
  line-height: 140%;
}

.body-text.waitlist-count {
  color: var(--primary);
  font-size: 16px;
  line-height: 140%;
}

.who-we-are-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.who-we-are-content-wp {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.tilder-quote {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 818px;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 64px #9e9e9e40;
}

.quote {
  color: #14192bb3;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.quote-img-1 {
  position: absolute;
  inset: -89px auto auto 0%;
}

.quotes-wp {
  margin-bottom: 40px;
  position: relative;
}

.tilder-team {
  color: #14192bb3;
  font-family: Dancing Script, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.gallery-imgs-slider {
  width: 100%;
  max-width: 1800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.our-values {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.values-wp {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.values {
  border-right: 1.4px solid #ffffff1a;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 45px;
  display: flex;
}

.values._4 {
  border-right-style: none;
}

.image-10 {
  display: none;
  position: absolute;
  inset: -39% -3% auto auto;
}

.image-11 {
  display: none;
  position: absolute;
  inset: auto 0% -36% 18%;
}

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

.team-members-wp {
  max-width: 670px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-name {
  color: #14192bb3;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 500;
}

.team-member-des {
  color: #14192b80;
  font-size: 18px;
  font-weight: 300;
}

.teams-collection {
  margin-bottom: 40px;
  display: flex;
}

.join-the-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.join-the-list-content {
  background-image: url('../images/Mask-Group.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  padding: 135px 60px;
  display: flex;
}

.join-the-list-form {
  background-color: #0144e408;
  padding: 135px 60px;
}

.text-block {
  font-size: 26px;
  font-weight: 500;
}

.join-list-subtext {
  margin-top: 20px;
  margin-bottom: 20px;
}

.waitlist {
  background-color: #0144e424;
  border-radius: 4px;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

.join-the-list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.blue {
  color: var(--primary);
}

.field-label {
  color: #6f6f6f;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}

.text-field {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #92929280;
}

.text-field:focus {
  border-color: #0000 #0000 var(--primary);
}

.field-wp {
  margin-bottom: 15px;
}

.checkbox-field {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.checkbox-label {
  color: #14192b99;
  font-size: 14px;
  line-height: 130%;
}

.success-message {
  background-color: #0144e424;
  border-radius: 3px;
}

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

.right-arrow {
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  display: block;
  inset: auto 0% 0% auto;
}

.left-arrow {
  background-color: #0144e4;
  border-right: 1px solid #fff;
  border-radius: 6px 0 0;
  width: 50px;
  height: 50px;
  display: block;
  top: auto;
  left: auto;
  right: 50px;
}

.slide-nav {
  display: none;
  bottom: -49px;
  transform: scale(.7);
}

.gallery-imgs-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mask {
  height: auto;
}

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

.gallery-img-wp {
  border-radius: 6px;
  overflow: hidden;
}

.slide-1, .slide-2 {
  margin-right: 20px;
}

.icon {
  color: #fff;
  transform: scale(.6);
}

.icon-2 {
  transform: scale(.6);
}

.slide-3 {
  margin-right: 20px;
}

.image-13 {
  position: absolute;
  inset: 0% -12% auto auto;
}

.image-14 {
  position: absolute;
  inset: auto auto -13% -6%;
}

.image-15 {
  object-fit: cover;
}

.team-msg-1 {
  z-index: 5;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 38%;
  left: -4%;
  right: auto;
}

.image-16 {
  position: absolute;
  left: 19px;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.team-msg-2 {
  z-index: 5;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.image-18 {
  position: absolute;
  left: auto;
  right: 19px;
}

.note-shared-wp {
  z-index: 5;
  align-items: center;
  position: absolute;
  top: 43px;
  right: 0;
  box-shadow: 0 1px 30px #bac0cd;
}

.image-19 {
  position: absolute;
  top: -26px;
  left: auto;
  right: -10px;
}

.workflow-card-wp {
  background-color: #fff;
  border-radius: 12px;
  width: 980px;
  max-width: 980px;
  min-height: 730px;
  margin-bottom: 100px;
  padding: 40px 50px;
  position: sticky;
  top: 10%;
  box-shadow: 1px 1px 5px #6f8d8c1a;
}

.workflow-card-wp.empty {
  width: 100%;
  height: 500px;
  box-shadow: none;
  background-color: #0000;
  margin-bottom: 0;
}

.workflow-card-wp.last {
  margin-bottom: 0;
}

.card-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 140%;
}

.card-heading-wp {
  z-index: 5;
  width: 68%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.card-imgs-wp {
  flex-direction: column;
  position: relative;
}

.card-img-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.image-21 {
  transform-style: preserve-3d;
  position: absolute;
  top: -17%;
  left: 543.25px;
}

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

.card-img-top.center {
  justify-content: center;
}

.image-22 {
  position: absolute;
  inset: 13% auto auto 49%;
}

.chapter-imgs-wp {
  margin-top: 100px;
  margin-left: 20px;
}

.chapter-imgs-wp.top-margin, .chapter-imgs-wp.invite {
  position: relative;
  top: 86px;
}

.workflow-content-wp {
  justify-content: center;
  display: flex;
}

.workflow-cards-main-wp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.workflow-block {
  position: relative;
}

.image-24 {
  position: absolute;
  left: -228px;
}

.card-img {
  box-shadow: 0 1px 15px #1d293f14;
}

.card-img._2, .card-img._6 {
  margin-right: 20px;
}

.search-icon {
  align-items: center;
  display: flex;
}

.call-play-bg-img-1 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.call-play-bg-img-2 {
  position: absolute;
  bottom: 16px;
  left: -41px;
  right: auto;
}

.call-play-chat {
  z-index: 5;
  background-color: #fff;
  border-radius: 8px;
  width: 315px;
  padding: 16px;
  position: relative;
  top: 241px;
  left: 464px;
  box-shadow: 0 25px 128px #1d293f2b;
}

.call-play-chat.key-snippets {
  width: 220px;
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  top: 355px;
  left: 675px;
}

.call-play-img {
  box-shadow: 0 5px 46px #9e9e9e40;
}

.call-play-img.center {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  left: 41px;
}

.call-play-img.bottom-margin {
  margin-bottom: 20px;
}

.call-play-search {
  width: 440px;
  position: relative;
  bottom: 93px;
  left: 55px;
  box-shadow: 0 10px 105px #1d293f30;
}

.search {
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 23px 0% auto;
}

.search.transcript {
  background-color: #fff;
  border-radius: 9px;
  padding-top: 11px;
  padding-bottom: 11px;
  position: static;
  box-shadow: 0 7px 81px #1d293f1c;
}

.image-29 {
  filter: invert();
}

.it-title-txt-dark {
  color: var(--headings);
  font-size: 18px;
}

.btn-text {
  color: #fff;
}

.image-30 {
  position: absolute;
}

.keywords-img-wp {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-31 {
  box-shadow: 0 9px 94px #1d293f1f;
}

.keywords-graph {
  justify-content: flex-end;
  display: flex;
}

.keywords-search {
  justify-content: flex-start;
  width: 512px;
  position: relative;
  bottom: -2px;
}

.image-32 {
  position: absolute;
  inset: auto -56px 21px auto;
}

.image-33 {
  box-shadow: 0 8px 94px #1d293f1f;
}

.image-34 {
  position: relative;
  top: -32px;
  left: 15px;
}

.focus-chat-img {
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 12.25px;
  left: 82px;
}

.focus-chat-img--1 {
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
  box-shadow: 0 10px 25px #9e9e9e40;
}

.focus-chat-img-2 {
  position: relative;
  left: 41px;
  box-shadow: 0 10px 25px #9e9e9e40;
}

.image-35 {
  position: relative;
  bottom: 38px;
  left: 13px;
}

.image-36 {
  z-index: -1;
  position: absolute;
  top: 18px;
}

.div-block-15 {
  position: absolute;
  top: 19%;
  bottom: auto;
  right: 0%;
}

.image-37 {
  position: relative;
  left: 42px;
  box-shadow: 0 20px 80px #1d293f1c;
}

.key-snippets-imgs {
  width: 350px;
  position: relative;
  bottom: 93px;
  left: 55px;
  box-shadow: 0 10px 105px #1d293f30;
}

.image-38 {
  position: absolute;
  inset: auto 13% -50% auto;
  box-shadow: 0 14px 67px #9e9e9e1a;
}

.key-snippets-bg {
  z-index: -1;
  position: absolute;
  top: 61px;
  left: 94px;
}

.div-block-16 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  display: flex;
}

.image-40 {
  margin-left: 34px;
  margin-right: 34px;
}

.concentrate-img {
  box-shadow: 0 13px 61px #9e9e9e1a;
}

.concentrate-img._2 {
  position: relative;
  left: -52px;
}

.concentrate-img._1 {
  position: relative;
  bottom: 105px;
  left: 72px;
}

.concentrate-img._3 {
  position: absolute;
  bottom: -109.5px;
  right: 416.5px;
}

.image-37-copy {
  position: relative;
  top: 5px;
  left: 93px;
  box-shadow: 0 20px 80px #1d293f1c;
}

.transcript {
  position: absolute;
  top: 45%;
  bottom: auto;
  right: 0%;
}

.transcript-img {
  margin-top: 100px;
  margin-left: 20px;
}

.transcript-img.top-margin {
  margin-left: 0;
  position: relative;
  top: 61px;
  left: -41px;
}

.transcript-person-img {
  position: relative;
  top: -12px;
  box-shadow: 0 1px 15px #1d293f14;
}

.insights-from-transcript {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 90px;
  left: 280px;
  right: auto;
  box-shadow: 1px 1px 15px #0000000f;
}

.transcript-search-wp {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.transcript-bg {
  z-index: -1;
  position: absolute;
  top: 47px;
}

.transcribe-card-img {
  box-shadow: 0 1px 15px #1d293f14;
}

.transcribe-card-img-top {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.transcribe--chapter-imgs-wp {
  margin-top: 100px;
  margin-left: 20px;
}

.banner-arrow-img {
  margin-top: -20px;
  display: none;
}

.ai-features {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 370px;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 24px #1b1b1b0a;
}

.ai-features.about {
  border: 1px solid #e5e9f3;
  width: 100%;
  padding: 30px;
}

.div-block-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.organize-chapter {
  box-shadow: 0 2px 52px #9e9e9e40;
}

.organize-chapter._1 {
  position: absolute;
  inset: 0% auto auto 7%;
}

.organize-chapter._2 {
  position: absolute;
  inset: 29% auto 0% 16%;
}

.organize-chapter._3 {
  position: absolute;
  inset: auto auto 19% 7%;
}

.organize-chapter._4 {
  position: absolute;
  inset: -4% 13% auto auto;
}

.visualize-insights-img {
  box-shadow: 0 3px 53px #9e9e9e40;
}

.visualize-insights-img._1 {
  position: absolute;
  inset: -6% auto auto 19%;
}

.visualize-insights-img._2 {
  position: absolute;
  inset: auto auto -3% 8%;
}

.visualize-insights-img._3 {
  position: absolute;
  inset: 0% 6% 0% auto;
}

.div-block-18 {
  justify-content: flex-start;
  display: flex;
}

.maintain-database-img {
  box-shadow: 0 3px 53px #9e9e9e40;
}

.maintain-database-img._1 {
  z-index: 1;
  position: absolute;
  left: -4px;
}

.maintain-database-img._2 {
  position: absolute;
  top: 69px;
  left: -5px;
}

.share-seamlessly-center-img {
  opacity: .4;
  position: relative;
  left: auto;
  right: auto;
}

.share-seamlessly-transcript {
  z-index: 1;
  background-color: #fafafa;
  flex-direction: column;
  align-items: stretch;
  width: 380px;
  height: 387px;
  padding: 25px 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -11%;
  box-shadow: 0 6px 67px #9e9e9e1a;
}

.div-block-20 {
  justify-content: space-between;
  display: flex;
}

.div-block-21 {
  margin-top: 30px;
  position: relative;
}

.image-43 {
  position: absolute;
  top: 84px;
}

.image-44 {
  z-index: 3;
  position: absolute;
  top: 137px;
  left: 2px;
  box-shadow: 0 3px 110px #9e9e9e40;
}

.image-45 {
  margin-left: 29px;
  box-shadow: 1px 1px 20px #9e9e9e05;
}

.share-seamlessly-img {
  z-index: 6;
  box-shadow: 0 8px 64px #9e9e9e1a;
}

.share-seamlessly-img._1 {
  z-index: 2;
  position: absolute;
  inset: 19% auto 0% 355px;
}

.share-seamlessly-img._2 {
  position: absolute;
  top: 27%;
  left: 41%;
}

.share-seamlessly-img._3 {
  z-index: 4;
  position: absolute;
  inset: auto -9% 9% auto;
}

.share-seamlessly-img._4 {
  position: absolute;
  top: 206px;
  left: 41%;
}

.image-46 {
  position: absolute;
  bottom: 392px;
  left: 34%;
}

.share-banner-export-img {
  z-index: 5;
  position: absolute;
  inset: 12% 3% auto auto;
}

.who-we-are-text {
  color: #14192bcc;
  font-size: 18px;
}

.team-members-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.team-member-info-wp {
  border: 1px solid #e5e9f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 24px #1b1b1b0a;
}

.team-member-info {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.team-member-des-wp {
  text-align: center;
  background-color: #0144e41a;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-member-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-img-wp {
  border: 3px solid #94b3ff;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
}

.chat--bubble-text {
  background-color: #fbf5f5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.chat-bubble-text-main-wp {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.share-seamlessly-notes {
  position: relative;
}

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

.our-story-icon {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.tilder-quote-wp {
  justify-content: center;
  margin-top: 80px;
  display: flex;
}

.privacy-contant-wp {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.privacy-title-wp {
  margin-bottom: 30px;
}

.privacy-title-wp.margin {
  margin-top: 80px;
}

.privacy-title {
  font-size: 26px;
}

.list-item {
  margin-bottom: 10px;
}

.list {
  margin-bottom: 20px;
  padding-left: 50px;
}

.enhance-audio-img._1 {
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: 0 1px 46px #9e9e9e40;
}

.enhance-audio-img._2 {
  z-index: 2;
  position: absolute;
  top: 68px;
  left: 25px;
}

.enhance-audio-transcript {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 215px;
  left: 212px;
  box-shadow: 1px 1px 46px #9e9e9e59;
}

.enhance-audio-bg-img {
  margin-top: 50px;
}

.service-img-wp {
  border-radius: 15px 15px 0 0;
  width: 80%;
  min-height: 400px;
  margin-top: 40px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .section.soln-cta {
    background-position: 800px -200px, 0 150px;
  }

  .underline {
    max-width: 480px;
  }

  .underline.ai {
    left: 45%;
  }

  .underline.tilder {
    bottom: -4px;
    left: 66%;
  }

  .underline.world {
    max-width: 240px;
    bottom: 68px;
    left: -51%;
  }

  .underline.easiest-way {
    max-width: 370px;
    top: 22px;
    left: 16%;
  }

  .underline.investment-thesis {
    max-width: 300px;
    bottom: 75px;
  }

  .underline.corporate {
    max-width: 300px;
    bottom: 71px;
    left: -2%;
  }

  .underline.feature-stat-1 {
    top: 91px;
  }

  .underline.feature-stat-3 {
    top: 137px;
  }

  .underline.comapny-s-earnings {
    max-width: 370px;
    top: 65px;
    left: 32%;
  }

  .underline.meeting-minutes {
    max-width: 280px;
    top: 30px;
    left: 8%;
  }

  .underline.action-items {
    z-index: -1;
    max-width: 390px;
    bottom: 42%;
    left: -1%;
  }

  .underline.takeaway-action {
    max-width: 370px;
  }

  .underline.expert-interviews {
    max-width: 390px;
  }

  .underline.audio-enhancement {
    bottom: 107px;
    left: 31%;
  }

  .underline.organize-by-chapters {
    bottom: 48px;
    left: 26%;
  }

  .feature-text {
    font-size: 16px;
  }

  .service-text-wp {
    margin-top: 0;
  }

  .earnings-image-wp.ce {
    left: -9px;
  }

  .lottie-animation {
    margin-top: 100px;
    margin-left: -20%;
  }

  .banner-img-chat-box-grid {
    width: 90%;
  }

  .overflow-hidden {
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .section.soln-cta {
    background-position: 800px -200px, 150px 150px;
  }

  .underline.tilder {
    bottom: -9px;
    left: 65%;
  }

  .underline.comapny-s-earnings {
    max-width: 220px;
    top: 86px;
    left: 40%;
  }

  .underline.action-items {
    z-index: -1;
  }

  .underline.chapter-breaks {
    bottom: 16px;
  }

  .underline.about--us {
    left: 29%;
  }
}

@media screen and (min-width: 1920px) {
  .section.soln-cta {
    background-position: 1200px -200px, 150px 150px;
  }
}

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

  .navbar-wp, .btn.nav-btn.hide {
    display: none;
  }

  .section.soln-cta {
    background-position: 500px -200px, -150px 150px;
  }

  .section.about {
    background-image: linear-gradient(to bottom, null, null), url('../images/about-bg-img-1.png');
    background-position: 0 0, 100%;
  }

  .heading-element-wp {
    width: auto;
  }

  .heading-element-wp.center, .heading-element-wp.center-about, .heading-element-wp.banner {
    width: 80%;
  }

  .underline {
    display: none;
    left: 57px;
    right: auto;
  }

  .underline.tilder {
    left: 70%;
  }

  .underline.world {
    margin-left: 0;
  }

  .underline.qa-recording {
    bottom: 147px;
    right: 0;
  }

  .underline.easiest-way {
    top: 51px;
    left: 6%;
  }

  .underline.choose-plan {
    right: 0;
  }

  .underline.about {
    bottom: 48px;
    right: 0;
  }

  .underline.team {
    top: 53%;
    right: 0;
  }

  .underline.contact {
    width: 40%;
    bottom: 29%;
  }

  .underline.meeting-minutes {
    top: 51px;
    left: 1%;
  }

  .underline.action-items {
    inset: 27% auto auto 0%;
  }

  .underline.takeaway-action {
    bottom: 158px;
  }

  .underline.expert-calls {
    top: 50px;
    left: 6%;
  }

  .underline.expert-interviews {
    top: 27px;
  }

  .underline.audio-enhancement {
    max-width: 600vh;
    bottom: 58px;
    left: 6%;
  }

  .underline.organize-by-chapters {
    bottom: 58px;
  }

  .underline.visualize-insights {
    max-width: none;
    bottom: 80px;
    left: 3%;
  }

  .underline.searhable {
    bottom: -21px;
    left: 33%;
  }

  .underline.maintain-database {
    bottom: 60px;
    left: 14%;
  }

  .underline.share-seamlessly {
    bottom: 144px;
    left: 5%;
  }

  .underline.our-story {
    width: 90%;
    bottom: 26px;
  }

  .underline.privacy {
    right: 0;
  }

  .underline.about--us {
    bottom: 48px;
    right: 0;
  }

  .banner-image-wp {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .h2 {
    line-height: 120%;
  }

  .meetings-card-grid {
    grid-column-gap: 20px;
  }

  .meetings-card-img-wp {
    max-height: 180px;
    margin-bottom: -10px;
  }

  .meetings-card-title {
    font-size: 28px;
  }

  .features-content-wp {
    align-items: center;
    margin-top: 40px;
  }

  .features-card-wp {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-bottom: 30px;
    display: grid;
  }

  .features-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-title {
    font-size: 22px;
  }

  .feature-text {
    font-size: 17px;
  }

  .service-points-wp {
    flex-flow: column wrap;
  }

  .service-text-wp {
    height: 60%;
  }

  .bubble.right {
    right: -200px;
  }

  .teams-logos {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .compliments-wp {
    width: 60%;
  }

  .footer-content-wp {
    flex-direction: column;
  }

  .fotter-content {
    width: 100%;
    margin-top: 60px;
  }

  .earning-call-content-wp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .calls-banner-text {
    font-size: 20px;
  }

  .calls-banner-text.small {
    font-size: 13px;
  }

  .earnings-image {
    height: 80%;
  }

  .custom-navmenu-btn {
    margin-left: 20px;
    padding: 8px;
    text-decoration: none;
  }

  .mob-dropdown-menu {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    display: flex;
    position: relative;
  }

  .custom-mobile-nav {
    z-index: 999999;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 21px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navbar-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    left: -2.5%;
    right: -16px;
  }

  .mob-dropdown-icon {
    margin-left: 6px;
    position: absolute;
    inset: auto -24px 0% auto;
  }

  .mob-dropdown-links {
    height: auto;
    overflow: hidden;
  }

  .responsive-nav {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-links-group {
    align-items: center;
    margin-top: 30px;
  }

  .brand {
    z-index: 9999;
    max-width: 140px;
  }

  .mob-nav-dropdown-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 20px;
    display: flex;
  }

  .mob-nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .responsive-nav-wp {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-bar-cta-wrapper {
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 140px;
    display: flex;
  }

  .nav-link-2 {
    margin-right: 40px;
  }

  .nav-link-2.dropdown-link {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 1.125em;
    text-decoration: none;
  }

  .menu-cta-wrapper {
    display: none;
  }

  .menu-cta-wrapper.mob {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .nav-menu-link {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .nav-menu-link.mob {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
  }

  .menu-cta-wp {
    display: block;
  }

  .banner-illustration-vid-grid {
    width: 100%;
  }

  .banner-illustration-vid {
    width: 230px;
    height: 280px;
  }

  .banner-vid-wp {
    width: 70%;
    max-width: 520px;
  }

  .banner-lottie-wp {
    top: -80px;
  }

  .banner-img-right {
    width: 80%;
    margin-top: 40px;
  }

  .lottie-animation {
    margin-top: 378px;
  }

  .absolute-illustration-wp.clues-1 {
    right: 52px;
  }

  .absolute-illustration-wp.database {
    bottom: 0%;
    right: 7%;
  }

  .it-title-txt.blue {
    font-size: 16px;
  }

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

  .search-audio-points-wp {
    width: 75%;
  }

  .scattered-card {
    padding: 20px;
  }

  .who-we-are-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-img-1 {
    top: -88px;
    left: -2%;
  }

  .our-values {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .values-wp {
    grid-template-columns: 1fr 1fr;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .values.tab {
    border-right-style: none;
  }

  .join-the-list-content, .join-the-list-form {
    padding: 100px 40px;
  }

  .gallery-imgs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-card-wp {
    width: auto;
  }

  .image-22 {
    top: 5%;
    left: 66%;
  }

  .chapter-imgs-wp {
    margin-left: 10px;
  }

  .chapter-imgs-wp.top-margin, .chapter-imgs-wp.invite {
    left: -42px;
  }

  .card-img._2, .card-img._6 {
    margin-right: 10px;
  }

  .call-play-chat {
    top: 285px;
    left: 290px;
  }

  .call-play-chat.key-snippets {
    left: 329px;
  }

  .call-play-search {
    bottom: 163px;
    left: 123px;
  }

  .keywords-graph {
    justify-content: center;
    margin-top: 20px;
  }

  .keywords-search {
    left: 87px;
  }

  .key-snippets-imgs {
    bottom: 0;
  }

  .key-snippets-bg {
    left: 13px;
  }

  .concentrate-img._2 {
    left: -111px;
  }

  .concentrate-img._1 {
    left: 117px;
  }

  .transcript-img.top-margin {
    top: 114px;
    left: -186px;
  }

  .transcript-person-img {
    top: -10px;
    left: 94px;
  }

  .transcribe-card-img._1 {
    width: 300px;
    margin-left: 49px;
  }

  .transcribe--chapter-imgs-wp {
    margin-top: 40px;
    margin-left: 0;
  }

  .ai-features.about {
    margin-bottom: 0;
  }

  .div-block-17 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .visualize-insights-img._1 {
    top: 2%;
    left: 4%;
  }

  .maintain-database-img._1 {
    inset: 0% 0% auto 8%;
  }

  .share-seamlessly-transcript {
    width: 300px;
    left: 4%;
  }

  .share-seamlessly-notes {
    margin-left: 10px;
  }

  .enhance-audio-img._1 {
    left: 12%;
  }

  .enhance-audio-img._2 {
    left: 115px;
  }

  .enhance-audio-transcript {
    top: 347px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
    line-height: 110%;
  }

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

  .nav-link {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .section.soln-cta {
    background-position: 400px -200px, -150px 200px;
    background-size: 470px, 270px;
  }

  .heading-element-wp.center, .heading-element-wp.center-about, .heading-element-wp.banner {
    width: 90%;
  }

  .underline {
    width: 80%;
    display: none;
  }

  .underline.world {
    z-index: 0;
    margin-left: 200px;
  }

  .underline.qa-recording {
    bottom: -10px;
    left: 12%;
  }

  .underline.feature-stat-2 {
    top: 86px;
  }

  .underline.choose-plan {
    bottom: -30px;
  }

  .underline.about {
    bottom: 29px;
  }

  .underline.team {
    top: 47%;
    left: -2%;
  }

  .underline.meeting-minutes {
    top: 67px;
  }

  .underline.action-items {
    z-index: -1;
    top: -7%;
  }

  .underline.meeting-transcripts {
    bottom: 27px;
    left: -1%;
  }

  .underline.expert-calls {
    top: 7px;
  }

  .underline.expert-interviews {
    top: -11px;
  }

  .underline.organize-interview {
    bottom: 22px;
  }

  .underline.audio-enhancement {
    bottom: 49px;
    left: 15%;
  }

  .underline.audio-quality-matter {
    width: 60%;
    bottom: 17px;
    left: 25%;
  }

  .underline.earliest-update {
    bottom: 17px;
  }

  .underline.organize-by-chapters {
    width: 60%;
    bottom: 39px;
    left: 16%;
  }

  .underline.chapter-breaks {
    width: 60%;
    bottom: 21px;
    left: 31%;
  }

  .underline.visualize-insights {
    bottom: 106px;
  }

  .underline.searhable {
    width: 60%;
    left: 22%;
  }

  .underline.maintain-database {
    bottom: 46px;
    left: 5%;
  }

  .underline.share-seamlessly {
    bottom: 107px;
    left: -1%;
  }

  .underline.our-story {
    bottom: 20px;
  }

  .underline.about--us {
    bottom: 29px;
    left: 2%;
  }

  .banner-content-wp {
    width: 85%;
  }

  .h2 {
    font-size: 40px;
  }

  .h2-wp.center._70vw {
    max-width: none;
  }

  .meetings-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-sub-text.center {
    font-size: 18px;
  }

  .meetings-card-img-wp {
    height: 220px;
  }

  .meetings-card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .meetings-card-text-wp {
    height: 126px;
  }

  .features-content-wp {
    justify-content: flex-start;
  }

  .features-card-wp {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-card {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    margin: 0 auto 10px;
  }

  .features-card.solution {
    width: 100%;
  }

  .feature-icon-wp {
    justify-content: center;
  }

  .features-content {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  .feature-text.color, .feature-text.opacity {
    font-size: 16px;
  }

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

  .service-card {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-points-wp {
    flex-direction: column;
  }

  .service-text-wp.height {
    height: auto;
  }

  .compliment-content-wp {
    flex-direction: column;
  }

  .compliment-title-wp {
    width: 100%;
    position: relative;
    top: auto;
  }

  .compliments-wp {
    width: 100%;
    margin-top: 40px;
  }

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

  .copyright-wp {
    flex-direction: column;
  }

  .copyright-text {
    font-size: 12px;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .earning-call-content-wp {
    padding: 40px 20px;
  }

  .earning-calls-grid {
    grid-template-columns: 1fr 1fr;
  }

  .calls-banner-text {
    font-size: 22px;
  }

  .earnings-content-wp, .earnings-content-wp.invert {
    flex-direction: column;
  }

  .earnings-content-wp.inverse-mob {
    flex-direction: column-reverse;
  }

  .earnings-image-wp {
    width: 100%;
    margin-top: 40px;
  }

  .earnings-image-wp.ce {
    margin-bottom: 20px;
  }

  .earnings-content {
    width: 100%;
  }

  .mob-dropdown-menu {
    display: flex;
  }

  .mob-dropdown-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    overflow: hidden;
  }

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

  .mob-nav-dropdown {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .nav-bar-cta-wrapper {
    margin-left: 0;
  }

  .banner-illustration-vid {
    width: 160px;
    height: 200px;
  }

  .banner-vid-wp {
    max-width: 370px;
  }

  .banner-lottie-wp {
    top: -135px;
  }

  .banner-img-right {
    width: 90%;
  }

  .lottie-animation {
    margin-top: 365px;
  }

  .absolute-illustration-wp.clues-1 {
    top: 13px;
  }

  .absolute-illustration-wp.clues-2 {
    top: 182px;
  }

  .absolute-illustration-wp.database {
    bottom: -10%;
  }

  .it-animating-card.abs {
    top: 37px;
  }

  .banner-caption {
    font-size: 18px;
  }

  .feature-cta-subtext-wp {
    width: 85%;
  }

  .feature-cta-content-wp {
    flex-direction: column;
  }

  .feature-page-cta-content {
    width: 100%;
  }

  .search-audio-points-wp {
    width: 85%;
  }

  .scattered-knowledge-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scattered-num {
    font-size: 50px;
  }

  .who-we-are {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .body-text {
    font-size: 18px;
  }

  .who-we-are-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .quote {
    font-size: 24px;
  }

  .quote-img-1 {
    left: 0%;
  }

  .values-wp {
    width: 100%;
  }

  .values {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-members-wp {
    margin-top: 0;
  }

  .join-the-list-grid {
    grid-template-columns: 1fr;
  }

  .workflow-card-wp {
    z-index: 1;
    width: 98%;
    max-width: none;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
  }

  .workflow-card-wp.empty {
    display: none;
  }

  .card-heading {
    font-size: 22px;
  }

  .card-heading-wp {
    width: 85%;
  }

  .card-img-bottom {
    margin-top: 0;
  }

  .image-22 {
    inset: 31% auto auto 12%;
  }

  .chapter-imgs-wp.top-margin, .chapter-imgs-wp.invite {
    top: 150px;
  }

  .call-play-chat {
    top: 389px;
    left: 0;
  }

  .call-play-chat.key-snippets {
    top: 342px;
    left: 379px;
  }

  .call-play-search {
    bottom: 186px;
    left: auto;
  }

  .keywords-graph {
    justify-content: center;
  }

  .keywords-search {
    left: 0;
  }

  .image-32 {
    position: static;
  }

  .focus-img {
    position: relative;
    bottom: -10px;
    left: 97px;
  }

  .image-36 {
    top: 165px;
  }

  .image-38 {
    top: auto;
    bottom: -41%;
    right: 6%;
  }

  .concentrate-img._2 {
    bottom: 123px;
    left: -182px;
  }

  .concentrate-img._1 {
    left: 203px;
  }

  .concentrate-img._3 {
    bottom: -120.5px;
    right: 0;
  }

  .insights-from-transcript {
    left: 183px;
  }

  .transcribe-card-img-top {
    flex-direction: column;
  }

  .transcribe--chapter-imgs-wp {
    margin-top: 0;
    display: flex;
  }

  .organize-chapter._2 {
    left: 3%;
  }

  .organize-chapter._4 {
    top: -3%;
    right: -2%;
  }

  .visualize-insights-img._2 {
    bottom: -5%;
  }

  .share-seamlessly-transcript {
    top: -7%;
  }

  .share-seamlessly-img._1 {
    inset: auto auto 37% 6%;
  }

  .share-seamlessly-img._2 {
    top: 51%;
  }

  .share-seamlessly-img._3 {
    z-index: 5;
    bottom: -14%;
    right: 5%;
  }

  .share-seamlessly-img._4 {
    z-index: 3;
    top: 313px;
    left: 3%;
  }

  .share-banner-export-img {
    top: 40%;
  }

  .team-members-content {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 40px;
    display: grid;
  }

  .privacy-contant-wp {
    width: 90%;
  }

  .privacy-title {
    font-size: 24px;
  }

  .enhance-audio-img._2 {
    left: 78px;
  }

  .service-img-wp {
    width: 90%;
  }

  .collection-item {
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 23px;
  }

  .btn.card {
    padding: 5px 23px;
  }

  .section.soln-cta {
    background-position: 270px -200px, -150px 270px;
  }

  .section.card {
    overflow: hidden;
  }

  .section.top-0, .section.relevant-info {
    padding-top: 0;
  }

  .main-wp {
    width: 90%;
  }

  .h1-wp.card-heading {
    width: auto;
  }

  .h1-wp.margin {
    margin-bottom: 40px;
  }

  .heading-element-wp.center, .heading-element-wp.center-about, .heading-element-wp.banner {
    width: 100%;
  }

  .underline {
    left: 34px;
  }

  .underline.meetings {
    width: 60%;
    left: 20%;
  }

  .underline.tilder {
    left: 30%;
  }

  .underline.world {
    max-width: 100px;
    margin-left: 164px;
    bottom: -10px;
  }

  .underline.easiest-way {
    width: 60%;
    max-width: 400px;
    left: 23%;
  }

  .underline.investment-thesis {
    bottom: -34px;
  }

  .underline.feature-stat-1 {
    top: 56px;
  }

  .underline.feature-stat-2 {
    top: 110px;
  }

  .underline.about {
    bottom: 18px;
  }

  .underline.contact {
    bottom: 25px;
  }

  .underline.comapny-s-earnings {
    width: 60%;
    top: 91px;
    left: 16%;
  }

  .underline.meeting-minutes {
    top: 42px;
  }

  .underline.action-items {
    top: 5%;
  }

  .underline.takeaway-action {
    bottom: 91px;
  }

  .underline.expert-calls {
    left: 11%;
  }

  .underline.expert-interviews {
    top: 4px;
  }

  .underline.relevant-info {
    bottom: 12px;
  }

  .underline.audio-enhancement {
    bottom: 43px;
    left: 9%;
  }

  .underline.audio-quality-matter {
    left: 12%;
  }

  .underline.earliest-update {
    bottom: 9px;
    left: 16%;
  }

  .underline.need-analytics {
    width: 60%;
    bottom: -21px;
    left: 21%;
  }

  .underline.visualize-insights {
    bottom: 45px;
    left: 0%;
  }

  .underline.share-seamlessly {
    bottom: 85px;
  }

  .underline.privacy {
    width: 50%;
  }

  .underline.about--us {
    bottom: 18px;
  }

  .banner-content-wp {
    width: auto;
  }

  .banner-image-wp {
    margin-top: 40px;
  }

  .banner-image-wp.solution {
    margin-bottom: 130px;
  }

  .banner-image-wp.chapters {
    margin-top: 120px;
    margin-bottom: 250px;
  }

  .banner-image-wp.share-seamlessly {
    margin-bottom: 150px;
  }

  .banner-image-wp.visualize {
    margin-top: 60px;
    margin-bottom: 400px;
  }

  .banner-image-wp.enhance-audio {
    margin-bottom: 150px;
  }

  .h2 {
    font-size: 26px;
  }

  .h2-wp {
    margin-bottom: 20px;
  }

  .meetings-card-grid {
    grid-template-columns: 1fr;
  }

  .banner-sub-text.center {
    font-size: 16px;
  }

  .banner-sub-text.white {
    margin-bottom: 10px;
  }

  .meetings-card-content {
    max-height: 220px;
  }

  .meetings-card-title {
    font-size: 25px;
  }

  .meetings-card-text {
    font-size: 15px;
  }

  .meetings-card-text-wp {
    height: auto;
    margin-bottom: 20px;
  }

  .features-card-wp {
    width: auto;
  }

  .features-card {
    width: 100%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-card.solution {
    min-height: 180px;
  }

  .feature-icon-wp {
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 80px;
    margin-bottom: 10px;
  }

  .features-title {
    font-size: 20px;
  }

  .bullet {
    width: 20px;
    height: 20px;
  }

  .learn-more, .feature-text {
    font-size: 15px;
  }

  .feature-text.white-text-height {
    text-align: center;
  }

  .service-card {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-points-wp {
    flex-direction: column;
  }

  .service-text-wp {
    padding-left: 0;
    padding-right: 0;
  }

  .service-text-wp.height {
    height: auto;
  }

  .bubble {
    display: none;
  }

  .teams-logos {
    grid-column-gap: 35px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 85px;
  }

  .logo.uber {
    width: auto;
  }

  .complimenter-details-wp {
    flex-direction: column;
  }

  .complimentor-logo {
    width: 120px;
  }

  .complimenter-detail {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .fotter-content {
    grid-row-gap: 30px;
  }

  .footer-title {
    font-size: 15px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 130%;
  }

  .earning-call-content-wp {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .earning-calls-grid {
    grid-template-columns: 1fr;
  }

  .calls-banner-text {
    font-size: 17px;
  }

  .card-bubble-decor.mob-hide {
    display: none;
  }

  .earnings-image-wp.it {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .earnings-image-wp.ce {
    margin-bottom: 150px;
  }

  .earnings-image-wp.bottom-margin {
    margin-top: 0;
  }

  .earnings-image.left {
    display: none;
  }

  .earnings-image.right {
    z-index: -1;
    display: none;
    position: absolute;
    bottom: -3px;
    left: 0;
  }

  .earnings-image.opacity {
    opacity: 0;
  }

  .organizer-bubble.hide {
    display: none;
  }

  .custom-mobile-nav {
    padding-top: 20px;
  }

  .navbar-menu-wrapper {
    width: 100%;
  }

  .mob-dropdown-links {
    grid-template-columns: 1fr;
  }

  .responsive-nav {
    width: 92%;
  }

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

  .btn-2.shadow.in-menu {
    flex: 1;
  }

  .menu-cta-wrapper {
    display: none;
  }

  .menu-cta-wrapper.mob {
    display: flex;
  }

  .menu-cta-wrapper.in-menu {
    margin-top: 20px;
    display: flex;
  }

  .menu-cta-wp {
    display: none;
  }

  .banner-illustration-vid {
    width: 120px;
    height: 160px;
  }

  .banner-vid-wp {
    width: 100%;
    max-width: 300px;
  }

  .banner-lottie-wp {
    top: -292px;
  }

  .banner-img-right {
    width: 100%;
  }

  .feature-card-content {
    align-items: flex-start;
  }

  .lottie-animation {
    margin-top: 434px;
    margin-left: 0%;
    display: none;
  }

  .banner-img-chat-box-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 16px;
  }

  .banner-img-chat-box-wp._2 {
    margin-top: 0;
  }

  .absolute-illustration-wp.information {
    position: relative;
    top: -17px;
    left: -16px;
  }

  .absolute-illustration-wp.chapters {
    padding-left: 20px;
    position: relative;
    top: -13px;
    left: -19px;
  }

  .absolute-illustration-wp.clues-1 {
    top: 38px;
    right: auto;
  }

  .absolute-illustration-wp.clues-2 {
    width: 260px;
    position: relative;
    top: -54px;
    left: auto;
    right: auto;
  }

  .absolute-illustration-wp.database {
    bottom: -40%;
    left: 5px;
    right: 1%;
  }

  .it-title-txt {
    font-size: 16px;
  }

  .it-animating-card.abs {
    margin-top: 9px;
  }

  .ce-illustration-wp {
    width: 290px;
    top: -21.359px;
  }

  .banner-caption {
    font-size: 16px;
  }

  .feature-highlight {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-cta-subtext-wp {
    width: auto;
  }

  .absolute-sound-wave {
    top: 82px;
    right: 2px;
  }

  .mm-wave-wp {
    z-index: 2;
  }

  .ec-vid-des-grid {
    grid-row-gap: 0px;
  }

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

  .white-bullete {
    margin-right: 15px;
  }

  .about-banner-subtext {
    font-size: 18px;
  }

  .search-audio-points-wp {
    width: auto;
  }

  .scattered-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .scattered-card {
    min-height: 180px;
  }

  .scattered-num {
    font-size: 42px;
  }

  .body-text {
    font-size: 17px;
  }

  .who-we-are-content {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tilder-quote {
    width: 100%;
    padding: 50px 20px 30px;
  }

  .quote {
    font-size: 19px;
  }

  .quote-img-1 {
    top: -95px;
  }

  .quotes-wp {
    margin-bottom: 20px;
  }

  .tilder-team {
    font-size: 30px;
  }

  .values-wp {
    grid-template-columns: 1fr;
  }

  .values.mob {
    border-right-style: none;
  }

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

  .team-member-name {
    font-size: 20px;
  }

  .team-member-des {
    font-size: 16px;
  }

  .join-the-list-content, .join-the-list-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-imgs-grid {
    grid-template-columns: 1fr;
  }

  .image-14 {
    bottom: -7%;
    left: -10%;
  }

  .note-shared-wp {
    width: 160px;
  }

  .workflow-card-wp {
    width: 95%;
    max-width: 100%;
    min-height: 550px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-heading {
    font-size: 18px;
    line-height: 128%;
  }

  .card-heading-wp {
    width: 98%;
  }

  .card-imgs-wp {
    align-items: center;
  }

  .card-img-bottom {
    justify-content: center;
    width: 320px;
  }

  .image-21 {
    top: -47%;
    left: -1%;
    transform: rotateX(0)rotateY(180deg)rotateZ(-37deg);
  }

  .card-img-top {
    flex-direction: column;
  }

  .image-22 {
    top: 34%;
    left: 83%;
    transform: rotate(60deg);
  }

  .chapter-imgs-wp {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .chapter-imgs-wp.top-margin {
    margin-top: 50px;
    margin-left: -31px;
    position: static;
    top: 115px;
    left: -25px;
  }

  .chapter-imgs-wp.invite {
    margin-left: 0;
    position: static;
    top: 115px;
    left: -25px;
  }

  .card-img._2, .card-img._6 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .card-img.interview-notes {
    width: 250px;
  }

  .call-play-bg-img-2 {
    display: none;
  }

  .call-play-chat {
    width: 300px;
    top: 299px;
    left: -5px;
  }

  .call-play-chat.key-snippets {
    top: 351px;
    left: 29px;
  }

  .call-play-chat.digitized {
    width: 250px;
    margin-bottom: 20px;
    top: 314px;
    left: 30px;
  }

  .call-play-img.center {
    left: 1px;
  }

  .call-play-search {
    width: 300px;
    bottom: 153px;
    left: 0;
  }

  .search {
    padding-left: 30px;
    padding-right: 30px;
    top: 13px;
  }

  .search.transcript {
    margin-top: 30px;
  }

  .it-title-txt-dark.typed-words {
    font-size: 16px;
  }

  .keywords-graph {
    margin-top: 0;
    position: relative;
    bottom: -60px;
  }

  .keywords-search {
    flex-direction: column;
    width: 300px;
  }

  .image-32 {
    position: relative;
    bottom: -24px;
  }

  .image-34 {
    top: 69px;
    left: auto;
    right: -133px;
    transform: rotate(86deg);
  }

  .focus-img {
    bottom: -28px;
    left: 10px;
  }

  .focus-chat-img {
    bottom: -10.75px;
    left: -1px;
  }

  .image-35 {
    bottom: -5px;
  }

  .image-36 {
    top: 199px;
  }

  .image-36.hide {
    display: none;
  }

  .image-37 {
    top: 227px;
    left: 0;
  }

  .key-snippets-imgs {
    width: 300px;
    bottom: 50px;
    left: auto;
  }

  .image-38 {
    margin-top: 8px;
    bottom: -18%;
    left: 6px;
  }

  .div-block-16 {
    flex-direction: column;
    margin-top: 40px;
  }

  .image-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .concentrate-img._2, .concentrate-img._1 {
    position: static;
  }

  .concentrate-img._3 {
    position: relative;
    bottom: 2.5px;
    right: auto;
  }

  .image-37-copy {
    top: -52px;
    left: auto;
  }

  .transcript {
    top: 72%;
  }

  .transcript-img {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .transcript-img.top-margin {
    margin-top: 0;
    position: relative;
    top: 62px;
    left: 0;
  }

  .transcript-person-img {
    top: 27px;
    left: 0;
  }

  .insights-from-transcript {
    top: 74px;
    left: 0;
  }

  .transcript-search-wp {
    width: 300px;
  }

  .transcript-bg.hide {
    display: none;
  }

  .transcribe-card-img._1 {
    margin-left: 0;
  }

  .transcribe-card-img-top {
    flex-direction: column;
  }

  .transcribe--chapter-imgs-wp {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .ai-features {
    width: 100%;
    padding: 25px;
  }

  .ai-features.about {
    text-align: center;
  }

  .organize-chapter._1 {
    width: 120px;
    top: 105%;
    left: auto;
  }

  .organize-chapter._2 {
    width: 120px;
    position: absolute;
    top: 142%;
    left: 8%;
  }

  .organize-chapter._3 {
    width: 120px;
    bottom: -71%;
    left: 54%;
  }

  .organize-chapter._4 {
    top: 30%;
    right: auto;
  }

  .organize-chapter-center-img {
    position: relative;
    top: -140px;
    left: auto;
  }

  .visualize-insights-img._1 {
    position: relative;
    bottom: -11px;
    left: -1%;
    box-shadow: 0 20px 50px #9e9e9e4d;
  }

  .visualize-insights-img._2 {
    position: relative;
    left: -2%;
  }

  .visualize-insights-img._3 {
    inset: auto 0% -92%;
  }

  .visualize-insights-center-img {
    display: none;
  }

  .maintain-database-center-img.opacity {
    opacity: 0;
  }

  .maintain-database-img._1 {
    top: -5%;
    left: 0%;
  }

  .maintain-database-img._2 {
    margin-top: 34px;
    position: static;
  }

  .share-seamlessly-transcript {
    padding-left: 20px;
    padding-right: 20px;
    top: -3%;
    left: auto;
  }

  .div-block-21 {
    margin-top: 10px;
  }

  .image-43 {
    display: none;
  }

  .image-44 {
    top: 82px;
  }

  .image-45 {
    margin-left: 0;
    display: none;
  }

  .share-seamlessly-img._1 {
    display: none;
    top: 54%;
  }

  .share-seamlessly-img._2 {
    inset: auto 0% 40%;
  }

  .share-seamlessly-img._3 {
    position: static;
    top: 47px;
  }

  .share-seamlessly-img._4 {
    position: relative;
    top: 132px;
    left: auto;
  }

  .image-46 {
    display: none;
  }

  .share-banner-export-img {
    inset: auto 0% 52% auto;
  }

  .who-we-are-text {
    text-align: left;
    font-size: 16px;
  }

  .team-members-content {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .team-member-info-wp {
    width: 100%;
  }

  .share-seamlessly-notes {
    margin-left: 20px;
  }

  .privacy-contant-wp {
    width: 100%;
  }

  .privacy-title {
    font-size: 22px;
  }

  .enhance-audio-img._1 {
    left: auto;
  }

  .enhance-audio-img._2 {
    left: 4px;
  }

  .enhance-audio-transcript {
    top: 302px;
  }

  .service-img-wp {
    width: 100%;
  }

  #w-node-_5d282d38-2720-99e6-873d-d07ba555a335-7b9dd414 {
    order: -9999;
  }

  #w-node-_256b278b-00a8-8d30-bfa2-5fa83b6e744c-7b9dd414, #w-node-_6ebeecfb-2b0b-35dc-1974-230cd7ea1621-7b9dd414, #w-node-_05c20fde-d785-6e0c-da2b-a2620a1793e7-7b9dd414, #w-node-_3e6ce24e-e9f3-f9bb-1b9e-cd091ef0821b-1ef08212, #w-node-_3e6ce24e-e9f3-f9bb-1b9e-cd091ef0821f-1ef08212, #w-node-_3e6ce24e-e9f3-f9bb-1b9e-cd091ef08223-1ef08212 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
