@media screen and (max-width: 1600px) {
  .video_section .w-flex {
    display: flex;
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 2048px) {
  #stepsPin .--item .pin_img img {
    width: 75%;
  }
}
@media screen and (max-width: 980px) {
  main .--content_body .image-video-container {
    height: auto;
  }
  .marquee-inner {
    gap: 3rem !important;
  }
  .marquee-inner img {
    height: 2.5rem;
  }
  .marquee-inner img:hover {
    transform: scale(1.03);
  }
  #stepsPin .--item .pin_content,
  #stepsPin .--item #pinImg {
    width: 100%;
  }
  #stepsPin .--item .--content {
    padding: 0;
    height: auto;
    margin: 5rem 0;
    text-align: center;
  }
  #stepsPin .--item .--content img {
    width: 50%;
    margin: 0 auto 2rem;
    position: relative;
    right: -0.8rem;
  }
  #stepsPin .--item .--content .sub_text {
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3.4rem;
    gap: 0.8rem;
    margin-bottom: 1rem;
  }
  #stepsPin .--item .--content .text {
    text-align: left;
  }
  #stepsPin .--item .--content .heading {
    text-align: left;
  }
  #stepsPin .--item .--content .list_style li {
    text-align: left;
  }
  #stepsPin .--item .--content .list_style li img {
    margin: 0;
    width: 2rem;
    right: 0;
  }
  #pinImg {
    display: none;
  }
  .d_md_block {
    display: block;
  }
  .container_main {
    max-width: 720px;
    --bs-gutter-y: 0;
    --bs-gutter-x: 1.5rem;
    margin: 0 auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .banner .--content {
    padding: 0;
  }
  .inner {
    max-width: 720px;
  }
  main {
    overflow-x: hidden;
    width: 100%;
  }
  main .video_section .w-flex {
    display: flex;
    width: 100%;
  }
  main .blog_section .link_primary {
    margin-bottom: 4rem;
  }
  .video_section .tab-buttons {
    margin-top: 4rem;
  }
  .casestudies_secttion .flex_content {
    flex-direction: column;
  }
  .casestudies_secttion .flex_content .--item {
    width: 100%;
    height: auto;
  }
  .casestudies_secttion .flex_content .--item .btn_primary .button-primary-wrapper {
    background-color: #F1F5F9;
  }
  .casestudies_secttion .flex_content .--item.--hidden .--card.--center {
    border-right: 0.1rem solid #E2E8F0;
    margin-right: 2rem !important;
    padding-right: 2rem !important;
  }
  .casestudies_secttion .flex_content .--item.--hidden .--card:last-child {
    opacity: 1;
    display: initial;
  }
  .casestudies_secttion .flex_content .--item:hover {
    width: 100%;
  }
  .casestudies_secttion .flex_content .--item:hover .bg_img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 63rem;
  }
  .casestudies_secttion .flex_content .--item .bg_img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 63rem;
  }
  .casestudies_secttion .flex_content .--item .sub-content img {
    opacity: 1;
    top: 0;
    position: relative;
  }
  .casestudies_secttion .flex_content .--item .--content {
    position: relative;
    background: #F1F5F9;
  }
  .casestudies_secttion .flex_content .--item .--content .text {
    opacity: 1;
    display: block;
    margin-bottom: 1rem;
  }
  .casestudies_secttion .flex_content .--item .--content .button-group {
    opacity: 1;
    display: flex;
  }
  .casestudies_secttion .flex_content .--item .--content .button-group.align-items-start.justify-content-end {
    justify-content: start !important;
    margin-bottom: 2rem;
  }
  .casestudies_secttion .flex_content .--item .--content .sub_text,
  .casestudies_secttion .flex_content .--item .--content .heading {
    color: #0C111D;
  }
  .whatispulse_section .video_content img.badge_item {
    position: absolute;
    left: -13rem;
    top: 12rem;
  }
  .whatispulse_section .video_content img.badge_item_1 {
    position: absolute;
    right: -15rem;
  }
  .whatispulse_section .--item.--br {
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid rgba(196, 180, 255, 0.5);
    border-bottom: 0.1rem solid rgba(196, 180, 255, 0.5);
    padding: 2.4rem 1.4rem;
    margin: 2.4rem 0rem;
  }
  #stepsPin .--item .--content {
    flex-direction: row-reverse;
  }
  .--inner-content {
    text-align: left;
    padding-right: 2rem;
  }
  header #btnMenu {
    width: 4rem;
    display: flex;
  }
  header .nav {
    flex-direction: column;
    margin-left: 0;
    gap: 2rem;
    align-items: start;
  }
  header .nav .text_link {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .nav .text_link.active img {
    transform: rotate(180deg);
    transition: 0.5s ease;
  }
  header .nav .text_link img {
    transition: 0.5s ease;
  }
  .menubar {
    display: none;
    display: flex;
    width: 100%;
    position: fixed;
    left: 200rem;
    top: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 3rem;
    transition: 0.5s ease;
    padding: 2rem 2rem 0;
    background: rgba(255, 255, 255, 0.2666666667);
    -webkit-backdrop-filter: blur(8rem);
            backdrop-filter: blur(8rem);
  }
  .menubar.active {
    left: 0rem;
    transition: 0.2s ease;
  }
  .menubar .content_center {
    padding-top: 5rem;
  }
  .menubar .d_md_flex {
    display: flex !important;
  }
  .menubar #btnClose {
    right: 2rem;
    top: 2.5rem;
    display: flex;
  }
  .menubar #btnClose svg {
    height: 2.4rem;
    width: 2.4rem;
  }
  .banner .banner_img {
    margin-top: 3rem;
  }
  .bg_adformat::after {
    display: none;
  }
  .bg_adformat img {
    width: 100%;
  }
  .py_md_80 {
    padding: 8rem 0 !important;
  }
}
@media screen and (max-width: 800px) {
  #stepsPin .--item .--content {
    flex-direction: column;
  }
  #stepsPin .--item .--content img {
    width: 103%;
    margin: 0 auto 2rem;
    position: relative;
    right: 0;
  }
  .badge_item,
  .badge_item_1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .img_width_auto {
    height: 35rem;
  }
  .banner .bg_img {
    width: 56rem !important;
  }
  .whatispulse_section::after,
  footer::after {
    background: url("https://assets.pulsevid.ai/assets_v4/images/background/bg-pattern-xs.webp");
    background-size: cover;
  }
  .tabcontent_block {
    display: block !important;
  }
  .cta_section {
    padding: 0 2rem;
  }
  html {
    font-size: 9px;
  }
  .heading.heading_typing {
    min-height: 19rem;
  }
  .pe_xs_0 {
    padding-right: 0 !important;
  }
  .container,
  .container_main,
  .container-fluid,
  .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .container {
    padding: 0 1.5rem;
  }
  .awards_content .d-flex {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .awards_content img {
    height: 5rem;
  }
  .casestudies_secttion .flex_content .--item .bg_img {
    height: 40rem;
  }
  .casestudies_secttion .flex_content .--item:hover .bg_img {
    height: 40rem;
  }
  .--content_body .--content_info {
    height: auto;
  }
  .video_section .w-flex {
    flex-direction: column;
  }
  .video_section .w-flex .w-video {
    width: 100%;
  }
  .video_section .w-flex .w-content {
    width: 100%;
  }
  footer {
    padding: 8.27rem 0 1.4rem;
  }
  footer .text {
    margin-bottom: 4rem;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  main .banner {
    padding: 6rem 0;
  }
  main .banner .--content .heading,
  main .banner .--content #typedText {
    font-size: 5rem;
  }
  main .tab_adformats {
    border-radius: 3.4rem;
  }
  main .flex_xs_column {
    flex-direction: column;
  }
  main .pb_xs_80 {
    padding-bottom: 8rem !important;
  }
  main .w_xs_70 {
    width: 70% !important;
  }
  main .cta_inner .--wrapper .--content {
    padding: 0 2rem;
  }
  main .cta_inner .--wrapper .--content .heading {
    font-size: 3.6rem;
    line-height: normal;
  }
  main .cta_inner .--wrapper .--content .heading br {
    display: none;
  }
  main .whatispulse_section .heading {
    font-size: 4rem;
  }
  main .contextual_section .card_item .--content img, main .contextual_section .card_item.--right .--content img {
    height: 3rem;
  }
  main .contextual_section .card_item.--left-item .--content {
    padding: 6.8rem 2.2rem 4.4rem 0.2rem;
    height: auto;
  }
  main .contextual_section .card_item.--right-item .--content {
    padding: 6.8rem 0.2rem 4.4rem 2.2rem;
    height: auto;
  }
  main .cta_inner .--wrapper {
    padding: 4rem 1rem;
  }
  .--content_info {
    margin-top: 3rem;
  }
  .--content_info .list_content {
    margin-bottom: 2rem;
  }
  .--content_presentation .--content_header {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .--content_presentation .--content_header .--start,
  .--content_presentation .--content_header .--end {
    width: 100%;
  }
  .--content_presentation .--content_header .--end {
    justify-content: start;
    align-items: start;
  }
  .content_right {
    width: 100%;
  }
  .content_right .btn_primary {
    width: 100%;
  }
  .content_right .btn_primary .border-gradient,
  .content_right .btn_primary .button-primary-wrapper {
    width: 100%;
  }
  .content_right .button-group {
    width: 50%;
  }
  .content_right .btn_dark {
    width: 50%;
  }
  .menubar .content_center {
    width: 100%;
  }
  .menubar .dropdown_item {
    flex-direction: column;
    height: auto;
    align-items: start;
    width: 100%;
  }
  .menubar .dropdown_item .dropdown_content {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    opacity: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    background: none;
    transition: max-height 0s ease;
    opacity: 1;
    gap: 1.6rem;
    padding: 0rem 2rem;
    background: #FFFFFF;
  }
  .menubar .dropdown_item .dropdown_content.show {
    max-height: 50rem;
    top: 1rem;
    padding: 2rem 2rem;
    left: 0;
    width: 100%;
    box-shadow: none;
    background: none;
    gap: 1.6rem;
    background: #FFFFFF;
    margin-bottom: 1rem;
  }
  .menubar .dropdown_item:hover .dropdown_content {
    opacity: 1;
  }
  .d_xs_flex {
    display: flex !important;
  }
  .d_xs_block {
    display: block !important;
  }
  .banner .--content {
    padding: 0;
  }
  .banner .awards_content img {
    width: auto;
  }
  .banner img {
    width: 100%;
    position: relative;
  }
  .badge_item,
  .badge_item_1 {
    display: none;
  }
  .flex_xs_column {
    flex-direction: column;
  }
  .tab-buttons {
    flex-direction: unset !important;
  }
  .video_section .tab-content {
    padding: 0;
    margin-top: 2rem;
  }
  .video_section .tab-content .--content {
    padding: 0;
    margin-top: 3rem;
  }
  .casestudies_secttion {
    padding-bottom: 5rem;
  }
  .d_xs_none {
    display: none !important;
  }
  .blog_section {
    padding-top: 5rem;
  }
  .title .heading {
    font-size: 3.5rem;
    line-height: 4.6rem;
    margin: 1.6rem 0 1.2rem;
  }
  .casestudies_secttion .flex_content {
    flex-direction: column;
  }
  .casestudies_secttion .flex_content .--item {
    width: 100%;
  }
  .--bs-gutter-xs-y-32 {
    --bs-gutter-y: 3.2rem;
  }
  .--bs-gutter-xs-x-0 {
    --bs-gutter-x: 0rem;
  }
  .px_xs_20 {
    padding: 0 2rem;
  }
  #pinImg {
    display: none;
  }
  .justify-xs-content-between {
    justify-content: space-between;
  }
  .header_content.shrink header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .video_section .tab-buttons {
    margin-bottom: 0;
    gap: 3rem;
  }
}/*# sourceMappingURL=responsive.css.map */