body[data-template-label="About Us"] footer .section.topics,
body[data-template-label="Subscription Page"] footer .section.topics,
body[data-template-label="Search"] footer .section.topics {
    display: none;
}
h2{
  font-size: 26px;
  color: #001f5a;
    padding-top: 30px;
}
.form-cta__form input {
    color: #000 !important;
}
@media (max-width: 820px){
  footer{
        margin-top: 0px !important;
  }
  .rich-text:has(img) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
  .img_text{
      align-items: left;
  }
body[data-template-label="Homepage"] .article-card-containers .col-12.col-lg-6:nth-last-child(1) .article-card{
	  display: none;
	  }
  body[data-template-label="Homepage"] .hero-banner .hero-banner-media{
width: 100% !important;
    margin: 0px auto !important;
	  }
}
@media (min-width: 992px) {
  
    body[data-template-label="Homepage"] .heading-l{
      font-size: 32px;
    }
  
    .heading-sm {
        font-size: 20px !important;
    }
}
.sidebar-item-image {
  position: relative;
}
.sidebar-item-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sidebar-item:hover .sidebar-item-text  {
 color: var(--bs-link-hover-color);
}
.sidebar-item:hover .sidebar-item-image:before {
  opacity: 0.7;
  background-color: rgba(0, 80, 174, 0.48);; /* Replace with your desired foreground color */
}
.form--validate:invalid .form__submit {
    opacity: .3;
    pointer-events: none;
}
.article-card-content {
  position: relative;
}
.article-card-content:hover .article-card-title,
.article-card-content:hover .article-card-text {
  color: var(--bs-link-hover-color) /* Replace with your desired text color */
}
.article-card-content:hover .article-card-image img {
 opacity: 0.7;
    background-color: rgba(0, 80, 174, 0.48); /* Apply grayscale filter on image */
}
.sidebar-item.subscribe_block:hover {
    background-color: #0050AE;
}
.sidebar-item.subscribe_block:hover p{
    color: #fff;
}
 @media (min-width: 992px){
.about-page {
    padding-top: 90px !important;
}}
 @media (max-width: 768px){
footer .copyright-section .row .links li:nth-last-child(1){
margin-top:5px;
}
   .links.left-align ul:nth-last-child(2) li:last-child{
margin-top: 0px;
}
 
}
@media (min-width: 768px) and (max-width: 1024px){
  .section-search .search-content .search-card{
    max-width: 100%;
    display: grid;
  }
  body[data-template-label="Homepage"] .article-card-image{
    height: 300px
  }
}
.mainban{
padding-left:0;
padding-right:0;
}
p.man_field {
    font-weight: 300;
    font-family: 'freight-sans-pro';
}
.formcont p.man_field {
    color: #fff;
}
.sidebar-item.subscribe_block a:hover {
    color: #fff;
}
.heading-dark-cyan{
  font-family: 'freightsans_probook';
    font-size: 36px;
    text-align: center;
    padding: 32px 0;
    font-weight: 400;
    line-height: 46px;
    color: #0050AE;
}
.quote .heading{
  font-family: 'freightsans_probook';
  font-size: 36px;
}
.formcont .error {
    display: none !important;
}
.dark_cyan{
  color: #0050AE !important;
}
	@media (min-width: 1200px){
	header .container{
	height: 92px
	}
    body header{
      background-color: rgba(255, 255, 255, .95);
    }
}
aside a.btn.btn-primary.btn-arrow {
    background-color: unset;
    border: unset;
    color: #0050ae;
    font-size: 18px;
    font-family: 'freightsans_promedium';
    line-height: 24px;
    padding: 0px;
    border-radius: unset;
}
aside a.btn.btn-primary.btn-arrow:hover {
    color: #001f5a;
}
aside a.btn.btn-primary.btn-arrow:hover path{
    fill: #001f5a;
}
a.article-card-content[href="/next/articles/investing-democratized"]{
  display: flex;
flex-direction: column-reverse;
width: 100%;
align-items: center;
}
a.article-card-content[href="/next/articles/investing-democratized"] .image.article-card-image {
    width: 100%;
    height: 100%;
}
.hero-banner-content:hover::before{
    width: 4px;
	left: -20px;
}
.hero-banner-content a[href="/next/articles/why-ai-natives-are-your-best-asset-for-digitalization"] .hero-banner-subtitle {
    padding-top: 0px;
}
.nav-menu-desktop li a.btn.btn-link[href="#subForm"] {
    border-bottom: 2px solid #40B8FF;
    border-radius: unset;
}
.nav-menu-desktop li a.btn.btn-link[href="#subForm"]:hover::after {
    content: "";
    display: inline-block;
    width: 13.3px;
    height: 11.3px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.3%2011.3%22%3E%3Cdefs%2F%3E%3Cpath%20fill%3D%22%2340B8FF%22%20d%3D%22M8.5%200L7%201.3l2.8%203.4H0v2h9.8L7%2010l1.5%201.3%204.8-5.6z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    margin-left: 5px;
}
.formcont section.section.section-subscription{
padding-top: 100px;
}
@media (min-width: 992px) {
    .subscription-page .section-subscription .form-cta__form .btn {
        margin-top: 50px;
    }
}
.hero-banner .article-actions .btn:hover path {
       opacity:.75
}
.foot_note a {
    color: #000;
}
.foot_note a:hover{
    color: #0050ae;
}
p.foot_note sup {
    font-size: 13.5px;
    line-height: 13.5px;
}
	.foot_note{
		    font-size: 0.75rem;
    line-height: 0.75rem;
	}
.quote .heading{
    margin: 54px 0px;
}
.callout_small, .callout_mini, .callout_big{
padding: 50px;
}
.row .order-1 {width: 70%;}
.row .sidebar-container {width: 30%;}
.row .order-1.mainban {
    width: 100%;
}
.all_mand{
    text-align: right;
}
.hero-banner .article-actions {
    margin-bottom: 0px;
}
.hero-banner .hero-banner-content {
    padding-top: 0px;
}
.sidebar-item.subscribe_block{
    width: 315px;
}
.subscribe_block span{
border-bottom: 2px solid #40B8FF;
}
.rich-text h2{
padding-top: 30px !important;
}
.rich-text a {
       text-decoration-color: #40B8FF;
 color:var(--color-black);
}
.rich-text a:hover {
    color: #0050AE;
    text-decoration-color: #0050AE
}
@media (max-width: 1020px) {
  		.row .sidebar-container, .row .order-1 {
    width: 100%;
}
  		.sub_block,hr.ss_hr_block {
		    display: none;
		}
  .rich-text img, figure img {
      margin: 30px 0px !important;
}
  .callout_small, .callout_mini, .callout_big, .heading-dark-cyan{
    padding: 20px;
  }
  header .container {
    height: 85px;
}
  .copy_links .links.right-align img{
vertical-align: baseline;
}
  body[data-template-label="Homepage"] .article-card-image{
    height: 200px;
  }
  .callout_small {
  display: inline-block;
}
}
/*search styles*/
.search-filters_div .dropdown {
 overflow: hidden;
 position: unset;
}
.search-filters_div div.dropdown-content a {
    font-size: 13px;
    line-height: 16px;
}
.search-filters_div .dropdown .main-nav__link-item-title {
  cursor: pointer;
  font-size: 18px;
    line-height: 16px;
  border: none;
  outline: none;
  background-color: unset;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  
}
.search-filters_div .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  max-width: 565px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.search-filters_div .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.search-filters_div .dropdown-content a:hover {
  background-color: #ddd;
}
.search-filters_div .show {
  display: block;
}
.search-filters_div i.fa {
 display: inline-block;
 margin-left: 5px;
 vertical-align: .255em;
 content: "";
 border-top: .3em solid;
 border-right: .3em solid transparent;
 border-bottom: 0;
 border-left: .3em solid transparent;
  color: #40B8FF;
}
.search-filters_div .dropdown .main-nav__link-item-title{
  cursor: pointer;  
  font-family: var(--font-primary);
    color: #0050AE;
      display: flex;
    align-items: center;
}
  .search-filters_div .dropdown-content.show{padding: 30px;}
@media (min-width: 992px){
  .search-filters_div .dropdown-content.show{left: 23%;margin-top: 1%;}
 .section-search .search-filters .filter-items {
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
 }
  .section-search .search-content .search-card{
        max-width: 600px;
  }
  .search-filters_div .dropdown-content {
  height: 323px;
}
}
.search-filters_div.row {
    padding-top: 20px;
}
.search-filters_div.row .mb-lg-4 {
    margin-bottom: 0rem !important;
}
.row.search-content .col-12{
    margin-bottom:30px;
}
.input_search_box .form-search {
    min-width: 280px;
font-size: 26px;
line-height: 30px;
  padding-left: 36px;
    color: var(--color-blue-200);
    border: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a2b2c8' width='20' height='20'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #E8F0FE;
    background-repeat: no-repeat;
    background-position-x:var(--gutter-m);
    background-position-y: 50%
}
div#searchPagination {
    display: none !important;
}
.search_results_text p {
    font-size: 36px;
line-height: 54px;
}
#search_inputtext {
  color: #0050AE
}
p.emptyresult_text a {
   border-bottom: 2px solid #40B8FF;
    border-radius: unset;
}
p.emptyresult_text a:hover {
    color: #0050AE;
    border-bottom: 2px solid #0050AE;
}
p.emptyresult_text {
    text-align: center;
}
.section-search .search-filters .filter-items .filter-item input {
    height: 15px;
    width: 15px;
}
.section-search .search-filters .filter-items .filter-item label {
    font-family: 'freightsans_prosemibold';
    font-size: 16px;
    line-height: 18px;
}
.search-filters .title.fw-600.mb-2{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px !important;
}
.search-filters .title{
    font-family: 'freight-sans-pro';
    font-weight: 500;
font-size: 18px;
line-height: 32px;
}
.section-search .search-filters .filter-items .filter-item label {
    font-family: 'freightsans_prosemibold';
    font-size: 16px;
line-height: 18px;
}
.section-search .search-filters .filter-items .filter-item input {
    height: 15px;
    width: 15px;
}
.disable_check {
    color: #8B949C;
}
.disable_check:hover {
 pointer-events: none;
}
.active_check {
    color: #001f5a;
}
.dropdown.grayed-out, .grayed-out .dropdown{
pointer-events: none;
opacity: 0.5;
}
.popular_p{
font-size: 20px;
line-height: 26px;
color:#0050ae;
text-transform: uppercase;
  font-family: 'freightsans_prosemibold';
}
.heading.heading-xxl.hero-banner-title{
      padding-top: 0px;
}
.callout_small {
    color: #0050ae;
    font-size: 2rem;
    line-height: 2.25rem;
}
.callout_big {
    font-size: 2.25rem;
}
.quote .heading {
    border-top: 1px solid #40b8ff;
    border-bottom: 1px solid #40b8ff;
}
.callout_mini {
    font-size: 1.75rem;
    line-height: 2rem;   
    color: #0050ae;
}
.quote .heading{
padding:0px;
}
section.quote .heading.with_out_border{
    border: unset;
	margin: 0px 0px;
}
body[data-template-label="Blog Detail"] h2.hero-banner-subtitle {
    display: none;
}
h5.heading.heading-sm.article-card-text {
    text-transform: none;
    color: var(--color-black);
}
section.section.section-article-cards {
    border-bottom: 1px solid #d9d9d9;
}
section.section.section-article-cards:last-child {
    border-bottom: none;
}
h2.featur_head {
     font-family: var(--font-primary-semibold);
    font-weight: 400;
    font-size: 20px;  
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #0050AE;
      text-transform: uppercase;
      padding-top: 20px;
}
.article-card:hover::before{
    content: "";
    display: block;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    left: -20px;
    background-color: #0050AE;
    transition: max-height .3s ease-in-out;
    z-index: 999;
}
.article-card {
    position: relative;
}
.container.topic_con {
    background-image: url('/proxy/123456/www.broadridge.com/next/_assets/images/choose-from-these-topics.png');
    max-width: 100%;
    padding: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding-bottom: 40px;
}
.container.topic_con hr {
    display: none;
}
section.section.topics {
    text-align: center;
}
.container.topic_con h6.heading.heading-xs {
    width: auto;
    color: #FFF;
    font-family: 'freightsans_probook', sans-serif;
    font-size: 36px;
    font-weight: 350;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
padding-bottom: 40px;
}
.container.topic_con a.btn.btn-link {
    border: 1px solid #fff;
    color: #fff; 
    text-align: center; 
    vertical-align: text-bottom;
    border-radius: 3px;
    font-family: 'freightsans_probook', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 20px;
}
.container.topic_con a.btn.btn-link:hover {
       background-color: #001f5a;
}
.topics .tags-layout{
      gap: 20px;
}
h3.chart_title {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}
h3.chart_title strong {
    font-family: 'freightsans_probook',sans-serif;
}
body[data-template-label="Homepage"] .row.article-card-containers .col-lg-6:last-child{
display: none;
}
a.article-card-content[href="/next/articles/investing-democratized"] .image.article-card-image{
    background-image: url('/proxy/123456/www.broadridge.com/next/_assets/images/chart_bg.png');
    background-size: cover;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
body[data-template-label="Homepage"] .row.row1 {  
    margin: 0 auto;
    background-color: #011433;
    background-position: center;
    background-repeat: no-repeat;
    height: 270px; 
    background-image: url('/proxy/123456/www.broadridge.com/next/_assets/images/blue_bg.png');
}
body[data-template-label="Homepage"] .container.topic_con .row {
    max-width: 1140px;
    margin: 0 auto;
}
body[data-template-label="Homepage"] .row.row1 .mainban {
    width: 1140px;
    margin: 0 auto;
}
body[data-template-label="Homepage"] header .container {
    max-width: 1140px;
}
body[data-template-label="Homepage"] .main .container{    
    max-width:100%;
      padding: 0px;
  }
body[data-template-label="Homepage"] .main .container .row.row2{    
padding-top: 20px;
  }
@media (max-width: 1024px){
h1.hero_title{
    font-size: 32px;
    width: 90%;
    padding: 40px;
}
.container.topic_con{
padding: 20px;
}
  .container.topic_con a.btn.btn-link{
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
h1.hero_title{
    font-size: 36px;
    width: 90%;
}
 .hero-banner .hero-banner-media{
    width: 100% !important;
  }
  	body[data-template-label="Homepage"] .article-card-content{
		max-width: 100%;
	}
}
@media only screen 
   and (max-width: 1024px) 
 { 
      .hero-banner .hero-banner-media{
    width: 100% !important;
  }
   .topics .heading:after{
     display: none;
   }
}
.container.topic_con a.btn.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 926px)   
  and (orientation: landscape) { 
  
  	body[data-template-label="Homepage"] .article-card-content{
		max-width: 100%;
	}
    h1.hero_title{
      padding: 80px 40px;
    }
}
.tags-layout a.btn.btn-link:nth-child(4),  .tags-layout a.btn.btn-link:nth-child(9){
    display: none;
}
@media (min-width: 992px){
.topics .tags-layout {
    grid-template-columns: repeat(4, 1fr) !important;
}
}
.sr-only {
    display: none;
}
label.form-element__label.input__label {
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}
.subscription-page .section-subscription .form-cta__form .form .form-element input::placeholder{
    color: transparent;
}
body[data-template-label="Blog Detail"] .hero-banner-content:hover::before{
			display:none;
		}
body[data-template-label="Blog Detail"] .hero-banner-content{
    border-bottom: none
}
body[data-template-label="Homepage"] a.article-card-content.custom_card {
    display: flex;
    flex-direction: column-reverse;
}
body[data-template-label="Homepage"] a.article-card-content.custom_card .image.article-card-image {
        width: auto;
    height: auto;
      text-align: center;
}
body[data-template-label="Homepage"] .custom_card .article-card-image img{
  height: auto !important;
    width: auto !important;
}
body[data-template-label="Homepage"] .custom_card .image.article-card-image img {
    display: none;
}
.popup-outer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Change to auto to fit content */
    height: 100%; /* Change to auto to fit content */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    max-width: 1300px;
    max-height: 525px;
    /* Optional: background for overlay effect */
     /* Uncomment if needed */
    box-shadow: 0px 0px 36.1px 0px #00000040;
}
.popup-inner {
    display: flex;
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    /* max-width: 1000px; */ /* Optional: limit max width */
    /* max-height: 525px; */ /* Optional: limit max height */
}
.popup-left, .popup-right {
    background: white;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}
.popup-left .popup-content {
    text-align: center;
    display: flex;
    margin-top: 25%;
    margin-bottom: 70px;
}
.popup-left {
    background: #001F5A;
    display: flex;
    padding-right: 54px;
    flex-direction: column;
    width: 45%;
    padding-left: 54px;
}
.popup-left .popup-content p {
    font-family: 'freightsans_probook';
    font-size: 64px;
    font-weight: 350;
    line-height: 76.8px;
    text-align: left;
    color: #FFFFFF;
}
.popup-left .popup-image {
    position: relative;
    left: 54px;
}
.cta {
    display: flex;
    border-width: 2px;
    letter-spacing: .04em;
    text-transform: none;
    background-color: #0050AE;
    border-color: #0050AE;
    color: #ffffff;
    /* margin-left: 54px; */
    !i;!;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 24px;
    width:100%;
    justify-content: center;
    font-family: 'freightsans_probook';
    /* margin-right: 54px; */
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
}
.popup-link {
    /* margin-right: 85px; */
}
.popup-right {
    display: flex;
    flex-direction: row;
    width: 55%;
    justify-content: space-between;
}
.popup-right a {
    color: #001F5A;
    font-size: 24px;
    font-weight: 350;
    line-height: 34px;
    text-align: left;
    border-bottom: 2px solid #40B8FF;
    color: #001F5A;
    font-family: 'freightsans_promedium';
}
p.sub-head {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    font-family: 'freightsans_promedium';
    color: #001F5A;
}
.popup-right .popup-content {
    width: 45%;
    margin-top: 19%;
    margin-left: 90px;
}
p.head {
    font-family: 'freightsans_probook';
    font-size: 56px;
    font-weight: 350;
    line-height: 100%;
    text-align: left;
    color: #001F5A;
}
.popup-close {
    position: absolute;
    top: 2%;
    left: 96%;
}
.popup-right .popup-image {
    position: relative;
    left: 0%;
    top: 25%;
}
.mob{
display:none;
}
a.cta:hover {
    color: #fff;
    background-color: #004494;
    border-color: #00408b;
}
.popup-close:hover {
    cursor: pointer;
}
@media (max-width: 1300px) {
    .popup-outer {
        max-width: 920px;
        width: 100%;
        display: block; /* or flex, depending on your layout */
        margin: 0 auto; /* center it horizontally */
        max-height: 400px;
        height: 100%;
    }
    .popup-left .popup-content p {
    font-size: 40px;
    line-height: 50px;
}
.popup-left .popup-content {
    margin-bottom: 30px;
}
p.head {
    font-size: 40px;
    line-height: 100%;
}
.popup-right .popup-content {
    width: 45%;
    margin-left: 45px;
}
.popup-right .popup-content {
    width: 55%;
    margin-left: 45px;
}
.popup-right .popup-image {
    position: relative;
    left: 0%;
    top: 27%;
}
.popup-right {
    padding-left: 0px;
}
.popup-left {
    padding-left: 30px;
    padding-right:30px;
}
a.cta {
    padding: 10px;
}
.popup-left .popup-image {
    left: 30px;
}
.popup-close {
    left: 96%;
    height: 20px;
    width: 20px;
}
.popup-close img {
    height: 25px;
    width: 25px;
}
}
@media (max-width: 768px){
.popup-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.popup-left .popup-content {
    display: flex;
    flex-direction: column-reverse;
}
div#popup {
    max-width: 330px;
    display: flex;
    flex-direction: column;
    max-height: 650px;
    background: white;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.popup-close {
    position: unset;
    height: 30px;
    left: 0;
    top: 0px;
}
.popup-left .popup-content {
    margin: 0px;
    padding: 0px;
}
.popup-left .popup-content p {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 57.6px */
    font-family: 'freightsans_probook';
}
.popup-right .popup-content {
    margin: 0px;
    width: 100%;
}
.desk {
    display: none;
}
.mob{
display:block;
}
.popup-left .popup-image {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}
p.head {
    color: #001F5A;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'freightsans_probook';
    font-size: 32px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%; /* 48px */
    text-align: -webkit-center;
    margin: 0px;
}
p.sub-head {
    color: #001F5A;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'freightsans_probook';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    padding: 10px 20px;
    margin: 0px;
}
.popup-right .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.popup-right {
        width: 100%;
        margin: 0px;
        padding: 20px;
        padding-top: 34px;
    }
.popup-right a {
    color: #001F5A;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
     /* 188.889% */
}
.popup-left {
        margin: 0px;
        padding: 43px 33px;
    }
a.cta {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}
.popup-link {
    width: 100%;
}
.popup-left .popup-content p {
    margin-bottom: 34px;
    margin-top: 31px;
}
.popup-inner {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-content: center;
    justify-content: space-evenly;
    gap: 0px !important;!i;!;
}
.popup-close {
    margin-left: auto;
    padding-right: 35px;
    padding-top: 5px;
}
}
@media (min-width: 992px) {
    .search-filters_div .dropdown-content {
        height: 370px;
    }
}