.catalog form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #000;
    font-family: "FFMarkBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    background: #FFF;
}
.catalog .form-wrapper {
    display: flex;
    max-width: 500px;
    background-color: #FFF;
    margin: auto;
    max-width: 500px;
    width: 100%;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.catalog .form-wrapper p.privacy {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    line-height: 21px;
    margin-top: 24px;
}
.catalog .form-flex-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.catalog .form-flex-col {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.catalog .required {
    color: #FF0000;
    font-size: 14px;
    line-height: 19px;
    font-family: 'FFMarkBold';
}
.catalog .form-flex-col input {
    max-width: 213px;
}
.catalog .genres-cols {
    columns: 3;
}
.catalog .filter-options [type=checkbox]:not(:checked) {
    display: inline-block;
    height: 23px;
    width: 23px!important;
    margin: 0;
    background: transparent;
    border: 1px solid #d2d2d2;
    padding: 0px!important;
    border-radius: 4px;
}
.catalog .filter-options [type=checkbox]:checked  {
    display: inline-block;
    height: 23px;
    width: 23px!important;
    margin: 0;
    border: 1px solid #d2d2d2;
    padding: 0px!important;
    border-radius: 4px;
    background: #991bb0 url('/wp-content/uploads/2024/06/check-filter-bdcatalog.svg') no-repeat center center;
    background-size: 11px;
}
.catalog .filter-options [type=checkbox]:checked {
    display: inline-block;
    height: 23px;
    width: 23px;
    margin: 0;
    border: 0px ;
}
.catalog input[type="text"], .catalog  input[type="email"], .catalog input[type="email"], .catalog  select, .catalog .hs-input, .catalog  input, .catalog  select, .catalog textarea, .catalog  input#name  {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    margin: 8px 0px 0px 0px;
    padding: 13px 20px;
    border: 0px;
    height: 46px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0px;
    font-family: 'FFMarkMedium';
    background:  #F5F5F8;
    width: 100%;
}
.catalog .genres-cols {
    gap: 24px;
}
.catalog .genres-cols.three-cols {
    columns: 3;
}
.catalog textarea {
    height: 80px;
}
.catalog span#checkedCountFW, 
.catalog span#checkedCountWurlAds, 
.catalog span#emotionsCheckedCount, 
.catalog span#checkedCount, 
.catalog span#emotionsCheckedCountFW, 
.catalog span#emotionsCheckedCountWurlAds, 
.catalog span#genresCheckedCount, 
.catalog span#genresCheckedCountFW, 
.catalog span#genresCheckedCountWurlAds, 
.catalog span#advertiserVerticalCheckedCount, 
.catalog span#advertiserVerticalCheckedCountFW,
.catalog span#advertiserVerticalCheckedCountWurlAds {
    color: #991bb0;
    padding: 3px 8px;
    margin: 0px 8px;
    border-radius: 4px;
    background: #f4ebf9;
    text-align: center;
    font-family: 'FFMarkBook';
    font-weight: 100;
}
/* carousel of logos */
@keyframes slidein {
    from { transform: translateX(0); }
    to { transform: translateX(-2593px); } /* Each image is 224px wide, 12 images total 2688px */
}
.carousel-container {
    overflow: hidden;
    width: 1120px; /* Width to show exactly 5 images (5 x 224px) */
    height: 64px!important;
    position: relative;
    margin: auto;
}
.carouselPress {
    display: flex;
    white-space: nowrap;
    position: absolute;
    animation: slidein 30s linear infinite;
    width: auto; /* Width automatically adjusts to fit all children inline */
    gap: 64px;
}
.carouselPress-page {
    display: flex;
    white-space: nowrap;
    position: absolute;
    animation: slidein 30s linear infinite;
    width: auto; /* Width automatically adjusts to fit all children inline */
    gap: 64px;
}
.carousel-p {
    color: var(--Alpha-White-a60, rgba(255, 255, 255, 0.60));
    text-align: center;
    font-family: "FFMarkBold";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}
.carousel-bd-p {
    text-align: center;
    font-family: "FFMarkBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 40px;
}
.carouselPress img {
    width: auto; 
    max-height: 30px;
}
.carouselPress-page img {
    width: auto; 
    max-height: 50px;
}
 .carouselPress-container-wrapper {
    width: 100%;
    background-color: #000;
    padding: 64px 0px 24px;
}
.carouselBD-container-wrapper {
    width: 100%;
    background-color: transparent;
    padding: 0px 0px 96px;
}
.catalog select#sspSelector {
    width: 225px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.catalog input[type=submit] {
    background-color: #5EE3B9;
    color: #000;
    margin: 0px;
    border: 0px;
    border-radius: 4px;
    padding: 16px 20px;
    height: 48px!important;
    line-height: 16px!important;
}
.catalog .button-to-top {
    width: 100%;
    padding: 16px 32px;
    font-size: 16px;
    background-color: white; 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; 
    margin-top: 8px;
    border: 2px solid  #991BB0;
    color: #991BB0;
    cursor: pointer;
    opacity: 1;
}
.catalog .button-to-top:hover {
    opacity: 0.5;
}
.catalog .button-to-top-img {
    width: 24px;
    display: inline-block;
    opacity: 1;
}
.catalog [type="checkbox"]:not(:checked), .catalog [type="checkbox"]:checked {
    display: inline-block;
    height: 23px;
    width: 23px;
}
.catalog #deal-id-container {
    color: rgba(0, 0, 0, 0.40);
    font-family: "FFMarkMedium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    display: flex;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row-reverse;
}
.catalog #deal-id-container input[type="text"] {
    background: transparent;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    margin: 0px;
    padding: 16px 0px 16px 16px;
    border: 0px;
    height: 46px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0px;
    font-family: 'FFMarkMedium';
}
.catalog .include-deal-id {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.catalog th {
    background-color: #e2c9ee;
    padding: 24px;
    position: sticky;
    top: 0;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    font-family: 'FFMarkHeavy';
    z-index: 2;
}
.catalog td {
    background-color: rgba(245, 245, 248, 1);
    padding: 24px;
    font-family: 'FFMarkBook';
    font-size: 18px;
    line-height: 27px;
}
.catalog table.custom-package-table {
    width: 100%;
    border-spacing: 4px;
}
td.name-description {
    background: rgba(21, 0, 86, 0.08)!important;
}
.catalog th.name-description {
    width: 372px;
    background: #ca9bdf;
    text-align: left;
}
.catalog   .centered-content {
    text-align: center;
    vertical-align: middle;
}
#custom-deal-id-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9; /* Light grey background, adjust as needed */
    border-top: 1px solid #ddd; /* Light grey border, adjust as needed */
    padding: 10px 0; /* Add some padding */
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* Optional: Adds a subtle shadow */
    display: none; /* Start hidden */
    z-index: 1000; /* Ensure it sits above other content */
    height: 100px;
    color: #000;
}
#fwinput {
    display: none;
}
#selected-custom-ids-packages {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0; /* Light gray background, adjust as needed */
    display: none; /* Initially hidden */
    z-index: 100; /* Ensure it sits above other content */
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2); /* Optional: adds a slight shadow for depth */
    padding: 20px; /* Padding for inner content */
    box-sizing: border-box; /* Ensures padding is included in the height */
}
div#deal-id-container-popup {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
#selected-custom-ids-packages p {
    display: inline-block;
    font-family: "FFMarkBold";
    font-size: 16px;
    line-height: 16px;
}
.selected-custom-ids-packages-inner {
    display: flex;
    gap: 24px;
    align-items: center;
}
.selected-custom-ids-packages-inner button {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.selected-custom-ids-packages-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog .next-step-button button {
    background-color: #991BB0;
    color: #fff;
    padding: 16px 32px;
    border-radius: 4px;
    min-width: max-content;
    opacity: 1;
    cursor: pointer;
}
.catalog .next-step-button button:hover {
    opacity: 0.5;
}
.catalog .deal-name {
    font-size: 18px;
    font-family: 'FFMarkBold';
    line-height: 27px;
}
.catalog .deal-desc {
    font-family: "FFMarkBook";
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.catalog .form-outter {
    padding: 120px;
    background: #F5F5F8;
}
.catalog .form-outter h3 {
    padding-bottom: 40px;
    max-width: 800px;
    text-align: center;
}
.catalog #catalog-outter-ssp1, .catalog #catalog-outter-ssp2, .catalog #catalog-outter-ssp3, .catalog #catalog-outter-ssp4, .catalog #catalog-outter-ssp5 {
    padding: 64px 120px 96px
}
.catalog .gradient-line-top {
    background: linear-gradient(90deg, #004BFF 0%, #991BB0 72.82%);
    height: 4px;
    width: 100%;
    margin: auto;
    max-width: 500px;
}
.catalog  .catalog-ssp { 
    display: none; 
}
.catalog select#sspSelector {
    appearance: none;
    background-image: url(/wp-content/uploads/2024/03/selector.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
}
.catalog .ssp-selector {
    padding: 24px 120px 64px;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.catalog .intro-wrapper {
    background-color: rgba(78, 0, 71, 1);
    color: #fff; 
    background-image: url(/wp-content/uploads/2024/03/illo_brand_discovery_catalog_bg-1.svg);
    background-position: bottom center;
}
.catalog .intro-inner {
    display: flex;
    max-width: 1440px;
    padding: 192px 120px 120px;
    margin: auto;
    gap: 80px;
}
.catalog .intro-inner h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 69px; 
    letter-spacing: -1.2px;
    font-family: 'FFMarkHeavy';
}
.catalog .intro-inner .logo img {
    width: 261px;
    width: auto;
    padding-bottom: 8px;
}
.catalog .intro-inner p {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    font-family: "FFMarkBook";
}
.catalog .intro-inner-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.catalog .intro-inner-right {
    align-self: center;
}
.catalog .logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    gap: 96px;
}
.catalog .logo-row  img {
   height: 40px;
}
.catalog .logo-row-wrapper-p {
    color: rgba(255,255,255,.6)!important;
    margin: auto;
    margin-bottom: 40px;
    font-family: 'FFMarkBold';
    font-size: 21px;
    line-height: 28px; 
}
.catalog .logo-row-wrapper {
    display: flex;
    background-color: #000;
    padding: 48px 0px;
    gap: 40px;
    flex-direction: column;
}
.catalog .features-wrapper {
    background:  #F5F5F8;
    width: 100%;
}
.catalog .features-wrapper .features-columns {
    max-width: 1440px;
    margin: auto;
    display: flex;
    gap: 32px;
    padding: 96px 120px;
}
.catalog .features-wrapper .features-columns-inner {
    gap: 24px;
}
.catalog .features-wrapper .features-columns-inner img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}
.catalog .features-title {
    font-size: 24px;
    font-family: 'FFMarkBold';
    line-height: 30px;
}
.catalog .features-info {
    font-size: 18px;
    font-family: 'FFMarkBook';
    line-height: 27px;
    padding-top: 8px;
}
.catalog .reset-btn {
    color: var(--Plum-300, #991BB0);
    text-align: center;
    font-family: "FFMarkBook";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    cursor: pointer;
}
/* Hide the default checkbox */
.catalog .custom-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}
  .catalog .custom-checkbox .checkmark:hover {
    border: 2px solid  rgba(183, 121, 212, 0.25);
}
label.custom-checkbox {
    top: -5px;
    position: relative;
    display: block;
    height: 21px;
    width: 21px;
    margin: auto;
}
.catalog .custom-checkbox [type=checkbox]:not(:checked):hover+span:before {
    /* border: 1px solid rgba(183, 121, 212, .25) !important; */
    background: rgba(183, 121, 212, .25);
    /* border: 0 !important; */
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
}
.catalog .custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    border: 1px solid #d2d2d2;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
.catalog .custom-checkbox input[type=checkbox]:checked+.checkmark {
    background-color: #991bb0;
    border: 2px solid #991bb0;
} 
  /* Style for when the checkbox is checked */
.catalog .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #991BB0;
}
  /* Checkmark icon */
.catalog .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  /* Style the checkmark icon */
.catalog .custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
}
.custom-checkbox  [type="checkbox"]:not(:checked)+span, .custom-checkbox  [type="checkbox"]:checked+span {
    position: relative;
    padding-left: 18px!important;
    cursor: pointer;
    line-height: 1.5em;
}
.custom-checkbox input[type="checkbox"]+span:before, .custom-checkbox input[type="checkbox"]+span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    box-sizing: border-box;
    border: 0px!important;
}
.catalog .ssp-selector-pre-wrapper {
    padding: 96px 120px 64px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: auto;
    text-align: center;
}
.catalog .ssp-selector-pre-wrapper .title {
    font-size: 36px;
    font-family: 'FFMarkBold';
    line-height: 45px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.catalog .ssp-selector-pre-wrapper p {
    font-size: 21px;
    font-family: 'FFMarkBook';
    line-height: 28px;
    padding-top: 18px;
}
.catalog .ssp-selector-pre-wrapper span {
    color:  #991BB0;
    display: block;
}
.catalog .ssp-selector-intro {
    font-size: 24px;
    line-height: 30px;
    font-family: 'FFMarkBold';
}
.catalog .copy-button {
    padding: 8px 18px;
    border: 1px solid #000;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
    width: 100%;
    cursor: pointer;
    text-align: left;
    align-items: left;
    align-content: flex-start;
    font-size: 18px;
    line-height: 27px;
    justify-content: flex-start;
    min-height:72px;
    transition: text-align 0s !important;
}
.copy-button:hover {
    padding: 8px 16px;
    border: 1px solid #666;
    color: #969696;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid var(--Grayscale-300, #969696);
    justify-content: center;
    align-items: center;
    min-height:72px;
    align-content: center;
}
.catalog .hidden-selector {
    color: red;
    font-size: 10px;
    display: flex;
    line-height: 10px;
    text-transform: italic;
    font-style: italic;
}
.catalog .filters {
    max-width: 200px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 24px;
    border: 1px solid #666666;
    justify-content: flex-start;
}
.catalog .catalog-scroll {
    max-height: 920px;
    height: calc(100vh - 280px) !important;
    overflow: scroll;
    margin: auto;
    max-width: 1200px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* For Webkit browsers */
    scrollbar-width: auto; /* For Firefox */
    scrollbar-color: #B779D4 #F5F5F8 ; /* For Firefox */
}
.catalog .catalog-scroll::-webkit-scrollbar {
    width: 16px; /* Adjust the width of the scroll bar */
}
.catalog .catalog-scroll::-webkit-scrollbar-track {
    background: #F5F5F8; 
}
.catalog .catalog-scroll::-webkit-scrollbar-thumb {
    background-color: #B779D4; 
    border-radius: 24px;
    border: 3px solid #F5F5F8;
    min-height: 58px;
}
.checked-row {
    background-color: rgba(183, 121, 212, 0.15);
}
.catalog #deal-id-container-popup div {
    border: 1px solid #000!important;
    border-radius: 4px;
    display: flex;
}
.catalog #deal-id-container-popup input {
    color: #000;
    border: 1px solid transparent;
    margin: 0px 5px 0px 0px;
    padding: 13px 20px;
    border: 0px;
    height: 46px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0px;
    font-family: 'FFMarkMedium';
    border-radius: 4px;
    background: transparent;
}
.catalog .selected-custom-ids-packages-inner button {
    background-color: transparent;
    color: #000;
    margin-right: 12px;
}
.catalog button#resetAllCheckboxesButton {
    margin: 16px;
    font-size: 20px;
    align-self: flex-end;
}
.catalog .hidden-form {
    display: none!important;
}
.catalog .catalog-ssp-select {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.catalog .catalog-ssp-select img {
    width: 100%;
}
.catalog div#deal-id-container-plus-reset-flex {
    display: flex;
    background-color: rgba(183, 121, 212, 0.30);
    padding: 16px;
    font-size: 30px;
    align-items: center;
    border-radius: 4px;
}
.catalog .form-thank-you {
    display: none;
}
.catalog #form-thank-you {
    padding: 120px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    max-width: 800px;
}
.catalog #form-thank-you {
    max-width: 100%;
    background:  #F5F5F8;
    margin: 120px auto;
}
.catalog #form-thank-you-flex {
    padding: 120px 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 800px;
    gap: 16px;
}
.catalog #form-thank-you h1 {
    font-size: 36px;
    font-style: normal;
    line-height: 45px; 
    font-family: 'FFMarkBold';
}
.catalog #form-thank-you p {
    font-size: 24px;
    line-height: 30px;
    font-family: 'FFMarkBook';
    text-align: center;
}
.catalog #form-thank-you .button-reload-page {
    border-radius: 4px;
    background: var(--Plum-300, #991BB0);
    padding: 16px 32px;
    color: #fff;
    margin-top: 24px;
    max-width: max-content;
    text-align: center;
    font-family: "FFMarkHeavy";
    font-size: 16px;
    line-height: 16px;
    opacity: 1;
}
.catalog #form-thank-you .button-reload-page:hover {
    opacity: 0.5;
}
.table-wrapper {
    padding:0px 120px 96px
} 
.filter-toggle-icon {
    transition: transform 0.1s ease;
}
.catalog .filter-toggle-icon.rotated {
    transform: rotate(180deg);
}
.filter-checkbox {
    appearance: none; /* Remove default checkbox styling */
    -webkit-appearance: none; /* Remove default checkbox styling for Safari */
    border: 1px solid #d2d2d2; 
    width: 16px; 
    height: 16px; 
    display: inline-block; 
    vertical-align: middle; 
    margin-right: 8px; 
    cursor: pointer; 
}
.filter-checkbox:checked {
    background-color: #d2d2d2; /* Background color when checked */
}
.filter-checkbox:focus {
    outline: none; /* Remove outline on focus */
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); 
}
.catalog .filter-toggle-icon img {
    width: 16px;
    display: inline-block;
}
.catalog .filters-wrapper [type=checkbox]:not(:checked), .catalog .filters-wrapper [type=checkbox]:checked {
    display: inline-block;
    width: fit-content;
    margin: 0;
}
.catalog .filters-wrapper {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    gap: 16px;
    margin: 24px auto !important;
    max-width: 1200px;
    position: relative;
    align-items: center;
    padding: 4px;
    flex-wrap: wrap;
    line-height: 23px;
}
.catalog .filters-wrapper  [type=checkbox]:not(:checked), .catalog .filters-wrapper [type=checkbox]:checked {
    display: inline-block;
    height: 23px;
    width: fit-content;
    margin: 0px;
}
.filter-options {
    display: flex;
    align-items: center;
    row-gap: 24px;
    column-gap: 16px;
    font-family: 'FFMarkBook';
    min-width: max-content;
    padding: 12px 0px;
}
.filter-title h4, .filter-title-intro h4  {
    font-family: 'FFMarkBook';
    font-size: 16px;
    max-width: max-content;
    font-weight: 450;
}
.catalog .filter-title {
    border-radius: 20px;
    border: 1px solid var(--Alpha-Black-a20, rgba(0, 0, 0, .2));
    padding: 12px 16px;
    display: flex;
    width: 225px;
    justify-content: space-between;
    align-items: center;
    min-width: max-content;
}
.catalog .catalog-filter-wrapper {
    display: none;
    position: sticky;
    top: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 2px 6.8px 0px rgba(0, 0, 0, .15);
    padding: 28px 40px;
    margin-top: 60px;
    position: absolute;
    z-index: 10;
}
.catalog-filter-wrapper.show {
    display: block; /* Keep it visible when class 'show' is added */
}
.catalog .highlight-td {
    background-color: rgba(21, 0, 86, .08)!important;
}
.catalog div#deal-id-container-plus-reset {
    display: none;
}
@media only screen and (max-width:834px) {
    .carouselBD-container-wrapper {
        width: 100%;
        background-color: transparent;
        padding: 0px 0px 80px;
    }
    .carousel-container {
        max-width: 90%;
    }
    .catalog .filters-wrapper {
        display: flex;
        flex-direction: column;
        align-content: center;
        gap: 16px;
        margin: 24px auto !important;
        max-width: 1200px;
        position: relative;
        align-items: center;
        padding: 4px;
        flex-wrap: wrap;
        line-height: 23px;
    }
    .catalog .intro-inner {
        display: flex;
        padding: 160px 48px;
        margin: 0px auto 0px;
        gap: 40px;
    }
    .catalog .features-wrapper .features-columns, .catalog .ssp-selector-pre-wrapper  {
        display: flex;
        padding: 80px 48px;
        margin: 0px auto;
        gap: 40px;
    }
    .catalog .ssp-selector-pre-wrapper p {
        text-align: center;
    }
    .catalog .ssp-selector-intro {
        text-align: center;
    }
    .catalog .form-outter {
        display: flex;
        padding: 80px 48px;
        gap: 0px;
        flex-direction: column;
    }
    .table-wrapper {
        padding: 0px 48px;
    }
}
@media only screen and (max-width:781px) {
    .carouselBD-container-wrapper {
        width: 100%;
        background-color: transparent;
        padding: 0px 0px 64px;
    }
    .catalog .intro-inner  {
        display: flex;
        padding: 144px 32px;
        gap: 40px;
        margin-top: 0px;
    }
    .catalog .features-wrapper .features-columns, .catalog .ssp-selector-pre-wrapper  {
        display: flex;
        padding: 64px 32px;
        gap: 40px;
    }
    .catalog .form-outter {
        display: flex;
        padding: 64px 32px;
        gap: 0px;
        flex-direction: column;
    }
    .table-wrapper {
        padding: 0px 32px;
    }
}
