/*--------------------------------- GLOBAL UTILS --------------------------------- */

.z-n1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.fw-normal {
  font-weight: 400;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}

/* ---------- font-family -------------  */
@font-face {
  font-family: graphik;
  src: url("../otf/graphikblack.otf");
  font-weight: 900;
}

@font-face {
  font-family: graphik;
  src: url("../otf/graphikbold.otf");
  font-weight: 700;
}

@font-face {
  font-family: graphik;
  src: url("../otf/graphiksemibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: graphik;
  src: url("../otf/graphikmedium.otf");
  font-weight: 500;
}

@font-face {
  font-family: graphik;
  src: url("../otf/graphikregular.otf");
  font-weight: 400;
}


/*--------------------------------- SPECIFIC SCOPED DEFIINITIONS --------------------------------- */

.contracted {
  font-family: "Graphik" !important;
  -webkit-text-size-adjust: 100%
  -webkit-tap-highlight-color: transparent;
}

.contracted {
  --color-lightblue: #6f69f2;
  --color-cerulean: #03b9fa;
  --color-tundora: #4d4d4d;
  --color-lighttundora: #717171;
  --color-darkblue: #00c2cb;
  --color-selago: #F1F0FE;
  --color-lightwhite: #F9F9FF;
  --font-xs: 14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-md: 20px;
  --font-lg: 24px;
  --font-2lg: 32px;
  --font-xl: 36px;
  --font-2xl: 40px;
  --font-3xl: 44px;
}

.contracted .color_cerulean {
  color: var(--color-cerulean) !important;
}

.contracted .color_tundora {
  color: var(--color-tundora) !important;
}
.contracted .color_lighttundora {
  color: var(--color-lighttundora) !important;
}

.contracted .color_lightblue {
  color: var(--color-lightblue) !important;
}

.contracted .color_darkblue {
  color: var(--color-darkblue) !important;
}

.contracted .color_sky_blue {
  color: var(--color-sky-blue) !important;
}

.contracted .color_yellow {
  color: #ff9900; !important;
}

.contracted .bg_white {
  background: var(--color-white);
}

.contracted .bg_sky_blue {
  background: var(--color-sky-blue) !important;
}

.contracted .bg_selago {
  background: var(--color-selago) !important;
}

.contracted .bg_lightwhite {
  background: var(--color-lightwhite);
}

.contracted .bg_light_blue {
  background: var(--color-lightblue);
}

/*---------------------------- DEFINE-ALL = FONT-SIZES ---------------------------- */

.contracted .font_xs {
  font-size: var(--font-xs) !important;
}

.contracted .font_sm {
  font-size: var(--font-sm) !important;
}

.contracted .font_base {
  font-size: var(--font-base) !important;
}

.contracted .font_md {
  font-size: var(--font-md) !important;
}

.contracted .font_lg {
  font-size: var(--font-lg) !important;
}
.contracted .font_2lg {
  font-size: var(--font-2lg) !important;
}

.contracted .font_xl {
  font-size: var(--font-xl) !important;
}

.contracted .font_2xl {
  font-size: var(--font-2xl) !important;
}

.contracted .font_3xl {
  font-size: var(--font-3xl) !important;
}

/*---------------------------- DEFINE-ALL = FONT-WEIGHT ---------------------------- */
.contracted .fw_medium {
  font-weight: 500 !important;
}

/* -----------------------------------COMMON-CSS-------------------------- */
.contracted .sub_heading {
  font-size: var(--font-2xl);
  line-height: 130%;
  font-weight: 600;
  color: black;
}

.contracted .sub_para {
  font-size: var(--font-sm);
  color: var(--color-tundora);
  line-height: 150%;
}

.contracted .opacity_07 {
  opacity: 0.7;
}

.contracted .text_gradient {
  background: linear-gradient(101.64deg,
      #00b9ff 7.34%,
      #6f69f2 44.47%,
      #10b6d0 73.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contracted .custom_container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
/*------------------------ DEFINE-ALL = @media----FONT SIZE-SET--------------------  */

@media (max-width: 991.98px) {
 .contracted {
    --font-base: 16px;
    --font-lg: 20px;
    --font-2lg: 28px;
    --font-xl: 32px;
    --font-3xl: 38px;
  }
  .contracted .custom_container {
    max-width: 754px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contracted .pricing_container{
    max-width: 814px !important;
  }
}

@media (max-width: 767.98px) {
  .contracted {
    --font-md: 18px;
    --font-xl: 30px;
    --font-2xl: 40px;
    --font-3xl: 36px;
  }
}

@media (max-width: 575.98px) {
  .contracted {
    --font-sm: 14px;
    --font-base: 16px;
    --font-md: 18px;
    --font-lg: 20px;
    --font-2lg: 24px;
    --font-xl: 26px;
    --font-2xl: 28px;
    --font-3xl: 30px;
  }
}
/* DEFINE HOW IT WORKS SECTION */
.contracted .how_it_works_images {
  border-radius: 14px;
  -webkit-box-shadow: 2.78px 62.63px 65.97px -20.88px #0000001a;
          box-shadow: 2.78px 62.63px 65.97px -20.88px #0000001a;
  border: 1.39px solid #6f69f22b;
  max-width: 513px;
}

.contracted .text_img{
  max-width: 124px;
}
.contracted .text_img_abs{
  top: -40px;
}

.contracted .how_it_works_heading {
  line-height: 140%;
}

.contracted .content_box {
  max-width: 539px;
}

.contracted .z_1 {
  z-index: 1;
}

.contracted .how_it_works_spacing {
  padding-top: 140px;
}

.contracted .how_it_work_line {
  max-width: 100px;
  top: 57%;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .contracted .works_text_icon {
    bottom: 60%;
  }

  .contracted .how_it_works_spacing {
    padding-top: 160px;
  }
}

@media (max-width: 991.98px) {
  .contracted .how_it_works_images {
    max-width: unset;
  }

  .contracted .how_it_work_line {
    max-width: 60px;
    top: 55%;
  }

  .contracted .text_img {
    max-width: 87px;
    height: 70px;
  }
 
}

@media (max-width: 575.98px) {
  .contracted .how_it_works_spacing {
    padding-top: 120px;
  }

  .contracted .purple_arrow {
    width: 16px;
    height: 16px;
  }

  .contracted .how_it_works_images {
    -webkit-box-shadow: 1.31px 29.56px 31.14px -9.85px #0000001a;
            box-shadow: 1.31px 29.56px 31.14px -9.85px #0000001a;
  }
}

/* ---------- font-family -------------  */
.contracted .ff_graphik {
  font-family: "Graphik" !important;
}

.contracted * {
  font-family: "Graphik" !important;
  list-style: none !important;
  text-decoration: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
/* =========== POPUP CSS ========= */
/* Popup container - can be anything you want */
.contracted .home_page_popup {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.contracted .home_page_popup_box {
  visibility: hidden;
  max-width: 750px;
  width: 100%;
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  background-color: white;
  -webkit-box-shadow: 0px 10px 31.5px -10px #6E68F2;
          box-shadow: 0px 10px 31.5px -10px #6E68F2;
  max-height: 95vh;
  overflow-y: auto;
}

/* Toggle this class - hide and show the popup */
.contracted .home_page_popup .guest_show {
  visibility: visible;
 -webkit-transition: all 500ms linear;
 transition: all 500ms linear;
}
.contracted .home_page_popup .host_show {
  visibility: visible;
 -webkit-transition: all 500ms linear;
 transition: all 500ms linear;
}
.contracted .home_page_popup .both_show {
  visibility: visible;
 -webkit-transition: all 500ms linear;
 transition: all 500ms linear;
}
.contracted .home_page_popup .agency_show {
  visibility: visible;
 -webkit-transition: all 500ms linear;
 transition: all 500ms linear;
}
.contracted .home_page_cross_icon{
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.contracted .home_page_popup_video{
  max-width: 854px !important;
max-height: 480px !important;
width: 100%;
height: 100%;
-webkit-box-shadow: -22px 22px 100px -52px #6f69f2, 22px -10px 80px -45px #00c2cb;
        box-shadow: -22px 22px 100px -52px #6f69f2, 22px -10px 80px -45px #00c2cb;
aspect-ratio: 16/9;
}
.contracted .home_page_overlay{
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  pointer-events: none;
}
.contracted .home_page_overlay_active{
  z-index: 999 !important;
  pointer-events: all;
  opacity: 100%;
}
.contracted .home_page_popup_link{
  color: #00B9FF;
  position: relative;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.contracted .home_page_popup_link::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00B9FF;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .home_page_popup_link:hover{
  opacity: .6;
}
/* ========= */
.contracted .slider_line_abs{
  max-width: 920px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contracted .slider_pb{
  padding-bottom: 156px;
}
.contracted .hero_slider_spacing{
  margin-top: 80px;
}
.contracted .podmatch_work_spacing{
  padding-top: 149px;
}
.contracted .how_work_left_ellipse{
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 219px;
  height: 193px;
  background-color: #04C0CF;
  opacity: 30%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.contracted .how_work_right_ellipse{
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 219px;
  height: 193px;
  background-color: #6F69F2;
  opacity: 60%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
/* ========= */
.contracted .feature_fw{
  font-weight: 700 !important;
}
.contracted .podmatch_fw{
  font-weight: 600 !important;
}
.contracted .left_dropdown{
  left: -50%;
  top: 130%;
}
.contracted .font_xs{
  font-size: 14px;
}

.contracted .transition_03{
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .transition_200{
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.contracted .lh_130{
  line-height: 130%;
}
.contracted .lh_128{
  line-height: 128%;
}
.contracted .px_12{
  padding: 0 12px;
}
.contracted .mx-12{
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.contracted .mb_6{
  margin-bottom: 6px;
}
.contracted .transition_500{
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
/* ========== COMMON CLASSES ====== */
.contracted .lh_150 {
  line-height: 150%;
}
.contracted .lh_130 {
  line-height: 130%;
}
.contracted .generated_radius_card {
  border-radius: 32px;
}
.contracted .generated_radius_box {
  border-radius: 44px;
}
.contracted .gap_10{
  gap: 10px;
}
.contracted .gap_21{
  gap: 21px;
}
.contracted .max_w_790{
  max-width: 790px;
}
.contracted .how_work_right_abs{
  position: absolute;
  right: 0;
  top: 3%;
}
/* ============ NAVBAR ============ */
.contracted .nav_space {
  padding-top: 13px;
  padding-bottom: 13px;
}
.contracted .dropdown_box{
  border: 1px solid #00000033;
  -webkit-box-shadow: 0px 13px 17.1px 0px #6F69F221;
          box-shadow: 0px 13px 17.1px 0px #6F69F221;
  padding: 9px 0px;
  background-color: white;
  border-radius: 16px;
  width: 221px;
}
.contracted .dropdown_link{
  font-weight: 500;
  font-size: var(--font-sm);
  line-height: 24px;
  color: black;
}
.contracted .dropdown_link_padding{
  padding: 8px 12px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .dropdown_link_padding:hover{
  background-color: #00bbff13;
}
.contracted .btn_login:hover{
color: var(--color-lightblue) !important;
}
.contracted .bttn_rsg {
  color: white;
  border-radius: 57px;
  border: none;
  background-color: #6F69F2;
  padding: 9px 22.5px;
  -webkit-transition: all 350ms linear;
  transition: all 350ms linear;
  border: 1px solid transparent;
}

.contracted .bttn_rsg:hover {
  background-color: #fefefe;
  color: #6f69f2;
  border: 1px solid #6f69f2;
}
.contracted .bttn_nav .nav-line {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  width: 14px;
  background-color: white;
  margin-bottom: 4.5px;
  border-radius: 100px;
  z-index: 14;
}

.contracted .new_hamburger_line {
  z-index: 14;
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  /* Full width */
  background-color: white;
  margin-bottom: 4.5px;
  border-radius: 100px;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.contracted .bttn_nav .nav-lines {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
  z-index: 14;
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 14px;
  background-color: black;
  margin-bottom: 0;
  border-radius: 100px;
}
.contracted .bttn_nav {
  background-color: transparent;
  border: none;
}
.contracted .nav_line {
  background: #e0e0e0;
  width: 100%;
  height: 2px;
}
/* =========== HERO SECTION ========= */
.contracted .hero_heading{
  max-width: 933px;
  margin-top: 70px;
}
.contracted .matching_btn{
  background: linear-gradient(98.91deg, #00B9FF 3.39%, #10B6D0 38.65%, #00C2CB 54.59%, #6F69F2 100%);
  padding: 9px 27px;
  border-radius: 57px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 10px 31.5px -10px #6E68F2;
          box-shadow: 0px 10px 31.5px -10px #6E68F2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .matching_btn:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.contracted .common_btn{
  border: 1px solid #00C2CB;
  -webkit-box-shadow: 0px 8px 55.9px 0px #00C2CB33;
          box-shadow: 0px 8px 55.9px 0px #00C2CB33;
background-color: #fefefe;
border-radius: 57px;
padding: 15px 30.5px;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
color: #00B9FF;
}
.contracted .common_btn:hover{
  border: 1px solid #6F69F2;
  -webkit-box-shadow: 0px 8px 49.6px 0px #6E68F233;
          box-shadow: 0px 8px 49.6px 0px #6E68F233;
  color: #6f69f2 ;
}
/* ==================== GENERETED SECTION CSS ================== */
.contracted .interview_76810_max_w{
  max-width: 175px;
  width: 100%;
  display: inline-block;
}
.contracted .member_10620_max_w{
  max-width: 140px;
  width: 100%;
  display: inline-block;
}
.contracted .generated_section_spacing {
  padding: 15px 0 152px 0;
}

.contracted .generated_heading_max_w {
  max-width: 900px;
}
.contracted .generated_para_bottom_spaceing {
  margin-bottom: 43px;
}
.contracted .generated_cards{
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .generated_cards:hover{
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.contracted .generated_cards_box {
  padding: 30px 33.15px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 35.5px 0px #0000001F;
          box-shadow: 0px 4px 35.5px 0px #0000001F;
}
.contracted .gradient_text {
  background: linear-gradient(-25deg, #00b9ff 0%, #6f69f2 56%, #10b6d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contracted .generated_cards_shadow {
  -webkit-box-shadow: 0px 1.88px 7.52px 0px #0000001a;
          box-shadow: 0px 1.88px 7.52px 0px #0000001a;
}
.contracted .total_listner_card {
    padding: 8px;
    padding-left: 88px;
  background: linear-gradient(299.56deg, #3864a4 18.5%, #269ffb 79.72%);
  min-height: 150px;
}
.contracted .social_media_card {
    padding: 8px;
    padding-left: 88px;
    background: linear-gradient(350deg, #6f69f2 31.55%, #269FFB 70.21%),
    linear-gradient(342.13deg, #6F69F2 31.55%, #269FFB 70.21%);    
    min-height: 150px;
}
.contracted .email_messages_card {
    min-height: 323px;
    background-image: url("../webp/adminstration-bg.webp");
    background-position: center;
    background-size: 100% 100%;
    padding: 37.32px 71px 37.25px 46.71px;
}
.contracted .serieous_podcaster_card {
    padding: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(#0B0B0B), to(#0B0B0B));
    background: linear-gradient(0deg, #0B0B0B, #0B0B0B);
min-height: 150px;
}
.contracted .serious_blur_abs{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 100%;
  z-index: -1;
}
.contracted .serieous_podcaster_icon_abs{
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.contracted .logo_abs{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.contracted .help_icon_abs{
    position: absolute;
    right: 24px;
    top: 25px;
}
.contracted .generated_icon_sizes{
    width: 75px;
    height: 75px;
}
.contracted .help_icon_size{
    width: 28px;
    height: 28px;
}
.contracted .gradient_line{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contracted .ellipse_1{
  width: 610px;
  height: 390px;
  background-color:#00C2CB;
  opacity: .3;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  top: -25px;
  left: -131px;
  z-index: 0;
}
.contracted .ellipse_2{
  width: 214px;
  height: 133px;
  background-color:#00C2CB;
  opacity: .3;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  top: -25px;
  right: -83px;
  z-index: 2;
}
.contracted .ellipse_3{
  width: 548px;
  height: 221px;
  background-color:#00C2CB;
  opacity: .3;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  bottom: -25px;
  right: -83px;
  z-index: 2;
}
/* ==================== POWERED BY ============== */
.contracted .powered_line_abs{
  position: absolute;
  left: 0;
  bottom: -14%;
  width: 115px;
}
.contracted .powered_by_spacing{
  padding-top: 95px;
  padding-bottom: 70px;
}
.contracted .powered_by_box{
  background:linear-gradient(133.83deg, #00B9FF 3.77%, #6F69F2 81.07%);
-webkit-box-shadow: 0px 4px 40px 0px #01BAFF66;
        box-shadow: 0px 4px 40px 0px #01BAFF66;
}
.contracted .powered_by_para_w{
  max-width: 793px;
}
.contracted .slide_container {
  width: calc(203 * 14);
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
   &:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-203px * 7));
    transform: translateX(calc(-203px * 7));
  }
}
.contracted .slide_container2 {
  width: calc(203 * 14);
  -webkit-animation: logo 20s linear infinite;
  animation: logo 20s linear infinite;
   &:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateX(calc(-203px * 7));
    transform: translateX(calc(-203px * 7));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.contracted .logo_gap{
  gap: 25px;
}
.contracted .logo_sizes{
  width: 178px;
  height: 80px;
}
.contracted .logo_radius{
  border-radius: 15.29px;
}
.contracted .logo_hover{
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .logo_hover:hover{
 -webkit-transform: scale(1.05);
         transform: scale(1.05);
}
/* ============= */
.contracted .bg_impactful_card {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, #EBECEF));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, #EBECEF 50%);
}
.contracted .impactful_card {
  max-width: 1140px;
  width: 100%;
  background: linear-gradient(133.83deg, #00B9FF 3.77%, #6F69F2 81.07%);
  border: 4px solid white;
  border-radius: 32px;
  min-height: 318px;
  -webkit-box-shadow: 0px 12px 30px 0px #706AF34D;
          box-shadow: 0px 12px 30px 0px #706AF34D;
  padding: 54.5px 36px;
}
.contracted .gradient_btn {
  border: 1px solid #FFFFFF;
  background: linear-gradient(102.79deg, #00C2CB 2.64%, #01BAFF 98.35%);
  border-radius: 57px;
  padding: 16px 28px;
}

.contracted .gradient_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contracted .card_p {
  padding: 0px 12px;
}
/*============================ footer =============================*/
.contracted .border_top {
  border-top: 2px solid #6F69F21A;
}
.contracted .footer_links {
  margin-top: 14px !important;
}

.contracted .footer_padding {
  padding: 52px 0px 0px 0px;
}

.contracted .footer_bg {
  background: #ebecef;
}

.contracted .footer_logo {
  max-width: 227px !important;
}

.contracted .footer_para {
  max-width: 324px;
}

.contracted .w_24 {
  width: 24px !important;
}

.contracted .max_w_207 {
  max-width: 207px !important;
}

.contracted .footer_icons_gap {
  gap: 19px;
}

.contracted .footer_icon {
  width: 32px;
  height: 32px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.contracted .footer_icon:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  scale: 1.1;
}

.contracted .links_hov{
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .links_hov:hover {
  color: var(--color-lightblue) !important;
}

.contracted .links_hov:hover img {
  scale: 1.2;
}
.contracted .footer_line_abs{
  position: absolute;
  top: -35%;
  left: 0;
  max-width: 115px;
}
/* ========== MEDIA QURIES ======== */
@media (max-width:1279.98px) {
  .contracted .total_listner_card {
    padding-left: 8px;
}
.contracted .social_media_card {
    padding-left: 8px;
}
}
@media (max-width: 991.98px) {
  .contracted .left_dropdown{
    left: -100%;
  }
  .contracted .generated_radius_card {
    border-radius: 12px;
  }
  .contracted .generated_radius_box {
    border-radius: 20px;
  }
  .contracted .generated_para_bottom_spaceing {
    margin-bottom: 50px;
  }
  .contracted .generated_cards_box {
    padding: 16px;
    background-color: white;
  }
  .contracted .generated_section_spacing {
    padding: 0 0 150px 0;
  }
  .contracted .generated_icon_sizes{
    width: 60px;
    height: 60px;
  }
  .contracted .help_icon_size{
    width: 20px;
    height: 20px;
  }
  .contracted .help_icon_abs{
  right: 16px;
  top: 16px;
  }
  .contracted .pe_8{
  padding-right: 8px !important;
  }
  .contracted .ps_8{
  padding-left: 8px !important;
  }
  .contracted .email_messages_card {
  background-image: url("../webp/adminstration-bg.webp");
    background-position: center;
    background-size: 100% 100%;
  padding: 24px 8px 24px 8px;
  min-height: 296px;
  }
  .contracted .serieous_podcaster_card {
  padding-left: 100px;
  min-height: 140px;
  }
  .contracted .total_listner_card {
  padding: 14px !important;
  min-height: 140px;
  }
  .contracted .social_media_card {
  padding: 14px !important;
  min-height: 140px;
  }
  .contracted .serieous_podcaster_icon_abs{
  left: 16px;
  }
  .contracted .ellipse_3{
  width: 299px;
  height: 121px;
  bottom: -25px;
  right: 0px;
  opacity: 1;
  }
  .contracted .impactful_card {
  padding: 76px 25px;
  }
  .contracted .powered_line_abs{
  bottom: -70%;
  width: 97px;
  }
  .contracted .nav_bar {
  position: fixed;
  top: 0 !important;
  left: -100%;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  }

  .contracted .left-0 {
  left: 0;
  }

  .home_page_overflow_hidden {
  overflow: hidden !important;
  height: 100vh;
  }
  .contracted .powered_by_spacing{
  padding-top: 60px;
  padding-bottom: 79px;
  }
  .contracted .d_none {
  display: none;
  }
  .contracted .slider_pb{
  padding-bottom: 122px;
  }
  .contracted .hero_slider_spacing{
  margin-top: 60px;
  }
  .contracted .footer_para {
  max-width: 700px;
  }
  .contracted .px_8{
  padding-left: 8px !important;
  padding-right: 8px !important;
  }
  .contracted .powered_by_para_w{
  max-width: 631px;
  }
  .contracted .podmatch_fw{
  font-weight: 700 !important;
  }
  .contracted .feature_fw{
  font-weight: 600 !important;
  }
}
@media (max-width:767.98px) {
  .contracted .slider_pb{
    padding-bottom: 40px;
  }
  .contracted .home_page_popup_box {
    width: 90%;
    max-width: unset;
   }
}
@media (max-width: 575.98px) {
  .contracted .generated_para_bottom_spaceing {
    margin-bottom: 24px;
  }
  .contracted .generated_cards_box {
    padding: 20px 10px;
    background-color: white;
  }
  .contracted .generated_section_spacing {
    padding: 42px 0 100px 0;
  }
  .contracted .generated_icon_sizes{
    width: 40px;
    height: 40px;
  }
  .contracted .total_listner_card {
  padding: 14px;
  min-height: 122px;
  }
  .contracted .social_media_card {
  padding: 14px;
  min-height: 122px;
  }
  .contracted .email_messages_card {
  padding: 14px;
  padding-right: 30px;
  min-height: 260px;
  }
  .contracted .serieous_podcaster_card {
  padding: 14px;
  padding-left: 70px;
  min-height: 122px;
  }
  .contracted .pe_8{
  padding-right: 0px !important;
  }
  .contracted .ps_8{
  padding-left: 0px !important;
  }
  .contracted .podmatch_icon_size{
  width: 34px;
  height: 34px;
  }
  .contracted .serieous_podcaster_icon_abs{
  left: 14px;
  }

  .contracted .generated_radius_box {
  border-radius: 16px;
  }
  .contracted .logo_gap{
  gap: 12px;
  }
  .contracted .logo_sizes{
  width: 88px;
  height: 39px;
  }
  .contracted .logo_radius{
  border-radius: 7.54px;
  }
  .contracted .slide_container {
  width: calc(100 * 14);
  }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100px * 7));
    transform: translateX(calc(-100px * 7));
  }
}
  .contracted .slide_container2 {
  width: calc(100 * 14);
  }

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateX(calc(-100px * 7));
    transform: translateX(calc(-100px * 7));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
  .contracted .powered_by_spacing{
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .contracted .impactful_card {
  padding: 60px 20px;
  }
  .contracted .powered_line_abs{
  bottom: -42%;
  width: 50px;
  }
  .contracted .nav_space {
  padding-top: 11px;
  padding-bottom: 11px;
  }
  .contracted .hero_heading{
  margin-top: 60px;
  }
.contracted .sm_logo_size{
  width: 145px;
  height: 28px;
}
.contracted .slider_pb{
  padding-bottom: 80px;
}
.contracted .end_2{
  right: -2px !important;
}
.contracted .hero_slider_spacing{
  margin-top: 100px;
}
.contracted .podmatch_work_spacing{
  padding-top: 100px;
}
.contracted .how_work_left_ellipse{
  width: 101px;
  height: 89px;
}
.contracted .how_work_right_ellipse{
  width: 101px;
  height: 89px;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.contracted .slider_line_abs{
  bottom: 0%;
}
.contracted .logo_abs{
  top: 47%;
}
.contracted .container{
  padding-left:20px !important ;
  padding-right: 20px !important;
}
.contracted .px_10{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.contracted .justify_between{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contracted .interview_76810_max_w{
  width: 120px;
  display: inline-block;
}

.contracted .member_10620_max_w{
width: 95px;
display: inline-block;
}
.contracted .px_0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.contracted .home_page_cross_icon{
  position: absolute;
  right: 8px;
  top: 8px;
  height: 16px !important;
  width: 16px !important;
}
/* .home_page_popup_video{
  height: 200px !important;
} */
}
@media (max-width:425px) {
  .contracted .slider_line_abs{
    bottom: 5%;
  }
  .contracted .justify_between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contracted .slider_text{
    font-size: 10px !important;
  }
  .contracted .slider_icon{
    width: 20px !important;
    height: 20px !important;
  }
  .contracted .footer_icons_gap {
    gap: 7px;
  }
  
}
@media (min-width:768px) and (max-width:991.98px) {
  .contracted .my_container{
    max-width: 738px;
  }
  .contracted .gradient_line{
    bottom: 0;
    width: auto;
  }
}


.contracted div ::-webkit-scrollbar{
  display: none;
}
.contracted .p_10 {
  padding: 10px;
}

.contracted .pt_6 {
  padding-top: 6px;
}

.contracted .py_13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.contracted .tab_shadow {
  -webkit-box-shadow: 0px 7px 19.7px 0px #00000029;
          box-shadow: 0px 7px 19.7px 0px #00000029;
}

.contracted .rounded_84 {
  border-radius: 84px;
}

.contracted .rounded_50 {
  border-radius: 50px;
}

.contracted .tab_card {
  border-radius: 28px;
  -webkit-box-shadow: 0px 2px 75.9px 0px #0000001a;
          box-shadow: 0px 2px 75.9px 0px #0000001a;
}

.contracted .tab_card:hover {
  scale: 1.02;
}

.contracted .rounded_44 {
  border-radius: 44px;
}

.contracted .rounded_42 {
  border-radius: 42px;
}
/* ================== PRICING SECTION TABS CSS ========== */
/* Change background color of buttons on hover */
.contracted .pricing_tab .tab button:hover {
  border: 1px solid var(--color-lightblue);
  background-color: var(--color-lightblue) !important;
  color: white !important;
  opacity: 60%;
}

/* Create an active/current tablink class */
.contracted .pricing_tab .tab button.active {
  border: 1px solid var(--color-lightblue);
  background-color: var(--color-lightblue) !important;
  color: white !important;
  opacity: 1 !important;
}

/* Style the tab content */
.contracted .pricing_tab .tabcontent {
  display: none;
}
.contracted .plan_box_border {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
}
.contracted .plan_box {
  padding: 28px 28px 32px 28px;
}
.contracted .chosse_plan_btn {
  border: 0;
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  padding: 2px;
  border-radius: 8px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .chosse_plan_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.contracted .chosse_plan_btn span {
  background-color: white !important;
}
.contracted .detail_box {
  padding: 20px 16px 27px 25px;
}
.contracted .detail_max_w {
  max-width: 376px;
}
.contracted .detail_mb {
  margin-bottom: 10px;
}
.contracted .gradient_btn_radius {
  border-radius: 8px;
}
.contracted .btn_padding {
  padding: 15px;
}
.contracted .col_spacing {
  margin-bottom: 34px;
}
.contracted .prcing_section_spacing {
  padding-top: 154px;
}
.contracted .agency_max_w {
  max-width: 465px;
  width: 100%;
}
.contracted .pricing_box_border {
  padding: 2px;
  background: linear-gradient(
    99.76deg,
    #00b9ff 34.35%,
    #6f69f2 64.82%,
    #10b6d0 88.28%
  );
  -webkit-box-shadow: -22px 22px 100px -52px #6f69f299, 22px -23px 100px -52px #00c2cb99;
          box-shadow: -22px 22px 100px -52px #6f69f299, 22px -23px 100px -52px #00c2cb99;
}

.contracted .pricing_box {
  padding-left: 94px;
  padding-right: 94px;
  padding-top: 60px;
  padding-bottom: 82px;
}

.contracted .link_box {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 82px;
}
.contracted .max_width_pricing {
  max-width: 952px;
}

.contracted .pricing_button {
  border: 1px solid #6f69f233;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 66px;
}

.contracted .pricing_button:hover {
  border: 1px solid var(--color-lightblue);
  background-color: var(--color-lightblue) !important;
  color: white !important;
}

.contracted .pricing_card,
.ae_report .pricing_card {
  border: 1px solid #d9d9d9;
  border-radius: 32px;
  -webkit-box-shadow: 0px 2px 75.9px -10px #0000001a;
          box-shadow: 0px 2px 75.9px -10px #0000001a;
}

.contracted .transition_300 {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contracted .pricing_card::after,
.ae_report .pricing_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contracted .pricing_card:hover::after,
.ae_report .pricing_card:hover::after {
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  left: 0;
}

.contracted .pricing_card:hover,
.ae-report .pricing_card:hover {
  border: 1px solid #ededed;
}

.contracted .pricing_card:hover p {
  -webkit-text-stroke: 1px white;
  text-stroke: 0px white;
  /* Standard syntax */
  color: white !important;
}

.ae_report .pricing_card:hover p {
  color: white !important;
}
.contracted .pricing_card:hover svg path,
.contracted .pricing_card:hover svg g path {
  fill: var(--color-lightblue);
}

.ae_report .pricing_card:hover svg path,
.ae_report .pricing_card:hover svg g path {
  fill: #6f69f2;
}

.contracted .pricing_card:hover .svg_color,
.ae_report .pricing_card:hover .svg_color {
  fill: white;
}
.contracted .pricing_card svg path,
.contracted .pricing_card svg g path,
.ae_report .pricing_card svg path,
.ae_report .pricing_card svg g path {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.contracted .money_black_card {
  border: 1px solid #ededed;
  background: #f9f9ff;
  border-radius: 32px;
}

.contracted .money_black_img {
  max-width: 99px;
}

.contracted .link_click:hover {
  color: var(--color-lightblue) !important;
}

.contracted .who_left_rounded_img {
  position: absolute;
  left: 0;
  max-width: 115px;
  bottom: -45%;
  z-index: -1;
}

.contracted .who_on_shadow_box {
  width: 666px;
  height: 280px;
  top: 220px;
  right: 40px;
  opacity: 20%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  background-color: #00c2cb;
}

.contracted .who_on_shadow_box_second {
  width: 263px;
  height: 326px;
  top: 40px;
  opacity: 20%;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  background-color: #01baff;
}

.contracted .pricing_shadow_box {
  width: 219px;
  height: 386px;
  top: 170px;
  border-radius: 30%;
  opacity: 30%;
  left: -60px;
  -webkit-filter: blur(63px);
          filter: blur(63px);
  background-color: #6f69f2;
}

.contracted .pricing_shadow_box_second {
  width: 307.24px;
  height: 195.86px;
  bottom: -60px;
  border-radius: 30%;
  opacity: 30%;
  right: -60px;
  -webkit-filter: blur(133px);
          filter: blur(133px);
  background-color: #00b9ff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.contracted .line_image {
  max-width: 913px;
}

.contracted .white_line_box {
  width: 292px;
  height: 55.58px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(89.98%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 89.98%);
z-index: 1;
}

.contracted input[type="radio"] {
  display: none;
}

.contracted .tab {
  height: 44px;
  width: 144px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  position: relative;
}

.contracted input[id="radio-1"] {
  &:checked {
    & ~ .glider {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}

.contracted input[type="radio"] {
  &:checked {
    & + label {
      color: white !important;
      font-weight: 500 !important;
    }
  }
}

.contracted input[type="radio"]:not(:checked) + label {
  background-color: var(--color-selago);
  -webkit-transition: 400ms ease-in;
  transition: 400ms ease-in;
  color: #4d4d4d;
}

.contracted input[id="radio-2"] {
  &:checked {
    & ~ .glider {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      margin-left: 12px;
    }
  }
}

.contracted .button_space {
  margin-left: 12px;
}

.contracted .glider {
  height: 44px;
  width: 144px;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.contracted .star_img {
  max-width: 30px;
}

.contracted .silder_data {
  max-width: 1224px;
  width: 100%;
  overflow: hidden;
}

.contracted .slide_btn {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 30% !important;
}

.contracted .slide_container_img {
  max-width: 933px;
  max-height: 538px;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-box-shadow: -22px 22px 100px -52px #6f69f2, 22px -10px 80px -45px #00c2cb;
          box-shadow: -22px 22px 100px -52px #6f69f2, 22px -10px 80px -45px #00c2cb;
  border: 2px solid var(--color-lightblue);
  border-radius: 24px;
}

.contracted .dashboard .slick-current {
  opacity: 100% !important;
}
.contracted .dashboard .slider-nav .slick-slide.slick-current:hover {
  opacity: 1 !important;
}
.contracted .dashboard .slider-nav .slick-slide:hover{
  opacity: .6 !important;
}

.contracted .dashboard .slider-nav .slick-slide{
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
}

.contracted .white_layer_start {
  height: 60px;
  z-index: 100;
}

.contracted .white_layer {
  height: 60px;
  width: 40px;
  z-index: 400;
}
.contracted .right_4 {
  right: -4px;
}
.contracted .white_layer_start img {
  width: 200px;
  height: 60px;
  background-color: white;
  opacity: 0.85;
}
.contracted .slider_img_blur {
  width: 285px;
  height: 182px;
  rotate: 105deg;
  opacity: 30%;
  background-color: #00b9ff;
  position: absolute;
  right: -10px;
  bottom: 15%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.contracted .slider_img_blur2 {
  width: 285px;
  height: 182px;
  rotate: 105deg;
  opacity: 30%;
  background-color: #00b9ff;
  position: absolute;
  left: -30px;
  top: 5%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.contracted .start_2 {
  left: -2px;
}
.contracted .card-img-wrapper {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.contracted .card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%
}
  
@media (max-width: 1339.98px) {
  .contracted .pricing_shadow_box_second {
    right: 0px;
  }
}
@media (max-width: 991.98px) {
  .contracted .pricing_box {
    padding:50px 30px;
  }

  .contracted .link_box {
    padding: 50px 30px;
  }

  .contracted .white_line_box {
    width: 228.66px;
    height: 39.94px;
  }

  .contracted .slide_container_img {
    border-radius: 16px;
    max-height: 412px;
  }

  .contracted .button_space {
    margin-left: 10px;
  }

  .contracted .tab_card,
  .contracted .pricing_card {
    border-radius: 16px;
  }
  .contracted .slider_img_blur {
    width: 250px;
    height: 158px;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    bottom: 23%;
    right: -20%;
  }
  .contracted .slider_img_blur2 {
    width: 250px;
    height: 158px;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    top: 5%;
    left: -13%;
  }
  .contracted .white_layer_start img {
    width: 200px;
    -webkit-filter: blur(60px);
            filter: blur(60px);
  }
  .contracted .money_black_card {
    border-radius: 16px;
  }
  .contracted .tab_card_px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .contracted .slide_container_img {
    -webkit-box-shadow: -16.86px 16.86px 76.63px -39.85px #6f69f2,
      16.86px -17.63px 48.63px -39.85px #00c2cb;
            box-shadow: -16.86px 16.86px 76.63px -39.85px #6f69f2,
      16.86px -17.63px 48.63px -39.85px #00c2cb;
  }
  .contracted .detail_box {
    padding: 16px;
  }
  .contracted .detail_max_w {
    max-width: 100%;
  }
  .contracted .plan_box {
    padding: 16px;
  }
  .contracted .btn_padding {
    padding: 10px;
  }
}

@media (max-width: 767.98px) {
  .contracted .pricing_box {
    padding: 40px 20px;
  }

  .contracted .link_box {
    padding: 40px 20px;
  }

  .contracted .rounded_sm_16 {
    border-radius: 16px;
  }

  .contracted .money_black_img {
    max-width: 80px;
    margin: auto;
  }

  .contracted .prcing_section_spacing {
    padding-top: 100px;
  }

  .contracted .max_width_card,
  .contracted .pricing_card {
    max-width: 400px;
  }

  .contracted .slide_container_img {
    border-radius: 8px;
  }

  .contracted .white_layer_start img {
    max-width: 80px;
    opacity: 0.8;
  }
  .contracted .plan_box_max_w {
    max-width: 400px;
  }
  .contracted .col_spacing {
    margin-bottom: 0px;
  }
}

@media (max-width: 575.98px) {
  .contracted .pricing_box {
    padding: 40px 10px;
  }

  .contracted .link_box {
    padding: 40px 10px;
  }

  .contracted .pricing_button {
    font-size: 12px !important;
  }

  .contracted .money_black_img {
    max-width: 76px;
    margin: auto;
  }

  .contracted .white_line_box {
    width: 107.14px;
    height: 18.71px;
  }

  .contracted .slide_container_img {
    max-height: 193px;
  }

  .contracted .white_layer_start img {
    max-width: 50px;
  }

  .contracted .tab_card {
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contracted .who_on_shadow_box {
    width: 220px;
    top: 220px;
    left: 0;
  }
  .contracted .slider_img_blur {
    width: 161px;
    height: 102px;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    bottom: 25%;
    right: -10%;
  }
  .contracted .slider_img_blur2 {
    width: 161px;
    height: 102px;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    top: 8%;
    left: -15%;
  }
  .contracted .slide_container_img {
    -webkit-box-shadow: -7.9px 7.9px 30.91px -18.67px #6f69f2,
      7.9px -8.26px 30.91px -18.67px #00c2cb;
            box-shadow: -7.9px 7.9px 30.91px -18.67px #6f69f2,
      7.9px -8.26px 30.91px -18.67px #00c2cb;
  }
}


/* ============== TOOLTIP ========= */
.contracted .tooltip-inner {
  background-color: white !important;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  max-width: 500px;
  width: 100% !important;
  padding: 10px;
  color: black !important;
  font-weight: 500 !important;
}
.contracted .tooltip .show {
  opacity: 1 !important;
}
.contracted .tooltip {
  opacity: 1 !important;
}

.contracted .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.contracted .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: white !important;
}

.contracted .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.contracted .bs-tooltip-bottom .tooltip-arrow::before {
  border-top-color: white !important;
}

.contracted .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.contracted .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: white !important;
}

.contracted .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.contracted .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: white !important;
}

/* ============ back to top ====== */
.contracted .back_top_img {
  height: 40px;
  width: 40px;
}
.contracted #back-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-family: "poppins";
  font-weight: 800;
  background-color: #299bfa;
  border: 2px solid white;
  z-index: 1000;
}
.contracted #back-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contracted .broklyn_img {
  max-width: 275px !important;
  max-height: 305px !important;
}
.contracted .brooklyn_slider_img {
  width: 40px !important;
  height: 40px !important;
}
.contracted .brooklyn_slider .slick-dotted.slick-slider {
  width: 300px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: transparent !important;
  position: absolute;
  bottom: -110px;
  left: 37%;
  z-index: 12 !important;
}
.contracted .brooklyn_slider .member-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 8px;
}

.contracted .items-slider-container {
  margin: 0 auto;
  max-width: 1140px;
}
.contracted .brooklyn_slider .member-slider-nav .slick-slide {
  margin-left: 0px !important;
  margin-right: 0px !important;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
.contracted .brooklyn_slider .member-slider-nav .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 70px !important;
}
.contracted 
  .brooklyn_slider_img_parent.slick-slide.slick-current.slick-active
  .brooklyn_slider_img {
  -webkit-transform: scale(1.75) !important;
          transform: scale(1.75) !important;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
.contracted 
  .brooklyn_slider_img_parent.slick-slide.slick-current.slick-active
  .slider_img_layer {
  background-color: transparent;
}
.contracted 
  .brooklyn_slider_img_parent.slick-slide.slick-current.slick-active
  .slider_img_layer {
  background-color: transparent;
}
.contracted .brooklyn_slider .slick-dots li button:before {
  width: 22px !important;
  height: 5px !important;
  background-color: #000000 !important;
  border-radius: 12px !important;
  content: "" !important;
  color: #f1f0fe !important;
  opacity: 0.1 !important;
  -webkit-transition: all 500ms linear !important;
  transition: all 500ms linear !important;
}

.contracted .brooklyn_slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #6f69f2 !important;
  width: 72px !important;
}
.contracted .brooklyn_slider .slick-dots {
  bottom: -35px !important;
}
.contracted .brooklyn_slider .slick-dots li {
  width: 22px !important;
  height: 5px !important;
  margin: 0 5px;
}
.contracted .brooklyn_slider .slick-dots li.slick-active {
  width: 72px !important;
  height: 5px !important;
  margin: 0 5px;
}
/* ======== */
.contracted .cursor_pointer {
  cursor: pointer;
}
.contracted .slider_right_line_abs {
  position: absolute;
  right: 0;
  top: 18%;
  max-width: 115px;
}
.contracted .slider_left_line_abs {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 115px;
}
.contracted .slider_img_layer {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*background-color: #6f69f2;*/
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .text_underline {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .text_underline:hover {
  opacity: 50%;
}
.contracted .text_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}
.contracted .member_para {
  max-width: 450px;
  margin-bottom: 60px;
}
.contracted .slider_img_shadow {
  -webkit-box-shadow: 0px 3px 8px 0px #0000003d;
          box-shadow: 0px 3px 8px 0px #0000003d;
  border-radius: 14px;
}
.contracted .text_itlaic {
  font-style: italic;
}
.contracted .member_spacing {
  margin-top: 180px;
  padding-bottom: 112px;
}
.contracted .small_slider_abs {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: 14 !important;
}
.contracted .arrow_circle {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 4px 24px 0px #a6a6a659;
          box-shadow: 0px 4px 24px 0px #a6a6a659;
  border-radius: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contracted .arrow_circle:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1200px) {
  .contracted .brooklyn_slider .slick-dotted.slick-slider {
    left: 45%;
    bottom: -110px;
  }
  .contracted .small_slider_abs {
    bottom: -70px;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .contracted .small_slider_abs {
    bottom: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contracted .brooklyn_slider .slick-dotted.slick-slider {
    left: 58%;
    bottom: -110px;
  }
  .contracted .broklyn_img {
    max-width: 275px !important;
    max-height: 305px !important;
  }
  .contracted .slider_right_line_abs {
    position: absolute;
    right: 0;
    top: 57%;
    max-width: 115px;
  }
  .contracted .member_spacing {
    margin-top: 180px;
    padding-bottom: 250px;
  }
}
@media (max-width: 767.98px) {
  .contracted .brooklyn_slider .slick-dotted.slick-slider {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -90px;
  }
  .contracted .small_slider_abs {
    bottom: -160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .contracted .member_spacing {
    margin-top: 100px;
    padding-bottom: 230px;
  }
  .contracted .broklyn_img {
    width: 100%;
  }
  .contracted .brooklyn_slider .slick-dotted.slick-slider {
    bottom: -110px;
  }
  .contracted .small_slider_abs {
    bottom: -170px;
  }
  .contracted .back_top_img {
    height: 35px;
    width: 35px;
  }
  .contracted #back-top {
    right: 12px;
    bottom: 12px;
  }
  .contracted .member_spacing {
    margin-top: 180px;
    padding-bottom: 210px;
  }
  .tooltip-inner {
    max-width: 250px !important;
    font-size: 12px !important;
    padding: 8px !important;
  }
}





/* ---------- AE REPORT -------------  */

.ae_report * {
  list-style-type: none !important;
  text-decoration: none !important;
}

.ae_report .w_24 {
  width: 24px !important;
}


.ae_report .ff_graphik {
  font-family: "Graphik" !important;
}

.ae_report {
  /* --------font sizes --------------- */
  --fs-5xl: 48px;
  --fs-4xl: 40px;
  --fs-3xl: 36px;
  --fs-2xl: 32px;
  --fs-xl: 24px;
  --fs-lg: 20px;
  --fs-md: 18px;
  --fs-sm: 16px;
  --fs-xsm: 14px;
  /* ------------colors----------------- */
  --clr-black: #010101;
  --clr-grey: #4d4d4d;
  --tundora: #4E4E4E;
  --clr-offwhite: #fefefe;
  --clr-skyblue: #00b9ff;
  --clr-seagreen: #0bb2b9;
  --clr-darkgrey: #080707;
  --clr-offgrey: #444;
  --clr-green: #44dc59;
  --clr-red: #ff4d4d;
  --clr-lightblack: #343434;
  --clr-light-grey: #45474A;
  
}

/* ------------font classes ------------ */
.ae_report .fs_5xl {
  font-size: var(--fs-5xl);
}

.ae_report .fs_4xl {
  font-size: var(--fs-4xl);
}

.ae_report .fs_3xl {
  font-size: var(--fs-3xl);
}

.ae_report .fs_2xl {
  font-size: var(--fs-2xl);
}

.ae_report .fs_xl {
  font-size: var(--fs-xl);
}

.ae_report .fs_lg {
  font-size: var(--fs-lg);
}

.ae_report .fs_md {
  font-size: var(--fs-md);
}

.ae_report .fs_sm {
  font-size: var(--fs-sm);
}

.ae_report .fs_xsm {
  font-size: var(--fs-xsm);
}

/* ------------ colors classes ------------- */
.ae_report .clr_black {
  color: var(--clr-black);
}

.ae_report .clr_grey {
  color: var(--clr-grey);
}

.ae_report .clr_darkgrey {
  color: var(--clr-darkgrey);
}

.ae_report .clr_offwhite {
  color: var(--clr-offwhite);
}

.ae_report .clr_skyblue {
  color: var(--clr-skyblue);
}

.ae_report .clr_seagreen {
  color: var(--clr-seagreen);
}

.ae_report .clr_red {
  color: var(--clr-red);
}

.ae_report .clr_green {
  color: var(--clr-green);
}

.ae_report .clr_offgrey {
  color: var(--clr-offgrey);
}

.ae_report .clr_lightblack {
  color: var(--clr-lightblack);
}

.ae_report .clr_lightgrey {
  color: var(--clr-light-grey);
}

.ae_report .bg_red {
  background-color: var(--clr-red);
}

.ae_report .clr_tundora {
  color: var(--tundora);
}

.ae_report  .clr_yellow {
  color: #ff9900; !important;
}

.ae_report .bg_lightwhite {
  background: #F9F9FF;
}

/* ------------- line heights ------------- */
.ae_report .lh_120 {
  line-height: 120%;
}

.ae_report .lh_110 {
  line-height: 110%;
}

.ae_report .lh_130 {
  line-height: 130%;
}

.ae_report .lh_150 {
  line-height: 150%;
}

/* ----------- custom-container --------------- */
.ae_report .custom_container {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 12px;
}

@media (max-width: 991.98px) {
  .ae_report  {
    /* --------font sizes --------------- */
    --fs-5xl: 40px;
    --fs-3xl: 32px;
    --fs-md: 16px;
  }

  .ae_report .custom_container {
    padding: 0 48px;
  }

}

@media (max-width: 575.98px) {
  .ae_report .custom_container {
    padding: 0 20px;
  }

  .ae_report  {
    /* --------font sizes --------------- */
    --fs-5xl: 28px;
    --fs-4xl: 26px;
    --fs-3xl: 28px;
    --fs-2xl: 24px;
    --fs-xl: 20px;
    --fs-md: 14px;
    --fs-sm: 14px !important;
  }
}


.ae_report .line_height_24 {
    line-height: 24px;
}

.ae_report .start_btn_hover:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.ae_report .podcast_report_heading {
    max-width: 775px;
}

.ae_report .transition_03 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ae_report .bttn_login:hover {
    color: #6F69F2;
}

.ae_report .vctr_faq {
    left: 0;
    bottom: 20%;
}

/* ==== podcasting_chart_parent ==== */
.ae_report .transition_02 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ae_report .podcasting_chart_parent .active_part {
    -webkit-transform: translate3d(0px, 2px, 0px);
            transform: translate3d(0px, 2px, 0px);
}

.ae_report .podcasting_chart_parent .active_part .active_tooltip,
.ae_report .podcasting_chart_parent .total_part .total_tooltip,
.ae_report .industry_totals_chart .chances_low_part .chances_low,
.ae_report .industry_totals_chart .chances_high_part .chances_high,
.ae_report .possible_future_chart .possible_active_part .active_part,
.ae_report .possible_future_chart .possible_total_part .total_part,
.ae_report .guesting_chart .guesting_hosts .guesting_hosts_tooltip,
.ae_report .guesting_chart .guesting_guests .guesting_guests_tooltip {
    opacity: 0;
}

.ae_report .podcasting_chart_parent .active_part:hover .active_tooltip,
.ae_report .podcasting_chart_parent .total_part:hover .total_tooltip,
.ae_report .industry_totals_chart .chances_low_part:hover .chances_low,
.ae_report .industry_totals_chart .chances_high_part:hover .chances_high,
.ae_report .possible_future_chart .possible_active_part:hover .active_part,
.ae_report .possible_future_chart .possible_total_part:hover .total_part,
.ae_report .guesting_chart .guesting_hosts:hover .guesting_hosts_tooltip,
.ae_report .guesting_chart .guesting_guests:hover .guesting_guests_tooltip {
    opacity: 1;
}

.ae_report .podcasting_chart_parent .active_part:hover {
    -webkit-transform: translate3d(-11px, -2px, 0px);
            transform: translate3d(-11px, -2px, 0px);
}

.ae_report .podcasting_chart_parent .total_part:hover .total_bg {
    fill: url(#gradient);
}

.ae_report .podcasting_chart_parent title {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
}

.ae_report .podcasting_chart_parent svg,
.ae_report .possible_future_chart svg {
    max-width: 500px;
}

/* ==== Chances of "Making It" ==== */

.ae_report .industry_totals_chart .chances_low_part:hover {
    -webkit-transform: translate3d(-9px, -5px, 0px);
            transform: translate3d(-9px, -5px, 0px);
}

.ae_report .industry_totals_chart .chances_high_part:hover .chances_high_part_bg {
    fill: url(#gradient);
}

.ae_report .industry_totals_chart svg,
.ae_report .guesting_chart svg,
.ae_report .guesting_chart svg {
    max-width: 522px;
    border-radius: 24px;
}

.ae_report .guesting_chart {
    border-radius: 24px;
}

/* ==== Possible Future ==== */
.ae_report .possible_future_chart .possible_active_part:hover {
    -webkit-transform: translate3d(-7px, -13px, 0px);
            transform: translate3d(-7px, -13px, 0px);
}

.ae_report .possible_future_chart .possible_total_part:hover .possible_total_part_bg {
    fill: url(#gradient);
}

/* ==== Compared to Industry ==== */

.ae_report .guesting_chart .guesting_hosts {
    -webkit-transform: translate3d(11px, 8px, 0px);
            transform: translate3d(11px, 8px, 0px);
}

.ae_report .guesting_chart .guesting_hosts:hover {
    -webkit-transform: translate3d(-2px, 0px, 0px);
            transform: translate3d(-2px, 0px, 0px);
}

.ae_report .guesting_chart .guesting_guests:hover .guesting_guests_bg {
    fill: url(#gradient);
}

.ae_report .guesting_chart {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(226, 226, 226, 0.25);
            box-shadow: 0px 0px 20px 4px rgba(226, 226, 226, 0.25);
}

@media (max-width: 1199.98px) {
    .ae_report .card_main {
        height: 302px;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
}

@media (max-width: 991.98px) {

    .ae_report .dropbtn,
    .ae_report .bttn_login_sm,
    .ae_report .bttn_rsg_sm {
        font-size: 20px !important;
    }

    .ae_report .card_main {
        min-height: 251px;
    }
}

@media (max-width: 575.98px) {

    .ae_report .podcasting_chart_parent svg {
        max-width: 350px;
        height: 350px;
    }

    .ae_report .card_main {
        height: auto;
    }

    .ae_report .txt_hdng_clr {
        font-size: 32px;
    }

    .ae_report .podcast_report_heading {
        max-width: 360px;
    }

    .ae_report .industry_totals_chart svg,
    .ae_report .possible_future_chart svg,
    .ae_report .guesting_chart svg {
        max-width: 400px;
        height: 300px;
    }
}

.ae_report .nav_space {
  padding-top: 18px;
  padding-bottom: 18px;
}

.ae_report .cursor_pointer {
  cursor: pointer;
}

.ae_report .space_ul_nav {
  gap: 21px;
}

.ae_report .mxw_para {
  max-width: 620px;
}

.ae_report .mxw_para_cntr {
  max-width: 100px;
}

.ae_report .mxw_faq {
  max-width: 566px;
}

.ae_report .counter_mxw {
  width: 115px;
}

.ae_report .space_faq {
  padding-top: 130px;
  padding-bottom: 124px;
}

.ae_report .space_header {
  padding-top: 110px;
  padding-bottom: 119px;
}

.ae_report .space_overall {
  padding-top: 80px;
  padding-bottom: 149px;
}

.ae_report .layer_img {
  z-index: -3;
  width: 96%;
  top: -28%;
  left: 2%;
}

.ae_report .space_crd_para {
  margin-top: 28px;
}

.ae_report .card_main {
  width: 100%;
  max-width: 450px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px 4px #dadada40;
          box-shadow: 0px 0px 20px 4px #dadada40;
  background-color: white;
  padding: 24px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.ae_report .card_main:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ae_report .box_hdr {
  margin-top: 35px;
  width: 321px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  z-index: 7;
  background: linear-gradient(311.05deg, #6f69f2 0%, #00b9ff 155.6%);
}

.ae_report .txt_hdng_clr {
  background: linear-gradient(99.76deg,
      #00b9ff 24.35%,
      #6f69f2 100%,
      #10b6d0 88.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ae_report .txt_clr_para {
  background: linear-gradient(311.05deg, #6f69f2 0%, #00b9ff 155.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ae_report .bg_hero {
  background-image: url("../hero_bg.html");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.ae_report .nav_line {
  background: #e0e0e0;
  width: 100%;
  height: 2px;
}

.ae_report .bttn_rsg {
  color: #fefefe;
  border-radius: 100px;
  border: none;
  background-color: #6f69f2;
  padding: 9px 20.5px;
  -webkit-transition: all 350ms linear;
  transition: all 350ms linear;
  border: 1px solid transparent;
}

.ae_report .bttn_rsg:hover {
  background-color: #fefefe;
  color: #6f69f2;
  border: 1px solid #6f69f2;
}

.ae_report .dropdown .arrow {
  display: inline-block;
  padding: 3px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ae_report .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ae_report .dropdown .dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.ae_report .dropdown .dropdown-menu a:hover {
  background-color: #f1f1f1;
}

.ae_report .dropdown.show .dropdown-menu {
  display: block;
}

.ae_report .bttn_nav {
  background-color: transparent;
  border: none;
}

.ae_report .z_15 {
  z-index: 15;
}

.ae_report .bttn_nav .nav-line {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  width: 12px;
  background-color: black;
  margin-bottom: 4.5px;
  border-radius: 100px;
  z-index: 14;
}

.ae_report .new_hamburger_line {
  z-index: 14;
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  /* Full width */
  background-color: black;
  margin-bottom: 4.5px;
  border-radius: 100px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

.ae_report .bttn_nav .nav-lines {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  z-index: 14;
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 15px;
  background-color: black;
  margin-bottom: 0;
  border-radius: 100px;
}

.ae_report a {
  text-decoration: none;
  color: #000000;
}

.ae_report a:hover {
  color: #222222;
}

/* Dropdown styles */
.ae_report .dropdown {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ae_report .dd-button {
  background-color: transparent;
  border: none;
}

.ae_report .dd-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.ae_report .dropdown.open .dd-menu {
  display: block;
}

.ae_report .dd-button svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ae_report .dropdown.open .dd-button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ae_report .line-3::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  bottom: -2px;
  right: 50%;
  display: block;
  background-color: #4d4d4d;
  -webkit-transition: all 350ms linear !important;
  transition: all 350ms linear !important;
}

.ae_report .line-3:hover::after {
  width: 100%;
  right: 0;
}

/* accordion */
.ae_report .space_accd {
  margin-top: 50px;
}

.ae_report .accordion-button {
  font-family: "Graphik" !important;
  width: 800px;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 16px 0px 16px 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #343434;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

.ae_report .accordion-body {
  padding: 0px 30px 12px 0px !important;
  padding-bottom: 12px !important;
  font-family: "Graphik" !important;
  padding-top: 0 !important;
  width: 800px;
  max-width: 100%;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.ae_report .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ae_report .accordion-button:not(.collapsed) {
  color: #000000;
  font-size: 20px !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}


.ae_report .accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ae_report .accordion-item {
  margin-top: 16px !important;
  border: none !important;
  border-bottom: 1px solid #d6d6d6 !important;
}

.ae_report .accordion-button::after {
  background-size: 15px 15px;
  /* Set the width and height here */
  width: 20px;
  height: 20px;
  background-image: url("../faq_open.html") !important;
  margin-top: 3px;
}

.ae_report .faq_link:hover {
  color: #00bbffb6;
}

@media (max-width: 991.98px) {
  .ae_report .space_faq {
    padding-top: 90px;
    padding-bottom: 42px;
  }

  .ae_report .box_hdr {
    width: 295px;
    height: 66px;
  }

  .ae_report .accordion-body {
    padding: 0px 56px 14px 0px !important;
  }

  .ae_report .nav_bar {
    position: fixed;
    top: 0 !important;
    left: -100%;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 300ms linear;
    transition: 300ms linear;
  }

  .ae_report .left-0 {
    left: 0;
  }

  .ae_report .overflow_hidden {
    overflow: hidden !important;
    height: 100vh;
  }

  .ae_report .d_none {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .ae_report .card_main {
    padding: 24px 10px;
  }

  .ae_report .space_ul_nav {
    gap: 0px;
  }
}

@media (max-width: 991.98px) {
  .ae_report .space_accd {
    margin-top: 40px;
  }

  .ae_report .accordion-button {
    max-width: 650px !important;
  }

  .ae_report .accordion-body {
    max-width: 650px !important;
  }

  .ae_report .mxw_para {
    max-width: 497px;
  }

  .ae_report .layer_img {
    z-index: -3;
    width: 51%;
    top: -21%;
    left: 23%;
  }

  .ae_report .card_main {
    padding: 24px;
  }

  .ae_report .space_header {
    padding-top: 88px;
    padding-bottom: 130px;
  }

  .ae_report .space_overall {
    padding-top: 53px;
    padding-bottom: 110px;
  }

  .ae_report .nav_space {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 767.98px) {
  .ae_report .counter_mxw {
    width: 105px;
  }

  .ae_report .space_ul_nav {
    gap: 21px;
  }

  .ae_report .card_main {
    padding: 16px 20px;
  }

  .ae_report .accordion-button {
    max-width: 700px !important;
    font-size: 15px !important;
  }

  .ae_report .accordion-button:not(.collapsed) {
    font-size: 16px !important;
  }

  .ae_report .accordion-body {
    max-width: 700px !important;
    font-size: 15px !important;
    padding: 0px 30px 14px 0px !important;
  }

  .ae_report .layer_img {
    z-index: -3;
    width: 49%;
    top: -18%;
    left: 25%;
  }

  .ae_report .space_overall {
    padding-top: 24px;
  }
}

@media (max-width: 765px) {
  .ae_report .accordion-button {
    max-width: 500px !important;
  }

  .ae_report .accordion-body {
    max-width: 500px !important;
  }
}

@media (max-width: 575.98px) {
  .ae_report .accordion-button::after {
    background-image: url("../sm_faq_close.html") !important;
    background-size: 10px 10px;
    /* Set the width and height here */
    width: 10px;
    height: 10px;
  }

  .ae_report .card_main {
    padding: 24px 25px;
  }

  .ae_report .counter_mxw {
    width: 90px;
  }

  .ae_report .space_ul_nav {
    gap: 21px;
  }

  .ae_report .space_faq {
    padding-top: 82px;
    padding-bottom: 32px;
  }

  .ae_report .space_accd {
    margin-top: 24px;
  }

  .ae_report .accordion-item {
    margin-top: 6px !important;
  }

  .ae_report .accordion-button {
    max-width: 800px !important;
    width: 100% !important;
    padding-bottom: 16px !important;
    font-size: 14px !important;
  }

  .ae_report .accordion-button:not(.collapsed) {
    font-size: 16px !important;
  }

  .ae_report .accordion-body {
    max-width: 800px !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 0px 0px 12px 0px !important;
  }

  .ae_report .bg_hero {
    background-image: url("../header_bg_sm.html");
  }

  .ae_report .mxw_para {
    max-width: 297px;
  }

  .ae_report .txt_hdng {
    font-size: 32px;
  }

  .ae_report .box_hdr {
    margin-top: 32px;
    width: 281px;
    height: 62px;
  }

  .ae_report .layer_img {
    width: 72%;
    top: -10%;
    left: 15%;
    z-index: -2;
  }

  .ae_report .space_header {
    padding-top: 74px;
    padding-bottom: 119px;
  }

  .ae_report .space_overall {
    padding-top: 31px;
    padding-bottom: 80px;
  }

  .ae_report .d_sm_none {
    display: none;
  }

  .ae_report .nav_space {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.ae_report .tooltip {
  --bs-tooltip-opacity: 1 !important;
  z-index: 2 !important;
}

.ae_report .tooltip-inner{
  background: white !important;
  -webkit-box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.212);
          box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.212);
  max-width: 500px;
  width: 100% !important;
  padding: 10px;
  color: black !important;
}
.ae_report .tooltip .show {
  opacity: 1 !important;
}
.ae_report .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before{
  border-top-color: white !important;
}
.ae_report .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before{
  border-top-color: white !important;
}
.ae_report .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before{
  border-left-color: white !important;
}
.ae_report .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before{
  border-right-color: white !important;
}
.ae_report .compare_chart {
  -webkit-box-shadow: 0px 0px 20px 4px #e2e2e240;
          box-shadow: 0px 0px 20px 4px #e2e2e240;
  border-radius: 24px;
  width: 600px !important;
  height: 550px;
}

.ae_report .total_values {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.ae_report .td_gradient {
  background: linear-gradient(311.05deg, rgba(111, 105, 242, 0.1) 0%, rgba(0, 185, 255, 0.1) 155.6%);
}

/* ========= CHART JS ========= */
.ae_report #SvgjsLine1184 {
  display: contents !important;
}

.ae_report #chart {
  width: 80%;
}

.ae_report .apexcharts-toolbar {
  display: none !important;
}

.ae_report #SvgjsPath1019 {
  width: 30px !important;
}

.ae_report .apexcharts-bar-area:hover path {
  -webkit-filter: none !important;
          filter: none !important;
}

.ae_report .chart_box {
  -webkit-box-shadow: 0px 0px 20px 4px #e2e2e240;
          box-shadow: 0px 0px 20px 4px #e2e2e240;
  border-radius: 24px;
  width: 550px !important;
  height: 450px;
}

/* ============================= */
/* ========== SECOND CHART ======= */
.ae_report #linechart {
  width: 90%;
}

.ae_report .apexcharts-toolbar {
  display: none !important;
}

.ae_report #SvgjsPath1019 {
  width: 30px !important;
}

.ae_report .apexcharts-bar-area:hover path {
  -webkit-filter: none !important;
          filter: none !important;
}

/* ======= CHART 3 ====== */
.ae_report .pie_chart {
  max-width: 330px;
  width: 100%;
  max-height: 360px;
  height: 100%;
}

.ae_report .active_abs {
  position: absolute;
  top: 15%;
  left: 20%;
}

.ae_report .total_abs {
  position: absolute;
  bottom: 20%;
  left: 40%;
}

/* =================== */
.ae_report #chartdiv {
  width: 350px;
  height: 370px;
}

.ae_report .success_text_abs {
  position: absolute;
  top: 4%;
  left: 30%;
}

.ae_report .failure_text_abs {
  position: absolute;
  bottom: 5%;
  left: 25%;
}

/* =================== */
/* ========== */
.ae_report #donut-chart {
  width: 350px !important;
  height: 370px !important;
}

.ae_report .content h1 {
  font-weight: 300;
  text-align: center;
}

.ae_report .content svg {
  max-width: 500px !important;
  width: 100%;
  max-height: 500px !important;
  height: 100%;
  margin: 0 auto;

  text.middle {
    font-family: "Graphik";
    font-weight: 300;
    font-size: 10px !important;
  }

  .nvd3.nv-pie .nv-pieLabels text {
    font-family: "Graphik";
    font-size: 12px !important;
    font-weight: 300;
    fill: #fff !important;
  }
}

.ae_report .three_lines_abs {
  position: absolute !important;
  bottom: 5% !important;
  right: 23% !important;
  max-width: 200px;
}

.ae_report .single_lines_abs {
  position: absolute !important;
  top: 19% !important;
  left: 30% !important;
  max-width: 200px;
}

/* ================ */
/* =========== */
.ae_report #guesting-chart {
  width: 400px !important;
  height: 400px !important;
}

.ae_report .guesting svg {
  max-width: 500px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  margin: 0 auto;
}

/* =========== */
.ae_report .height_box {
  height: 106px;
}

.ae_report .select_box {
  width: 115px;
  height: 28px;
}

.ae_report .option_box {
  width: 115px;
  background-color: white;
  overflow: hidden;
  border-radius: 8px;
  z-index: 3;
  top: 105%;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.248);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.248);
}

.ae_report .option_item {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 6px 10px;
}

.ae_report .option_item:hover {
  background-color: #e9e6e6;
}

.ae_report .interview_card_spacing {
  padding: 160px 0;
}

.ae_report .guest_left_vector {
  max-width: 115px;
  position: absolute;
  left: 0;
  top: -30%;
  z-index: 1;
}

.ae_report .table_border {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid rgba(151, 203, 252);
  overflow: hidden;
}

/* --------------------------take quiz --------------------------------------- */
.ae_report .take_quiz {
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  padding: 116px 0px;
}

.ae_report .did_you_know {
  max-width: 478px;
}

.ae_report .start_btn_clr {
  background: -webkit-linear-gradient(311.05deg, #6f69f2 0%, #00b9ff 155.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ae_report .start_btn {
  width: 175px;
  height: 52px;
  border-radius: 8px;
}

.ae_report .transition_300 {
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}

.ae_report .laptop {
  max-width: 685px;
}

/* --------------------------------------------podcast compare -------------------------------- */
.ae_report .pc_blue_ellipse {
  bottom: -46%;
  right: -12%;
}

.ae_report .pc_lines_vec {
  max-width: 115px;
  right: -12%;
}

.ae_report .podcast_compare_section {
  padding: 0px 0px 171px 0px;
}

.ae_report .podcast_graph {
  max-width: 573px;
  -webkit-box-shadow: 0px 4px 20px 0px #06060614;
          box-shadow: 0px 4px 20px 0px #06060614;
  border-radius: 24px;
}

.ae_report .poadcast_group_th {
  width: 264px;
  height: 37px;
}

.ae_report .bg_episode {
  background: linear-gradient(311.05deg, #6f69f2 0%, #00b9ff 155.6%);
}

.ae_report .radius_4_left {
  border-radius: 4px 0px 0px 0px;
}

.ae_report .radius_4_right {
  border-radius: 0px 4px 0px 0px;
}

.ae_report .td_border {
  border-left: 1px solid rgba(151, 203, 252);
}

.ae_report .td_bg_clr {
  background-color: rgb(239, 241, 254);
}

.ae_report .td_clr {
  color: #43464d;
}

.ae_report .bottom_l_radius {
  border-bottom-left-radius: 4px;
}

.ae_report .bottom_r_radius {
  border-bottom-right-radius: 4px;
}

.ae_report .data_provided_by {
  background: linear-gradient(311.05deg, #6f69f2 0%, #00b9ff 155.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -----------------------------------------------------podcast guesting ----------------------------------------------- */
.ae_report .people {
  border-bottom: 1px solid #6f69f2;
}

.ae_report .abs_text {
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.ae_report .ws_nowrap {
  white-space: nowrap;
}

.ae_report .podcast_guesting_circle {
  max-width: 322px;
}

.ae_report .mw_451 {
  max-width: 451px;
}

.ae_report .seeking_guest_box {
  border: 1px solid #00b9ff;
  padding: 16px 24px;
  max-width: 224px !important;
  width: 100%;
  height: 106px;
  border-radius: 16px;
}

.ae_report .clr_purple {
  color: rgba(111, 105, 242, 1);
  text-decoration: underline !important;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ae_report .scerious_podcast {
  max-width: 498px;
}

.ae_report .chance_3 {
  max-width: 163px !important;
  height: 106px;
}

.ae_report .podcast_guesting {
  max-width: 485px;
}

.ae_report .py_7 {
  padding: 7px 0px;
}

/* -------------------------------------------------------activity establish -------------------------------------------- */
.ae_report .aep_blue_elipse {
  bottom: -58%;
  right: 0;
  max-width: 115%;
}

.ae_report .industry_elipse {
  bottom: -14%;
  right: -5%;
  width: 322px;
  background-color: #00b9ff;
  opacity: 0.1;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.ae_report .chance_elipse {
  bottom: -5%;
  left: 5%;
  width: 256px;
  height: 210px;
  background: #6f69f2;
  opacity: 0.1;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.ae_report .aep_lines_vec {
  top: -18%;
  right: 0;
  max-width: 115px;
}

.ae_report .compare_lines_vec {
  top: -10%;
  right: 0%;
  max-width: 115px;
}

.ae_report .compare_left_vector {
  top: 25%;
  left: -3%;
  width: 83px !important;
  height: 359px !important;
}

.ae_report .aep_chart {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(6, 6, 6, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(6, 6, 6, 0.08);
}

.ae_report .activity_heading {
  max-width: 485px;
}

.ae_report .activity_establish_chart {
  max-width: 573px;
  border-radius: 24px;
}

.ae_report .activity_establish_sec {
  padding-top: 228px;
  padding-bottom: 172px;
}

.ae_report .less_than {
  max-width: 525px;
}

.ae_report .host_box {
  -webkit-box-shadow: 0px 0px 107px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 107px 0px rgba(0, 0, 0, 0.1);
  border-radius: 9.5px;
  width: 139px;
  height: 80px;
}

.ae_report .hosts {
  left: 10%;
}

.ae_report .guests {
  right: 5%;
  bottom: 10%;
}

/*--------------------------------------------------------- podcast hosting provider ---------------------------------------------*/
.ae_report .ph_provider_sec {
  padding-top: 150px;
}

.ae_report .ph_provider_heading {
  max-width: 633px;
}

.ae_report .guesting_box {
  -webkit-box-shadow: 0px 0px 20px 4px #e2e2e240;
          box-shadow: 0px 0px 20px 4px #e2e2e240;
  border-radius: 24px;
  max-width: 570px;
  width: 100%;
  height: 438px;
}

/* -------------------------------------------------------------table --------------------------------------------- */
.ae_report .rank {
  max-width: 70px;
}

.ae_report .rank_change {
  max-width: 140px;
}

.ae_report .hosting_provider {
  max-width: 300px;
}

.ae_report .upcoming {
  max-width: 160px;
}

.ae_report .all {
  max-width: 119px;
}

/* ==== POPUP CSS ==== */

.ae_report .modal-header {
  z-index: 1;
}

.ae_report .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ae_report .btn-close:hover {
  opacity: 70%;
}


@media (max-width: 1199.98px) {
  .ae_report .podcast_graph {
    max-width: 473px;
  }

  .ae_report .chart_box {
    width: 450px !important;
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  .ae_report .compare_chart {
    width: 600px !important;
    height: 500px;
  }

  .ae_report .chart_box {
    width: 600px !important;
    height: 500px;
    padding: 24px;
  }

  .ae_report .mt_40 {
    margin-top: 40px;
  }

  .ae_report .future_sec_p {
    padding-bottom: 110px !important;
  }

  .ae_report .podcast_guesting {
    max-width: 100%;
  }

  .ae_report .aep_blue_elipse {
    bottom: -15% !important;
    right: -12% !important;
    max-width: 115%;
  }

  .ae_report .ph_provider_sec {
    padding-top: 80px;
  }

  .ae_report .activity_heading {
    max-width: 100%;
  }

  .ae_report .activity_establish_sec {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .ae_report .podcast_gathering_circle {
    margin-top: 112px;
  }

  .ae_report .scerious_podcast {
    max-width: 603px;
  }

  .ae_report .podcast_gathering {
    max-width: 100%;
  }

  .ae_report .take_quiz {
    padding: 80px 0px;
  }

  .ae_report .did_you_know {
    max-width: 680px;
  }

  .ae_report .your_podcast_compared {
    max-width: 565px;
  }

  .ae_report .podcast_compare_section {
    padding-top: 0px;
    padding-bottom: 86px;
  }

  .ae_report .podcast_graph {
    max-width: 573px;
  }

  .ae_report .mt_lg_166 {
    margin-top: 112px;
  }

  .ae_report .guest_left_vector {
    max-width: 115px;
    position: absolute;
    left: -5%;
    top: -30%;
  }

  .ae_report .failure_text_abs {
    position: absolute;
    bottom: -3%;
    left: 25%;
  }

  .ae_report .nvd3.nv-pie .nv-pieLabels text {
    font-family: "Graphik";
    font-size: 12px !important;
    font-weight: 300;
    fill: #fff !important;
  }

  .ae_report .pb_80 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .ae_report .activity_establish_sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ae_report .take_quiz {
    padding: 64px 0px;
  }

  .ae_report .start_btn {
    width: 100%;
  }

  .ae_report .podcast_compare_section {
    padding-bottom: 86px;
  }

  .ae_report .buzzsuppot {
    max-width: 115px;
  }

  .ae_report .mt_lg_166 {
    margin-top: 66px;
  }

  .ae_report .chart_box {
    width: 500px !important;
    height: 450px;
  }
}

@media (max-width: 575.98px) {
  .ae_report .tooltip-inner{
    max-width: 300px !important;
    width: 100% !important;
    margin: 0 10px;
  }
  .ae_report .guesting_box {
    -webkit-box-shadow: 0px 0px 20px 4px #e2e2e240;
            box-shadow: 0px 0px 20px 4px #e2e2e240;
    border-radius: 24px;
    max-width: 570px;
    width: 100%;
    height: 278px;
  }

  .ae_report .future_sec_p {
    padding-bottom: 40px !important;
  }

  .ae_report .podcast_guesting_circle {
    max-width: 205px;
  }

  .ae_report .chance_elipse {
    bottom: -5%;
    left: -2%;
    width: 162px;
    height: 133px;
    background: #6f69f2;
    opacity: 0.5;
    -webkit-filter: blur(60px);
            filter: blur(60px);
  }

  .ae_report .data_provided_by {
    font-size: 14px;
  }

  .ae_report .seeking_guest_box {
    max-width: 159px !important;
    height: 117px;
  }

  .ae_report .buzzsuppot {
    max-width: 115px;
  }

  .ae_report .hosts {
    max-width: 88.98px;
    height: 51.33px;
    top: 10% !important;
  }

  .ae_report .guests {
    max-width: 88.98px;
    height: 51.33px;
    bottom: 10% !important;
  }

  .ae_report .fs_sm_12 {
    font-size: 12px;
  }

  .ae_report .aep_blue_elipse {
    bottom: -28% !important;
    right: -29% !important;
    z-index: -1;
  }

  .ae_report .mt_lg_166 {
    margin-top: 40px;
  }

  .ae_report .height_box {
    height: 93px;
    width: 158px;
  }

  .ae_report .chart_box {
    max-width: 400px !important;
    height: 400px;
  }

  .ae_report #chart {
    width: 90%;
  }

  .ae_report .abs_text {
    left: -95px;
  }

  .ae_report .pie_chart {
    max-width: 256px;
    width: 100%;
    max-height: 256px;
    height: 100%;
  }

  .ae_report .failure_text_abs {
    position: absolute;
    bottom: 5%;
    left: 25%;
  }

  .ae_report .three_lines_abs {
    bottom: 12% !important;
    right: 20% !important;
    max-width: 150px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  .ae_report .single_lines_abs {
    top: 20% !important;
    left: 10% !important;
    max-width: 200px;
  }

  .ae_report #guesting-chart {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 500px) {
  .ae_report .chart_verticle_line {
    width: 1px;
    height: 64%;
    background-color: #010101;
    position: absolute;
    left: 50px;
    top: 10%;
  }
}

@media (max-width: 479.98px) {
  .ae_report .chart_box {
    max-width: 300px !important;
    height: 350px;
    padding: 0px !important;
  }

  .ae_report .compare_chart {
    width: 500px !important;
    height: 350px;
  }
}

.ae_report .max_width {
  max-width: 1440px;
  margin: 0px auto;
}
.ae_report .translate_y{
  -webkit-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
}
.ae_report .opacity_70 {
  opacity: 70%;
}

.ae_report .table_radius {
  border-radius: 0px 4px 4px 4px;
}

.ae_report .mb_3 {
  margin-bottom: 3px;
}

.ae_report .py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ae_report .table_shadow {
  -webkit-box-shadow: 4px 4px 20px 0px #D4D4D440;
          box-shadow: 4px 4px 20px 0px #D4D4D440;
}

.ae_report .line_right_podcast_table {
  top: -85px;
}

.ae_report .line_right_second_podcast_table {
  top: 90%;
}

.ae_report .line_left_podcast_table {
  top: 40%;
  left: 0px;
}

.ae_report .support_table table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid rgba(151, 203, 252);
  overflow: hidden;
}

.ae_report .blur_ellipse {
  opacity: 10%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  border-radius: 60%;
}

.ae_report .pink_blur_ellipse {
  width: 258px;
  height: 212px;
  background-color: #6F69F2;
}

.ae_report .sky_blur_ellipse_right_table {
  width: 409px;
  height: 336px;
  background-color: #00C2CB;
}

.ae_report .sky_blur_second_ellipse_right_table {
  width: 258px;
  height: 212px;
  background-color: #00C2CB;
}

.ae_report .pink_blur_left_position {
  left: 73px;
  top: 66%;
}

.ae_report .sky_blur_right_position {
  right: 10px;
  top: 25%;
}

.ae_report .sky_blur_second_right_position {
  right: 40px;
  top: 92%;
}

.ae_report #back-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-family: 'poppins';
  font-weight: 800;
  background-color: #313EF7;
  z-index: 100;
  outline: 1px solid white;
}

.ae_report .back_top_img {
  height: 40px;
  width: 40px;
}

.ae_report #back-top:hover {
  background-color: black;
}

.ae_report .table_gradient_color {
  background: linear-gradient(311.05deg, rgba(111, 105, 242, 0.1) 0%, rgba(0, 185, 255, 0.1) 155.6%);
}

.ae_report .bg_impactful_card {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #EBECEF));
  background: linear-gradient(to bottom, #fff 50%, #EBECEF 50%);
}

.ae_report .border_top {
  border-top: 2px solid #6F69F21A;
}

.ae_report .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.ae_report .transition_100 {
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
}

.ae_report .transition_200 {
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}

/*============================== poadcasting industries section  ===================*/
.ae_report .poadcasting_heading {
  max-width: 526px !important;
}

.ae_report .poadcasting_para {
  max-width: 553px !important;
}

.ae_report .poadcasting_p {
  padding: 0px 0px 200px 0px;
}

.ae_report .possible_heading {
  max-width: 539px !important;
}

.ae_report .chances_heading {
  max-width: 532px !important;
}

.ae_report .gradient_para_width {
  max-width: 432px;
}

.ae_report .select_bg {
  background-color: #e9e6e6;
  border: 1px solid #d2cfcf;
  border-radius: 4px;
  color: #474646;
  padding: 6.5px 23px 4.12px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url('../webp/select_arrow.webp');
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: 95px !important;
}

.ae_report .active_box {
  border: 1px solid #00B9FF;
  padding: 16px 24px;
  width: 100%;
  border-radius: 16px;
  max-width: 176px;
  -webkit-box-shadow: 12px 12px 12px 0px #fcfeff;
          box-shadow: 12px 12px 12px 0px #fcfeff;
}

.ae_report .total_box {
  border: 1px solid;
  border-image-source: linear-gradient(311.05deg, #8C69F2 10.42%, #00B9FF 18.1%, #6F69F2 59.98%, #00B9FF 86.54%, #00B9FF 140.51%);
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(311.05deg, #8C69F2 10.42%, #00B9FF 18.1%, #6F69F2 59.98%, #00B9FF 86.54%, #00B9FF 140.51%);
  background-clip: content-box, border-box;
  max-width: 205px !important;
  border-radius: 16px;
  -webkit-box-shadow: 12px 12px 20px 0px #fcfeff;
          box-shadow: 12px 12px 20px 0px #fcfeff;
}

.ae_report .gap_32 {
  gap: 32px !important;
}

.ae_report .gradient_text {
  background: linear-gradient(311.05deg, #6F69F2 0%, #00B9FF 155.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ae_report .podcasting_chart {
  max-width: 522px !important;
}

.ae_report .td_gradient {
  background: linear-gradient(311.05deg, rgba(111, 105, 242, 0.1) 0%, rgba(0, 185, 255, 0.1) 155.6%);
}

/* ================ future sec ===================== */

.ae_report .future_sec_p {
  padding: 0px 0px 257px 0px;
}

.ae_report .arrow_width {
  width: 106px;
  margin: 25px 0px 0px -20px;
}

.ae_report .chances_table {
  max-width: 558px;
}

.ae_report .possible_future_chart {
  max-width: 494px;
}

/*============================ ellipse ============================*/
.ae_report .podcasting_industries_ellipse {
  top: -75% !important;
}

.ae_report .your_podcast_right_vec {
  top: 50%;
  right: 0;
  max-height: 484px;
}

.ae_report .chances_left_vector {
  top: -60%;
  max-height: 484px;
}

.ae_report .possible_future_ellipse {
  top: 20%;
}

/*============================ card ===========================*/

.ae_report .impactful_card {
  max-width: 1140px;
  width: 100%;
  background: linear-gradient(133.83deg, #00B9FF 3.77%, #6F69F2 81.07%);
  border: 4px solid white;
  border-radius: 32px;
  min-height: 318px;
  /* transform: translateY(50%); */
  -webkit-box-shadow: 0px 12px 30px 0px #706AF34D;
          box-shadow: 0px 12px 30px 0px #706AF34D;
  padding: 54.5px 36px;
  /* margin-top: -230px !important; */
}

.ae_report .gradient_btn {
  border: 1px solid #FFFFFF;
  background: linear-gradient(102.79deg, #00C2CB 2.64%, #01BAFF 98.35%);
  border-radius: 57px;
  padding: 16px 28px;
}

.ae_report .gradient_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ae_report .card_p {
  padding: 0px 12px;
}




/* ======== FREE PAGES ======== */


.freepage * {
  list-style-type: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.freepage .ff_graphik {
  font-family: "Graphik" !important;
}

.freepage {
  --color-lightblue: #6f69f2;
  --color-cerulean: #03b9fa;
  --color-tundora: #4d4d4d;
  --color-lighttundora: #717171;
  --color-darkblue: #00c2cb;
  --color-selago: #F1F0FE;
  --color-lightwhite: #F9F9FF;
  --font-xs: 14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-md: 20px;
  --font-lg: 24px;
  --font-2lg: 32px;
  --font-xl: 36px;
  --font-2xl: 40px;
  --font-3xl: 44px;
}
.freepage .color_cerulean {
  color: var(--color-cerulean) !important;
}
.freepage .color_tundora {
  color: var(--color-tundora) !important;
}
.freepage .color_lighttundora {
  color: var(--color-lighttundora) !important;
}
.freepage .color_lightblue {
  color: var(--color-lightblue) !important;
}
.freepage .color_darkblue {
  color: var(--color-darkblue) !important;
}
.freepage .color_sky_blue {
  color: var(--color-sky-blue) !important;
}
.freepage .bg_white {
  background: var(--color-white);
}
.freepage .bg_sky_blue {
  background: var(--color-sky-blue) !important;
}
.freepage .bg_selago {
  background: var(--color-selago) !important;
}
.freepage .bg_lightwhite {
  background: var(--color-lightwhite);
}
.freepage .bg_light_blue {
  background: var(--color-lightblue);
}
.freepage .font_xs {
  font-size: var(--font-xs) !important;
}
.freepage .font_sm {
  font-size: var(--font-sm) !important;
}
.freepage .font_base {
  font-size: var(--font-base) !important;
}
.freepage .font_md {
  font-size: var(--font-md) !important;
}
.freepage .font_lg {
  font-size: var(--font-lg) !important;
}
.freepage .font_2lg {
  font-size: var(--font-2lg) !important;
}
.freepage .font_xl {
  font-size: var(--font-xl) !important;
}
.freepage .font_2xl {
  font-size: var(--font-2xl) !important;
}
.freepage .font_3xl {
  font-size: var(--font-3xl) !important;
}

.freepage .fw_medium {
  font-weight: 500 !important;
}
.freepage .cursor_pointer {
  cursor: pointer;
}
.freepage .transition_03 {
  transition: all 300ms linear;
}
.freepage .lh_150 {
  line-height: 150%;
}
.freepage .mb_6 {
  margin-bottom: 6px;
}
.freepage .gap_10 {
  gap: 10px;
}
.freepage .transition_200 {
  transition: all 200ms linear;
}
.freepage .transition_300 {
  transition: all 300ms ease-in-out;
}
.freepage .lh_130 {
  line-height: 130%;
}
.freepage .lh_128 {
  line-height: 128%;
}

@media (max-width: 991.98px) {
  .freepage {
    --font-base: 16px;
    --font-lg:20px;
    --font-2lg: 28px;
    --font-xl: 32px;
    --font-3xl: 38px;
  }
}

@media (max-width: 767.98px) {
  .freepage {
    --font-md: 18px;
    --font-xl: 30px;
    --font-2xl: 40px;
    --font-3xl: 36px;
  }
}

@media (max-width: 575.98px) {
  .freepage {
    --font-sm: 14px;
    --font-base: 16px;
    --font-md: 18px;
    --font-lg: 20px;
    --font-2lg: 24px;
    --font-xl: 26px;
    --font-2xl: 28px;
    --font-3xl: 30px;
  }
}

.freepage .custom_container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.freepage_pointer_event_none {
  pointer-events: none;
}

.freepage_sub_para {
  font-size: var(--font-sm);
  color: var(--color-tundora);
  line-height: 150%;
}

.freepage_opacity_07 {
  opacity: 0.7;
}

.freepage_sub_heading {
  font-size: var(--font-2xl);
  line-height: 130%;
  font-weight: 600;
  color: black;
}

.freepage_hero_heading {
  max-width: 665px;
  margin-top: 70px;
}

.freepage_hero_para {
  max-width: 660px;
}

.freepage_hero_bottom_spacing {
  margin-bottom: 72px;
}
.freepage_five_image_shadow {
  box-shadow: 2px 45px 47.4px -15px #0000001a;
}

.freepage_heading_gradient_text {
  background: linear-gradient(
    102.73deg,
    #00b9ff 10.57%,
    #6f69f2 32.01%,
    #10b6d0 48.52%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============== FIVE THINGS SECTION =========== */

.freepage_link_gradient_button {
  background: linear-gradient(
    98.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  padding: 9px 27px;
  border-radius: 57px;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 31.5px -10px #6e68f2;
  transition: all 300ms linear;
}
.freepage_link_gradient_button:hover{
  scale: .98;
}
.freepage_link_gradient_button:hover img{
  transform: translateX(5px);
}

.freepage_how_it_works_spacing {
  padding-top: 140px;
}

.freepage_how_work_right_line {
  top: -490px;
  right: -20px;
}

.freepage_how_work_right_line_bottom {
  bottom: -240px;
  right: -15px;
}

.freepage_image {
  max-width: 508px;
  border-radius: 16px;
}

.freepage_image img {
  border-radius: 12px;
}

.freepage_text_img{
  max-width: 124px;
}

.freepage_text_img_abs{
  top: -40px;
}

.freepage_how_it_works_heading {
  line-height: 140%;
}

.freepage_how_work_left_ellipse {
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 219px;
  height: 193px;
  background-color: #04C0CF;
  opacity: 30%;
  filter: blur(100px);
}

.freepage_how_work_right_ellipse {
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 219px;
  height: 193px;
  background-color: #6F69F2;
  opacity: 60%;
  filter: blur(100px);
}

/* =============== IMPACTFULL CARD ========== */

.freepage_bg_impactful_card {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #EBECEF 50%);
}

.freepage_impactful_card {
  max-width: 1140px;
  width: 100%;
  background: linear-gradient(133.83deg, #00B9FF 3.77%, #6F69F2 81.07%);
  border: 4px solid white;
  border-radius: 32px;
  min-height: 318px;
  box-shadow: 0px 12px 30px 0px #706AF34D;
  padding: 54.5px 36px;
}
.freepage_footer_left_line {
  top: 21%;
}
.freepage_impactful_card {
  border-radius: 32px !important;
}
.freepage_gradient_btn {
  border: 1px solid #FFFFFF;
  background: linear-gradient(102.79deg, #00C2CB 2.64%, #01BAFF 98.35%);
  border-radius: 57px;
  padding: 16px 28px;
}

.freepage_gradient_btn:hover {
  transform: scale(1.05);
}

.freepage .w_24 {
  width: 24px !important;
}

@media (max-width: 1099.98px) {
  .freepage_how_it_works_spacing {
    padding-top: 120px;
  }
}

@media (max-width: 991.98px) {
  .freepage_how_it_works_spacing {
    padding-top: 100px;
  }

  .freepage_image {
    max-width: 100%;
    border-radius: 24px;
  }

  .freepage_text_img {
    max-width: 87px;
    height: 70px;
  }

  .freepage_impactful_card {
    padding: 76px 25px;
  }
  
  .freepage .custom_container {
    max-width: 754px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .freepage_overflow_hidden {
    overflow: hidden !important;
    height: 100vh;
  }
}

@media (max-width: 575.98px) {
  .freepage_hero_heading {
    margin-top: 60px;
  }

  .freepage_hero_bottom_spacing {
    margin-bottom: 60px;
  }

  .freepage_how_it_works_spacing {
    padding-top: 80px;
  }
  .freepage_impactful_card {
    border-radius: 16px !important;
  }
  .freepage_image {
    border-radius: 16px;
  }
  .freepage_lh_120{
    line-height: 120% !important;
  }
  .freepage_gradient_btn {
    padding: 12px 24px;
  }
  .freepage_impactful_card{
    padding: 40px 12px;
  }
  .freepage_how_work_left_ellipse {
    width: 101px;
    height: 89px;
  }
  .freepage_how_work_right_ellipse {
    width: 101px;
    height: 89px;
    filter: blur(50px);
  }
}

@media (min-width: 1601px) {
  .freepage #back-top {
    right: calc((100vw - 1500px) / 2) !important;
  }
}

/* ======== POD NETWORK ======== */

.max-w-desktop {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.max-w-904 {
    max-width: 904px;
}

.max-w-1040 {
    max-width: 1040px;
}

.max-w-1440 {
    max-width: 1440px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-n16 {
    margin-bottom: -16px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.min-h-307 {
    min-height: 307px;
}

.h-max {
    height: max-content;
}

.leading-115 {
    line-height: 115%;
}

.leading-128 {
    line-height: 128%;
}

.leading-130 {
    line-height: 130%;
}

.leading-150 {
    line-height: 150%;
}

.gap_1 {
    gap: 1px;
}
.gap-1 {
    gap: 1px;
}
.gap_2 {
    gap: 2px;
}
.gap-2 {
    gap: 2px;
}

.gap-6 {
    gap: 6px;
}

.gap-12 {
    gap: 12px
}

.gap-18 {
    gap: 18px
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scroll-hide::-webkit-scrollbar {
    display: none;
}

.podnetwork {
    --color-gray: #4D4D4D;
    --color-gray-100: #A6A6A6;
    --color-black-100: #00000026;
    --color-gray-400: #B8B8B8;
    --color-purle-500: #DFDFF0;
    --color-gray-300: #A6A6A659;
    --color-gray-200: #585858;
    --color-purple: #6F69F2;
    --color-blue-lose: #00C2CB;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-black-10: #0000001F;
    --color-gray-lose: #EBECEF;
    --color-purple-100: #706AF34D;
    --color-purple-200: #6E68F229;
    --color-purple-300: #6F69F28F;
    --color-purple-10: #B7B4F8;
}

.podnetwork .fs_2xl {
  font-size: 32px;
}

.podnetwork .fs_xl {
  font-size: 28px;
}

.podnetwork .fs_lg {
  font-size: 20px;
}

.podnetwork .fs_md {
  font-size: 14px;
}

.podnetwork .fs_sm {
  font-size: 14px;
}

.podnetwork .fs_xs {
  font-size: 14px;
}


.podnetwork .margin-top-signup {
    margin-top: -120px;
}

.podnetwork .mx-w-1144 {
    max-width: 1144px;
}

.podnetwork .gradient-hero {
    background: linear-gradient(133.83deg, #00B9FF 3.77%, #6F69F2 81.07%);
    border: 4px solid var(--color-white);
    border-radius: 32px;
    padding-top: 30px;
    padding-left: 26px;
    padding-right: 26px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 57px;
    box-shadow: 0px 12px 30px 0px var(--color-purple-100);
}

.podnetwork .start-matching {
    border: 1px solid var(--color-white);
    padding: 15px 27px;
    border-radius: 57px;
    display: flex;
    position: relative;
    /* z-index: -1; */
    transition: all .2s linear;
    color: var(--color-white);
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.podnetwork .start-matching:hover {
    border: 1px solid var(--color-purple);
    color: var(--color-purple);
}

.podnetwork .start-matching:hover::after {
    opacity: 0;
}

.podnetwork .start-matching::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 57px;
    pointer-events: none;
    transition: all .2s linear;
    background: linear-gradient(102.79deg, #00C2CB 2.64%, #01BAFF 98.35%);
}

.podnetwork .button-search-bar-podnetwork {
    padding: 11px 36.5px;
    background-color: var(--color-purple);
    border: 1px solid transparent;
    transition: all .3s linear;
    border-radius: 58px;
    color: var(--color-white);
}

.podnetwork .button-search-bar-podnetwork:hover {
    color: var(--color-purple);
    border: 1px solid var(--color-purple);
    background-color: var(--color-white);
}

.podnetwork .button-hero {
    border: 1px solid var(--color-white);
    padding: 11px 27px;
    border-radius: 57px;
    transition: all .2s linear;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.podnetwork .button-hero:hover {
    border: 1px solid var(--color-purple);
    color: var(--color-purple);
}

.podnetwork .button-hero:hover::after {
    opacity: 0;
}

.podnetwork .button-hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: top;
    border-radius: 57px;
    pointer-events: none;
    transition: all .2s linear;
    height: 100%;
    background: linear-gradient(98.91deg, #00B9FF 3.39%, #10B6D0 38.65%, #00C2CB 54.59%, #6F69F2 100%);
}

.podnetwork .left-vibe {
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    left: 0;
}

.podnetwork .right-vibe {
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    right: 0;
}

@keyframes vibePulsate {
    0% {
        transform: scale(1);
        opacity: 0.90;
    }

    50% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.90;
    }
}

.podnetwork .line-short-vibes-img {
    width: 3px;
    height: 15px;
}

.podnetwork .line-medium-vibes-img {
    width: 3px;
    height: 24px;
}

.podnetwork .line-large-vibes-img {
    width: 3px;
    height: 34px;
}

.podnetwork .line-large-vibes-extra-img {
    width: 3px;
    height: 53px;
}

.podnetwork .line-short-extra-vibes-img {
    width: 3px;
    height: 39px;
}

.podnetwork .line-center-tiny-vibes-img {
    width: 3px;
    height: 34px;
}


.podnetwork .line-short-vibes img,
.podnetwork .line-medium-vibes img,
.podnetwork .line-large-vibes img,
.podnetwork .line-large-vibes-extra-img,
.podnetwork .line-short-extra-vibes-img,
.podnetwork .line-center-tiny-vibes-img {
    animation: vibePulsate 1.5s infinite ease-in-out;
}

.podnetwork .line-short-vibes img {
    animation-duration: 1s;
}

.podnetwork .line-medium-vibes img {
    animation-duration: 1.5s;
}

.podnetwork .line-large-vibes img {
    animation-duration: 2s;
}

.search-bar-podnetwork {
    transform: translateY(-50%);
    max-width: 551px;
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    background: var(--color-white);
    box-shadow: 0px 12px 30px 0px var(--color-purple-100);
    border-radius: 161px;
    padding: 4px 4px 4px 16px;
}

.podnetwork .input-search {
    outline: 0;
    padding-right: 30px;
}
.podnetwork .input-search::placeholder {
    color: var(--color-gray-400);
}

.podnetwork .cross-search {
    position: absolute;
    right: 4px;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    display: none;
    transform: translateY(-50%);
}

.podnetwork .scroll-button {
    min-width: 28px;
    min-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: transparent;
    transition: all .3s linear;
    border-radius: 40px;
    box-shadow: 0px 4px 24px 0px var(--color-gray-300);
}

.podnetwork .scroll-button svg {
    width: 9px;
    height: 15px;
}

.podnetwork .scroll-button:hover {
    box-shadow: unset;
}

.podnetwork .scroll-button.not-active {
    pointer-events: none;
}

.podnetwork .scroll-button.not-active svg path {
    stroke: var(--color-purple-10)
}

.podnetwork .slider-custom {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.podnetwork .slider-custom button {
    scroll-snap-align: center;
}

.podnetwork .tab-button {
    color: var(--color-gray-100);
    padding: 11px 31px;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 56px;
    text-wrap: nowrap;
    text-transform: capitalize;
    transition: all .3s linear;
    font-size: 16px;
}

.podnetwork .tab-button:hover {
    color: var(--color-purple);
}

.podnetwork .tab-button.active {
    color: var(--color-purple);
    border: 1px solid var(--color-purple);
    box-shadow: 0px 0px 16px 0px var(--color-purple-200);
}

.podnetwork .card-sign-up {
    /* transform: translateY(60%); */
    border: 4px solid var(--color-white);
    border-radius: 32px;
    box-shadow: 0px 12px 30px 0px var(--color-purple-100);
    background: linear-gradient(133.83deg, #00B9FF 3.77%, #6F69F2 81.07%);
    padding: 56px 28px;
}

.podnetwork .left-ellipse-animation {
    position: absolute;
    top: 98%;
    left: 0;
    pointer-events: none;
}

.podnetwork .right-ellipse-animation {
    position: absolute;
    top: 0%;
    right: 0;
    pointer-events: none;
}

.podnetwork .card-gradient-border {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    background: transparent !important;
    transition: all .3s linear;
    padding: 1px;
    box-shadow: 0px 5px 29.5px -10px var(--color-black-100);
}

.podnetwork .card-gradient-border:hover {
    box-shadow: 0px 2px 29.5px 1px var(--color-purple-300);
}

.podnetwork .card-gradient-border:hover::after {
    opacity: 1;
}

.podnetwork .card-gradient-border::after {
    content: '';
    transition: all .3s linear;
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(99.76deg, rgba(0, 185, 255, 0.76) 34.35%, rgba(111, 105, 242, 0.76) 64.82%, rgba(16, 182, 208, 0.76) 88.28%);
}

.podnetwork .card-mindful-voice {
    border-radius: 15px;
    overflow: hidden;
}

.podnetwork .card-mindful-voice .padding-card {
    padding: 16px 12px;
}

.podnetwork .image-square-pod-network {
    height: auto;
    aspect-ratio: 1 / 1;
}

@media (max-width:575.98px) {
    .max-lg-px-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .max-w-sm-213 {
        max-width: 213px;
    }

    .max-sm-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .podnetwork .left-vibe {
        position: absolute;
        top: 60%;
        pointer-events: none;
        transform: translateY(-50%);
        left: 0;
    }

    .podnetwork .right-vibe {
        position: absolute;
        top: 60%;
        pointer-events: none;
        transform: translateY(-50%);
        right: 0;
    }

    .podnetwork .card-gradient-border {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width:768px) {
    .podnetwork .fs-xs {
        font-size: 14px;
    }
    .podnetwork .fs-sm {
        font-size: 16px;
    }
    .podnetwork .fs-md {
        font-size: 20px;
    }
    .podnetwork .fs-lg {
        font-size: 24px;
    }
    .podnetwork .fs-xl {
        font-size: 40px;
    }
    .podnetwork .fs-2xl {
        font-size: 44px;
    }

    .px-md-24 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .px-md-56 {
        padding-left: 56px;
        padding-right: 56px;
    }

    .gap-md_3 {
        gap: 3px;
    }

    .podnetwork .margin-top-signup {
        margin-top: -60px;
    }

    .podnetwork .line-short-vibes-img {
        width: 3.75px;
        height: 29px;
    }

    .podnetwork .line-medium-vibes-img {
        width: 3.75px;
        height: 48px;
    }

    .podnetwork .line-large-vibes-img {
        width: 3.75px;
        height: 67px;
    }

    .podnetwork .line-large-vibes-extra-img {
        width: 3.75px;
        height: 103px;
    }

    .podnetwork .line-short-extra-vibes-img {
        width: 3.75px;
        height: 76px;
    }

    .podnetwork .line-center-tiny-vibes-img {
        width: 3.75px;
        height: 41px;
    }

    .podnetwork .scroll-button {
        min-width: 32px;
        min-height: 32px;
    }

    .podnetwork .scroll-button svg {
        width: 10px;
        height: 18px;
    }

    .podnetwork .card-sign-up {
        padding: 72.5px 28px;
    }

    .podnetwork .card-sign-up {
        /* transform: translateY(50%); */
    }

    .card-mindful-voice .padding-card {
        padding: 11px 19px;
    }
}

@media (min-width:992px) {
    .fs-14 {
        font-size: var(--fs-xs) !important;
    }

    .px-lg-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .gap-lg-7 {
        gap: 7px;
    }
    .gap-lg-12 {
        gap: 12px
    }

    .max-lg-px-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .podnetwork .margin-top-signup {
        margin-top: -10px;
    }

    .podnetwork .line-short-vibes-img {
        width: 7px;
        height: 55px;
    }
    .podnetwork .line-short-vibes-img {
        width: 7px;
        height: 55px;
    }

    .podnetwork .line-medium-vibes-img {
        width: 7px;
        height: 91px;
    }

    .podnetwork .line-large-vibes-img {
        width: 7px;
        height: 128px;
    }

    .podnetwork .line-large-vibes-extra-img {
        width: 7px;
        height: 195px;
    }

    .podnetwork .line-short-extra-vibes-img {
        width: 7px;
        height: 146px;
    }

    .podnetwork .line-center-tiny-vibes-img {
        width: 7px;
        height: 78px;
    }
    .search-bar-podnetwork {
        max-width: 739px;
    }

    .podnetwork .scroll-button {
        min-width: 40px;
        min-height: 40px;
    }
    .podnetwork .scroll-button svg {
        width: 14px;
        height: 22px;
    }

    .podnetwork .card-sign-up {
        padding: 50.5px 28px;
    }
    .podnetwork .left-ellipse-animation {
        top: -13%;
    }
    .podnetwork .right-ellipse-animation {
        top: 0%;
    }
}

@media (min-width:1200px) {
    .px-xl-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .px-xl-40 {
        padding-left: 40px;
        padding-right: 40px;
    }
}




/* ======================== ABOUT US =========================== */




.about_us {
  --color-purple: #6f69f2;
  --color-sky-blue: #ebfaff;
  --color-light-pink: #e3e2fe;
  --color-off-black: #4d4d4d;
  --color-baby-pink: #f8f7fe;
  --color-off-grey: #dbdbdb;
  --color-light-sky: #00b9ff14;
  --color-light-pink-shadow: #6f69f233;
  --color-sky-blue-shadow: #caebec;
  --color-rich-black: #0000000d;
  --color-light-black: #010101;
  --color-off-white: #fefefe;
  --color-medium-black-shadow: #0000001a;
  --color-dark-sky-blue: #04c0cf;
  --color-light-off-white: #00c2cb;
  --color-rich-sky-blue:#00B9FF;
  --font-xs: 14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-md: 20px;
  --font-lg: 22px;
  --font-xl: 24px;
  --font-2xl: 26px;
  --font-3xl: 28px;
  --font-4xl: 32px;
  --font-5xl: 34px;
  --font-6xl: 40px;
}

/*--------------------- DEFINE-ALL = ROOT-VALUE ------------------------------ */
.about_us .color_purple {
  color: var(--color-purple);
}
.about_us .color_sky_blue {
  color: var(--color-sky-blue);
}
.about_us .color_light_pink {
  color: var(--color-light-pink);
}
.about_us .color_baby_pink {
  color: var(--color-baby-pink);
}
.about_us .color_off_black {
  color: var(--color-off-black);
}
.about_us .color_off_grey {
  color: var(--color-off-grey);
}
.about_us .color_light_sky {
  color: var(--color-light-sky);
}
.about_us .color_light_black {
  color: var(--color-light-black);
}

/*---------------------------- DEFINE-ALL = FONT-SIZES ---------------------------- */

.about_us .text_xs {
  font-size: var(--font-xs);
}

.about_us .text_sm {
  font-size: var(--font-sm);
}

.about_us .text_base {
  font-size: var(--font-base);
}

.about_us .text_md {
  font-size: var(--font-md);
}

.about_us .text_lg {
  font-size: var(--font-lg);
}
.about_us .text_xl {
  font-size: var(--font-xl);
}

.about_us .text_2xl {
  font-size: var(--font-2xl);
}

.about_us .text_3xl {
  font-size: var(--font-3xl);
}

.about_us .text_4xl {
  font-size: var(--font-4xl);
}
.about_us .text_5xl {
  font-size: var(--font-5xl);
}
.about_us .text_6xl {
  font-size: var(--font-6xl);
}

/* ============= LINE HEIGHT =========== */

.about_us .leading_110 {
  line-height: 110%;
}
.about_us .leading_120 {
  line-height: 120%;
}
.about_us .leading_130 {
  line-height: 130%;
}
.about_us .leading_140 {
  line-height: 140%;
}
.about_us .leading_150 {
  line-height: 150%;
}
@media (max-width: 1199.98px) {
  .about_us  {
    --font-3xl: 24px;
  }
}
@media (max-width: 991.98px) {
  .about_us  {
    --font-xs: 14px;
    --font-sm: 16px;
    --font-base: 18px;
    --font-md: 20px;
    --font-lg: 22px;
    --font-xl: 24px;
    --font-2xl: 26px;
    --font-3xl: 26px;
    --font-4xl: 32px;
    --font-5xl: 34px;
    --font-6xl: 40px;
  }
}
@media (max-width: 767.98px) {
  .about_us  {
    --font-xs: 14px;
    --font-sm: 16px;
    --font-base: 18px;
    --font-md: 20px;
    --font-lg: 18px;
    --font-xl: 24px;
    --font-2xl: 20px;
    --font-3xl: 24px;
    --font-4xl: 32px;
    --font-5xl: 26px;
    --font-6xl: 32px;
  }
}

@media (max-width: 575.98px) {
  .about_us  {
    --font-xs: 12px;
    --font-sm: 14px;
    --font-base: 16px;
    --font-md: 14px;
    --font-lg: 14px;
    --font-xl: 20px;
    --font-2xl: 16px;
    --font-3xl: 22px;
    --font-4xl: 32px;
    --font-5xl: 22px;
    --font-6xl: 28px;
  }
}

.about_us {
  list-style: none !important;
  text-decoration: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.about_us .container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 1200px) {
  .about_us .container {
    max-width: 1180px !important;
  }
}

/* ====== COMMON CLASSES ====== */
.about_us .sub_heading {
  font-size: var(--font-6xl);
  line-height: 130%;
  font-weight: 600;
  color: black;
}

.about_us .sub_para {
  font-size: var(--font-sm);
  color: var(--color-off-black);
  line-height: 150%;
  font-weight: 400;
}

.about_us .gradient_purple {
  background: linear-gradient(
    99.71deg,
    #00b9ff 34.34%,
    #6f69f2 67.01%,
    #10b6d0 92.16%
  );
}
.about_us .transition_300 {
  transition: all 300ms ease-in-out;
}
.about_us .text_clip {
  color: transparent;
  -webkit-background-clip: text !important;
}

.about_us .common_pt {
  padding-top: 150px;
}
.about_us .common_pb {
  padding-bottom: 150px;
}

/* ============ NAVBAR CSS ========== */
.about_us .nav_space {
  padding-top: 13px;
  padding-bottom: 13px;
}
.about_us .gap_21 {
  gap: 21px;
}
.about_us .dropdown_box {
  border: 1px solid #00000033;
  box-shadow: 0px 13px 17.1px 0px #6f69f221;
  padding: 9px 0px;
  background-color: white;
  border-radius: 16px;
  width: 221px;
}
.about_us .left_dropdown {
  left: -50%;
  top: 130%;
}
.about_us .left_dropdown {
  left: -100%;
}
.about_us .dropdown_link_padding {
  padding: 8px 12px;
  transition: all 300ms linear;
}
.about_us .dropdown_link_padding:hover {
  background-color: #00bbff13;
}
.about_us .dropdown_link {
  font-weight: 500;
  font-size: var(--font-sm);
  line-height: 24px;
  color: black;
}
.about_us .btn_login:hover {
  color: var(--color-purple) !important;
}
.about_us .bttn_rsg {
  color: white;
  border-radius: 57px;
  border: none;
  background-color: var(--color-purple);
  padding: 9px 22.5px;
  transition: all 350ms linear;
  border: 1px solid transparent;
}
.about_us .bttn_rsg:hover {
  background-color: var(--color-off-white);
  color: var(--color-purple);
  border: 1px solid var(--color-purple);
}
.about_us .bttn_nav .nav-line {
  transform: translateX(-3px);
  border: 2px solid black;
  display: flex;
  justify-content: start !important;
  align-items: start !important;
  width: 15px;
  background-color: black;
  margin-bottom: 4.5px;
  border-radius: 100px;
  z-index: 14;
}
.about_us .bttn_nav .nav-lines {
  transform: translateX(14px);
  z-index: 14;
  border: 2px solid black;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 15px;
  background-color: black;
  margin-bottom: 0;
  border-radius: 100px;
}
.about_us .bttn_nav {
  background-color: transparent;
  border: none;
}
.about_us .new_hamburger_line {
  z-index: 14;
  border: 2px solid black;
  display: flex;
  width: 30px;
  /* Full width */
  background-color: black;
  margin-bottom: 4.5px;
  border-radius: 100px;
  transform: translateX(-2px);
}
.about_us .nav_line {
  background: #0000001f;
  width: 100%;
  height: 2px;
}

/* ========== HERO SECTION ========= */
.about_us .hero_section {
  background: linear-gradient(
    98.91deg,
    rgba(0, 185, 255, 0.1) 3.39%,
    rgba(16, 182, 208, 0.1) 38.65%,
    rgba(0, 194, 203, 0.1) 54.59%,
    rgba(111, 105, 242, 0.1) 100%
  );
  padding: 31px 0 146px 0;
}

.about_us .hero_warning_icon {
  min-width: 24px;
  height: 24px;
}
.about_us .click_here_hover {
  transition: all 300ms linear;
}
.about_us .click_here_hover:hover {
  opacity: 60%;
}

.about_us .hero_ellipse {
  opacity: 30%;
  filter: blur(35px);
  background: var(--color-rich-sky-blue);
  width: 100px;
  height: 120px;
  z-index: 0;
  pointer-events: none;
  top: -3%;
  left: -3%;
}
/* ========= SEE HOW PODMATCH WORKS ========= */
.about_us .podMatch_works {
  border-radius: 22px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(99.76deg, #00b9ff 34.35%, #6f69f2 64.82%, #10b6d0 88.28%)
      border-box;
  border: 2px solid transparent;
  padding: 40px 57px;
  margin-top: -146px;
}
.about_us .linear_gradient_btn {
  font-size: 16px;
  background: linear-gradient(
    98.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  padding: 9px 27px;
  border-radius: 57px;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 31.5px -10px #6e68f2;
  transition: all 300ms linear;
}
.about_us .linear_gradient_btn:hover {
  transform: scale(1.03);
}

/* ========= THE PURPOSE BEHIND PODMATCH ========= */
.about_us .purpose_behind_podmatch {
  padding-top: 116px;
}
.about_us .purpose_behind_podmatch .purpose_behind_podmatch_image {
  max-width: 913px;
  height: 142px;
  top: -16px;
}
.about_us .purpose_behind_podmatch .video_para {
  max-width: 685px;
}
.about_us .purpose_behind_podmatch .video_box {
  max-width: 933px;
  border-radius: 13px;
  box-shadow: -22px 22px 100px -52px #6f69f2, 22px -23px 100px -52px #00c2cb;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(99.76deg, #00b9ff 34.35%, #6f69f2 64.82%, #10b6d0 88.28%)
      border-box;
  overflow: hidden;
  margin-top: 60px;
  height: 536px;
}
.about_us .purpose_behind_podmatch .video_box_play_button {
  width: 60px;
  height: 60px;
  backdrop-filter: blur(32px);
  border: 1px solid white;
  border-radius: 141px;
  cursor: pointer;
  background: white;
}
.about_us .purpose_behind_podmatch .play_icon {
  width: 24px;
  height: 28px;
}
.about_us .purpose_behind_podmatch .video_container iframe,
.video_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about_us .purpose_behind_podmatch .video_container {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  pverflow: hidden;
}
.about_us .purpose_behind_podmatch .video_container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_us .purpose_behind_podmatch .video_sub_description {
  max-width: 897px;
  margin-top: 60px;
}
.about_us .purpose_behind_podmatch_right_vector {
  bottom: -12%;
}
.about_us .purpose_behind_podmatch .podmatch_drives_card {
  box-shadow: 0px 4px 26px 0px #6f69f233;
  border: 1px solid #dbdbdb;
  background: #00b9ff14;
  padding: 28px;
  max-width: 594px;
}
.about_us .purpose_behind_podmatch .clickhere_line:hover {
  color: black;
}
.about_us .purpose_behind_podmatch .clickhere_line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(342.13deg, #6f69f2 31.55%, #269ffb 70.21%);
  bottom: 1px;
  left: 0;
}
.about_us .purpose_behind_podmatch .clickhere_line:hover:after {
  background: black;
}
/* ======= READY TO ELEVATE YOUR PODCASTING ========== */
.about_us .ready_to_podcasting.bg_impactful_card {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    #ebecef 50%
  );
}

.about_us .ready_to_podcasting .impactful_card {
  max-width: 1140px;
  width: 100%;
  background: linear-gradient(160.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  border: 4px solid white;
  border-radius: 32px;
  min-height: 318px;
  box-shadow: 0px 12px 30px 0px #706af34d;
  padding: 54.5px 36px;
}

.about_us .ready_to_podcasting .gradient_btn {
  border: 1px solid #ffffff;
  background: linear-gradient(102.79deg, #00c2cb 2.64%, #01baff 98.35%);
  padding: 15px 27px;
}

.about_us .ready_to_podcasting .gradient_btn:hover {
  transform: scale(1.05);
}

.about_us .ready_to_podcasting .card_p {
  padding: 0px 12px;
}

/*========= FOOTER ==============*/
.about_us .footer_section.footer_padding {
  padding: 52px 0px 0px 0px;
}
.about_us .footer_section.footer_bg {
  background: #ebecef;
}
.about_us .footer_section .footer_logo {
  max-width: 227px !important;
}
.about_us .footer_section .footer_para {
  max-width: 324px;
}
.about_us .footer_section .footer_links {
  margin-top: 13.32px;
}
.about_us .footer_section .links_hov {
  transition: all 300ms linear;
}
.about_us .footer_section .links_hov:hover {
  color: var(--color-lightblue) !important;
}
.about_us .footer_section .links_hov:hover img {
  scale: 1.2;
}
.about_us .footer_section .border_top {
  border-top: 2px solid #6f69f21a;
}
.about_us .footer_section .footer_icons_gap {
  gap: 19px;
}
.about_us .footer_section .footer_icon {
  width: 32px;
  height: 32px;
  transition: all 300ms linear;
}
.about_us .footer_section .footer_icon:hover {
  transform: translateY(-5px);
  scale: 1.1;
}
.about_us .footer_section .w_24 {
  width: 24px !important;
}
.about_us .footer_section .max_w_207 {
  max-width: 207px !important;
}
.about_us .footer_section .footer_line_abs {
  position: absolute;
  top: -35%;
  left: 0;
  max-width: 115px;
}
.about_us .footer_section .text_xs {
  font-size: 14px;
}

/* ========= PODMATCH HELPS ========= */
.about_us .podmatch_helps_gap {
  gap: 10px;
}
.about_us .help_description {
  max-width: 700px;
}
.about_us .podmatch_helps_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  column-gap: 30px;
  row-gap: 45px;
  max-width: 1106px;
}
.about_us .helps_grid_item {
  max-width: 538px;
  border: 1px solid var(--color-off-grey);
  border-radius: 16px;
  padding: 24px 23px 24px 23px;
  transition: all 300ms linear;
  background: white;
}
.about_us .helps_grid_item:hover {
  box-shadow: 0px 4px 26px 0px var(--color-light-pink-shadow);
  background: var(--color-light-sky);
}
.about_us .helps_grid_item_img_box {
  max-width: 108px;
  min-height: 108px;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(99.76deg, #00b9ff 34.35%, #6f69f2 64.82%, #10b6d0 88.28%)
      border-box;
  overflow: hidden;
  border-radius: 8px;
}
.about_us .helps_grid_item_inner {
  gap: 24px;
}
/* ========= MANAGEMENT TEAM ========= */
.about_us .management_team_mt {
  margin-top: 60px;
}
.about_us .team_card {
  box-shadow: -4px 4px 10px 0px var(--color-sky-blue-shadow);
  border: 1px solid var(--color-rich-black);
  border-radius: 28px;
  background: white;
  padding: 30px;
  max-width: 364px;
}
.about_us .team_image {
  max-width: 304px;
  max-height: 247px;
  overflow: hidden;
  border-radius: 24px;
}
.about_us .team_images_size {
  object-position: top;
  border-radius: 24px;
  transition: all 300ms linear;
  max-width: 304px;
  height: 247px;
}
.about_us .team_member {
  margin-top: 30px;
}
.about_us .button_learn_more {
  border-radius: 57px;
  background: var(--color-light-pink);
  padding: 10px;
  border: none;
  outline: none;
  transition: all 300ms linear;
}
.about_us .button_learn_more:hover {
  background: var(--color-purple);
  color: var(--color-off-white) !important;
}
.about_us .team_card:hover .team_images_size {
  scale: 1.05;
}
.about_us .left_vector_help {
  left: 0;
  bottom: -40%;
  z-index: 0;
  pointer-events: none;
  max-width: 115px;
}
.about_us .right_vector_help {
  bottom: -30%;
  right: 0;
  z-index: 0;
  pointer-events: none;
  max-width: 115px;
}
.about_us .z-20 {
  z-index: 20;
}
.about_us .managemnet_description {
  max-width: 793px;
}
.about_us .purple_ellipse {
  left: 10%;
  bottom: 20%;
  z-index: 0;
  width: 219px;
  filter: blur(120px);
  opacity: 50%;
  height: 193px;
  background: var(--color-purple);
}
.about_us .sky-blue_ellipse {
  right: 30%;
  top: 30%;
  z-index: 0;
  width: 219px;
  filter: blur(120px);
  opacity: 50%;
  height: 193px;
  background: var(--color-dark-sky-blue);
}

/* ========= PODMATCH COMMUNITY ========= */

.about_us .podmatch_community {
  max-width: 1092px;
  margin-top: 60px;
}
.about_us .community_box {
  max-width: 534px;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0px 1.88px 7.52px 0px var(--color-medium-black-shadow);
  background: linear-gradient(
    98.91deg,
    rgba(0, 185, 255, 0.1) 3.39%,
    rgba(16, 182, 208, 0.1) 38.65%,
    rgba(0, 194, 203, 0.1) 54.59%,
    rgba(111, 105, 242, 0.1) 100%
  );
  transition: background 300ms linear;
}
.about_us .podvalue_card {
  max-width: 100%;
}
.about_us .podvalue_card p {
  max-width: 722px;
}
.about_us .community_box:hover {
  background: linear-gradient(
    98.91deg,
    rgba(0, 185, 255, 0.3) 3.39%,
    rgba(16, 182, 208, 0.3) 38.65%,
    rgba(0, 194, 203, 0.3) 54.59%,
    rgba(111, 105, 242, 0.3) 100%
  );
  transition: background 300ms linear;
}

.about_us .community_icons {
  width: 90px;
  height: 90px;
  transition: all 300ms linear;
}
.about_us .opacity_70 {
  opacity: 70%;
}
.about_us .gap_community_learn_more {
  gap: 10px;
}
.about_us .mt_community_heading {
  margin-top: 32px;
}
.about_us .community_line {
  width: 1px;
  height: 24px;
  background: black;
}
.about_us .community_box:hover .community_icons {
  scale: 1.05;
}
.left_vector_community {
  left: 0;
  top: -30%;
  z-index: 0;
  max-width: 115px;
}
.learn_more_hover {
  transition: all 300ms linear;
}
.learn_more_hover:hover {
  opacity: 60%;
}

/* ========== ADVISORY BOARD  ================ */
.about_us .advisory_para {
  max-width: 807px;
}
.about_us .advisory_card {
  border-radius: 28px;
  background: white;
  border: 1px solid transparent;
  transition: all 300ms ease-in;
  box-shadow: 0px 2px 75.9px 0px #0000001a;
  padding: 16px;
  height: 100%;
}
.about_us .advisory_card:hover {
  border: 1px solid #01b9ff;
  box-shadow: 0px 2px 75.9px 0px #caebec;
}
.about_us .blue_text_space {
  margin-bottom: 12px !important;
}
.about_us .advisory_para_bottom_spacing {
  margin-bottom: 60px !important;
}
.about_us .advisory_image {
  max-width: 253px;
  max-height: 253px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.about_us .advisory_sub_heading {
  font-size: var(--font-5xl);
  line-height: 130%;
  font-weight: 600;
  color: black;
}
.about_us .advisory_gap {
  gap: 20px;
}
.about_us .mb_24 {
  margin-bottom: 24px;
}
.about_us .gradient_blue {
  background: linear-gradient(
    99.76deg,
    #00b9ff 34.35%,
    #6f69f2 64.82%,
    #10b6d0 88.28%
  );
}
.about_us .advisory_green_blue_ellipse {
  width: 666px;
  height: 283px;
  border-radius: 100%;
  background: var(--color-light-off-white);
  opacity: 50%;
  filter: blur(260px) !important;
  top: 25%;
  left: 10%;
  z-index: -1;
}
.about_us .advisory_blue_ellipse {
  width: 426px;
  height: 558px;
  border-radius: 100%;
  background: var(--color-purple);
  filter: blur(140px);
  opacity: 20%;
  top: 10%;
  right: 5%;
  position: absolute;
}
/* =========== CORE SECTION ============ */
.about_us .core_vector {
  position: absolute;
  right: 0;
  top: -50%;
  z-index: -1;
  width: 115px;
  height: 484px;
}
.about_us .core_para {
  max-width: 686px;
}
.about_us .gradient-border {
  position: relative;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(99.76deg, #00b9ff 34.35%, #6f69f2 64.82%, #10b6d0 88.28%)
      border-box;
  height: 100%;
  overflow: hidden;
}

.about_us .core_value_card {
  background-color: rgba(111, 105, 242, 0.05);
  padding: 18px;
  height: 100%;
  border-radius: 24px;
  transition: all 300ms linear;
}
.about_us .core_img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.about_us .core_value_card:hover {
  background: var(--color-light-sky);
}
/* ============ BACK TO TOP ====== */
.about_us .back_top_img {
  height: 40px;
  width: 40px;
}
.about_us #back-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-family: "poppins";
  font-weight: 800;
  background-color: #299bfa;
  border: 2px solid white;
  z-index: 1000;
  cursor: pointer;
}
.about_us #back-top:hover {
  transform: scale(1.1);
}
.partner_y_spacing {
  padding: 150px 0;
}
.partner_title_size {
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
}

.partner_title_size h2 {
  margin-bottom: 16px;
}
.partner_slider_card {
  margin-top: 60px;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  box-shadow: -22px 22px 100px -52px #6f69f299, 22px -23px 100px -52px #00c2cb99;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(99.76deg, #00b9ff 34.35%, #6f69f2 64.82%, #10b6d0 88.28%)
      border-box;
  overflow: hidden;
  padding: 50px;
  gap: 23px;
}
.partner_tim_card {
  border-radius: 28px;
  padding: 24px;
  width: 100% !important;
  height: 415px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.carbon-box {
  border-radius: 28px;
  width: 100%;
  padding: 24px;
  gap: 20px;
  background: linear-gradient(
    98.91deg,
    rgba(0, 185, 255, 0.1) 3.39%,
    rgba(16, 182, 208, 0.1) 38.65%,
    rgba(0, 194, 203, 0.1) 54.59%,
    rgba(111, 105, 242, 0.1) 100%
  );
}
.carbon-image-box {
  min-width: 92px;
  height: 92px;
  border-radius: 8px;
  background: white;
}
.carbon-image-box img {
  width: 68px;
  height: 68px;
}
.partner_tim_card_img {
  max-width: 486px;
  height: 367px;
  border-radius: 16px;
}
.tim_detail {
  gap: 16px;
  margin-top: 28px;
  max-width: 482px;
  width: 100%;
}
.browse_icon {
  width: 24px !important;
  height: 24px !important;
}
.visit_website::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
}
.slider_buttons button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0px 2.71px 16.24px 0px #a6a6a659;
  border: 1.35px solid #ffffff;
  transition: all 300ms linear;
}
.slider_buttons button:hover {
  scale: 1.1;
}
.slider_buttons {
  position: absolute;
  right: 75px;
  top: 55%;
}
.single-item.slick-initialized.slick-slider {
  box-shadow: 0px 2px 75.9px 0px #0000001a !important;
  border-radius: 28px !important;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=- slider 2 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.text_underline {
  position: relative;
  cursor: pointer;
  transition: all 300ms linear;
}
.text_underline:hover {
  opacity: 50%;
}
.text_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}

.member_title_size h2 {
  margin-bottom: 24px;
}
.member_title_size p {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.member_bottom_spacing {
  margin-bottom: 6px;
}
.slider_left_line_abs {
  position: absolute;
  left: 0;
  top: -12%;
  max-width: 115px;
  height: 484px;
}
.opacity_07 {
  opacity: 70%;
}
/* =================================== SLIDER CSS ============= */
.about_us .broklyn_img {
  max-width: 353px !important;
  height: 385px !important;
  object-fit: cover;
  object-position: top;
}

.about_us .brooklyn_slider_img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
}
.about_us .cursor_point {
  cursor: pointer !important;
}
.about_us .brooklyn_slider .slick-dotted.slick-slider {
  width: 260px !important;
  display: flex !important;
  background-color: transparent !important;
  position: absolute;
  bottom: 8%;
  left: 36%;
  z-index: 12 !important;
  margin-bottom: 24px !important;
}
.about_us .brooklyn_slider .member-slider .slick-track {
  display: flex !important;
  gap: 8px;
}

.about_us .items-slider-container {
  margin: 0 auto;
  max-width: 1140px;
}
.about_us .member_bottom_spacing {
  margin-bottom: 6px;
}
.about_us .broklyn_slider_content {
  margin-top: 19px;
}
.about_us .start_size {
  width: 30px;
  height: 30px;
}
.about_us .brooklyn_slider .member-slider-nav .slick-slide {
  margin-left: 5px !important;
  margin-right: 5px !important;
  transition: all 0.3s linear !important;
}
.about_us .member-slider-nav .slick-track {
  width: 1100px !important;
}

.about_us
  .member-slider-nav
  .slick-slide.slick-current.slick-active.slick-center {
  min-width: 70px !important;
}
.about_us .brooklyn_slider .member-slider-nav .slick-track {
  display: flex !important;
  align-items: center !important;
}

.about_us
  .slick-slide.slick-current.slick-active
  .brooklyn_slider_img_parent
  .brooklyn_slider_img {
  transform: scale(1.75) !important;
  transition: all 0.3s linear !important;
}
.about_us .slick-list {
  padding: 0 !important;
}
.about_us .member-slider-nav .slick-slide.slick-current.slick-active {
  height: 42px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  /* width: 70px !important; */
}
.about_us .member-slider-nav .slick-list {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.about_us .member-slider-nav .slick-slide.slick-active {
  height: 42px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.about_us .member-slider-nav .slick-slide.slick-cloned {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.about_us
  .slick-slide.slick-current.slick-active
  .brooklyn_slider_img_parent
  .slider_img_layer {
  background-color: transparent;
}
.about_us
  .slick-slide.slick-current.slick-active
  .brooklyn_slider_img_parent
  .slider_img_layer {
  background-color: transparent;
}
.about_us .brooklyn_slider .slick-dots li button:before {
  width: 22px !important;
  height: 5px !important;
  background-color: #000000 !important;
  border-radius: 12px !important;
  content: "" !important;
  color: #f1f0fe !important;
  opacity: 0.1 !important;
  transition: all 500ms linear !important;
}

.about_us .brooklyn_slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #6f69f2 !important;
  width: 72px !important;
}
.about_us .brooklyn_slider .slick-dots {
  bottom: -35px !important;
}
.about_us .brooklyn_slider .slick-dots li {
  width: 22px !important;
  height: 5px !important;
  margin: 0 5px;
}
.about_us .brooklyn_slider .slick-dots li.slick-active {
  width: 72px !important;
  height: 5px !important;
  margin: 0 5px;
}
/* SLIDER */
.about_us .slider_right_line_abs {
  position: absolute;
  right: 0;
  top: -40%;
  height: 484px;
  max-width: 115px;
}

.about_us .slider_img_layer {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #6f69f2;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 300ms linear;
}
.about_us .text_underline {
  position: relative;
  cursor: pointer;
  transition: all 300ms linear;
}
.about_us .text_underline:hover {
  opacity: 50%;
}
.about_us .text_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}
.about_us .member_para {
  max-width: 450px;
  margin-bottom: 60px;
}
.about_us .slider_img_shadow {
  border-radius: 14px;
  box-shadow: 0px 3px 17px 0px #00000018;
}
.about_us .broklyn_slider_spacing {
  padding: 20px;
  gap: 10px;
}
.about_us .broklyn_image_card {
  padding-right: 20px;
  max-width: 373px;
  width: 100%;
}
.about_us .text_itlaic {
  font-style: italic;
}
.about_us .member_spacing {
  margin-top: 180px;
  padding-bottom: 112px;
}
.about_us .small_slider_abs {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 14 !important;
}
.about_us .arrow_circle {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 24px 0px #a6a6a659;
  border-radius: 100%;
  transition: all 300ms linear;
}
.about_us .arrow_circle:hover {
  transform: scale(1.05);
}
.about_us .slider_section_bottom_spacing {
  padding-bottom: 150px;
}
.about_us .pointer_events_none {
  pointer-events: none;
}
.about_us .sm_logo_size {
  width: 182px;
  height: 34px;
}
@media (max-width: 1199.98px) {
  .about_us .purpose_behind_podmatch .video_box {
    height: auto;
  }
  /* ========= SEE HOW PODMATCH WORKS ========= */
  .about_us .podMatch_works {
    padding: 40px;
  }
  .about_us .purpose_behind_podmatch .vector-side {
    width: 80px;
  }
  /* ========== ADVISORY BOARD  ================ */
  .about_us .advisory_image {
    max-width: 148px;
    height: 197px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .partner_slider_card {
    margin-top: 50px;
    border-radius: 32px;
    padding: 24px;
    gap: 23px;
  }
  .partner_tim_card_img {
    max-width: 372px;
    height: 280px;
    border-radius: 16px;
  }
  .tim_detail {
    gap: 12px;
    margin-top: 0;
    max-width: 429px;
    width: 100%;
  }
  .partner_tim_card {
    border-radius: 28px;
    padding: 24px;
    height: unset;
  }
  .slider_buttons {
    position: absolute;
    right: 49px;
    top: 50%;
  }
  /* slider */
  .about_us .brooklyn_slider .slick-dotted.slick-slider {
    bottom: -16%;
    left: 37.5%;
    margin-bottom: 12px !important;
  }
  .about_us .small_slider_abs {
    bottom: -14%;
    right: 0;
  }
  .about_us .broklyn_img {
    max-width: 290px !important;
    height: 316px !important;
  }
}
@media (max-width: 991.98px) {
  /* ========= NAVBAR ========= */
  .about_us .nav_bar {
    position: fixed;
    top: 0 !important;
    left: -100%;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 300ms linear;
  }
  .about_us_overflow_hidden {
    overflow: hidden !important;
    height: 100vh;
  }
  .about_us .left_0 {
    left: 0 !important;
  }
  /* ========= HERO SECTION ========= */
  .about_us .hero_section {
    padding: 46px 0 146px 0;
  }
  /* ========= SEE HOW PODMATCH WORKS ========= */
  .about_us .podMatch_works {
    padding: 32px;
    border-radius: 18px;
  }
  /* ========= THE PURPOSE BEHIND PODMATCH ========= */
  .about_us .purpose_behind_podmatch .purpose_behind_podmatch_image {
    max-width: 680px;
  }
  /* ======= READY TO ELEVATE YOUR PODCASTING ========== */
  .about_us .ready_to_podcasting .impactful_card {
    padding: 76px 25px;
  }
  /* FOOTER SECTION */
  .about_us .footer_section .footer_para {
    max-width: 378px;
  }
  .about_us .right_vector_help {
    bottom: -17%;
  }
  .about_us .left_vector_help {
    bottom: -30%;
  }
  .about_us .podmatch_community {
    max-width: unset;
  }
  .about_us .purple_ellipse {
    left: 30%;
    bottom: 20%;
  }
  .about_us .sky-blue_ellipse {
    right: 35%;
    top: 30%;
  }
  .about_us .community_box {
    padding: 28px;
    max-width: 100%;
  }
  .about_us .team_card {
    padding: 24px;
  }
  .about_us .helps_grid_item_inner {
    gap: 20px;
  }
  .about_us .podmatch_helps_grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    row-gap: 30px;
    max-width: 100%;
  }
  .about_us .helps_grid_item {
    max-width: 100%;
    border-radius: 12px;
    padding: 20px;
  }
  /* ======== CORE SECTION ========== */
  .about_us .mb_16 {
    margin-bottom: 16px;
  }
  .about_us .core_vector {
    position: absolute;
    right: 0;
    top: -16%;
    z-index: -1;
    width: 60px;
    height: 254px;
  }
  .tim_detail {
    gap: 16px;
    max-width: unset;
    width: 100%;
  }
  .partner_tim_card_img {
    object-fit: cover;
    max-width: unset;
    object-position: top;
    height: 350px;
  }
  .partner_tim_card {
    border-radius: 28px;
    padding: 24px;
    padding-bottom: 96px;
    min-height: 680px;
  }
  .slider_buttons {
    position: absolute;
    right: unset;
    top: unset;
    left: 48px;
    bottom: 32%;
  }
  /* slider */
  .about_us .small_slider_abs {
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .about_us .slider_section_bottom_spacing {
    padding-bottom: 250px;
  }
  .about_us .brooklyn_slider .slick-dotted.slick-slider {
    left: 58%;
    bottom: -13%;
  }
  .about_us .broklyn_img {
    max-width: 349px !important;
    height: 340px !important;
  }
  .about_us .slider_right_line_abs {
    position: absolute;
    right: 0;
    top: -26%;
    max-width: 115px;
  }
  .about_us .broklyn_image_card {
    padding-right: unset;
    max-width: fit-content;
    margin: 0 auto;
  }
  .about_us .brooklyn_slider .slick-dotted.slick-slider {
    left: 50%;
    transform: translateX(-50%);
    bottom: -13%;
  }
  .about_us .what-members {
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .about_us .common_pt {
    padding-top: 120px;
  }
  .about_us .common_pb {
    padding-bottom: 120px;
  }
  /* ========= THE PURPOSE BEHIND PODMATCH ========= */
  .about_us .purpose_behind_podmatch .purpose_behind_podmatch_image {
    max-width: 500px;
  }
  .about_us .purpose_behind_podmatch .video_box_play_button {
    width: 45px;
    height: 45px;
  }
  .about_us .purpose_behind_podmatch .play_icon {
    width: 16px;
    height: 18px;
  }
  /* ========= FOOTER ========= */
  .about_us .footer_section .footer_links {
    margin-top: 8px;
  }
  .about_us .right_vector_help {
    bottom: -4.5%;
    max-width: 80px;
  }
  .about_us .left_vector_help {
    bottom: -25%;
    max-width: 75px;
  }
  .left_vector_community {
    max-width: 80px;
    top: -20%;
  }
  .about_us .purple_ellipse {
    left: 25%;
    bottom: 10%;
  }
  .about_us .sky-blue_ellipse {
    right: 30%;
    top: 30%;
  }
  .about_us .podmatch_community {
    margin-top: 40px;
  }
  .about_us .community_box {
    padding: 24px;
  }
  .about_us .community_icons {
    width: 75px;
    height: 75px;
  }
  .about_us .mt_community_heading {
    margin-top: 26px;
  }
  .about_us .management_team_mt {
    margin-top: 40px;
  }
  .about_us .team_card {
    padding: 20px;
    max-width: fit-content;
  }
  .about_us .helps_grid_item_img_box {
    max-width: 90px;
    min-height: 90px;
  }
  .about_us .helps_grid_item_inner {
    gap: 18px;
  }
  .about_us .helps_grid_item {
    padding: 16px;
  }
  .about_us .podmatch_helps_grid {
    margin-top: 40px;
    row-gap: 24px;
  }
  .about_us .video_box_play_button {
    width: 45px;
    height: 45px;
  }
  .about_us .play_icon {
    width: 16px;
    height: 18px;
  }
  /* ========== ADVISORY BOARD  ================ */
  .about_us .advisory_green_blue_ellipse {
    top: 50%;
    right: 0%;
    opacity: 40%;
    filter: blur(300px);
  }
  .about_us .advisory_blue_ellipse {
    filter: blur(220px) !important;
  }
  .about_us .advisory_para_bottom_spacing {
    margin-bottom: 30px !important;
  }
  .about_us .advisory_card .text_xl {
    font-size: 18px;
  }
  /* ======== CORE SECTION ========== */
  .about_us .core_img {
    width: 60px;
    height: 60px;
  }
  .about_us .core_value_card .text_xl {
    font-size: 20px;
  }
  .about_us .core_value_card {
    padding: 16px;
    min-height: 320px;
  }
  .partner_tim_card_img {
    object-fit: cover;
    max-width: unset;
    object-position: top;
    height: 300px;
  }
  .slider_buttons {
    position: absolute;
    right: unset;
    top: unset;
    left: 48px;
    bottom: 35%;
  }
  .slider_left_line_abs {
    top: -11%;
    max-width: 102px;
    height: 395px;
  }
  /* slider */
  .about_us .brooklyn_slider .slick-dotted.slick-slider {
    left: 50%;
    transform: translateX(-50%);
    bottom: -12%;
  }
  .about_us .small_slider_abs {
    bottom: -190px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about_us .slider_section_bottom_spacing {
    padding-bottom: 250px;
  }
  .about_us .broklyn_img {
    max-width: 349px !important;
    height: 321px !important;
  }
  .about_us .slider_right_line_abs {
    position: absolute;
    right: 0;
    top: -17%;
    height: 314px;
    max-width: 70px;
  }
}
@media (max-width: 575.98px) {
  .about_us .back_top_img {
    height: 35px;
    width: 35px;
  }
  .about_us #back-top {
    right: 12px;
    bottom: 12px;
  }
  .about_us .advisory_card .text_sm {
    font-size: 12px;
  }
  .about_us .common_pt {
    padding-top: 100px;
  }
  .about_us .common_pb {
    padding-bottom: 100px;
  }
  /* ========= NAVBAR ========= */
  .about_us .sm_logo_size {
    width: 145px;
    height: 28px;
  }
  .about_us .nav_space {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  /* ========= HERO SECTION ========= */
  .about_us .hero_section {
    padding: 46px 0 106px 0;
  }
  /* ========= SEE HOW PODMATCH WORKS ========= */
  .about_us .podMatch_works {
    padding: 23px;
    border-radius: 12px;
    margin-top: -106px;
  }
  /* ========= THE PURPOSE BEHIND PODMATCH ========= */
  .about_us .purpose_behind_podmatch {
    padding-top: 90px;
  }
  .about_us .purpose_behind_podmatch .purpose_behind_podmatch_image {
    width: calc(100% - 40px);
    top: -40px;
  }
  .about_us .purpose_behind_podmatch .video_box {
    height: 227px;
  }
  .about_us .purpose_behind_podmatch .video_box_play_button {
    width: 30px;
    height: 30px;
    border-radius: 70px;
  }
  .about_us .purpose_behind_podmatch .play_icon {
    width: 12px;
    height: 14px;
  }
  .about_us .purpose_behind_podmatch_right_vector {
    bottom: -11%;
    width: 60px !important;
  }
  .about_us .purpose_behind_podmatch .podmatch_drives_card {
    padding: 16px;
  }
  .about_us .purpose_behind_podmatch .podmatch_drives_card .text_md {
    font-size: 18px;
  }
  .about_us .right_vector_help {
    bottom: -4.5%;
    max-width: 60px;
  }
  .about_us .left_vector_help {
    bottom: -17%;
    max-width: 60px;
  }
  .left_vector_community {
    left: 0;
    top: -15%;
    max-width: 60px;
  }
  .about_us .button_learn_more {
    font-size: 16px !important;
  }
  .about_us .purple_ellipse {
    left: 15%;
    bottom: 10%;
  }
  .about_us .community_description {
    font-size: 14px !important;
  }
  .about_us .podmatch_community {
    margin-top: 30px;
  }
  .about_us .community_box {
    padding: 20px;
    border-radius: 18px;
  }
  .about_us .community_icons {
    width: 60px;
    height: 60px;
  }
  .about_us .mt_community_heading {
    margin-top: 20px;
  }
  .about_us .gap_community_learn_more {
    gap: 8px;
  }
  .about_us .management_team_mt {
    margin-top: 30px;
  }
  .about_us .team_images_size {
    border-radius: 10px;
    height: 233px;
  }
  .about_us .team_image {
    border-radius: 10px;
  }
  .about_us .team_member {
    margin-top: 20px;
    font-size: 18px !important;
  }
  .about_us .team_card {
    border-radius: 18px;
    padding: 16px;
    max-width: 335px;
  }
  .about_us .helps_grid_item_inner {
    gap: 14px;
  }
  .about_us .helps_grid_item_img_box {
    max-width: 74px;
    min-height: 74px;
    border: 0.69px solid transparent;
    border-radius: 5px;
  }
  .about_us .podmatch_helps_grid {
    margin-top: 30px;
    row-gap: 18px;
  }
  .about_us .video_box_play_button {
    width: 30px;
    height: 30px;
    border-radius: 70px;
  }
  .about_us .play_icon {
    width: 12px;
    height: 14px;
  }
  /* ======= READY TO ELEVATE YOUR PODCASTING ========== */
  .about_us .ready_to_podcasting .impactful_card {
    padding: 60px 20px;
    border-radius: 24px;
  }
  /* ========= FOOTER =========== */
  .about_us .footer_section.footer_padding {
    padding: 46px 0px 0px 0px;
  }
  /* ========== ADVISORY BOARD  ================ */
  .about_us .advisory_gap {
    gap: 14px !important;
  }
  .about_us .advisory_card {
    padding: 12px;
  }
  .about_us .fs_12 {
    font-size: 12px !important;
  }
  .partner_slider_card {
    margin-top: 30px;
    border-radius: 18px;
    padding: 16px;
    gap: 18px;
  }
  .partner_tim_card {
    border-radius: 16px;
    padding: 15px;
    padding-bottom: 80px;
    min-height: 570px;
  }
  .slider_buttons {
    position: absolute;
    right: unset;
    top: unset;
    left: 37px;
    bottom: 34.8%;
  }
  .partner_tim_card_img {
    object-fit: cover;
    max-width: unset;
    object-position: top;
    height: 212px;
    border-radius: 12px;
  }
  .carbon-box {
    border-radius: 12px;
    padding: 16px;
    gap: 20px;
  }
  .slider_left_line_abs {
    top: -7%;
    max-width: 62px;
    height: 254px;
  }
  .carbon-image-box + p {
    font-size: 14px !important;
  }
  /* slider */
  .about_us .broklyn_img {
    width: 100%;
    max-width: 335px !important;
    height: 321px !important;
  }
  .about_us .slider_img_shadow {
    box-shadow: 0px 0px 20px 0px #0000003d;
  }
  .about_us .brooklyn_slider .slick-dotted.slick-slider {
    bottom: -14.2%;
  }
  .about_us .small_slider_abs {
    bottom: -32%;
  }
  .about_us .slider_right_line_abs {
    position: absolute;
    right: 0;
    top: -16%;
    height: 254px;
    max-width: 60px;
  }
  .about_us .broklyn_image_card {
    margin: 0 auto;
    max-width: 100%;
  }
  .broklyn_slider_content > div + p {
    font-size: 14px !important;
  }
  .about_us .slider_section_bottom_spacing {
    padding-bottom: 220px;
  }
  .about_us .what-members-section .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .about_us .what-members-section .member_title_size {
    padding-right: 20px;
    padding-left: 20px;
  }
  .member_title_size h2 {
    margin-bottom: 16px;
  }
  .member_title_size p {
    max-width: 334px;
    width: 100%;
    margin: 0 auto;
  }
  .member_bottom_spacing + p {
    font-size: 16px !important;
  }
}
