























:root {

    --neutral-1: #171717;
    --neutral-2: #484848;
    --neutral-3: #6B6B6B;
    --neutral-4: #B3B3B3;
    --neutral-5: #DFDFDF;
    --neutral-6: #ECECEC;
    --neutral-7: #E2E2E2;
    --neutral-8: #F7F7F8;
    

    --body_font: Poppins, sans-serif;
    --heading_font: Poppins, sans-serif;
    --primary_transition: .4s;
}
body{font-family: var(--body_font); font-weight:400; font-size:18px; line-height:27px; color: var(--neutral-2); }

/* Paragraphs */
strong{font-weight:700;}
a{ transition: var(--primary_transition); text-decoration:none; color:var(--link_text);}
a:hover, a:focus{text-decoration:none; color:var(--theme-5); }

p{margin:0 0 15px 0;}
p:last-child{margin:0;}

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-uppercase{text-transform:uppercase;}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6{color:#fff;}

ul li, ol li{ line-height: 29px; }
.ul-style ul { padding-left: 30px; margin-bottom: 0; list-style: none; }
.ul-style ul li { position: relative; }
.ul-style ul li:before { width: 5px; height: 5px; background: var(--neutral-2); border-radius: 50%; position: absolute; content: ''; top: 12px; left: -15px; }
.ul-style ul li + li { margin-top: 8px; }



h1, h2, h3, h4, h5, h6 { margin-top:0px; margin-bottom:15px; color: var(--theme-4); }
h1, .h1 { font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none; font-size:36px; line-height:48px; }
h2, .h2 { font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none; font-size:30px; line-height:39px; }
h3, .h3 { font-family: Poppins; font-style: normal; font-weight: 600; text-decoration: none; font-size:24px; line-height:34px; }
h4, .h4 { font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none; font-size:20px; line-height:29px; }
h5, .h5 { font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none; font-size:18px; line-height:27px; }
h6, .h6 { font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none; font-size:16px; line-height:24px; }

@media (max-width:991px){
    .ul-style ul li { font-size: 16px; line-height: 24px; }
}

a.cta_button{box-sizing: border-box !important;}


[class*="button-"] a{border: none; padding:9.5px 30px; display:inline-block;font-size:15px;font-weight:700;min-width:168px;text-align:center;border-radius: 8px; text-transform: uppercase;} 

.button-1 a{background-color: var(--btn_bg);color:var(--btn_color);}
.button-1 a:hover{background-color:var(--btn_hover_bg);}
.button-1 a span { transition: var(--primary_transition); display: inline-block;  }
.button-1 a:hover span { transform: scale(1.1); }


@media (max-width:1199px){
    [class*="button-"] a{padding:8px 15px;}
}

@media (max-width:767px){
    [class*="button-"] a{font-size: 14px;}
}
input { font-family: Poppins; }

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1;color:;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1;color:;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;color:;}

.default-form .hs-error-msgs label.hs-error-msg { display: block; font-size: 11px; line-height: normal; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px); padding: 0; color: #FF0000; }
ul.hs-error-msgs.inputs-list {list-style: none;padding: 0;font-size: 12px;color: red;margin-top: -18px;}
textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family:Poppins; color:var(--neutral-2); background-color:#FFFFFF; border:1px solid var(--neutral-7); padding:10px 15px; margin:0 0 15px 0; font-size:11px; font-weight:300; width:100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
select {cursor:pointer; font-size:11px; padding:10px 30px 10px 15px; font-family:Poppins; color:; background:#fff url(https://49758771.fs1.hubspotusercontent-na1.net/hubfs/49758771/Progyny/Images/chevron-down.svg) no-repeat right 18px center / 8px auto; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
select::-ms-expand{display:none;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

input[type="submit"]{background-color:var(--btn_bg);color:var(--btn_color);border:none;border-radius:8px; transition: var(--primary_transition); display:inline-block;font-size:15px;font-family:Poppins;font-weight:700;min-width:168px;padding:12px 30px;-webkit-appearance: none;text-align:center;cursor:pointer;text-transform:uppercase;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:var(--btn_hover_bg);}


/* Default Form Code */
.default-form .hs-form { font-size: 11px; font-weight: 300; line-height: 17px; color:var(--neutral-2); }
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inline-block;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form label{display:block;padding:0 0 15px;}
.default-form .hs-form label:has(span:empty) { display: none; }
.default-form .hs-form fieldset{border:none;margin:0;max-width:none;padding:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -8px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 16px); margin:0 8px; float:left;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -8px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 16px); margin:0 8px; float:left;}
.default-form .hs-form .hs_submit{padding:6px 0 0;text-align:center;}
.default-form .hs-form .legal-consent-container{font-size:13px;padding:17px 0 0;}
.default-form .hs-form .inputs-list{list-style:none;margin:0; padding:0;}
.default-form .hs-form .inputs-list input[type="checkbox"]{opacity:0;position:absolute;}
.default-form .hs-form .inputs-list span{margin:0;padding:4px 0 0 30px;position:relative; cursor:pointer;display: inline-block;line-height:17px;}
.default-form .hs-form .inputs-list span > a { color:var(--neutral-2); text-decoration: underline; text-decoration-skip-ink: auto; }
.default-form .hs-form .inputs-list span > a:hover { text-decoration: none; }
.default-form .hs-form .inputs-list span:after{background-color:#FFF; border:solid 1px var(--neutral-7); content:'';height:15px;left:0;position:absolute;top:7px;width:17px;}
.default-form .hs-form .inputs-list span:before{border-bottom:2px solid var(--theme-5);border-left:2px solid var(--theme-5);content:'';height:3px;left:5px;position:absolute;top:12px;transform:rotate(-41deg);width:8px;z-index:1;}
.default-form .hs-form .inputs-list span:before{border-bottom-width:0; border-left-width:0;}
.default-form .hs-form .inputs-list input[type="checkbox"]:checked + span:before{border-bottom-width:2px; border-left-width:2px;}
.default-form .hs-form .inputs-list span span{display:none;}
.default-form .hs-form fieldset[class*="form-columns-"] select{width:100% !important;}
.default-form div.hs_error_rollup{display: none;}
@media (max-width:1199px){
    input[type="submit"] { padding: 8px 15px; }
}
@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0; float:none;}
    .default-form .hs-form fieldset .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
    .default-form .hs-form fieldset.form-columns-2 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
    .default-form .hs-form fieldset.form-columns-3 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){width:100%;}
    .default-form .hs-form label{padding:0;}
}
.submitted-message{text-align:center;color:#155724;background-color:#d4edda;border-color:#c3e6cb;position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid #c3e6cb;border-radius:.25rem;}
.submitted-message p{margin:0 !important;}
@media (max-width:767px){
    input[type="submit"]{font-size: 14px;}
}
footer.footer { background: var(--theme-5); padding: 14px 0 8px; }
footer.footer .inner { gap: 125px; }    
footer.footer .logo { line-height: 0; max-width: 100px; }
footer.footer .logo a { display: inline-block; }
footer.footer  .right-content { gap: 12px; }
footer.footer .footer-menu ul { display: flex; flex-wrap: wrap; align-items: center; list-style: none; padding: 0; margin: 0; gap: 12px; }
footer.footer .footer-menu ul li a { font-size: 10px; line-height: 20px; font-weight: 300; color: #fff; text-decoration: underline; }
footer.footer .footer-menu ul li a:hover{ text-decoration: none; }
footer.footer .right-content .content { font-size: 10px; line-height: 20px; color: #fff; }
footer.footer .footer-menu ul li { line-height: 0; }

@media (max-width:1199px){
    footer.footer .inner { gap: 16px; flex-direction: column; }
    footer.footer .right-content { flex-direction: column; gap: 16px; }
    footer.footer .footer-menu ul{ justify-content: center; }
}

*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px;}

.container{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; }

img{height:auto; max-width:100%;}

.fancybox-slide .fancybox-content{overflow:visible !important;}
.fancybox-slide .fancybox-close-small{ background:#fff; border-radius:100%; height:30px; opacity:1; padding:2px; right:0; top:-38px; width:30px; }
.fancybox-slide .fancybox-close-small svg{ color: var(--link_text) !important;opacity: 1;stroke-width: 3px; }

.swiper-pagination span.swiper-pagination-bullet { background: rgb(from #fff r g b / 50%); transition: var(--primary_transition); height: 10px; width: 10px; opacity: 1; }
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active { background: var(--theme-5); }

.swiper-button-prev, .swiper-button-next { width: 32px; height: 32px; margin: unset; background: url(https://49758771.fs1.hubspotusercontent-na1.net/hubfs/49758771/Progyny/Images/caret-icon.svg) no-repeat center; }
.swiper-button-next { transform: scaleY(-1); }
.swiper-button-prev:after, .swiper-button-next:after { display: none; }



/* CSS start from here */
.eyebrow{ font-weight: 600; color: var(--theme-5);}
.eyebrow.light-text{ color: var(--theme-1_5); }

.custom-nav { display: inline-flex; }
.custom-nav .swiper-button-next {  transform: rotate(90deg); }
.custom-nav .swiper-button-prev { transform: rotate(270deg); }
.custom-nav .swiper-button-next:after, .custom-nav .swiper-button-prev:after { display: none; }
.custom-nav .swiper-button-next, .custom-nav .swiper-button-prev { flex-shrink: 0;  }
.custom-nav .swiper-pagination { gap: 8px; display: inline-flex; }
.custom-nav .swiper-button-prev, .custom-nav .swiper-button-next, .custom-nav  .swiper-pagination { position: static; }
.slider-nav .swiper-button-next,  .slider-nav .swiper-button-prev, .slider-nav .swiper-pagination { position: static; }

.banner { background: var(--theme-3); overflow: clip; position: relative;; }
.banner .top-stripe { padding: 17px 0; min-height:75px; position: relative; z-index: 2; }
.banner .top-stripe .logo { line-height: 0; }
.banner .inner { padding: 17px 0; gap: 20px; }
.banner .inner .left { max-width: 530px; width: 100%; position: relative; z-index: 2; }
.banner .inner .button-1 { margin-top: 24px; }
.banner .inner .right { max-width: 387px; width: 100%; flex-shrink: 0; }
.banner .inner .right .image { line-height: 0; }
.banner .image { position: relative; }
.banner .image:before { position: absolute; content: ''; width: 739px; height: 739px; top: -454px; right: -351px; background: rgb(from #fff r g b / 14%); border-radius: 50%; z-index: 1; }
.banner .image:after { position: absolute; content: ''; width: 739px; height: 739px; bottom: -405px; right: -140px; background: rgb(from var(--theme-4) r g b / 20%); border-radius: 50%; z-index: 1; }
.banner .image img{ position: relative; z-index: 2; }

.banner-v2 .inner { background: var(--theme-3); height: 548px; overflow: clip; }
.banner-v2 .left { padding: 17px 46px 17px calc((100% - 1310px) / 2); }
.banner-v2 .left-inner { padding-left: 52px; }
.banner-v2 .logo { line-height: 0; margin-bottom: 62px; }
.banner-v2 .logo a { display: inline-block; }
.banner-v2 .button-1 { margin-top: 30px; }
.banner-v2 .image { width: 50vw; line-height: 0; flex-shrink: 0; }
.banner-v2 .image img { width: 100%; height: 100%; object-fit: cover; }

.popup-form { width: 622px !important; min-height: 561px !important; height: auto !important; border-radius: 35px; padding: 50px 42px 85px; }
.popup-form .h2 { color: var(--theme-4); }
.popup-form .title-part .content { font-family: var(--body_font); }
.popup-form .popup-row { gap: 32px; margin-top: 32px; }
.popup-form .popup-row .form-wrapper { width: 100%; /* max-width: 262px; */ }
.popup-form .popup-row .image { width: 185px; flex-shrink: 0; line-height: 0; margin-right: 28px; }
.popup-form .popup-row .image img { box-shadow: 0 4px 23.1px 0 rgba(107, 107, 107, 0.70); }

.banner.banner-persona::after { bottom: -268px; right: 73px; }
.banner.banner-persona .inner { padding: 42px 0 70px; }
.banner.banner-persona .inner .left .tltle-part { margin-top: 30px; }
.banner.banner-persona .right { max-width: 496px; }



.video-banner { position: relative; z-index: 2; overflow: clip; padding-bottom: 30px; background: var(--theme-3); }
.video-banner:before, .video-banner:after { border-radius: 50%; content: ""; height: 739px; position: absolute; width: 739px; }
.video-banner:before { background: rgb(from #fff r g b / 14%); right: -116px; top: -394px; }
.video-banner:after { background: rgb(from var(--theme-4) r g b / 20%); bottom: -313px; right: 73px; }
.video-banner .bottom-stripe { position: absolute; bottom: 0; left: 0; width: 100%; height: 112px; background: #fff; z-index: 2; }
.video-banner .logo { padding: 19px 0; line-height: 0; }
.video-banner .logo a { display: inline-block; }
.video-banner .video-wrapper { margin: 44px auto 0; max-width: 858px; width: 100%; line-height: 0; position: relative; z-index: 2; aspect-ratio: 16 / 9; }
.video-banner .video-wrapper .video { position: relative; z-index: 2; width: 100%; height: 100%; }
.video-banner .video-wrapper .video:before { position: absolute; content: ''; background: #fff; box-shadow: 0 4px 16.3px 0 rgb(from var(--theme-3) r g b / 25%); z-index: -1; top: -12px; width: calc(100% + 24px); height: calc(100% + 24px); left: -12px; border-radius: 20px; }
.video-banner .video-wrapper iframe { width: 100%; height: 100%; border-radius: 8px; border: none; }

/* .title-content { padding: 52px 0 64px; } */
.title-content .inner { max-width: 830px; margin: 0 auto; }
.title-content .eyebrow { margin-bottom: 10px; }
.title-content .content { margin: 26px auto 0; max-width: 700px; }
.title-content .button-1 { margin-top: 24px; }

.title-content.title-content-v2 .inner { max-width: 890px; }
.title-content.title-content-v2 .content { max-width: 100%; }

.title-content.title-content-custom { padding: 10px 0 66px; }

.cta-stripe { background: var(--theme-4); }
.cta-stripe .inner { max-width: 1150px; width: 100%; margin: 0 auto; gap: 30px; }
.cta-stripe .box { width: 205px; height: 205px; border-radius: 50%; flex-shrink: 0; flex-direction: column; border: 15px solid #fff; padding: 10px; background: var(--theme-3); margin: -35px 0; }
.cta-stripe .box .count { font-size: 62px; line-height: 67px; }
.cta-stripe .box .content { font-size: 12px; line-height: 20px; font-weight: 500; }
.cta-stripe .right-part { gap: 22px; padding: 10px 0; }
.cta-stripe h2 { margin: 0; }
.cta-stripe .right-part .button-1 { flex-shrink: 0; }

/* .two-column-image { padding: 80px 0 100px; } */
.two-column-image .inner { max-width: 1240px; width: 100%; margin: 0 auto; gap: 32px; }
.two-column-image .image { width: 570px; height: 570px; flex-shrink: 0; border-radius: 50%; overflow: hidden; }
.two-column-image .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.two-column-image .right-content { max-width: 610px; width: 100%; }
.two-column-image .title-part h2 { margin-top: 8px; }
.two-column-image .right-content .content { margin-top: 36px; }
.two-column-image .right-content .content a { font-weight: 600; }

.logo-slider { /* padding: 35px 0 27px; */ background: var(--theme-0); overflow: clip; }
.logo-slider .slider-wrapper{ margin-top: 20px; }
.logo-slider .logoSlider { overflow: visible; }
.logo-slider .logoSlider .swiper-wrapper { transition-timing-function: linear !important; }
.logo-slider .slider-wrapper .swiper-slide { width: auto; }
.logo-slider .slider-wrapper .box { width: 120px; height: 78px; display: flex; align-items: center; justify-content: center; }
.logo-slider .slider-wrapper .box img { filter: grayscale(100%); }
.logo-slider .slider-wrapper .swiper-button-next, .logo-slider .slider-wrapper .swiper-button-prev { display: none; }

.testimonial { background: var(--theme-3); overflow: clip; position: relative; }
.testimonial:before { position: absolute; content: ''; width: 100%; top:0; left:0; height: 257px; z-index: 2; background: linear-gradient(0deg, rgb(from var(--theme-3) r g b / 0%) 2%, var(--theme-3) 79%, var(--theme-3) 100%); }
.testimonial:after{ position: absolute; content: ''; bottom:0; left:0;  width: 100%; height: 257px; z-index: 2; transform: scale(-1); background: linear-gradient(0deg, rgb(from var(--theme-3) r g b / 0%) 2%, var(--theme-3) 79%, var(--theme-3) 100%); }
.testimonial .inner { gap: 30px; }
.testimonial .inner .left { max-width: 475px; width: 100%; position: relative; z-index: 4;  }
.testimonial .inner .left .icon svg path { fill: var(--theme-1_5); }
.testimonial .inner .left .content { font-weight: 300; }
.testimonial .inner .right { min-height: 690px; max-width: 755px; width: 100%; margin: -30px 0; }
.testimonial .testimonialSlider { height: 900px; overflow: visible; }

.testimonial .slider-wrapper .box{ margin: 16px 0; max-width: 679px; width: 100%; }
.testimonial .slider-wrapper .box-inner { background: #fff; border-radius: 35px; height: 100%; margin-left: 44px; gap: 24px; max-width: 635px; width: 100%; transition: var(--primary_transition); } 
.testimonial .slider-wrapper .box-inner .image { width: 190px; height: 190px; border-radius: 50%; flex-shrink: 0; overflow: hidden; border: 10px solid var(--theme-5); margin-left: -44px; transition: var(--primary_transition); }
.testimonial .slider-wrapper .swiper-slide-active .box-inner .image { border-color: #FFFFFF; }
.testimonial .slider-wrapper .box-inner .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.testimonial .box .box-content { padding: 35px 44px 35px 0; }
.testimonial .box .info { font-size: 13px; line-height: 29px; font-weight: 500; color: var(--theme-4); margin-top: 7px; }
.testimonial .slider-wrapper .swiper-slide-active .box-inner { transform: translateX(-67px); background: var(--theme-4); }
.testimonial .swiper-slide-active .box .box-content .content { color: #fff; }
.testimonial .swiper-slide-active .box .box-content .info { color: var(--theme-1_5); }

.testimonial .slider-wrapper .slider-nav { display: inline-flex; flex-direction: column; align-items: center; gap:4px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 10; }
.testimonial .slider-wrapper .slider-nav > div { position: static; }

.testimonial .slider-wrapper .slider-nav .swiper-pagination { transform: unset; display: flex; flex-direction: column; gap: 16px; margin-left: -1px; }
.testimonial .slider-wrapper .slider-nav .swiper-pagination span { display: inline-block; }
.testimonial .slider-wrapper .slider-nav .swiper-pagination span.swiper-pagination-bullet { margin: 0; }

.testimonial.layout2:before{ height: 197px; background: linear-gradient(0deg, rgb(from var(--theme-3) r g b / 0%) 2%, var(--theme-3) 89%, var(--theme-3) 100%); }
.testimonial.layout2:after{ height: 197px; background: linear-gradient(0deg, rgb(from var(--theme-3) r g b / 0%) 2%, var(--theme-3) 89%, var(--theme-3) 100%);  }

.testimonial .inner .right { min-height: 510px; }
.testimonial.layout2 .testimonialSlider { height: 620px; }
.testimonial.layout2 .slider-wrapper .box { margin: 32px 0; }
.testimonial.layout2 .box .box-content { display: flex; justify-content: space-between; width: 100%; align-items: center; padding: 14px 0; gap: 30px; }
.testimonial.layout2 .box .box-content .name{ font-size: 26px; line-height: 1; font-weight: 300; }
.testimonial.layout2 .box .box-content .content { font-size: 16px; line-height: 27px; font-weight: 300; }
.testimonial.layout2 .box .button-1{ padding-right:28px; }
.testimonial.layout2 .box .button-1 a { min-width: unset; white-space: nowrap; }
.testimonial.layout2 .swiper-slide-active .box .box-content .name { color: #fff; }

/* .two-column-image-v2 { padding: 67px 0; } */
.two-column-image-v2 .inner { max-width: 1014px; width: 100%; margin: 0 auto; gap: 32px; }
.two-column-image-v2 .inner.row-reverse { flex-direction: row-reverse; }
.two-column-image-v2 .image { width: 418px; height: 418px; flex-shrink: 0; border-radius: 50%; overflow: hidden; }
.two-column-image-v2 .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.two-column-image-v2 .right-content { max-width: 520px; width: 100%; }
.two-column-image-v2 .title-part h2 { margin-top: 8px; }
.two-column-image-v2 .right-content .content { margin-top: 26px; }
.two-column-image-v2 .right-content .content a { font-weight: 600; }

/* .three-col-cards { padding: 111px 0 90px; } */
.three-col-cards.section-bg { background: var(--theme-0); }
.three-col-cards .inner { margin: 40px -12px 0; row-gap: 32px; }
.three-col-cards .card { padding: 0 12px; width: 33.33%; }
.three-col-cards .card .card-inner { position: relative; height: 100%; }
.three-col-cards .card .card-inner > a { position: absolute; inset: 0; }

.three-col-cards .title-part { max-width: 890px;margin: 0 auto 20px; }

.three-col-cards .card .image { line-height: 0; border-radius: 8px; overflow: hidden; height: 212px; }
.three-col-cards .card .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.three-col-cards .card .card-body { flex-direction: column; height: calc(100% - 236px); margin-top: 24px; }
.three-col-cards .card  h2 { margin-top: 6px; }
.three-col-cards .card .card-body .content { margin-bottom: 24px; }
.three-col-cards .card .card-body .link-text { margin-top: auto; font-weight: 600; color: var(--link_text); }

.three-col-cards .card .card-inner.circle .image { width: 290px; height: 290px; border-radius: 50%; margin: 0 auto; }
.three-col-cards .card .card-inner.circle .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.three-col-cards .card .card-inner.circle .card-body { height: calc(100% - 314px); }
.three-col-cards .card.no-image .card-body { height: 100% !important; }

.custom-tab .tab-pane { display:none; }
.custom-tab .tab-pane.active{ display:block; }


.tab-with-cards.custom-tab .nav-tabs { padding: 16px 0 12px; justify-content: space-evenly; background: var(--neutral-8); box-shadow: 0 4px 8.4px 0 rgba(0, 0, 0, 0.12); }
.tab-with-cards.custom-tab .nav-tabs .tab-nav { max-width: 1096px; margin: 0 -32px; }
.tab-with-cards.custom-tab .nav-tabs .tab-link { flex-grow: 1; font-size: 17px; line-height: 34px; transition: .2s; cursor: pointer; padding:0 10px; }
.custom-tab .nav-tabs .tab-link.active, .custom-tab .nav-tabs .tab-link:hover { font-weight: 600; color: var(--theme-4); }
.tab-with-cards.custom-tab .nav-tabs .tab-link:before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
.tab-with-cards .inner { margin-top: 56px; }
.tab-with-cards .tab-content{ width: 100%; /* padding-bottom: 90px; */ }
.tab-with-cards .tab-content .tab-row { gap: 32px; }
.tab-with-cards .tab-content .tab-row .left { max-width: 952px; width: 100%; }
.tab-with-cards .tab-content .tab-row .right { max-width: 294px; width: 100%; flex-shrink: 0; }
.tab-with-cards .tab-content h2 { margin-bottom: 28px; }
.tab-with-cards .tab-content .card { padding: 20px 12px; border-radius: 35px; border: 3px solid #FFF; box-shadow: 0 4px 11px 0 rgba(107, 107, 107, 0.25); }
.tab-with-cards .tab-content .card + .card { margin-top: 28px; }
.tab-with-cards .tab-content .card .title { font-size: 28px; line-height: 42px; color: var(--theme-3); }
.tab-with-cards .tab-content .card .content { font-size: 14px; line-height: 23px; font-weight: 500; }

.journey {  padding: 50px 0 60px;   background: var(--theme-0); margin-top: 90px; }
.journey .row { gap: 24px; margin-top: 50px; }
.journey .left { max-width: 300px; width: 100%; margin-top: 48px; }
.journey .left .nav-tabs .tab-link { border-bottom: 1px solid var(--theme-1_5); padding: 13px 0; cursor: pointer; transition: var(--primary_transition); }
.journey .left .nav-tabs .tab-link.active{  }
.journey .left .nav-tabs .tab-link.active, .journey .left .nav-tabs .tab-link:hover { font-weight: 600; color: var(--theme-4); }
.journey.custom-tab .nav-tabs .tab-link:before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
.journey.custom-tab .nav-tabs .tab-link:hover:before{ color: var(--theme-4); }
.journey .right { max-width: 954px; width: 100%; border-radius: 35px; overflow: hidden; background: #fff; box-shadow: 0 4px 14.3px 0 rgb(from var(--theme-3) r g b / 25%); }
.journey .right .content-box .content { align-items: flex-start; gap: 42px; padding: 50px 56px 48px 48px; }
.journey .right .content-box .content .image { max-width: 300px; width: 100%; flex-shrink: 0; border-radius: 8px; overflow: hidden; line-height: 0; }
.journey .right .button-1 { margin-top: 32px; }
.journey .slider-stripe { padding: 18px 48px; background: var(--theme-2); }
.journey .slider-stripe .stripe-text { font-size: 16px; line-height: 23px; font-weight: 300; }
.journey  .slider-wrapper { margin: 0 -14px; padding: 30px 48px; background: var(--theme-3); position: relative; }
.journey .slider-wrapper .card-inner { position: relative; padding: 0 14px; }
.journey .slider-wrapper .card-inner a.card-link { position: absolute; content: ''; inset: 0; }
.journey .slider-wrapper .card .image { line-height: 0; }
.journey .slider-wrapper .card .s-content { font-size: 14px; line-height: 22px; margin-top: 12px; }
.journey .slider-wrapper .tab-slider{ position:relative; }
.journey .slider-wrapper .tab-slider:before, .journey .slider-wrapper .tab-slider:after { position: absolute; content: ''; left: 0; top: 0; width: 300px; background: linear-gradient(270deg, rgb(from var(--theme-3) r g b/0) 2%, var(--theme-3) 79%, var(--theme-3) 100%); height: 100%; z-index: 2; }
.journey .slider-wrapper .tab-slider:after { background: linear-gradient(90deg, rgb(from var(--theme-3) r g b/0) 2%, var(--theme-3) 79%, var(--theme-3) 100%); right: 0; left: unset; }
.slider-nav-wrapper { line-height: 0; margin-top: 24px; }


/* .journey.journey-v2{ background: #fff; } */
.no-bg{ background: transparent; }

.journey.journey-v2 { margin: 0; }
.journey.journey-v2 .left { margin-top: 18px; }
.journey.journey-v2 .eyebrow { color: var(--theme-4); font-size: 24px; line-height: 34px; }
.journey.journey-v2 .right { box-shadow: 0 4px 14.3px 0 rgba(107, 107, 107, 0.25); }

/* 20-11-2025 */
.tab-with-cards .journey .inner{ margin: 0; }
.tab-with-cards.custom-tab .journey .nav-tabs { padding: 0; background: transparent; box-shadow: none; }
.tab-with-cards.custom-tab .journey .nav-tabs .tab-nav { max-width: unset; margin: 0; }
.tab-with-cards .journey .tab-content .card { padding: 0; border-radius: unset; border: none; box-shadow: none; }

/* 21-11-2025 */
.top-message-bar { padding: 13.5px 60px; position: relative; z-index: 3; background: var(--theme-5); }
.top-message-bar .content { font-size: 15px; line-height: normal; }
.top-message-bar .content a { color: #fff; font-weight: 600; }
.top-message-bar .content a:hover { text-decoration: underline; }
.top-message-bar .closeBtn { position: absolute; top: 10px; right: 21px; cursor: pointer; }

.banner.banner-market-diff .image:before { right: -210px; }
.banner.banner-market-diff .inner { padding-top: 0; padding-bottom: 40px; margin-top: -25px; }
.banner.banner-market-diff .right { max-width: 459px; }

.journey.journey-single { margin: 0; }
.journey.journey-single h2 { max-width: 865px; margin: 0 auto; }
.journey.journey-single .tab-link .item { gap: 12px; }
.journey.journey-single .row .left { margin: 0; }
.journey.journey-single .left .nav-tabs .tab-link{ padding 0 18px; } 
.journey.journey-single .tab-link .item .icon { width: 65px; height: 65px; line-height: 0; flex-shrink: 0; border-radius: 50%; background: #E5E5E5; border: 5px solid #fff; box-shadow: 0 0 4.3px rgb(from var(--theme-3) r g b / 50%); transition: var(--primary_transition); }
.journey.journey-single .tab-link .item .title { font-size: 15px; line-height: 21px; font-weight: 400; color: var(--neutral-2); transition: var(--primary_transition); }
.journey.journey-single .left .nav-tabs .tab-link .title::before { display: block;content: attr(title);font-weight: bold;height: 0;overflow: hidden;visibility: hidden; }
.journey.journey-single .left .nav-tabs .tab-link:hover .title, .journey.journey-single .left .nav-tabs .tab-link.active .title { font-weight: 600; }
.journey.journey-single .left .nav-tabs .tab-link:hover .icon, .journey.journey-single .left .nav-tabs .tab-link.active .icon { background: var(--theme-3); }
.journey.journey-single .left .nav-tabs .tab-link.icon img { transition: var(--primary_transition); }
.journey.journey-single .left .nav-tabs .tab-link:hover .icon img, .journey.journey-single .left .nav-tabs .tab-link.active .icon img { filter: brightness(0) invert(1); }

.popup-form .title-part .content strong a { color: var(--neutral-2); }
.popup-form .title-part .content strong a:hover{ text-decoration: underline; }
.popup-form .title-part .content > a { font-weight: 600; }

.banner-with-bg-image { position: relative; }
.banner-with-bg-image:before { position: absolute; content: ''; inset: 0; background: rgb(from #000 r g b / 60%); }
.banner-with-bg-image .inner { position: relative; }
.banner-with-bg-image .logo { padding-top: 24px; line-height: 0; }
.banner-with-bg-image .logo a{ display: inline-block; }
.banner-with-bg-image .cotent-box { padding: 20px 0; min-height: 424px; flex-direction: column; }
.banner-with-bg-image .cotent-box h1 { margin-bottom: 10px; }
.banner-with-bg-image .cotent-box .cotnent { max-width: 610px; }
.banner-with-bg-image .cotent-box .button-1 { margin-top: 20px; }

.nav-section-wrapper { position: relative; }
.nav-wrapper { background: var(--neutral-8); box-shadow: 0 4px 8.4px 0 rgba(0, 0, 0, 0.12); }
.nav-wrapper.sticky { position: fixed !important; top: 0; left: 0; right: 0; z-index: 999; }
.nav-wrapper .tab-nav { max-width: 1010px; margin: 0 auto; flex-direction:column; }
.nav-wrapper .tab-nav .nav-value { position: relative; text-align: left; min-height: 44px; font-size: 16px; line-height: 24px; background: var(--theme-4); padding: 10px 40px 10px 20px; color: #fff; font-weight: 600; border-radius: 10px; transition: var(--primary_transition); width: 100%; }
.nav-wrapper .tab-nav .nav-value:before { background: url(https://49758771.fs1.hubspotusercontent-na1.net/hubfs/49758771/Progyny/Images/caret-icon.svg) no-repeat 50%; content: ""; height: 9px; position: absolute; right: 20px; transform: rotate(180deg); transition: var(--primary_transition); width: 14px; top: 18px; }
.nav-wrapper .tab-nav .nav-value.open{ border-radius: 10px 10px 0 0; }
.nav-wrapper .tab-nav .items { width: 100%; display: flex; align-items: center; min-height: 62px; }
.nav-wrapper .tab-nav a { flex-grow: 1; text-align: center; padding: 10px; font-size: 14px; line-height: 29px; color: var(--neutral-2); }
.nav-wrapper .tab-nav a:hover, .nav-wrapper .tab-nav a.active { font-weight: 600; color: var(--theme-4); }
.nav-section-wrapper .nav-wrapper { position: absolute; width: 100%; }
.nav-with-cards { padding: 102px 0 68px; }
.nav-with-cards .title-part { max-width: 810px; width: 100%; margin: 0 auto; }
.nav-with-cards .cards-wrapper { max-width: 910px; margin: 40px auto 0; }
.nav-with-cards .cards-row { margin: 0 -8px; row-gap: 16px; }
.nav-with-cards .cards-row .card { padding: 0 8px; width: 33.33%; }
.nav-with-cards .cards-row .card .card-inner { padding: 24px 12px 20px; border-radius: 35px; box-shadow: 0 4px 11px 0 rgba(107, 107, 107, 0.25); }
.nav-with-cards .cards-row .card .title { font-size: 28px; line-height: 42px; color: var(--theme-3); }
.nav-with-cards .cards-row .card .card-content { font-size: 14px; line-height: 23px; font-weight: 500; }

.results-tabing { /*padding: 50px 0 60px;*/ background: var(--theme-0); }
.results-tabing .row { gap: 24px; margin-top: 50px; width: 100%; }
.results-tabing .left { max-width: 300px; width: 100%; margin-top: 18px; }
.results-tabing.custom-tab .journey .nav-tabs { padding: 0; background: transparent; box-shadow: none; }
.results-tabing.custom-tab .journey .nav-tabs .tab-nav { max-width: unset; margin: 0; }
.results-tabing .left .nav-tabs .tab-link { border-bottom: 1px solid var(--theme-1_5); padding: 13px 0; cursor: pointer; transition: var(--primary_transition); }
.results-tabing .nav-tabs .tab-link:before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
.results-tabing .left .nav-tabs .tab-link.active, .results-tabing .left .nav-tabs .tab-link:hover { font-weight: 600; color: var(--theme-4); }
.results-tabing .right { max-width: 954px; width: 100%; border-radius: 35px; overflow: hidden; background: #fff; box-shadow: 0 4px 14.3px 0 rgb(from var(--theme-3) r g b / 25%); }
.results-tabing .tab-content { width: 100%; }
.results-tabing .right .content-box .content { align-items: flex-start; gap: 70px; padding: 56px 36px 40px 38px; }
.results-tabing .tab-content h2 { margin-bottom: 10px; }
.results-tabing .right .content-box .content .content-left > div { font-size: 16px; line-height: 29px; }
.results-tabing .right .content-box .content .content-left > div.eyebrow{ margin-bottom:10px; }
.results-tabing .right .content-box .content .content-right { max-width: 440px; width: 100%; flex-shrink: 0; }
.results-tabing .right .content-box .content .content-right .title { font-size: 21px; line-height: 36px; font-weight: 600; color: var(--theme-4); }
.results-tabing .right .content-box .content .image { line-height:0; }


.results-tabing .graph-heading {position: relative;font-size: 31px; font-weight: 700; text-align: center; color: var(--theme-4); line-height: 1.16; margin-bottom: 30px; }
.results-tabing .graph-part { margin:5px 0 0; }
.results-tabing .graph-heading:before { content: ""; position: absolute; width: calc(100% - 80px); height: 200px; left: 0; top: 17px; border:1px dashed #BEBABA; border-bottom: 0; margin: 0 auto; right: 0; }
.results-tabing .graph-heading span { background: #FFF; position: relative; padding: 0 12px; }
.results-tabing .graph-row { display: flex; gap: 18px; flex-wrap: wrap;position:relative; }
.results-tabing .graph-row .graph-bx { width: calc(33.33% - 12px); text-align: center; flex-grow: 1; min-height:165px; display: flex; flex-direction: column; justify-content: flex-end; }
.results-tabing .graph-row .graph-inner { color: #fff; padding: 15px 10px; display: flex; flex-direction: column; justify-content: flex-end; transition: height 0.6s ease-out; }
.results-tabing .graph-row .graph-bx .count-text { font-size: 24px; line-height: 1.5; }
.results-tabing .graph-row .graph-bx .heading { font-size: 11px; line-height: 1.2; }
.results-tabing .graph-info{display: flex; gap: 18px; flex-wrap: wrap; margin: 5px 0 0;}
.results-tabing .graph-info .info { font-size: 10px; line-height: 1.4; color: var(--theme-5);width: calc(33.33% - 12px); text-align: center; flex-grow: 1;  }




.solution { /* padding: 75px 0;*/ background: var(--theme-2); }
.solution .inner { max-width: 968px; }
.solution .row { gap: 52px; margin-top: 40px }
.solution .row .image { max-width: 468px; width: 100%; flex-shrink: 0; border: 16px solid #fff; border-radius: 50%; overflow: hidden; line-height: 0; }
.solution .row .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.solution .row .right-part { max-width: 435px; width: 100%; flex-direction: column; gap: 65px; }
.solution .row .solution-card{ gap: 24px;  position: relative; opacity: 0; transition: .5s; }
.solution .row .solution-card.show{ opacity:1; }
.solution .row .solution-card .icon { width: 66px; height: 66px; background: var(--theme-3); flex-shrink: 0; border-radius: 50%; border: 6px solid #fff; position: relative; }
.solution .row .solution-card .content { font-size: 16px; line-height: 26px; font-weight: 600; }
.solution .row .solution-card:before { position: absolute; content: ''; width: 3px; background: var(--theme-1_5); top: 30px; left: 32px; height: 0; transition: 2.4s; }
.solution .row .solution-card:last-child:before { display: none; }
.solution .row .solution-card.show:before { height: 150px; }

/* .why-it-works { padding: 100px 0 140px; } */
.why-it-works .inner { max-width: 1110px; margin: 0 auto; gap: 32px; }
.why-it-works .left-part { max-width: 556px; width: 100%; }
.why-it-works .title-part h2 { margin-top: 10px; }
.why-it-works .content ul { margin: 0; }
.why-it-works .image { max-width: 497px; width: 100%; line-height: 0; }

.annual-report { /*  padding: 80px 0 60px; */ background: var(--theme-0); }
.annual-report .inner { gap: 32px; }
.annual-report .image { max-width: 547px; width: 100%; flex-shrink: 0; }
.annual-report .right-part { max-width: 625px; width: 100%; }
.annual-report .right-part h2 { margin-top: 10px; }
.annual-report .right-part .content strong { font-size: 16px; }
.annual-report .right-part .button-1 { margin-top: 16px; }

.statbar-cards { /*padding: 60px 0 80px;*/ background: var(--theme-2); }
.statbar-cards .cards-row { margin: 38px -8px 0; row-gap:24px; }
.statbar-cards .cards-row .card { padding: 0 8px; width: 25%; }
.statbar-cards .card .card-inner { background: #fff; padding: 30px 28px; border-radius: 35px; border: 3px solid #FFF; box-shadow: 0 4px 11px 0 rgb(from var(--theme-3) r g b / 25%); }
.statbar-cards .card .stat { font-size: 41px; line-height: 42px; color: var(--theme-3); }
.statbar-cards .card .content { margin-top: 10px; font-size: 14px; line-height: 23px; }

.form-section .bottom-content { margin-top: 52px; }
.form-section .bottom-content ol { padding: 0px 10px; margin: 0; }
.form-section .bottom-content ol li { font-size: 10px; line-height: 18px; font-weight: 300; }

.horizotal-tabing .left { max-width: 100%; }
.horizotal-tabing .row { flex-wrap: wrap; margin: 0; }
.horizotal-tabing .tab-nav { display: flex; justify-content: center; }
.horizotal-tabing .left .nav-tabs .tab-link { border: none; padding: 0; }
.horizotal-tabing .nav-tabs .tab-link:after { content: ''; width: 2px; height: 17px; background: var(--theme-1_5); display: inline-block; position: relative; top: 3px; margin: 0 20px; }
.horizotal-tabing .nav-tabs .tab-link:last-child:after{ display: none; }
.horizotal-tabing .right { max-width: 1060px; margin: 0 auto; }
.horizotal-tabing .right .content-box .content { gap: 74px; }
.horizotal-tabing .right .content-box .content .content-left .text { font-size: 18px; line-height: 29px; }
.horizotal-tabing .right .content-box .content .content-right { max-width: 347px; }
.horizotal-tabing .right .content-box .content .content-right .image { border-radius: 8px; overflow: hidden; }
.horizotal-tabing .right .content-box .content .content-right .image img { width: 100%; }

.testimonial.testimonial-noImg .box .box-content { padding: 35px 44px; }
.testimonial.testimonial-noImg.layout2 .box .box-content { padding: 14px 0 14px 28px; }


.banner-form-sc .top-strip { background: var(--theme-5); position: relative; z-index: 1; padding: 6px 45px; margin-bottom: -30px; }
.banner-form-sc .top-strip .h3 > span { font-size: 18px; font-weight: 400; line-height: 27px; margin-left: 12px; }
.banner-form-sc .top-strip .closeBtn { position: absolute; right: 20px; }
.banner-form-sc .top-strip .closeBtn > img { display: block; cursor: pointer; }
.banner-form-sc .inner { background: var(--theme-3); overflow: clip; padding: 30px 0 60px; }
.banner-form-sc .inner .banner-logo { padding: 18px 0 5px; }
.banner-form-sc .inner .banner-logo > a { display: inline-block; }
.banner-form-sc .inner .banner-logo img { display: block; }
.banner-form-sc .inner .banner-content .text { width: 50%; padding-left: 100px; padding-right: 60px; position: relative; z-index: 1; }
.banner-form-sc .inner .banner-content .text > h1 { margin-bottom: 10px; }
.banner-form-sc .inner .banner-content .text [class*=button-] { margin: 24px 0 0; }
.banner-form-sc .inner .banner-content .form { width: 50%; position: relative; }
.banner-form-sc .inner .banner-content .form:before { position: absolute; content: ''; width: 739px; height: 739px; top: -450px; right: -200px; background: rgb(from #fff r g b / 14%); border-radius: 50%; }
.banner-form-sc .inner .banner-content .form:after { position: absolute; content: ''; width: 739px; height: 739px; bottom: -450px; left: -100px; background: rgb(from var(--theme-4) r g b / 20%); border-radius: 50%; }
.banner-form-sc .inner .banner-content .form .formIn { background: var(--theme-0); box-shadow: 0 4px 16.3px 0 rgb(from var(--theme-3) r g b / 25%); border-radius: 35px; padding: 40px 35px 30px; max-width: 622px; margin-left: 5px; position: relative; z-index: 1; }
.banner-form-sc .inner .banner-content .form .formIn .default-form { padding: 5px 0 0; }
.banner-form-sc .inner .banner-content .form .formIn .bottom-text { font-size: 11px; line-height: normal; font-weight: 300; margin: 20px 0 0; }
.banner-form-sc .inner .banner-content .form .formIn .bottom-text a { color: var(--neutral-2); text-decoration: underline; text-decoration-skip-ink: auto; }
.banner-form-sc .inner .banner-content .form .formIn .bottom-text a:hover { text-decoration: none; }

/* .normal-content-sc { padding: 70px 0; } */
.normal-content-sc .inner { gap: 52px; max-width: 1260px; margin: 0 auto; }
.normal-content-sc .inner .item { width: calc(50% - 26px); }
.normal-content-sc .inner .item.item-full { width: 100%; }
.normal-content-sc .inner .item p { margin-bottom: 30px; }
.normal-content-sc .inner .item p:last-child { margin-bottom: 0; }
.normal-content-sc .inner .item ul { margin-top: 0; }

.multispeaker-sc { /*padding: 50px 0;*/ background: var(--theme-0); }
.multispeaker-sc .title-part { margin-bottom: 50px; }
.multispeaker-sc .inner { padding: 0 0 50px; }
.multispeaker-sc .left-click { width: 325px; padding-right: 24px; }
.multispeaker-sc .left-click .selected-list { display: none; background: var(--theme-4); color: #fff; padding: 10px 40px 10px 20px; border-radius: 10px; font-weight: 600; position: relative; transition: var(--primary_transition); }
.multispeaker-sc .left-click .selected-list:after { content: ""; background: url(https://49758771.fs1.hubspotusercontent-na1.net/hubfs/49758771/Progyny/Images/caret-icon.svg) no-repeat center; width: 14px; height: 9px; position: absolute; right: 20px; transition: var(--primary_transition); transform: rotate(180deg); }
.multispeaker-sc .inner.open .left-click .selected-list:after { transform: none; }
.multispeaker-sc .inner.open .left-click .selected-list { border-radius: 10px 10px 0 0; }
.multispeaker-sc .left-click .tab-title { padding: 10px 0; border-bottom: 1px solid var(--theme-1_5); transition: var(--primary_transition); cursor: pointer; filter: grayscale(1); }
.multispeaker-sc .left-click .tab-title:last-child { border: 0; }
.multispeaker-sc .left-click .tab-title.active { filter: none; }
.multispeaker-sc .left-click .img { flex-shrink: 0; }
.multispeaker-sc .left-click .img > img { width: 61px; height: 61px; display: block; object-fit: cover; border: 5.44px solid #fff; border-radius: 100%; box-shadow: 0 0 6px 0 rgb(from var(--theme-3) r g b / 50%); }
.multispeaker-sc .left-click .txt { padding-left: 12px; }
.multispeaker-sc .left-click .txt .name { font-size: 15px; font-weight: 600; line-height: 21px; color: var(--theme-4); }
.multispeaker-sc .left-click .txt .designation { font-size: 12px; line-height: 21px; }
.multispeaker-sc .right-content { width: calc(100% - 325px); }
.multispeaker-sc .right-content .tab-content { display: none; }
.multispeaker-sc .right-content .tabIn { background: #FFFFFF; border-radius: 35px; box-shadow: 0 4px 14.3px 0 rgb(from var(--theme-3) r g b / 25%); padding: 40px 36px; }
.multispeaker-sc .right-content .tabIn .image { width: 160px; }
.multispeaker-sc .right-content .tabIn .image .profile { width: 160px; height: 160px; border-radius: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.multispeaker-sc .right-content .tabIn .image .profile img { display: block; }
/*.multispeaker-sc .right-content .tabIn .image .profile img { width: 160px; height: 160px; display: block; object-fit: cover; border-radius: 100%; }*/
.multispeaker-sc .right-content .tabIn .image .social-links { margin: 15px 0 0; }
.multispeaker-sc .right-content .tabIn .image .social-links > a { font-size: 12px; font-weight: 600; line-height: 29px; display: inline-flex; align-items: center; gap: 6px;  }
.multispeaker-sc .right-content .tabIn .image .social-links > .linkedin svg path,
.multispeaker-sc .right-content .tabIn .image .social-links > .twitter svg rect { transition: var(--primary_transition); }
.multispeaker-sc .right-content .tabIn .image .social-links > .linkedin:hover svg path,
.multispeaker-sc .right-content .tabIn .image .social-links > .twitter:hover svg rect { fill: var(--theme-5); }
.multispeaker-sc .right-content .tabIn .text { width: calc(100% - 160px); padding-left: 36px; flex-direction: column; }
.multispeaker-sc .right-content .tabIn .text .name { font-size: 26px; line-height: 26px; font-weight: 600; color: var(--theme-4); }
.multispeaker-sc .right-content .tabIn .text .designation { font-size: 16px; padding: 3px 0 0; }
.multispeaker-sc .right-content .tabIn .text .description { font-size: 15px; line-height: 29px; padding: 5px 0 0; }
.multispeaker-sc .right-content .tabIn .text .link { font-size: 15px; font-weight: 600; padding: 10px 0 0; }

.single-speaker-sc { display: inline-block; width: 100%; /* padding: 50px 0 0;*/ margin: 0 0 50px; background: var(--theme-2); }
.single-speaker-sc .inner { background: #FFFFFF; border-radius: 35px; box-shadow: 0 4px 14.3px 0 rgb(from var(--theme-3) r g b / 25%); padding: 40px 36px; max-width: 954px; margin: 35px auto -50px; }
.single-speaker-sc .inner .image { width: 160px; }
.single-speaker-sc .inner .image > img { width: 160px; height: 160px; display: block; object-fit: cover; border-radius: 100%; }
.single-speaker-sc .inner .image .social-links { margin: 15px 0 0; }
.single-speaker-sc .inner .image .social-links > a { font-size: 12px; font-weight: 600; line-height: 29px; display: inline-flex; align-items: center; gap: 6px;  }
.single-speaker-sc .inner .image .social-links > .linkedin svg path,
.single-speaker-sc .inner .image .social-links > .twitter svg rect { transition: var(--primary_transition); }
.single-speaker-sc .inner .image .social-links > .linkedin:hover svg path,
.single-speaker-sc .inner .image .social-links > .twitter:hover svg rect { fill: var(--theme-5); }
.single-speaker-sc .inner .text { width: calc(100% - 160px); padding-left: 36px; }
.single-speaker-sc .inner .text .name { font-size: 26px; line-height: 26px; font-weight: 600; color: var(--theme-4); }
.single-speaker-sc .inner .text .designation { font-size: 16px; padding: 3px 0 0; }
.single-speaker-sc .inner .text .description { font-size: 15px; line-height: 29px; padding: 5px 0 0; }
.single-speaker-sc .inner .text .link { font-size: 15px; font-weight: 600; padding: 10px 0 0; }

/* .accordian-sc { padding: 80px 0 70px; } */
.accordian-sc .title-part { max-width: 810px; margin: 0 auto; }
.accordian-sc .acc-wrap { margin: 30px 0 0; }
.accordian-sc .acc-wrap .item { border-bottom: 1px solid var(--theme-1_5); padding: 0 0 25px; }
.accordian-sc .acc-wrap .item:first-child { border-top: 1px solid var(--theme-1_5); }
.accordian-sc .acc-wrap .item .acc-title { color: var(--link_text); padding: 25px 40px 0 0; cursor: pointer; position: relative; display: flex; align-items: center; }
.accordian-sc .acc-wrap .item .acc-title > svg { position: absolute; right: 15px; transition: var(--primary_transition); transform: rotate(180deg); }
.accordian-sc .acc-wrap .item.active .acc-title > svg { transform: none; }
.accordian-sc .acc-wrap .acc-content { display: none; margin-top: 15px; }
.accordian-sc .acc-wrap .acc-content [class*=button-] { padding: 15px 0 0; }

.content-bg-sc { background: var(--theme-3); /* padding: 75px 0 100px; */ position: relative; }
.content-bg-sc > .bgImg { position: absolute; inset: 0; opacity: 0.15; overflow: hidden; }
.content-bg-sc > .bgImg > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.content-bg-sc .inner { max-width: 730px; margin: 0 auto; position: relative; z-index: 2; }
.content-bg-sc .inner > h2 { margin-bottom: 5px; }
.content-bg-sc.content-with-bg-v2 .inner { max-width: 1000px; }
.content-bg-sc .inner .btn-group { margin-top: 20px; gap: 16px; }

.banner-thank-you { background: var(--theme-3); /*  padding: 17px 0 120px; */ position: relative; overflow: clip; }
.banner-thank-you:before { position: absolute; content: ''; width: 739px; height: 739px; top: -395px; right: -115px; background: rgb(from #fff r g b / 14%); border-radius: 50%; }
.banner-thank-you:after { position: absolute; content: ''; width: 739px; height: 739px; bottom: -475px; right: 75px; background: rgb(from var(--theme-5) r g b / 20%); border-radius: 50%; }
.banner-thank-you > .container { position: relative; z-index: 1; }
.banner-thank-you .banner-logo > a { display: inline-block; }
.banner-thank-you .banner-logo img { display: block; }
.banner-thank-you .inner { margin: 80px 0 0; }
.banner-thank-you .inner > h1 { margin-bottom: 10px; }
.banner-thank-you .inner > [class*=button-] { padding: 25px 0 0; }

.card-slider-sc { /*  padding: 50px 0;*/  overflow: clip; position: relative; }
.card-slider-sc:before, .card-slider-sc:after { content: ''; width: 308px; height: calc(100% - 200px); background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 81.25%); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; }
.card-slider-sc:after { background: linear-gradient(-270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 81.25%); left: unset; right: 0; }
.card-slider-sc .inner { max-width: 875px; margin: 45px auto 0; overflow: visible; }
.card-slider-sc .inner .card-slider .swiper-slide { width: auto; }
.card-slider-sc .inner .card-slider .cardIn { width: 273px; position: relative; }
.card-slider-sc .inner .card-slider .cardIn > a { position: absolute; inset: 0; z-index: 1; }
.card-slider-sc .inner .card-slider .cardIn .img { height: 142px; overflow: hidden; }
.card-slider-sc .inner .card-slider .cardIn .img > img { display: block; object-fit: cover; width: 100%; height: 100%; transition: var(--primary_transition); }
.card-slider-sc .inner .card-slider .cardIn .txt { margin: 15px 0 0; }
.card-slider-sc .inner .card-slider .cardIn .category { font-size: 12px; font-weight: 600; line-height: 20px; color: var(--theme-5); }
.card-slider-sc .inner .card-slider .cardIn .title { font-size: 14px; font-weight: 700; line-height: 22px; color: var(--link_text); transition: var(--primary_transition); }
.card-slider-sc .inner .card-slider .cardIn:hover .img > img { transform: scale(1.05); }
.card-slider-sc .inner .card-slider .cardIn:hover .title { color: var(--theme-5); }



.card-slider-sc .inner .slider-arrow { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 30px 0 15px; }
.card-slider-sc .inner .slider-arrow .swiper-button-prev,
.card-slider-sc .inner .slider-arrow .swiper-pagination,
.card-slider-sc .inner .slider-arrow .swiper-button-next { position: static; width: auto; height: auto; margin: 0; }
.card-slider-sc .inner .slider-arrow .swiper-button-prev:after,
.card-slider-sc .inner .slider-arrow .swiper-button-next:after { display: none; }
.card-slider-sc .inner .slider-arrow .swiper-pagination { display: contents; }
.card-slider-sc .inner .slider-arrow .swiper-pagination .swiper-pagination-bullet { margin: 0; width: 10px; height: 10px; background: var(--theme-1_5); opacity: 1; cursor: pointer; }
.card-slider-sc .inner .slider-arrow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: var(--theme-3); }

.card-slider-sc .inner .card-slider.no-slider { display: flex; justify-content: center; gap: 27px; }
.card-slider-sc .inner .card-slider.no-slider + .slider-arrow { display: none !important; }

/* .card-icon-sc { padding: 50px 0 0; } */
.card-icon-sc .title-part { max-width: 815px; margin: 0 auto; }
.card-icon-sc .grid { gap: 65px 25px; margin: 70px 0 0; }
.card-icon-sc .grid .item { flex: 0 0 calc((100% - 50px) / 3); background: #FFFFFF; box-shadow: 0 4px 11px 0 rgba(107, 107, 107, 0.25); border-radius: 35px; padding: 50px 28px; position: relative; }
.card-icon-sc .grid .item > .icon { width: 80px; height: 80px; border-radius: 100%; background: var(--theme-0); border: 6px solid #FFFFFF; box-shadow: 0 0 6.5px 0 rgb(from var(--theme-3) r g b / 25%); display: flex; align-items: center; justify-content: center; position: absolute; top: -40px; left: 0; right: 0; margin: 0 auto; }
.card-icon-sc .grid .item > .icon > img { display: block; max-width: 40px; }
.card-icon-sc .grid .item > h3 { color: var(--theme-5); }
.card-icon-sc .grid .item .content { font-size: 14px; line-height: 23px; }

/* .form-section { padding: 60px 0; } */
.form-section .inner { max-width: 840px; margin: 0 auto; background: var(--neutral-8); padding: 40px 110px 35px; box-shadow: 0 4px 16.3px 0 rgba(107, 107, 107, 0.25); border-radius: 35px; }
.form-section .inner .default-form { padding: 10px 0 0; }
.form-section .default-form .hs-form .inputs-list { max-width: 410px; }

.banner.bottomSpace .top-stripe { padding-bottom: 0; min-height: unset; }
.banner.bottomSpace .inner { padding: 0 0 40px; }
.banner.bottomSpace .inner .left { max-width: 500px; }
.banner.bottomSpace .inner .right { max-width: 460px; }

.two-column-image-v2 .right-content [class*="button-"] { padding: 25px 0 0; }
.two-column-image-v2.bottomSpace { padding: 50px 0 10px; }

.banner-thank-you.privacy-banner .inner { margin: 45px 0 0; }
.banner-thank-you.privacy-banner:before { top: -530px; right: -80px; }
.banner-thank-you.privacy-banner:after { top: -55px; right: 112px; }

.general-interior-sc { padding: 50px 0 80px; }
.general-interior-sc .inner { max-width: 1060px; margin: 0 auto; }
.general-interior-sc .inner p { margin-bottom: 28px; }
.general-interior-sc .inner p:last-child { margin-bottom: 0; }
.general-interior-sc .inner a { font-weight: 600; }
.general-interior-sc .inner h2, .general-interior-sc .inner h3 { margin-bottom: 0; }
.general-interior-sc .inner h2 { padding: 15px 0 0; }
.general-interior-sc .inner h2 + h3 { padding: 25px 0 0; }
.general-interior-sc .inner ul { margin-bottom: 28px; }


/* CSS end  here */

@media (min-width:768px) { .container, .container.small {width:750px;} }
@media (min-width:992px) {
    .container, .container.small {width:970px;} 
    .custom-tab .tab-value { display: none; }
    .nav-wrapper .nav-value { display:none; }

}
@media (min-width:1200px) { 
    .container {width:1170px;} 
    .container.small{width:1050px;} 
    .banner.banner-persona .container.small { width: 1130px; } 
    .banner.bottomSpace .container.small { width: 1115px; }
    .tab-with-cards .nav-tabs .container { width: 1130px; }
    .banner.banner-market-diff .container.small { width: 1090px; }


}
@media (min-width:1430px) { .container {width:1310px;} }



.flex{display:flex}
.flex-reverse{flex-flow:row-reverse;}
.align-center{align-items:center;}
.align-top{align-items:flex-start;}
.align-bottom{align-items:flex-end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.justify-right{justify-content:flex-end;}
.justify-left{justify-content:flex-start;}
.row-wrap{flex-flow:row wrap;}
.mobile-show{display:none} 

@media (max-width:1429px){
    .banner-v2 .left { padding: 17px 46px 17px calc((100% - 1170px) / 2); }
    .banner-v2 .logo { padding-left: 15px; }
    .testimonial .inner .left { max-width: 350px; }
    .banner-form-sc .inner .banner-content .text { padding-left: 0; }
    .banner-form-sc .inner .banner-content .form .formIn { margin-left: 0; }
}
@media (max-width:1199px){
    h2, .h2 { font-size: 28px; line-height: 37px; }

    /*     .banner:before { width: 600px; height: 600px; top: -250px; }
    .banner:after { width: 600px; height: 600px; bottom: -300px; right: 0; } */

    .banner-v2 .left { padding: 17px 46px 17px calc((100% - 970px) / 2); }
    .banner-v2 .logo { margin-bottom: 40px; }

    .video-banner:before { height: 600px; top: -250px; width: 600px; }
    .video-banner:after { bottom: -300px; height: 600px; right: 0; width: 600px; }

    .banner.banner-persona .right { max-width: 390px; }
    .banner.banner-persona .inner { padding: 17px 0 30px; }
    .banner.banner-persona .inner .left .tltle-part { margin: 0; }

    .two-column-image .inner { gap: 24px; }
    .two-column-image .image { width: 400px; height: 400px; }

    .testimonial .slider-wrapper .box { max-width: 490px; }
    .testimonial .slider-wrapper .box-inner { max-width: 450px; }
    .testimonial .slider-wrapper .box-inner .image { width: 130px; height: 130px; }
    .testimonial .box .box-content .content { font-size: 16px; line-height: 24px; }
    .testimonial.layout2 .slider-wrapper .box { margin: 16px 0; }
    .testimonial.layout2 .slider-wrapper .box-inner .image { width: 100px; height: 100px; }
    .testimonial.layout2 .box .box-content .name { font-size: 22px; line-height: 1; }
    .testimonial.layout2 .slider-wrapper .box-inner { gap: 12px; }
    .testimonial.layout2 .box .box-content .content { font-size: 14px; line-height: 20px; }

    /*     .three-col-cards { padding: 80px 0; } */
    .three-col-cards .card { width: 50%; }

    .tab-with-cards.custom-tab .nav-tabs .tab-nav {margin: 0 -20px;}

    .journey .right .content-box .content { padding: 30px; }
    .journey .slider-stripe { padding: 18px 30px; }
    .journey .slider-wrapper { padding: 30px; }
    .journey .slider-wrapper .tab-slider:before, .journey .slider-wrapper .tab-slider:after { width: 180px; }
    .journey .right .content-box .content .image { max-width: 150px; }
    .journey .right .content-box .content { gap: 16px; }

    .banner.banner-market-diff .right { max-width: 390px; }

    .results-tabing .right .content-box .content { flex-direction: column; gap: 40px; padding: 30px; }
    .results-tabing .right .content-box .content .content-right { max-width: 100%; text-align: center; }

    .why-it-works .image { max-width: 340px; }

    .annual-report .image { max-width: 400px; }

    .statbar-cards .cards-row .card { width: 33.33%; }


    .banner-form-sc .inner .banner-content .text { padding-right: 30px; width: 53%; }
    .banner-form-sc .inner .banner-content .form { width: 47%; }

    .normal-content-sc .inner { gap: 30px; }
    .normal-content-sc .inner .item { width: calc(50% - 15px); }

    /*     .banner-thank-you { padding: 17px 0 80px; } */

    .card-slider-sc:after, .card-slider-sc:before { width: 150px; }

    .card-icon-sc .grid .item { flex: 0 0 calc((100% - 25px) / 2); }

    .banner.bottomSpace .inner .right { max-width: 387px; }

}
@media (max-width:991px){
    body { font-size: 16px; line-height: 24px; }
    h1, .h1 { font-size: 32px; line-height: 44px; }    
    h2, .h2 { font-size: 26px; line-height: 35px; }
    h3, .h3 { font-size: 22px; line-height: 32px; }

    .banner .inner .left { max-width: 410px; }
    .banner .inner .right { max-width: 290px; }

    .banner-v2 .left { padding: 17px 30px 17px calc((100% - 768px) / 2); }
    .banner-v2 .left-inner { padding-left: 25px; }

    .banner.banner-persona::after { bottom: -190px; right: 10px; }
    .banner.banner-persona::before { top: -200px; right: -120px; }

    .video-banner:before { height: 500px; right: -180px; top: -230px; width: 500px; }
    .video-banner:after { bottom: -120px; height: 500px; right: -160px; width: 500px; }
    .video-banner .video-wrapper{ max-width: calc(100% - 24px); }
    .banner .image:before { width: 500px; height: 500px; top: -340px; right: -180px; }
    .banner .image:after { width: 500px; height: 500px; bottom: -250px; right: -160px; }

    .title-content.title-content-custom { padding-bottom: 30px; }

    .cta-stripe .inner { gap: 24px; }
    .cta-stripe .box { width: 180px; height: 180px; border-width: 10px; }
    .cta-stripe .box .count { font-size: 45px; line-height: 47px; }
    .cta-stripe .box .content { line-height: 16px; }
    .cta-stripe h2 { font-size: 22px; line-height: 30px; }

    /*     .two-column-image { padding: 60px 0; } */
    .two-column-image .inner { flex-direction: column; }
    .two-column-image .image { width: 300px; height: 300px; }
    .two-column-image .right-content .eyebrow{ text-align: center; }
    .two-column-image .right-content h2 { text-align: center; }

    .two-column-image-v2 .image { width: 300px; height: 300px; }

    /*     .testimonial { padding: 50px 0 20px; } */
    .testimonial:before, .testimonial:after { display: none; }
    .testimonial .inner { flex-direction: column; }
    .testimonial .inner .left { max-width: 100%; }
    .testimonial .inner .left .title-part { text-align: center; }

    .testimonial .inner .right { margin-top: 10px; min-height: unset; margin: 0; max-width: 100%; }
    .testimonial .inner .right .swiper-wrapper { padding-top: 30px; height: auto; }
    .testimonial .testimonialSlider { overflow: hidden; height: auto; }
    .testimonial .slider-wrapper .swiper-slide { height: auto; display: flex; align-items: stretch;  }
    .testimonial .slider-wrapper .box { padding: 0 10px; }
    .testimonial .slider-wrapper .box-inner { max-width: unset; height: auto; flex-direction: column; margin-left: 0; height: 100%; background: var(--theme-4); }
    .testimonial .slider-wrapper .box-inner .image { margin-left: 0; margin-top: -30px; }
    .testimonial .slider-wrapper .swiper-slide-active .box-inner { transform: unset; }
    .testimonial .box .box-content { padding: 0 20px 20px; }
    .testimonial .box .box-content .content { color: #fff; }
    .testimonial .box .info { color: #fff; }
    .testimonial.layout2 .testimonialSlider { height: auto; }
    .testimonial.layout2 .box .box-content { padding: 20px; flex-direction: column; text-align: center; gap: 20px; }
    .testimonial.layout2 .box .box-content .name { color: #fff; }
    .testimonial.layout2 .box .button-1 { padding-right: 0; }

    .testimonial .slider-wrapper .slider-nav { position: static; flex-direction: row; width: 100%; justify-content: center; gap: 10px; margin-top: 20px; }
    .testimonial .slider-wrapper .slider-nav .swiper-pagination { flex-direction: row; width: auto; }
    .testimonial .slider-wrapper .slider-nav .swiper-button-prev { transform: rotate(270deg); }
    .testimonial .slider-wrapper .slider-nav .swiper-button-next { transform: rotate(90deg); }

    .tab-with-cards .inner { margin-top: 30px; }
    .tab-with-cards.custom-tab .nav-tabs { background: transparent; box-shadow: none; }
    .custom-tab .nav-tabs .tab-nav { border-radius: 0 0 10px 10px; overflow: hidden; }
    .tab-with-cards.custom-tab .nav-tabs .tab-nav { margin: 0; position: absolute; max-width: 720px; width: 100%; display: none; text-align: center; }
    .tab-with-cards.custom-tab .nav-tabs .tab-link { padding: 0 20px; font-size: 16px; }
    .custom-tab .tab-value { position: relative; text-align: left; font-size: 16px; line-height: 24px; background: var(--theme-4); padding: 10px 40px 10px 20px; color: #fff; font-weight: 600; border-radius: 10px; transition: var(--primary_transition); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;  }
    .custom-tab .tab-value:before { background: url(https://49758771.fs1.hubspotusercontent-na1.net/hubfs/49758771/Progyny/Images/caret-icon.svg) no-repeat 50%; content: ""; height: 9px; position: absolute; right: 20px; transform: rotate(180deg); transition: var(--primary_transition); width: 14px; top: 18px; }
    .custom-tab .nav-tabs .tab-link { background: var(--theme-4); color: #fff; text-align: left; padding: 0 20px; }
    .custom-tab .nav-tabs .tab-link.active { background: var(--theme-1_5); }
    .custom-tab .tab-value.open { border-radius: 10px 10px 0 0; }
    .custom-tab .tab-value.open:before{ transform: rotate(0deg); }

    .journey .row { flex-direction: column; }
    .journey .left { margin: 0; max-width: 100%; }
    .journey .left .tab-value { margin: 0; }
    .journey .left .nav-tabs { position: relative; }
    .journey.custom-tab .nav-tabs .tab-nav { margin: 0; position: absolute; max-width: 720px; width: 100%; display: none; text-align: center; }
    .journey .left .nav-tabs .tab-link { padding: 0 20px; font-size: 16px; }
    .journey .slider-wrapper { margin: 0 -10px; }
    .journey .slider-wrapper .tab-slider:before, .journey .slider-wrapper .tab-slider:after { display: none; }
    .journey .slider-wrapper .card-inner { padding: 0 10px; }


    .banner.banner-market-diff .inner { margin-top: 0; padding-top: 17px; }
    .journey.journey-single .tab-link .item .icon { display: none; }
    .journey.journey-single .tab-link .item .title { font-size: 16px; line-height: 34px; color: #fff; }
    .journey.journey-single .tab-link.active .item .title { color: var(--theme-4); font-weight: 600; }

    .nav-wrapper { background: transparent; box-shadow: none; margin-top:30px; }
    .nav-wrapper .tab-nav .items { min-height: unset; flex-direction: column; border-radius: 0 0 10px 10px; overflow: hidden; display:none; }
    .nav-wrapper .tab-nav a { width: 100%; display: block; padding: 0 20px; font-size: 16px; width: 100%; text-align: left; font-weight: 600; color: #fff; background: var(--theme-4); }
    .nav-wrapper .tab-nav a:hover, .nav-wrapper .tab-nav a.active{ font-weight: 600; color: var(--theme-4); background: var(--theme-1_5); } 
    .nav-with-cards .cards-row .card { width: 50%; }

    .results-tabing .row { flex-direction: column; }
    .results-tabing .left { margin: 0; max-width: 100%; }
    .results-tabing .left .nav-tabs { position: relative; }
    .results-tabing .left .nav-tabs .tab-link { padding: 5px 20px; }
    .results-tabing.custom-tab .nav-tabs .tab-nav { margin: 0; position: absolute; max-width: 720px; width: 100%; display: none; text-align: center; }
    .results-tabing .title-part h2 { margin: 0; }
    .horizotal-tabing .nav-tabs .tab-link:after { display:none; }

    .solution .row { flex-direction: column; gap: 40px; }
    .solution .row .image { max-width: 270px; }

    /*     .why-it-works { padding: 50px 0; } */
    .why-it-works .inner { flex-direction: column-reverse; }

    /*     .annual-report { padding: 50px 0; } */
    .annual-report .inner { flex-direction: column; }
    .annual-report .image { max-width: 250px; }

    .statbar-cards .card .card-inner { padding: 24px 20px; }

    .testimonial.testimonial-noImg .box .box-content { padding: 25px 20px 20px; }
    .testimonial.testimonial-noImg.layout2 .box .box-content { padding: 25px 20px; }


    .banner-form-sc .top-strip > div { font-size: 20px; line-height: 30px; }
    .banner-form-sc .top-strip .h3 > span { font-size: 16px; line-height: 24px; }
    .banner-form-sc .inner .banner-logo { text-align: center; padding: 15px 0 10px; }
    .banner-form-sc .inner .banner-content .text { width: 100%; padding: 0; text-align: center; }
    .banner-form-sc .inner .banner-content .text .eyebrow { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
    .banner-form-sc .inner .banner-content .form { width: 100%; margin: 50px 0 0; }
    .banner-form-sc .inner .banner-content .form:before, .banner-form-sc .inner .banner-content .form:after { display: none; }
    .banner-form-sc .inner .banner-content .form .formIn { margin: 0 auto; }

    .normal-content-sc .inner .item { width: 100%; }

    .multispeaker-sc .title-part { margin-bottom: 30px; }
    .multispeaker-sc .inner { display: block; padding: 0; }
    .multispeaker-sc .left-click { width: 100%; padding: 0; margin-bottom: 30px; position: relative; }
    .multispeaker-sc .left-click .selected-list { display: flex; align-items: center; cursor: pointer; }
    .multispeaker-sc .left-click .tab-list { display: none; background: var(--theme-4); border-radius: 0 0 10px 10px; left: 0; padding: 0 0 15px; position: absolute; top: 100%; width: 100%; z-index: 1; }
    .multispeaker-sc .left-click .tab-title { padding: 10px 20px; filter: none; cursor: pointer; }
    .multispeaker-sc .left-click .tab-title .img { display: none; }
    .multispeaker-sc .left-click .tab-title .designation { display: none; }
    .multispeaker-sc .left-click .tab-title .name { color: #FFFFFF; transition: var(--primary_transition); }
    .multispeaker-sc .left-click .tab-title .txt { padding: 0; }
    .multispeaker-sc .left-click .tab-title.active, .multispeaker-sc .left-click .tab-title:hover { background: var(--theme-1_5); }
    .multispeaker-sc .left-click .tab-title.active .name, .multispeaker-sc .left-click .tab-title:hover .name { color: var(--neutral-2); }
    .multispeaker-sc .right-content { width: 100%; }

    /*     .content-bg-sc { padding: 75px 0; } */

    /*     .banner-thank-you { padding: 17px 0 50px; } */
    .banner-thank-you .inner { margin: 50px 0 0; }
    .banner-thank-you:before { width: 500px; height: 500px; right: -120px; top: -250px; }
    .banner-thank-you:after { width: 500px; height: 500px; bottom: -250px; right: -50px; }

    .card-slider-sc:after, .card-slider-sc:before { display: none; }
    .card-slider-sc .inner { overflow: hidden; }
    .card-slider-sc .inner .card-slider .cardIn { width: 100%; }
    .card-slider-sc .inner .card-slider .cardIn .img { height: 200px; }

    .form-section .inner { padding: 40px 50px; }

    .banner.bottomSpace .top-stripe { padding: 17px 0; }
    .banner.bottomSpace .inner .left { max-width: 410px; }
    .banner.bottomSpace .inner .right { max-width: 290px; }

    .banner-thank-you.privacy-banner:before { top: -330px; right: -200px; }
    .banner-thank-you.privacy-banner:after { right: -70px; }
    
    .general-interior-sc .inner h2, .general-interior-sc .inner h3 { margin-bottom: 5px; }
    .general-interior-sc .inner p { margin-bottom: 15px; }
    .general-interior-sc .inner h2 + h3 { padding: 15px 0 0; }
    .general-interior-sc .inner ul { margin-bottom: 15px; }


}
@media (max-width:767px){


    .eyebrow.h3 { font-size: 18px; line-height: 30px; }

    .banner .inner { justify-content: center; gap: 32px; }
    .banner .inner .left { max-width: 100%; }
    .banner .inner .tltle-part { text-align: center; }
    .banner .inner .content { text-align: center; }
    .banner .inner .button-1 { text-align: center; }
    .banner .image:before, .banner .image:after  { display: none; }


    .banner-v2 .inner { flex-direction: column; height: auto; }
    .banner-v2 .left { padding: 17px 15px 30px; }
    .banner-v2 .left-inner { padding-left: 0; text-align: center; }
    .banner-v2 .logo { padding: 0; }
    .banner-v2 .image { width: 100vw; max-height: 400px; }

    .video-banner:before, .video-banner:after { display: none; }

    /*     .title-content { padding: 32px 0 50px; } */

    .cta-stripe .inner { flex-direction: column; }
    .cta-stripe .right-part { flex-direction: column; margin-top: 24px; text-align: center; padding: 0 0 30px; }

    .two-column-image .right-content { max-width: 100%; }


    /*     .two-column-image-v2 { padding: 40px 0; } */

    .two-column-image-v2 .inner { flex-direction: column-reverse; }
    .two-column-image-v2 .inner.row-reverse {flex-direction: column-reverse;}
    .two-column-image-v2 .right-content { max-width: 100%; }
    .two-column-image-v2 .eyebrow { text-align: center; }
    .two-column-image-v2 .title-part h2 { text-align: center; }
    .two-column-image-v2 .right-content .content { text-align: center; }

    .testimonial .slider-wrapper .box{ padding: 0; }
    .testimonial .slider-wrapper .swiper-slide { justify-content: center; }

    /*     .three-col-cards { padding: 50px 0; } */
    .three-col-cards .card { padding: 0; width: 100%; }
    .three-col-cards .inner { margin: 20px auto 0; max-width: 410px; }
    .three-col-cards .title-part{ margin: 0 auto; }

    .tab-with-cards .tab-content .tab-row { flex-direction: column; }
    .tab-with-cards .tab-content .card-wrapper { width: 100%; gap: 20px; }
    .tab-with-cards .tab-content .tab-row .right { max-width: 100%; }
    .tab-with-cards .tab-content .card { width: calc(50% - 10px); border-radius: 20px; }
    .tab-with-cards .tab-content .card + .card { margin: 0; }
    .tab-with-cards .tab-content .card .title { font-size: 20px; line-height: 30px; }
    .tab-with-cards.custom-tab .nav-tabs .tab-nav { max-width: calc(100% - 30px); }

    .journey .right .content-box .content { flex-direction: column; }

    .top-message-bar { padding: 13px 40px 13px 15px; }

    .banner-with-bg-image .cotent-box { min-height: 300px; }

    .nav-with-cards .cards-row { margin: 0; }
    .nav-with-cards .cards-row .card { width: 100%; padding: 0; }
    .nav-with-cards .cards-row .card .title { font-size: 20px; line-height: 30px; }

    /*     .solution { padding: 40px 0; } */
    .solution .row .right-part { gap: 20px; }
    .solution .row .solution-card { gap: 12px; min-height: 60px; }
    .solution .row .solution-card .icon { width: 40px; height: 40px; border-width: 3px; }
    .solution .row .solution-card:before { left: 19px; }
    .solution .row .solution-card.show:before{ height: 80px; }
    .solution .row .solution-card .content { font-size: 14px; line-height: 20px; }

    /*     .statbar-cards { padding: 40px 0; } */
    .statbar-cards .cards-row .card { width: 50%; }

    .results-tabing .graph-heading{font-size:22px;line-height: 1.5;}
    .results-tabing .graph-heading:before{width: calc(100% - 50px);}
    .results-tabing .graph-info,
    .results-tabing .graph-row{gap:12px;}
    .results-tabing .graph-info .info,
    .results-tabing .graph-row .graph-bx{width: calc(33.33% - 8px);}
    .results-tabing .graph-row .graph-bx .count-text{font-size:18px;}

    .banner-form-sc .inner { padding: 20px 0 50px;}
    .banner-form-sc .inner .banner-logo { padding-top: 25px; }
    .banner-form-sc .inner .banner-content .form { margin: 30px 0 0; }
    .banner-form-sc .inner .banner-content .form .formIn { padding: 30px 20px; border-radius: 17px; }

    /*     .normal-content-sc { padding: 50px 0; } */
    .normal-content-sc .inner .item p { margin-bottom: 15px; }

    .multispeaker-sc .right-content .tabIn { padding: 30px 20px; border-radius: 17px; display: block; text-align: center; }
    .multispeaker-sc .right-content .tabIn .image { width: 100%; max-width: 150px; margin: 0 auto; }
    .multispeaker-sc .right-content .tabIn .image .profile { width: 150px; height: 150px; }
    .multispeaker-sc .right-content .tabIn .text { width: 100%; padding: 20px 0 0; }
    .multispeaker-sc .right-content .tabIn .text .name { font-size: 22px; }

    .single-speaker-sc { /*padding: 50px 0;*/ margin: 0; }
    .single-speaker-sc .inner { padding: 30px 20px; border-radius: 17px; display: block; text-align: center; margin: 20px 0 0; }
    .single-speaker-sc .inner .image { width: 100%; max-width: 150px; margin: 0 auto; }
    .single-speaker-sc .inner .text { width: 100%; padding: 20px 0 0; }
    .single-speaker-sc .inner .text .name { font-size: 22px; }

    /*     .accordian-sc { padding: 50px 0; } */
    .accordian-sc .acc-wrap .item { padding: 0 0 15px; }
    .accordian-sc .acc-wrap .item .acc-title { padding: 15px 40px 0 0; font-size: 20px; }

    /*     .content-bg-sc { padding: 50px 0 !important; } */
    .content-bg-sc .inner > h2 br { display: none; }

    .banner-thank-you:before, .banner-thank-you:after { display: none; }
    .banner-thank-you .inner { margin: 30px 0 0; }

    .card-slider-sc .inner { max-width: 350px; margin: 30px auto 0; }
    .card-slider-sc .inner .slider-arrow { padding: 25px 0 0; }

    .card-icon-sc .grid .item { flex: 0 0 100%; }

    /*     .form-section { padding: 50px 0; } */
    .form-section .inner { padding: 30px 20px; border-radius: 17px; max-width: 500px; } 
    .form-section .default-form .hs-form .hs_submit { padding: 15px 0 0; }

    .banner.bottomSpace .inner .left { max-width: 100%; }
    .two-column-image-v2.bottomSpace { padding: 50px 0 0; }
    .two-column-image-v2 .right-content [class*=button-] { text-align: center; padding: 15px 0 0; }
    
    .banner-thank-you.privacy-banner .inner { margin: 30px 0 0; }
    
    .general-interior-sc { padding: 40px 0; }


}
@media (max-width: 575px){
    .popup-form { padding: 40px 20px; }
    .popup-form .popup-row .image { display: none; }
    .popup-form .popup-row .form-wrapper { max-width: 100%; }
    .popup-form .popup-row .form-wrapper .actions { text-align: center; }

    .tab-with-cards .tab-content .card { width: calc(100%); }


    .statbar-cards .cards-row { margin: 32px 0 0; }
    .statbar-cards .cards-row .card { width: 100%; padding: 0; }
    .results-tabing .graph-heading:before{width: calc(100% - 30px);}
    .results-tabing .graph-row .graph-bx .count-text{font-size:14px;}
}