@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.gap_8 {
  gap: 0.8rem;
}

.gap_12 {
  gap: 1.2rem;
}

.gap_16 {
  gap: 1.6rem;
}

.gap_120 {
  gap: 12rem;
}

.gap_24 {
  gap: 2.4rem;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.fade_in {
  opacity: 0 !important;
}

.px_40 {
  padding: 0 4rem;
}

.px_80 {
  padding: 0 8rem;
}

.mb_32 {
  margin-bottom: 3.2rem;
}

.ps_0 {
  padding-left: 0 !important;
}

.--bs-gutter-x-32 {
  --bs-gutter-x: 3.2rem;
}

.--bs-gutter-x-20 {
  --bs-gutter-x: 2rem;
}

.--bs-gutter-x-40 {
  --bs-gutter-x: 4rem;
}

.mt_lg_127 {
  margin-top: 12.7rem;
}

.w_lg_80 {
  width: 80%;
}

.p_lg_eb {
  padding-right: 0;
  padding-bottom: 0;
}

.pb_lg_60 {
  padding-bottom: 6rem;
}

.pb_lg_100 {
  padding-bottom: 10rem !important;
}

.ptb_lg_40 {
  padding: 4rem 0;
}

.pe_lg_120 {
  padding-right: 12rem;
}

.ptb_lg_90 {
  padding: 9rem 0;
}

.ptb_lg_160 {
  padding: 16rem 0;
}

.mt_20 {
  margin-top: 2rem;
}

.mt_34 {
  margin-top: 3.4rem;
}

.mt_22 {
  margin-top: 2.2rem;
}

.mt_16 {
  margin-top: 1.6rem;
}

.mb_lg_32 {
  margin-bottom: 3.2rem;
}

.mb_lg_40 {
  margin-bottom: 4rem;
}

.mt_lg_40 {
  margin-top: 4rem;
}

.mt_lg_60 {
  margin-top: 6rem;
}

.mt_lg_24 {
  margin-top: 2.4rem;
}

.mt_lg_32 {
  margin-top: 3.2rem;
}

.mt_lg_34 {
  margin-top: 3.4rem;
}

.mb_lg_24 {
  margin-bottom: 2.4rem;
}

.mb_lg_101 {
  margin-bottom: 10.1rem;
}

.mt_lg_101 {
  margin-top: 10.1rem;
}

.mt_lg_53 {
  margin-top: 5.3rem;
}

.mt_lg_50 {
  margin-top: 5rem;
}

.mt_lg_0 {
  margin-top: 0 !important;
}

.d_none_lg {
  display: none;
}

.d_block_xs {
  display: none;
}

.gutter_x_40 {
  --bs-gutter-x: 4rem;
}

.gutter_y_40 {
  --bs-gutter-y: 4rem;
}

.gutter_lg_24 {
  --bs-gutter-x: 2.4rem;
}

.gutter_lg_25 {
  --bs-gutter-x: 2.5rem;
}

.gutter_lg_26 {
  --bs-gutter-x: 2.6rem;
}

.gutter_x_32 {
  --bs-gutter-x: 3.2rem;
}

.gutter_x_25 {
  --bs-gutter-x: 2.5rem;
}

.gutter_y_25 {
  --bs-gutter-y: 2.5rem;
}

.w_lg_100 {
  min-width: 100% !important;
}

.w_lg_50 {
  width: 50%;
}

.w_lg_5 {
  width: 5%;
}

.w_lg_25 {
  width: 25%;
}

.w_lg_30 {
  width: 30%;
}

.w_lg_40 {
  width: 40%;
}

.w_70 {
  width: 70%;
}

.z_index_1 {
  z-index: 1;
}

.z_index_2 {
  z-index: 2;
}

.z_index_3 {
  z-index: 3;
}

.py_section {
  padding: 9.6rem 0 13.6rem;
}

.pt_lg_80 {
  padding-top: 8rem !important;
}

.py_lg_80 {
  padding: 8rem 0;
}

.py_lg_150 {
  padding: 15rem 0;
}

.pb_lg_150 {
  padding-bottom: 15rem;
}

.py_lg_120 {
  padding: 12rem 0;
}

html {
  font-size: 8px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
}

*::-webkit-scrollbar {
  width: 0.7rem;
}

*::-webkit-scrollbar-track {
  background-color: #CAD5E2;
  border-radius: 0.5rem;
}

*::-webkit-scrollbar-button {
  background-color: #CAD5E2;
}

*::-webkit-scrollbar-thumb {
  background: #7F22FE;
  border-radius: 8rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a,
button {
  transition: 0.3s ease-in;
  text-decoration: none;
}
a:hover,
button:hover {
  transition: 0.3s ease-in;
}

.btn {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
p,
span,
div {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
}

.badge_primary {
  display: flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  border-radius: 3rem;
  background: #F1F5F9;
}
.badge_primary span {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 140%;
  text-transform: uppercase;
  background: linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  text-transform: capitalize;
}

/****************Header****************/
.header_content.shrink header {
  position: fixed;
  width: 100%;
  z-index: 8;
  padding: 0.8rem 0;
  transition: 0.5s ease;
  box-shadow: 0 2rem 6.7rem -3.3rem rgba(0, 0, 0, 0.29);
  background: rgba(255, 255, 255, 0.89);
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 8rem;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
}
header .dropdown_item {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
}
header .dropdown_item:hover .dropdown_content {
  top: 4rem;
  transition: 0.3s ease;
  opacity: 1;
  pointer-events: all;
  gap: 1.6rem;
  transform: scale(1);
}
header .dropdown_content {
  position: absolute;
  top: 24rem;
  left: -2rem;
  width: 25rem;
  height: auto;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  box-shadow: 0 1.4rem 5.5rem 0 rgba(208, 202, 239, 0.3);
  border-radius: 1.2rem;
  transition: 0.2s ease;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
}
header .dropdown_content .text_link {
  display: flex;
  gap: 1rem;
  font-size: 1.6rem !important;
}
header .nav {
  display: flex;
  gap: 4.8rem;
  height: 100%;
  align-items: center;
  margin-left: 9.7rem;
}
header .nav .text_link {
  color: #020618;
  text-align: center;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  cursor: pointer;
}
header .nav .text_link:hover {
  color: #7F22FE;
  transition: 0.5s ease;
}
header .btn_login {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
header .content_left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6.4rem;
  height: 100%;
}
header .content_left img {
  width: 10rem;
  height: auto;
}
header .content_right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.6rem;
}

header .badge_primary span,
footer .badge_primary span {
  font-size: 1.3rem;
}

.menubar {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.menubar .active {
  color: #7F22FE !important;
}

video {
  border: 0;
  outline: 0;
  clip-path: inset(0.5px 0.5px 0.5px 0.5px);
  box-shadow: 0 0 0 1px #fff;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/****************Header end****************/
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5.5rem 0;
}
.banner .contact_form {
  padding: 4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #E2E8F0;
  background: #FFFFFF;
  box-shadow: 0.4rem 4px 36px 0 rgba(0, 0, 0, 0.06);
}
.banner .contact_form .info {
  margin: 0 0 2.1rem;
}
.banner .banner_vc {
  width: 100%;
}
.banner .banner_img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.banner .banner_content {
  position: relative;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.banner .banner_content.--home .video-ios-border-fix {
  border-bottom: 0.7rem solid #fff;
}
.banner .banner_content .video-ios-border-fix {
  position: absolute;
  z-index: 1;
  box-sizing: initial;
  left: -0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  border: 0.25rem solid #fff;
}
.banner .--content {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding-right: 10rem;
}
.banner .--content .heading {
  color: #020618;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.banner .--content .heading .text_primary {
  background: linear-gradient(99deg, #1447E6 17.06%, #7F22FE 34.97%, #E12AFB 60.74%, #FC1B13 90.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .--content .badge_primary {
  margin-bottom: 1.6rem;
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.banner .--content .cursor {
  margin-left: 1rem;
  display: inline-block;
  animation: blink 0.7s steps(1) infinite;
  background: linear-gradient(99deg, #1447E6 17.06%, #7F22FE 34.97%, #E12AFB 60.74%, #FC1B13 90.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
.banner .--content .text {
  color: #020618;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  /* 177.778% */
  margin: 1.6rem 0 3.2rem;
}
.banner .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 96.3586rem;
  height: auto;
  z-index: 0;
  fill: var(--Pulse-Grad-100, linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%));
}

.bg_adformat {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_adformat img {
  position: relative;
  z-index: 1;
}
.bg_adformat::after {
  background: url(https://assets.pulsevid.ai/assets_v4/images/background/bg-circle.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  margin: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70rem;
  width: 70rem;
}

#typedText {
  height: 6.1rem;
  font-size: 4.8rem;
}

.awards_content {
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
.awards_content .d-flex {
  gap: 2.5rem;
}
.awards_content img {
  height: 6rem;
  margin: 2rem 0 0;
}
.awards_content .text_more {
  color: #45556C;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin: 2rem 0 0;
}
.awards_content .text_more span {
  font-size: 2.6rem;
  line-height: 3rem;
  text-transform: uppercase;
  background: #314158;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/****************Footer****************/
footer {
  position: relative;
  padding: 8.27rem 0 4.4rem;
  background: linear-gradient(187deg, rgba(33, 0, 255, 0) 18.98%, rgba(2, 6, 24, 0.3) 92.26%), linear-gradient(98deg, #1E1A4D 0%, #372AAC 25%, #7F22FE 50%, #8A0194 75%, #DC0011 100%);
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://assets.pulsevid.ai/assets_v4/images/background/bg-footer.webp");
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
footer .heading {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2rem;
}
footer .text {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 1.6rem;
}
footer .footer_content--list {
  list-style: none;
  padding-left: 0;
}
footer .footer_content--social {
  padding: 0;
  display: flex;
  gap: 3.2rem;
}
footer .footer_content--social li {
  list-style: none;
  margin: 0;
}
footer .footer_content--social li a.--icon:hover {
  opacity: 0.7;
  transition: 0.5s ease;
}
footer .text_link {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  display: block;
  display: flex;
  gap: 1rem;
  transition: 0.5s ease;
}
footer .text_link:hover {
  transition: 0.5s ease;
  color: #CAD5E2;
}
footer .footer_bottom {
  margin-top: 13.6rem;
  border-top: 0.1rem solid #FFFFFF;
  padding: 3.2rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
footer .copyright {
  color: var(--Gray-200, #EEE);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0;
}

/****************Footer end****************/
.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn_dark {
  position: relative;
  z-index: 1;
  background-color: #1D293D;
  border: 0;
  color: #F1F5F9;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.4rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-position 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.btn_dark span {
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.btn_dark:hover {
  background-color: #1D293D;
  color: #F1F5F9;
}
.btn_dark:hover::after {
  bottom: -0.9rem;
  transition: 0.5s ease;
}
.btn_dark:active, .btn_dark:focus-visible {
  background-color: #1D293D !important;
  color: #F1F5F9;
}
.btn_dark:active::after, .btn_dark:focus-visible::after {
  bottom: -0.9rem;
  transition: 0.5s ease;
}
.btn_dark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6rem;
  width: 100%;
  height: 3rem;
  background: linear-gradient(0deg, #1447E6 2.92%, #7F22FE 37.89%, #E12AFB 61.88%, #FC1B13 101.73%);
  filter: blur(1.4rem);
  transition: 0.5s ease;
  border-radius: 100%;
}

.btn_primary {
  grid-column-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
  background-color: transparent;
  border-radius: 10rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.btn_primary.w-100 .button-primary-wrapper {
  width: 100%;
}
.btn_primary.w-100 .border-gradient {
  min-height: 70rem;
}
.btn_primary:hover .border-gradient {
  animation: spin 1.5s linear infinite;
  background-image: conic-gradient(from 180deg at 50% 50%, #FFFFFF, #ff0000, #E12AFB, #FFFFFF, #FFFFFF, #FFFFFF);
}
.btn_primary.--loading {
  cursor: no-drop;
  height: 5.4rem;
}
.btn_primary.--loading .button-primary-wrapper {
  display: none;
}
.btn_primary.--loading .button-primary-wrapper.loading_text {
  display: flex;
  pointer-events: none;
}
.btn_primary.btn_sm .button-primary-wrapper {
  padding: 0.8rem 1.4rem;
}
.btn_primary .button-primary-wrapper {
  z-index: 1;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  background-color: #FFFFFF;
  color: #1D293D;
  text-transform: uppercase;
  color: #020618;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.4rem 2.4rem;
  text-decoration: none;
  transition: background-position 0.3s;
  display: flex;
  position: relative;
}
.btn_primary .button-primary-wrapper.loading_text {
  display: none;
}
.btn_primary .border-gradient {
  animation: spin 2s linear infinite;
  background: #7135FF;
  background-image: conic-gradient(from 180deg at 50% 50%, #1447E6, #7F22FE, #E12AFB, #ff0000, #E12AFB, #7F22FE, #1447E6);
  width: 100%;
  min-height: 26rem;
  position: absolute;
  transform: rotate(-55deg) scale(1.5);
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(1.5);
  }
}
video {
  width: 100%;
}

.whypulse_section .card_item {
  border-radius: 1.2rem;
  border: 1px solid var(--slate-100, #F1F5F9);
  background: radial-gradient(100.46% 99.11% at 17.93% 17.67%, #F8FAFC 0%, rgba(253, 244, 255, 0.47) 31.25%, #F8FAFC 100%);
  padding: 3.2rem 2.4rem;
  height: 100%;
}
.whypulse_section .card_item img {
  width: 6.4rem;
  height: 6.4rem;
}
.whypulse_section .card_item .heading {
  background: linear-gradient(100deg, #1447E6 0%, #7F22FE 10.99%, #E12AFB 27.75%, #FC1B13 37.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2rem 0 3.6rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
}
.whypulse_section .card_item .text {
  color: #314158;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.whypulse_section .card_item .text b {
  color: #020618;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.018rem;
  display: flex;
  margin-bottom: 0.8rem;
}

.adformats_section {
  position: relative;
}
.adformats_section .title .heading {
  color: #FFF;
}
.adformats_section .title .text {
  color: #FFF;
}
.adformats_section .badge_transparent {
  display: inline-flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  line-height: 140%;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.3);
}

.card_formats {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
.card_formats .--content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 2.4rem;
}
.card_formats::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 34.3rem;
  background: linear-gradient(180deg, rgba(2, 6, 24, 0) 0%, #020618 100%);
  transition: 0.5s ease;
}
.card_formats .heading {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
}
.card_formats .text {
  color: #FFFFFF;
  /* Text 2/Regular */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 0;
  /* 155.556% */
}
.card_formats:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.card_formats:hover::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 6, 24, 0) 0%, #020618 100%);
  transition: 0.5s ease;
}
.card_formats img {
  width: 100%;
  transition: 0.5s ease;
}

.video_section .w-flex {
  display: flex;
  width: 100%;
}
.video_section .w-flex .w-content {
  width: 40%;
}
.video_section .w-flex .w-video {
  width: 60%;
}
.video_section .tab-buttons {
  display: flex;
  gap: 6.4rem;
  margin-bottom: 20px;
  flex-direction: column;
  margin-top: 8rem;
}
.video_section .tab-buttons button {
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: relative;
  padding: 0;
}
.video_section .tab-buttons button .--icon {
  opacity: 1;
  width: 4rem;
  height: 4rem;
  transition: 0.5s ease;
  filter: invert(44%) sepia(64%) saturate(207%) hue-rotate(175deg) brightness(87%) contrast(79%);
}
.video_section .tab-buttons button .--active {
  opacity: 0;
  position: absolute;
  width: 4rem;
  height: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.5s ease;
}
.video_section .tab-buttons button.active {
  color: #FFFFFF;
}
.video_section .tab-buttons button.active .--icon {
  opacity: 0;
}
.video_section .tab-buttons button.active .--active {
  opacity: 1;
}
.video_section .tab-buttons button.active svg {
  background: linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%);
  background-clip: text;
  -webkit-background-clip: text;
}
.video_section .tab-buttons button.active svg path {
  background: linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%);
  background-clip: text;
  -webkit-background-clip: text;
}
.video_section .tab-content {
  display: none;
  padding: 0 6.4rem;
  width: 100%;
  margin-top: 8rem;
  overflow: hidden;
}
.video_section .tab-content.active {
  display: block;
}
.video_section .tab-content.active .--content {
  animation: fadeInLeft 1s;
}
.video_section .tab-content .--content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: start;
  padding-left: 4rem;
}
.video_section .tab-content .--content .heading {
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6rem;
  margin-bottom: 1.6rem;
  background: linear-gradient(99deg, #1447E6 17.06%, #7F22FE 34.97%, #E12AFB 60.74%, #FC1B13 90.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video_section .tab-content .--content .text {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  /* 175% */
  margin-bottom: 4rem;
}

@keyframes fadeInLeft {
  from {
    transform: translateX(10rem);
  }
}
.marquee_section {
  padding: 3rem 0;
}
.marquee_section .heading {
  color: #1D293D;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  display: flex;
  white-space: nowrap;
  margin-bottom: 0;
}
.marquee_section .marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.marquee_section .marquee::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 13.94%, rgba(255, 255, 255, 0) 85.58%, #FFF 100%);
}
.marquee_section .marquee .marquee-inner {
  display: flex;
  align-items: center;
  gap: 9.6rem;
  will-change: transform;
}
.marquee_section .marquee .marquee-inner img {
  height: 3rem;
  transition: transform 0.5s;
  flex-shrink: 0;
  width: auto;
}
.marquee_section .marquee .marquee-inner img:hover {
  transform: scale(1.03);
}

.bg_dark_gradient {
  background: radial-gradient(32.34% 54.04% at 50% 65.33%, #182230 1.4%, #0C111D 100%);
}

.bg_dark_gradient {
  background: linear-gradient(199deg, rgba(33, 0, 255, 0) 39.07%, rgba(2, 6, 24, 0.2) 85.52%), linear-gradient(98deg, #1E1A4D 0%, #372AAC 21.16%, #7F22FE 41.88%, #C800DE 65.87%, #DC0011 93.27%);
}
.bg_dark_gradient::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://assets.pulsevid.ai/assets_v4/images/background/bg-whatispulse.webp");
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}

.whatispulse_section {
  position: relative;
  background: linear-gradient(199deg, rgba(33, 0, 255, 0) 39.07%, rgba(2, 6, 24, 0.2) 85.52%), linear-gradient(98deg, #1E1A4D 0%, #372AAC 21.16%, #7F22FE 41.88%, #C800DE 65.87%, #DC0011 93.27%);
}
.whatispulse_section.--adformats .text {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  margin: 1.6rem 0 0;
}
.whatispulse_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://assets.pulsevid.ai/assets_v4/images/background/bg-whatispulse.webp");
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
.whatispulse_section .badge_transparent {
  display: inline-flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  line-height: 140%;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.3);
}
.whatispulse_section .heading {
  color: #FFFFFF;
  text-align: center;
  /* Heading 1/Regular */
  font-family: "Albert Sans", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  margin: 1.6rem 0 1.2rem;
}
.whatispulse_section .text {
  color: #FFFFFF;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
}
.whatispulse_section .video_content {
  border-radius: 1.6rem;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.14);
  background: #000;
  border: 0.4rem solid #FFFFFF;
  margin: 4.4rem 0 6rem;
  position: relative;
}
.whatispulse_section .video_content .--wrapper {
  overflow: hidden;
  border-radius: 1.6rem;
  overflow: hidden;
}
.whatispulse_section .video_content .--wrapper video {
  transform: scale(1.03);
}
.whatispulse_section .video_content img.badge_item {
  position: absolute;
  left: -18rem;
  top: 12rem;
}
.whatispulse_section .video_content img.badge_item_1 {
  position: absolute;
  right: -18rem;
  bottom: 12rem;
}
.whatispulse_section .--item {
  padding: 0 1.4rem;
}
.whatispulse_section .--item.--br {
  border-left: 0.1rem solid rgba(196, 180, 255, 0.5);
  border-right: 0.1rem solid rgba(196, 180, 255, 0.5);
  padding: 0 2.4rem;
}
.whatispulse_section .--item .heading {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
  margin: 1.2rem 0 1.6rem;
  text-align: left;
}
.whatispulse_section .--item .text {
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 0;
  text-align: left;
}

.inner {
  max-width: 100rem;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.container,
.inner {
  position: relative;
  z-index: 1;
}

.title.--center {
  text-align: center;
}
.title.--center .badge_primary {
  margin: 0 auto;
}
.title.--title-center {
  text-align: center;
  position: relative;
  bottom: -4.5rem;
}
.title.--title-center .badge_primary {
  margin: 1.95rem auto 0;
}
.title .heading {
  color: #020618;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  margin: 1.6rem 0 1.2rem;
}
.title .heading .text_primary {
  background: linear-gradient(99deg, #1447E6 17.06%, #7F22FE 34.97%, #E12AFB 60.74%, #FC1B13 90.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title .text {
  color: #020618;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  /* 177.778% */
}

.cta_section {
  padding: 0rem 6rem 8rem;
}

.cta_inner {
  width: 100%;
  position: relative;
  border-radius: 1.8rem;
  border: 0.6rem solid #E9ECFD;
  overflow: hidden;
  background: linear-gradient(199deg, rgba(33, 0, 255, 0) 39.07%, rgba(2, 6, 24, 0.2) 85.52%), linear-gradient(98deg, #1E1A4D 0%, #372AAC 21.16%, #7F22FE 41.88%, #C800DE 65.87%, #DC0011 93.27%);
}
.cta_inner .--wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 3rem 0;
}
.cta_inner .--wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://assets.pulsevid.ai/assets_v4/images/background/bg-whatispulse.webp");
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cta_inner .--wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta_inner .--wrapper .--content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: relative;
  gap: 2.4rem;
  z-index: 2;
}
.cta_inner .--wrapper .--content .heading {
  color: #FFFFFF;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.2rem;
}
.cta_inner .--wrapper .--content .text {
  color: #FFFFFF;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  /* 177.778% */
}
.cta_inner .--wrapper .--content .button-group {
  justify-content: center;
}

.link_primary {
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: 0.5s ease;
}
.link_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link_primary svg {
  transition: 0.5s ease;
  position: relative;
  right: 0;
}
.link_primary:hover {
  transition: 0.5s ease;
}
.link_primary:hover span {
  background: linear-gradient(99deg, #1447E6 30.58%, #7F22FE 35.22%, #E12AFB 86.85%, #FC1B13 108.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link_primary:hover svg {
  transition: 0.5s ease;
  position: relative;
  right: -0.5rem;
}

.blog_section .--item {
  border-radius: 0.8rem;
  border: 0.1rem solid #CAD5E2;
  overflow: hidden;
  display: block;
  transition: 0.5s ease;
  height: 100%;
}
.blog_section .--item:hover {
  transform: translateY(-17px);
  transition: 0.5s ease;
}
.blog_section .--item .--content {
  padding: 1.6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #F1F5F9;
  height: 100%;
}
.blog_section .--item .--content .date {
  color: #45556C;
  /* Text 4/Rgular */
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 142.857% */
}
.blog_section .--item .--content .heading {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  margin: 0.8rem 0 0;
  /* 155.556% */
}

#stepsPin.--1 .img-1 {
  opacity: 1;
  transition: 0.5s ease;
}
#stepsPin.--2 .img-2 {
  opacity: 1;
  transition: 0.5s ease;
}
#stepsPin.--3 .img-3 {
  opacity: 1;
  transition: 0.5s ease;
}
#stepsPin.--4 .img-4 {
  opacity: 1;
  transition: 0.5s ease;
}
#stepsPin .--item .--content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3vw 0 15vw;
}
#stepsPin .--item .--content .list_style {
  list-style: none;
  padding: 0;
}
#stepsPin .--item .--content .list_style li {
  color: #1D293D;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: start;
  gap: 0.8rem;
}
#stepsPin .--item .--content .list_style li img {
  position: relative;
  top: 0.2rem;
}
#stepsPin .--item .--content .text {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  /* 177.778% */
  margin-bottom: 2.4rem;
}
#stepsPin .--item .--content .sub_text {
  background: linear-gradient(98deg, #1447E6 -13.52%, #7F22FE 19%, #E12AFB 68.59%, #FC1B13 97.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
}
#stepsPin .--item .--content .heading {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6rem;
  margin-bottom: 1.2rem;
}
#stepsPin .--item .pin_img {
  top: 8rem;
  position: sticky;
  text-align: end;
  display: flex;
  align-items: center;
  height: 100vh;
}
#stepsPin .--item .pin_img img {
  width: 100%;
}
#stepsPin .img_transition {
  position: absolute;
  right: -1rem;
  top: -8rem;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s ease;
}

.casestudies_secttion .flex_content {
  display: flex;
  gap: 2.1rem;
  margin-top: 3.2rem;
}
.casestudies_secttion .flex_content .--item {
  width: 33.3%;
  border-radius: 0.8rem;
  overflow: hidden;
  transition: 0.5s ease;
  height: 48rem;
  position: relative;
}
.casestudies_secttion .flex_content .--item:hover {
  width: 60%;
  transition: 0.2s ease;
}
.casestudies_secttion .flex_content .--item:hover .bg_img {
  width: 100%;
  height: 40rem;
  -o-object-fit: none;
     object-fit: none;
  transition: 0.5s ease;
}
.casestudies_secttion .flex_content .--item:hover .sub-content img {
  position: relative;
  top: auto;
  transition: 0.5s ease;
}
.casestudies_secttion .flex_content .--item:hover .--content {
  background: #F1F5F9;
}
.casestudies_secttion .flex_content .--item:hover .--content .heading,
.casestudies_secttion .flex_content .--item:hover .--content .sub_text {
  color: #020618;
}
.casestudies_secttion .flex_content .--item:hover .--content .button-group {
  opacity: 1;
  display: flex;
}
.casestudies_secttion .flex_content .--item:hover .--content .button-group .btn_primary .button-primary-wrapper {
  background-color: #F1F5F9;
}
.casestudies_secttion .flex_content .--item:hover .--content .text {
  opacity: 1;
  display: flex;
}
.casestudies_secttion .flex_content .--item.--hidden .--card:last-child {
  opacity: 0;
  display: none;
}
.casestudies_secttion .flex_content .--item.--hidden .--card.--center {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.casestudies_secttion .flex_content .--item .bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.1s ease;
}
.casestudies_secttion .flex_content .--item .sub-content img {
  position: absolute;
  top: -33rem;
  transition: 0.5s ease;
}
.casestudies_secttion .flex_content .--item .--content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3.2rem 2.4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), url(<path-to-image>) rgba(211, 211, 211, 0) 50%/cover no-repeat;
}
.casestudies_secttion .flex_content .--item .--content .text {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0.8rem 0 3.2rem;
  opacity: 0;
  display: none;
}
.casestudies_secttion .flex_content .--item .--content .button-group {
  opacity: 0;
  display: none;
}
.casestudies_secttion .flex_content .--item .--content .heading,
.casestudies_secttion .flex_content .--item .--content .sub_text {
  color: #FFFFFF;
}
.casestudies_secttion .flex_content .--item .--content .heading {
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.8rem;
}
.casestudies_secttion .flex_content .--item .--content .sub_text {
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 125% */
}
.casestudies_secttion .flex_content .--item .--card {
  text-align: left;
}
.casestudies_secttion .flex_content .--item .--card.--center {
  border-left: 0.1rem solid #E2E8F0;
  border-right: 0.1rem solid #E2E8F0;
  padding: 0 2.1rem;
  margin: 0 2.1rem;
}
.casestudies_secttion .flex_content .--item .--card .heading {
  margin-bottom: 0.4rem;
}
.casestudies_secttion .flex_content .--item .--card .sub_text {
  margin-bottom: 0;
}
.casestudies_secttion .flex_content .--item .--card .heading,
.casestudies_secttion .flex_content .--item .--card .sub_text {
  text-align: left;
}

.d_lg_none {
  display: none;
}

#btnClose {
  display: none;
}

#btnMenu {
  display: none;
}
#btnMenu svg {
  height: 3rem;
  width: 3rem;
}

.tab_adformats {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  border-radius: 32rem;
  background: rgba(2, 6, 24, 0.4);
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 0.6rem;
}
.tab_adformats button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  border-radius: 12.4rem;
  background: transparent;
  display: inline-flex;
  padding: 1.2rem 2rem;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  position: relative;
}
.tab_adformats button:hover {
  background-color: transparent;
}
.tab_adformats button.active {
  border-radius: 12.4rem;
  border: 0.1rem solid var(--Pulse-Grad-100, #1447E6);
  box-shadow: 0 0 2.4rem -2.9rem #A684FF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  /* 175% */
  background: #FFFFFF;
}
.tab_adformats button.active span {
  background: linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabcontent_ad {
  display: none;
  padding: 6rem 0;
  border-top: none;
  position: relative;
  z-index: 1;
}

.modal {
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
}
.modal .modal_title {
  padding-right: 3.8rem;
}
.modal .modal-content {
  padding: 7.6rem 4rem 6.4rem;
}
.modal .btn-close {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 14rem;
  background-color: #020618;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.modal .heading {
  color: #020618;
  /* Heading 4/Medium */
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
  margin: 1.6rem 0 0.8rem;
}
.modal .text {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  /* 150% */
}

.form_group {
  margin-bottom: 2.4rem;
}
.form_group label {
  color: #020618;
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 142.857% */
}
.form_group label span {
  color: #CAD5E2;
  /* Text 4/Regular */
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.error_message {
  display: none;
  color: #F00;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
}

.text_error {
  color: #F00;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
}

.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
  border-radius: 14rem;
  border: 0.1rem solid #CAD5E2;
}

.modal .modal-content {
  padding: 7.6rem 4rem 6.4rem;
  border-radius: 1.6rem;
}

.form_control {
  width: 100%;
  height: 5.2rem;
  background: #FFFFFF;
  border-radius: 14rem;
  border: 0.1rem solid #CAD5E2;
  padding: 1.6rem;
  color: #0F172B;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  transition: 0.1s ease;
  color: #0F172B;
}
.form_control:focus, .form_control:hover, .form_control:focus-visible {
  border: 0.1rem solid #7F22FE;
  box-shadow: none;
  outline: none;
  transition: 0.1s ease;
}
.form_control.form_group_control {
  display: inline-flex;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-left: 0rem;
}
.form_control.--search {
  padding-left: 4.8rem;
  background: url("https://assets.pulsevid.ai/assets_v4/images/icons/search.svg") no-repeat;
  background-size: 2.4rem;
  background-position: 1.6rem center;
}

.info {
  color: #90A1B9;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  margin-top: 1.6rem;
}

.virtual_select.vscomp-ele {
  width: 100%;
  max-width: 100%;
}
.virtual_select.error .vscomp-toggle-button {
  border: 0.1rem solid var(--Error-500, #f04438);
  background: var(--Error-25, #fffbfa);
}
.virtual_select.error .vscomp-toggle-button:hover {
  box-shadow: 0 0 0 2px #fecdca;
  transition: 0.5s ease;
}
.virtual_select.error .vscomp-wrapper.focused .vscomp-toggle-button, .virtual_select.error .vscomp-wrapper:focus .vscomp-toggle-button {
  border: 0.1rem solid var(--Error-500, #f04438);
  background: var(--Error-25, #fffbfa);
}
.virtual_select .vscomp-toggle-button {
  width: 100%;
  height: 5.2rem;
  background: #FFFFFF;
  border-radius: 100rem;
  border: 0.1rem solid var(--Gray-300, #b3b9c6);
  padding: 1.6rem;
  color: var(--Gray-400, #8a94a6);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.virtual_select .vscomp-toggle-button:hover {
  border: 0.1rem solid #1447e6;
  box-shadow: none;
  outline: none;
}
.virtual_select .vscomp-value[data-tooltip=Select] {
  opacity: 1 !important;
  color: var(--Gray-400, #8a94a6);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.virtual_select .vscomp-wrapper.focused .vscomp-toggle-button, .virtual_select .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none;
  background-color: #FFFFFF;
  color: #5e6278;
  font-family: "Albert Sans", sans-serif;
}
.virtual_select .vscomp-wrapper .checkbox-icon {
  height: 1.4rem;
  width: 1.4rem;
}
.virtual_select .vscomp-wrapper .checkbox-icon::after {
  transition-duration: 0.2s;
  border: 0;
  background: url(https://assets.pulsevid.ai/assets_v4/images/icons/checkbox-select.svg);
  background-size: 100%;
  width: 100%;
  transform: none;
}
.virtual_select .vscomp-wrapper .vscomp-option-text {
  font-size: 1.3rem;
}
.virtual_select .vscomp-wrapper .vscomp-options-list {
  height: auto !important;
  max-height: 180px;
}
.virtual_select.multiple .vscomp-option {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
.virtual_select.multiple .vscomp-option .vscomp-option-text {
  color: #344054;
}
.virtual_select.multiple .vscomp-option.selected {
  background: 0;
}
.virtual_select.multiple .vscomp-option.selected .vscomp-option-text {
  color: #0c1018;
}
.virtual_select .vscomp-search-input {
  padding-left: 21px;
  background: url(https://assets.pulsevid.ai/assets_v4/images/icons/search.svg) no-repeat left 0 center;
}
.virtual_select .vscomp-search-input::-moz-placeholder {
  color: var(--Gray-400, #98a2b3);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.virtual_select .vscomp-search-input::placeholder, .virtual_select .vscomp-search-input::-moz-placeholder {
  color: var(--Gray-400, #98a2b3);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.virtual_select .vscomp-search-container {
  border-bottom: 0.1rem solid #eaecf0;
  padding-left: 12px;
}
.virtual_select .vscomp-option {
  padding: 0 12px;
  max-height: 32px;
}
.virtual_select .vscomp-option.focused {
  background: var(--Gray-100, #f2f4f7);
}
.virtual_select .vscomp-option.selected {
  background-color: var(--Indigo-25, #f5f8ff);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6666 5L7.49992 14.1667L3.33325 10" stroke="%23444CE7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #141415;
}

.vscomp-clear-icon::before, .vscomp-clear-icon::after {
  width: 0.1rem;
  background: #98a2b3;
}

.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
  padding-right: 5rem;
}

.vscomp-options {
  background: white;
}

.virtual_select[disabled] .vscomp-toggle-button {
  border-radius: 0.6rem;
  border: 0.1rem solid #d0d5dd;
  background: var(--Gray-100, #f2f4f7);
}
.virtual_select[disabled] .vscomp-toggle-button:hover {
  box-shadow: 0 0 0 0.2rem #eaecf0;
  transition: 0.5s ease;
}

.vscomp-dropbox-container.pop-comp-wrapper {
  z-index: 9999999 !important;
}

.pop-comp-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #000;
  background-color: #FFFFFF;
  text-align: left;
  flex-wrap: wrap;
  z-index: 1;
  border-radius: 0.6rem;
  overflow: hidden;
  border: 0.1rem solid var(--Gray-200, #eaecf0);
  background: #FFFFFF;
  box-shadow: 0 0.4rem 0.8rem -0.2rem rgba(16, 24, 40, 0.1), 0 0.2rem 0.4rem -0.2rem rgba(16, 24, 40, 0.06);
}

.video_item {
  border-radius: 1.2rem;
}

.vscomp-clear-button:hover {
  background: 0;
}

span.checkbox-icon.vscomp-toggle-all-checkbox {
  display: none;
}

.vscomp-arrow {
  right: 0.5rem;
}
.vscomp-arrow::after {
  transform: none;
  border: 0;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0;
  background: url(https://assets.pulsevid.ai/assets_v4/images/icons/chevron-down.svg) no-repeat center center;
}

.vscomp-wrapper.focused .vscomp-toggle-button, .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none;
}

.vscomp-option.focused {
  background: #f1f1f1;
}

.virtual_select.multiple .vscomp-option.selected .checkbox-icon::after,
.virtual_select.multiple .checkbox-icon.vscomp-toggle-all-checkbox.checked::after {
  border: 0;
  background: url(https://assets.pulsevid.ai/assets_v4/images/icons/checkbox-selected.svg);
  transform: none;
  width: 100%;
  background-size: 100%;
}

.box {
  height: 10rem;
  width: 10rem;
  display: flex;
}

.contextual_section {
  padding: 5rem 0 10rem;
}
.contextual_section .title .badge_primary {
  z-index: 1;
  position: relative;
}
.contextual_section .card_item {
  padding: 0.1rem;
  height: 16rem;
  background: var(--lenear-bg, linear-gradient(341deg, #7F22FE -6.78%, #E12AFB 11.26%, #C6005C 23.13%, #FFF 38.36%));
  border-radius: 2.4rem;
  overflow: hidden;
}
.contextual_section .card_item .--content {
  background: #FFFFFF;
  display: flex;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  justify-content: end;
  align-items: end;
  border-radius: 2.3rem;
  padding: 3rem;
}
.contextual_section .card_item .--content img {
  height: 4.0759rem;
}
.contextual_section .card_item .--content .text {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  width: 80%;
  margin-bottom: 0;
}
.contextual_section .card_item.--right {
  background: var(--lenear-bg, linear-gradient(19deg, #7F22FE -6.78%, #E12AFB 11.26%, #C6005C 23.13%, #FFF 38.36%));
}
.contextual_section .card_item.--right .--content {
  justify-content: start;
  background: linear-gradient(46deg, #FBF3FF 8%, #FFF 32%);
}
.contextual_section .card_item.--right .--content img {
  height: 4.0759rem;
}
.contextual_section .card_item.--left-item {
  background: var(--lenear-bg, linear-gradient(199deg, #7F22FE -6.78%, #E12AFB 11.26%, #C6005C 23.13%, #FFF 38.36%));
}
.contextual_section .card_item.--left-item .--content {
  padding: 6.8rem 6.8rem 4.4rem;
  align-items: start;
  text-align: right;
}
.contextual_section .card_item.--right-item {
  background: var(--lenear-bg, linear-gradient(161deg, #7F22FE -6.78%, #E12AFB 11.26%, #C6005C 23.13%, #FFF 38.36%));
}
.contextual_section .card_item.--right-item .--content {
  padding: 6.8rem 6.8rem 4.4rem;
  align-items: start;
  justify-content: start;
  background: linear-gradient(156deg, #FBF3FF 8%, #FFF 32%);
}
.contextual_section .card_item.--right-item .--content .text {
  font-weight: 700;
}

.flex_content_adformats {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.datepicker.datepicker-dropdown {
  padding: 1.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid var(--Gray-200, #EAECF0);
  background: #FFFFFF;
  box-shadow: 0 0.4rem 0.8rem -0.2rem rgba(16, 24, 40, 0.1), 0 0.2rem 0.4rem -0.2rem rgba(16, 24, 40, 0.06);
}
.datepicker.datepicker-dropdown table tr td span.focused,
.datepicker.datepicker-dropdown table tr td span:hover {
  background: #7F22FE !important;
  color: #FFFFFF;
}
.datepicker.datepicker-dropdown::before, .datepicker.datepicker-dropdown::after {
  display: none;
}
.datepicker.datepicker-dropdown .datepicker-days td {
  height: 3.2rem;
  width: 3.2rem;
}
.datepicker.datepicker-dropdown th.prev,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.dow {
  height: 3.2rem;
  width: 3.2rem;
}
.datepicker.datepicker-dropdown th.datepicker-switch {
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem var(--Gray-100, #F2F4F7) inset;
  background: var(--Gray-50, #F9FAFB);
  height: 3.2rem;
  color: #0C1018;
  text-align: center;
  font-size: 1.3rem !important;
  font-weight: 500;
  cursor: default;
}
.datepicker.datepicker-dropdown th.datepicker-switch:hover {
  background: #F1F5F9;
}
.datepicker.datepicker-dropdown td,
.datepicker.datepicker-dropdown th {
  border-radius: 0.4rem;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.2rem !important;
}
.datepicker.datepicker-dropdown td.old.day {
  color: var(--Gray-400, #98A2B3);
  visibility: hidden;
}
.datepicker.datepicker-dropdown table tr td.new {
  color: var(--Gray-400, #98A2B3);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  display: flex;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 0.4rem;
  color: transparent;
  background-size: 1.6rem !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.datepicker.datepicker-dropdown span.year.active,
.datepicker.datepicker-dropdown span.month.active {
  background: #333ded !important;
}
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover {
  background-color: #F1F5F9 !important;
}
.datepicker.datepicker-dropdown td.active.day {
  border-radius: 0.4rem;
  background: #333ded !important;
}
.datepicker.datepicker-dropdown th.next {
  background: url("https://assets.pulsevid.ai/assets_v4/images/icons/chevron-next.svg");
}
.datepicker.datepicker-dropdown th.prev {
  background: url("https://assets.pulsevid.ai/assets_v4/images/icons/chevron-previous.svg");
}
.datepicker.datepicker-dropdown th.datepicker-switch {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}
.datepicker.datepicker-dropdown td.new.day {
  opacity: 0;
  pointer-events: none;
}
.datepicker.datepicker-dropdown th {
  color: #CCC;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.datepicker.datepicker-dropdown td {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
}
.datepicker.datepicker-dropdown table tr td.day.focused,
.datepicker.datepicker-dropdown table tr td.day:hover {
  background: #7F22FE;
  color: #FFFFFF;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #fbf2fa;
}

.datepicker td.disabled.day {
  cursor: no-drop !important;
}
.datepicker td.disabled.day:hover {
  background: transparent !important;
  color: #999 !important;
}

.--content_header {
  display: flex;
  justify-content: space-between;
}
.--content_header .btn_dark span {
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  gap: 1rem;
  display: flex;
  align-items: center;
}

.--fix-height .image-video-container {
  height: 57rem;
}

.--content_body {
  border-top: 0.1rem solid #E2E8F0;
  padding-top: 2.4rem;
}
.--content_body video {
  border-radius: 1.2rem;
}
.--content_body .image-video-container {
  position: relative;
}
.--content_body .video-ios-border-fix {
  position: absolute;
  z-index: 1;
  box-sizing: initial;
  left: -0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  border: 0.25rem solid #fff;
  border-top: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}

.--content_info {
  border-radius: 1.2rem;
  border: 0.1rem solid #E2E8F0;
  background: #F8FAFC;
  height: auto;
}
.--content_info > .list_content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 57rem;
  height: 100%;
}
.--content_info .sub_heading {
  color: #020618;
  padding: 1.6rem;
  border-bottom: 0.1rem solid #E2E8F0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.--content_info .text_server_error {
  padding: 0 1.6rem;
  list-style: none;
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.--content_info .list_content {
  padding: 0 1.6rem;
  list-style: none;
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 3rem;
}
.--content_info .list_content.--tags {
  display: flex;
  flex-wrap: wrap;
}
.--content_info .list_content.--tags .text_li {
  border-radius: 4rem;
  border: 0.1rem solid #CAD5E2;
  background: #F1F5F9;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  margin-right: 1.2rem;
  margin-bottom: 0.8rem;
}
.--content_info .list_content b {
  font-weight: 400;
  background: #7F22FE;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--content_info .list_content li {
  margin: 0.4rem 0;
  text-transform: capitalize;
}
.--content_info .list_content li:first-child .--heading:first-child {
  margin-top: 0;
}
.--content_info .list_content .list_content {
  padding: 0rem;
}
.--content_info .list_content .--heading {
  margin: 2.4rem 0 0.8rem;
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.--content_presentation {
  border-radius: 2.4rem;
  background: #FFFFFF;
  padding: 4rem;
}
.--content_presentation .heading {
  background: linear-gradient(93deg, #1447E6 0%, #7F22FE 25.62%, #E12AFB 64.67%, #FC1B13 87.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
  text-align: left;
}
.--content_presentation .text {
  color: #020618;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: left;
  margin-bottom: 2.4rem;
}
.--content_presentation .--start {
  width: 70%;
}
.--content_presentation .--end {
  width: 30%;
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: column;
  gap: 1rem;
}

.img_width_auto {
  width: auto;
  max-width: 100%;
  height: 50rem;
}

.form_message {
  display: flex;
  padding: 1.6rem;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.4rem;
  color: var(--Black-900, #211E1F);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  border-radius: 10rem;
}
.form_message.--success {
  background: rgba(0, 161, 107, 0.05);
  border: 0.1rem solid #0c875e;
  box-shadow: 0 0 0.9rem -0.6rem #c8c8c8 inset;
}
.form_message.--danger {
  border: 0.1rem solid #D71414;
  background: rgba(215, 20, 20, 0.05);
  box-shadow: 0 0 0.9rem -0.6rem #c8c8c8 inset;
}

@keyframes moving-gradient {
  0% {
    background-position: -25rem 0;
  }
  100% {
    background-position: 25rem 0;
  }
}
.loading span {
  height: 2rem;
  width: 80%;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  background-size: 50rem 10rem;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  display: block;
  border-radius: 10rem;
}
.loading .list_content {
  overflow: hidden;
}
.loading .list_content li {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}
.loading .list_content li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  background-size: 50rem 10rem;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  display: block;
  border-radius: 10rem;
}

.content_section {
  padding: 8rem 0;
  position: relative;
}
.content_section .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 96.3586rem;
  height: auto;
  z-index: 0;
  fill: linear-gradient(99deg, #1447E6 6.58%, #7F22FE 33.22%, #E12AFB 73.85%, #FC1B13 97.43%);
}
.content_section .--inner_content {
  padding-left: 4rem;
}
.content_section .heading {
  color: #020618;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  margin: 0rem 0 4.4rem;
  text-transform: capitalize;
}
.content_section .sub_heading {
  color: #020618;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  margin: 1.6rem 0 1.2rem;
  text-transform: capitalize;
}
.content_section .main_heading {
  color: #020618;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  margin: 1.6rem 0 1.2rem;
}
.content_section .text {
  color: #020618;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.content_section ol li {
  color: #020618;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

.swiper {
  overflow: hidden;
  width: 14.405rem;
  margin: 6rem 0 0;
}
.swiper .swiper-slide {
  width: 100% !important;
  opacity: 0 !important;
}
.swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}

.loader_icon {
  display: flex;
  gap: 1rem;
}

.loader_icon span {
  width: 1rem;
  height: 1rem;
  background: #7135FF;
  border-radius: 50%;
  display: inline-block;
  transform: scale(0.35);
  animation: bounce 0.9s infinite ease-in-out;
}

.loader_icon span:nth-child(2) {
  animation-delay: 0.15s;
}

.loader_icon span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.35);
    opacity: 0.6;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.list_style_content {
  padding-left: 2.8rem;
  list-style: none;
  padding-right: 7rem;
  margin-top: 4rem;
}
.list_style_content b {
  font-weight: 600;
}
.list_style_content li {
  color: var(--White, #FFF);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: left;
  position: relative;
  margin-bottom: 2.4rem;
}
.list_style_content li::before {
  content: "";
  position: absolute;
  background: url("https://assets.pulsevid.ai/assets_v4/images/icons/check-circle.svg") no-repeat;
  width: 2.1rem;
  height: 2.1rem;
  display: inline-block;
  left: -2.7rem;
  top: 0.4rem;
  background-size: 100%;
}

.container_main {
  padding: 0 7vw 0 15vw;
  width: 100%;
  z-index: 1;
  position: relative;
}

.heading_xs_tab {
  font-size: 3.2rem;
  line-height: 4.6rem;
  margin: 0rem 0 3.2rem;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
}

.pe_lg_50 {
  padding-right: 5rem;
}

/* dd-select */
main .dd-options {
  width: 32rem !important;
  padding: 0.6rem 0 !important;
}
main .dd-select {
  border-radius: 0.2rem;
  position: relative;
  cursor: pointer;
  width: auto !important;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main .dd-desc {
  color: #aaa;
  display: flex;
  overflow: hidden;
  font-weight: normal;
}
main .dd-selected {
  overflow: hidden;
  display: flex;
  text-decoration: none;
  text-decoration: none;
  color: #CAD5E2;
  font-size: 1.3rem;
  padding: 0 1.8em 0 1.6rem;
  font-weight: 400;
  cursor: pointer;
}
main .dd-selected:hover {
  color: #CAD5E2 !important;
}
main .dd-options {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  overflow: auto;
  top: 5.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #E2E8F0;
  background-color: #FFFFFF;
  box-shadow: 0 0.2rem 0.4rem -0.2rem rgba(16, 24, 40, 0.06), 0 0.4rem 0.8rem -0.2rem rgba(16, 24, 40, 0.1);
}
main .dd-options > li:last-child > .dd-option {
  border-bottom: none;
}
main .dd-option {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.3rem;
  height: 4rem;
  padding: 0.6rem 1.1rem;
  border: none;
  color: #314158;
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .dd-option:hover {
  background-color: #F1F5F9;
  color: #314158;
}
main .dd-pointer-down {
  background: url(https://assets.pulsevid.ai/assets_v4/images/icons/chevron-down.svg);
  background-size: cover;
  height: 1.8rem;
  top: 0;
  right: 0;
  position: absolute;
  width: 1.8rem;
  transition: 0.3s ease;
  transform: rotate(0deg);
  bottom: 0;
  margin: auto;
}
main .dd-pointer-up {
  background: url(https://assets.pulsevid.ai/assets_v4/images/icons/chevron-down.svg);
  background-size: cover;
  height: 1.8rem;
  top: 0;
  right: 0;
  position: absolute;
  width: 1.8rem;
  transition: 0.3s ease;
  transform: rotate(180deg);
}
main .dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .dd-option-selected {
  background-color: var(--Indigo-25, #F5F8FF);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6666 5L7.49992 14.1667L3.33325 10" stroke="%23444CE7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
main .dd-option-selected:hover {
  background-color: var(--Indigo-25, #F5F8FF);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M16.6666 5L7.49992 14.1667L3.33325 10" stroke="%23444CE7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
main .dd-option-image,
main .dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 0.6rem;
  max-width: 2.4rem;
}
main .dd-image-right {
  float: right;
  margin-right: 1.5rem;
  margin-left: 0.6rem;
}
main .dd-container {
  position: relative;
  border-radius: 100rem;
  border-right: 0rem solid;
  border: 0.1rem solid #CAD5E2;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-right: 0.6rem;
  width: auto !important;
  height: 5.2rem;
}
main .dd-container:hover {
  border: 0.1rem solid #7F22FE;
  box-shadow: none;
  outline: none;
  transition: 0.1s ease;
}
main .dd-container:before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 0.1rem;
  background-color: #CAD5E2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
main .dd-selected-text,
main .dd-option-text {
  margin-bottom: 0;
  cursor: pointer;
}
main .input-group.error .dd-container {
  border: 0.1rem solid var(--Error-500, #F04438);
  background: var(--Error-25, #FFFBFA);
}
main .input-group.error .dd-container:before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 0.1rem;
  background-color: #CAD5E2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
main .input-group.error:hover {
  box-shadow: 0 0 0 0.2rem #FECDCA;
  transition: 0.5s ease;
}
main .input-group.error:focus-within .dd-container, main .input-group.error:focus-within .dd-container {
  border: 0.1rem solid var(--Error-500, #F04438);
  background: var(--Error-25, #FFFBFA);
}

.text_info {
  color: #45556C;
  text-align: right;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}/*# sourceMappingURL=style.css.map */