.intro_content {
  max-width: 570px;
}
body.page-template-page-call-center-noise-cancellation .intro_content {
  max-width: 600px;
}
.home_hero_flex_start {
  align-items: flex-start;
}
body.meeting-transcription .intro_content,
body.ai-meeting-assistant .intro_content,
body.page-template-page-ai-meeting-assistant.page-child .intro_content {
  max-width: 580px;
}

.intro_image img {
  max-width: 100%;
}

.success_msg {
  display: none;
  background-color: #cbf1e4;
  border-left: 3px solid #00c39a;
  width: 100%;
  padding: 8px;
  align-items: center;
  justify-content: center;
}
.error_msg {
  display: none;
  background-color: #ffe6e6;
  border-left: 3px solid #eb3a41;
  width: 100%;
  padding: 8px;
  align-items: center;
  justify-content: center;
}
.success_msg img,
.error_msg img {
  margin-right: 8px;
}
.success_msg.show,
.error_msg.show {
  display: flex;
}
.success_msg.show,
.error_msg.show {
  display: flex;
  max-width: 53%;
  margin: 0 auto 15px auto;
}
.success_msg {
  max-width: 80% !important;
}

body.recording .intro_content {
  max-width: 560px;
}
body.meeting-recording .intro_content {
  max-width: 600px;
}
.app_images img {
  margin-right: 0 !important;
  margin-left: 5px;
  vertical-align: middle;
}
.hybrid-work .intro_content {
  max-width: 630px;
}

.intro_features img {
  margin-right: 8px;
}
body.ai-noise-cancellation .intro_content {
  max-width: 625px;
}
body.ai-accent-conversion .intro_content {
  max-width: 625px;
}

.benefits {
  max-width: 996px;
  margin: 0 auto;
}
.benefits.small_container {
  max-width: 768px;
}
.benefits.small_container .benefit_item_row {
  justify-content: space-between;
  gap: 80px;
}
.benefit_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
}
.benefit_item_row.reverse {
  flex-direction: row-reverse;
}

.benefit_content {
  max-width: 550px;
}
.benefit_content h3 a {
  all: inherit;
}
.notes_features .benefit_content {
  max-width: 430px;
}
.benefit_item_row .img_wrapper {
  position: relative;
  z-index: 10;
}
.benefit_item_row:before {
  content: ' ';
  right: -50px;
  width: 531px;
  height: 423px;
  position: absolute;
  z-index: 1;
  top: -50px;
}
.benefit_item_row.reverse:before {
  right: unset;
  left: -50px;
}
.benefit_item_row:nth-child(1):before {
  background: url('../png/img_back_shadow_1.png') no-repeat center center;
}
.benefit_item_row:nth-child(2):before {
  background: url('../png/img_back_shadow_2.png') no-repeat center center;
}
.benefit_item_row:nth-child(3):before {
  background: url('../png/img_back_shadow_3.png') no-repeat center center;
}
.benefit_item_row:nth-child(4):before {
  background: url('../png/img_back_shadow_2.png') no-repeat center center;
}
.benefit_item_row:nth-child(5):before {
  background: url('../png/img_back_shadow_3.png') no-repeat center center;
}
.benefits.equal_width .benefit_content {
  flex: 0 0 320px;
}
.video_outer {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.intepreter_video {
  overflow: hidden;
}
.intepreter_video img {
  border-radius: 20px;
}
.video_outer.mb_0 {
  margin-bottom: 0;
}
.video_outer img {
  max-width: 100%;
}
.video_outer .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 50;
}
#cctForm {
  max-width: 794px;
  margin: 0 auto;
}
#cctForm .input_row .input_wrapper {
  max-width: 48%;
  width: 424px;
}
#cctForm .input_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#cctForm select option[value=''],
#cctForm select:invalid {
  color: #576069;
}

#cctForm input::placeholder,
#cctForm textarea::placeholder {
  color: #576069;
}

.cct_works {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cct_works_gap {
  gap: 48px;
}
.cct_works.reverse {
  flex-direction: row-reverse;
}
#cctForm select option[value=''],
#cctForm select:invalid {
  color: #576069;
}

#cctForm input::placeholder,
#cctForm textarea::placeholder {
  color: #576069;
}
.cct_works_content .list_item:before {
  content: ' ';
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-right: 8px;
  transform: translateY(7px);
  background: url('../svg/icon_checkmark_blue.svg') no-repeat center center;
  display: inline-block;
}
.cct_works_content .list_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.more_use_cases {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.more_use_cases .use_case {
  margin: 0 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.use_case.enterprise:hover {
  background-color: #fffaeb;
}
.use_case.professionals:hover {
  background-color: #f3f0ff;
}
.use_case.sales:hover {
  background-color: #fdfaff;
}
.use_case.hybrid:hover {
  background-color: #fff6f5;
}
.use_case.individuals:hover {
  background-color: #e9fbf9;
}
.use_case.call_center:hover {
  background-color: #fffbfb;
}
.use_case.sdk:hover {
  background-color: #eeedfe;
}
.improved_metrics_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.improved_metrics_content .inner_content {
  flex: 1 1 0;
  border-radius: 20px;
  text-align: center;
}
.improved_metrics_content .inner_content strong {
  font-size: 64px;
  line-height: 66px;
}
#security p {
  max-width: 768px;
}
#security .security_content {
  border-radius: 20px;
  align-self: stretch;
  width: 49%;
  align-self: stretch;
}
#security .security_content_outer .security_content ul {
  margin-top: -30px;
  padding-top: 54px;
  padding-bottom: 24px;
  list-style: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#security .security_content_outer .security_content ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
}
#security .security_content_outer .security_content li span {
  width: 12px;
  height: 12px;
  background-color: #131032;
  margin-right: 16px;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 8px;
  flex: 0 0 12px;
}
#security .security_content_outer {
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#security .content_heading {
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
  z-index: 20;
}
#security .content_heading img {
  margin-right: 24px;
}
#security .security_content ul {
  min-height: 210px;
}
.case_studies_outer {
  display: flex;
  justify-content: center;
  max-width: 996px;
  margin: 0 auto;
}
.case_study_item {
  margin: 0 32px;
  flex: 0 0 calc(50% - 64px);
  border-radius: 20px;
}
.case_study_item .subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case_study_item .subtitle > img {
  margin-right: 16px;
}
.developers #improved_metrics .btn {
  display: none;
}
body.ai-noise-cancellation #g2-reviews {
  padding-top: 0;
}
.notes_feature_items img {
  margin-right: 8px;
}
.open_ai_text {
  display: flex;
  align-items: center;
}
.feature_items .feature_item_flex {
  display: flex;
  align-items: flex-start;
}
.notes_feature_items img {
  margin-right: 8px;
}
.feature_items .feature_item_flex img {
  margin-right: 12px;
  transform: translateY(5px);
}
.feature_video {
  max-width: 518px;
  height: 286px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
body.ai-accent-conversion .feature_video {
  height: auto;
}
body.ai-accent-conversion .feature_video img {
  object-fit: cover;
  max-height: 360px;
  width: auto;
}

body.ai-accent-conversion #contact_center_video .video_outer img {
  border-radius: 20px;
  overflow: hidden;
}

.feature_video video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.notes_features .benefit_item_row {
  padding: 50px 0;
}
#features_new .features_content .content.persona_content {
  max-width: 600px;
}
#privacy .privacy_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#privacy .privacy_title strong {
  padding-left: 8px;
  padding-right: 15px;
  border-radius: 15px;
}

#privacy .privacy_title img {
  margin-right: 10px;
}

#privacy .privacy_title span {
  padding: 2px 15px;
  border-radius: 8px;
}
#privacy .subtitle {
  max-width: 660px;
}
.faqs_wrapper {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
}
.faq_item {
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq_item.active .faq_question:after {
  transform: rotate(45deg);
}
.faq_item .faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_item .faq_answer {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease;
  position: absolute;
}
.faq_question:after {
  content: url('../svg/icon_plus.svg');
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}
.faq_item .faq_answer.show {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
  max-height: 5000;
  position: static;
}
#features_new.notes_persona .feature_content_inner {
  min-height: unset;
}
.intro_info_logo {
  vertical-align: middle;
  margin-left: 8px;
  filter: brightness(0) saturate(100%) invert(6%) sepia(27%) saturate(4471%)
    hue-rotate(230deg) brightness(99%) contrast(100%);
  margin-right: 0 !important;
}
.early_access_form {
  max-width: 794px;
}
.early_access_form .input_row .input_wrapper {
  flex: 1 1 0;
  background-color: #fff;
}
.early_access_form .input_row {
  display: flex;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 32px;
}
.early_access_form .input_row .input_wrapper {
  margin: 0 8px;
}
.early_access_form input[type='submit'] {
  max-width: 180px !important;
}
#recaptcha_v2 {
  max-width: 304px;
  margin: 0 auto 15px auto;
  text-align: center;
}
.success_msg.show,
.error_msg.show {
  display: flex;
  max-width: 53%;
  margin: 0 auto 15px auto;
}
.early_access_form .input_wrapper .placeholder {
  left: 24px !important;
  color: #949da6;
}

.early_access_form .input_wrapper {
  border: 1px solid #949da6;
}
.video_outer_flex {
  display: flex;
  justify-content: space-between;
}
.video_slider_outer {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}
.video_slider_outer .item {
  max-width: 660px;
  margin: 0 auto;
}
.video_slider_outer .owl-nav {
  width: 780px;
  max-width: 780px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.video_slider_outer .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.video_slider_outer .owl-stage-outer {
  z-index: 99;
}
.video_slider_outer .owl-dots button span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #c3c8cd;
  margin: 0 10px;
}
.video_slider_outer .owl-dot.active span {
  background: #949da6;
}
.demos_outer {
  display: flex;
  justify-content: center;
}
.demos_outer .demo {
  margin: 0 16px;
  max-width: 50%;
}
body.accent-conversion-demo .demos_outer {
  justify-content: center;
}
body.accent-conversion-demo .demos_outer .demo {
  margin: unset;
  flex: 0 0 calc(50% - 20px);
  max-width: unset;
}
.img_holder {
  position: relative;
}
.img_holder img {
  border-radius: 10px;
}
.img_holder .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fe6257;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_wrapper {
  min-height: 342px;
  width: 609px;
}
body.page-template-page-call-center-noise-cancellation #g2-reviews {
  padding-top: 136px;
}
#marketecture .content_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#marketecture .content_wrapper.has_gap {
  gap: 48px;
}
.featured_cards_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.featured_cards_container .card {
  flex: 0 0 calc(33.3% - 16px);
  border-radius: 16px;
}
.featured_cards_container .card img {
  max-width: 100%;
}
.featured_cards_container .card h3 {
  font-size: 26px;
  line-height: 42px;
}
.featured_cards_container .card p {
  min-height: 84px;
}
.featured_cards_container .card p strong i {
  font-weight: 700;
}
.btn_large_outline {
  border: 1px solid #614efa;
  border-radius: 8px;
  background-color: transparent;
}
.btn_large_outline:hover {
  background-color: #614efa;
}
.btn_large_outline:hover a {
  color: #fff;
}
.btn_large_outline a {
  display: block;
  padding: 8px 0;
  color: #614efa;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .intro_image img {
    max-width: 440px;
    height: auto;
  }
  .more_use_cases .use_case img {
    max-width: 100%;
    height: auto;
  }
  .more_use_cases .use_case p {
    max-width: 246px;
    margin: 0 auto;
  }
  #security .security_content_outer .security_content ul {
    padding-left: 24px;
    padding-right: 24px;
  }
  #security .content_heading {
    padding-left: 24px;
    padding-right: 24px;
  }
  .case_study_item {
    margin: 0 10px;
    flex: 0 0 calc(33.33% - 20px);
  }
  .case_studies_outer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .case_study_item img {
    max-width: 100%;
    height: auto;
  }
  .cct_image_wrapper {
    max-width: 450px;
  }
  .cct_image_wrapper img {
    width: 100%;
    height: auto;
  }
  #contact_center_video .demos_outer .video_wrapper {
    width: 100% !important;
    min-height: unset;
  }
  #contact_center_video .demos_outer .video_wrapper img {
    max-width: 100%;
    height: auto;
  }
  .featured_cards_container .card h3 {
    font-size: 20px;
    line-height: 29px;
  }
  .featured_cards_container .card p {
    min-height: 115px;
  }
}
@media only screen and (max-width: 1024px) {
  .featured_cards_container {
    flex-direction: column;
  }
  .featured_cards_container .card {
    max-width: 350px;
  }
  .featured_cards_container .card p {
    min-height: unset;
  }
  body.ai-accent-conversion #how_it_works {
    padding-bottom: 0 !important;
  }
  body.ai-accent-conversion .feature_video img {
    width: 100%;
    height: auto;
  }
  body.ai-accent-conversion #features_new {
    padding-bottom: 100px !important;
  }
  #security .security_content ul {
    min-height: unset;
  }
  .intro_image video {
    max-width: 100%;
    height: auto;
  }
  body.page-template-page-call-center-noise-cancellation #g2-reviews {
    padding-top: 100px;
  }
  body.accent-conversion-demo .demos_outer .demo {
    text-align: center;
  }
  .benefit_item_row .img_wrapper img {
    max-width: 360px;
    height: auto;
  }
  .more_use_cases .use_case {
    padding: 10px !important;
    margin: 0 5px;
  }
  .improved_metrics_content {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
  .improved_metrics_content .inner_content {
    width: 100%;
    max-width: 541px;
    margin-bottom: 24px;
  }
  #security .security_content_outer {
    flex-direction: column;
  }
  #security .security_content {
    width: 100%;
    max-width: 542px;
    margin-bottom: 20px;
  }
  #security .security_content {
    margin: 0 auto 24px auto;
  }
  .security_content h5,
  .security_content .img_wrapper {
    text-align: center;
  }
  .case_studies_outer {
    margin: 0 !important;
  }
  .case_study_item {
    flex: 0 0 calc(50% - 32px);
    margin: 0 16px;
  }
  .case_studies_title {
    flex: 0 0 100%;
    margin: 0 0 32px 0;
  }
  .case_studies_outer {
    flex-wrap: wrap;
  }
  .more_use_cases .subtitle {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .more_use_cases p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .more_use_cases .use_case p {
    font-size: 13px;
    line-height: 24px;
  }
  body.ai-noise-cancellation .intro_content h1 br {
    display: none;
  }
  body.ai-noise-cancellation .intro_content {
    max-width: 570px;
  }
  .apps_outer .content h2 br {
    display: none;
  }
  .feature_video {
    height: auto;
  }
  .notes_features .benefit_item_row,
  .notes_features .benefit_item_row.reverse {
    flex-direction: column !important;
  }
  .notes_features .benefit_content {
    text-align: center;
  }
  .notes_features .benefit_content {
    order: 1;
  }
  .notes_features .benefit_item_row .feature_video {
    order: 2;
    margin-top: 16px;
    width: 100%;
    max-width: 431px;
  }
  .notes_features .benefit_item_row:before {
    top: unset;
    bottom: -50px;
    right: unset;
    left: unset;
  }
  .open_ai_text {
    justify-content: center;
  }
  #features_new.notes_persona .feature_content_inner {
    flex-direction: column;
  }
  #features_new.notes_persona .features_content .description {
    display: block;
  }
  #features_new.notes_persona .features_content .content ul {
    margin-left: 0;
    margin-top: 24px;
  }
  #features_new.notes_persona .persona_img_wrapper {
    text-align: center;
    margin-top: 24px;
  }
  #features_new.notes_persona .persona_img_wrapper img {
    max-width: 100%;
    height: auto;
  }
  #features_new.notes_persona .features_content .content {
    text-align: left !important;
  }
  #features_new.notes_persona .features_content .content ul li {
    display: flex;
    margin: 0;
    margin-bottom: 6px;
  }
  #features_new.notes_persona .features_content .content ul li img {
    margin-top: 6px;
  }
  .early_access_form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cct_works,
  .cct_works.reverse {
    flex-direction: column-reverse;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-call-center-noise-cancellation .cct_works {
    flex-direction: column-reverse;
  }
  body.page-template-page-call-center-noise-cancellation .cct_works img {
    max-width: 500px;
  }
  .cct_image_wrapper {
    max-width: unset;
  }
  #case_study .cct_works_content h2,
  #case_study .cct_works_content p {
    text-align: center;
  }
  #case_study .cct_works_content .btn {
    margin: 24px auto 48px auto;
    display: table;
  }
  .demos_outer {
    flex-direction: column;
    align-items: center;
  }
  .demos_outer .demo {
    margin-bottom: 48px;
    max-width: unset;
    flex: 0 0 100%;
  }
  .demos_outer .demo:last-child {
    margin-bottom: 0;
  }
  #last {
    margin-top: 0 !important;
  }
  .call-center-transcription .owl-stage-outer {
    padding-bottom: 0 !important;
  }
  #marketecture .content_wrapper .image {
    max-width: 50%;
    height: auto;
    flex: 0 0 50%;
  }
  #marketecture .content_wrapper .image img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 769px) {
  .benefits.equal_width .benefit_content {
    flex: 0 0 auto;
  }
  body.page-template-page-call-center-noise-cancellation #g2-reviews {
    padding-top: 80px;
  }
  .benefit_item_row {
    padding: 40px 0 !important;
  }
  .intro_image img {
    max-width: 100%;
    height: auto;
  }
  .benefit_item_row,
  .benefit_item_row.reverse {
    flex-direction: column-reverse;
  }
  .benefit_content {
    text-align: center;
  }
  .benefit_content h4 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .more_use_cases {
    flex-direction: column;
  }
  .more_use_cases .use_case p {
    max-width: 330px;
    height: auto;
  }
  .more_use_cases .use_case .subtitle {
    margin-top: 0;
    height: auto;
  }
  .case_study_item {
    flex: 0 0 100% !important;
    margin: 0 0 48px 0 !important;
  }
  .case_studies_outer {
    max-width: 425px;
    margin: 0 auto !important;
  }
  .case_study_item div:not(.subtitle) > img {
    width: 100%;
  }
  .call-center .intro_btn_set .btn,
  .call-center .btn_set .btn {
    margin-bottom: 16px;
  }
  #privacy .privacy_title img {
    width: 28px;
    height: 28px;
  }
  #privacy .privacy_title span {
    padding: 2px 4px;
  }
  #security .content_heading img {
    width: 32px;
    height: 32px;
  }
  #security .security_content_outer .security_content ul {
    margin-bottom: 0;
  }
  #security .security_content_outer .security_content ul li {
    font-size: 13px;
    line-height: 24px;
  }
  #security .security_content_outer .security_content li span {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    margin-top: 3px;
    margin-right: 8px;
  }
  .early_access_form .input_wrapper .placeholder {
    max-width: calc(100% - 55px);
  }
  .early_access_form .input_row {
    justify-content: center;
  }
  .early_access_form .form_container {
    border-radius: 0;
    transform: unset;
    width: 100%;
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
  .early_access_form .input_row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .early_access_form .input_wrapper {
    flex: 1 0 100% !important;
    margin-bottom: 32px !important;
  }
  body.ai-accent-conversion .intro_content h1::after {
    position: unset;
    display: block;
  }
  .video_outer img {
    max-width: 100%;
    height: auto;
  }
  #cctForm .input_row {
    flex-direction: column;
    margin-bottom: 0;
  }
  #cctForm .input_row .input_wrapper {
    max-width: unset;
    width: 100%;
    margin-bottom: 24px;
  }
  .reviews .reviews_carousel .owl-nav {
    width: 136px;
    top: unset;
    bottom: 0;
  }
  .benefit_item_row {
    margin-bottom: 0 !important;
  }
  .benefit_item_row .img_wrapper img {
    max-width: 100%;
  }
  .ai-accent-conversion #g2-reviews .owl-stage-outer,
  .call-center-transcription #g2-reviews .owl-stage-outer {
    padding-bottom: 0;
  }
  .review_scores .ratings .rating_stars img {
    margin-right: 0 !important;
  }
  .contact-center #benefits .contact_sales,
  .contact-center #last .contact_sales {
    margin-bottom: 24px;
  }
  .professional-services #hero h1 br {
    display: none;
  }
  .professional-services #hero h1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  #marketecture .content_wrapper {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  #marketecture .content_wrapper .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
