@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;src:url(/static/media/NunitoSans-Regular.05a22edaabffa3531080.ttf) format("truetype")}@font-face{font-family:Nunito Sans;font-style:italic;font-weight:400;src:url(/static/media/NunitoSans-Italic.943e92cda4babd9f822b.ttf) format("truetype")}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f8fbfb;color:#333;font-family:Nunito Sans;line-height:1.7;src:url(/static/media/NunitoSans-Italic.943e92cda4babd9f822b.ttf) format("truetype")}.container{margin:0 auto;max-width:1100px;padding:0 1.5rem}.section{padding:5rem 0}.section-title{color:#01090a;font-size:2.5rem;font-weight:500;margin-bottom:1rem;text-align:center}.section-subtitle{color:#555;font-size:1.1rem;margin:0 auto 3.5rem;max-width:600px;text-align:center}ul{list-style:none}li{align-items:flex-start;color:#555;display:flex;margin-bottom:.8rem}li:before{color:#4a9c9c;content:"•";font-size:1.2rem;font-weight:700;line-height:1.2;margin-right:.8rem}.btn{background-color:initial;border:1px solid #4a9c9c;border-radius:8px;color:#4a9c9c;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 22px;transition:all .3s ease}.btn-primary,.btn:hover{background-color:#4a9c9c;color:#fff}.btn-primary:hover{background-color:#3b8b8b;border-color:#3b8b8b}.header{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.8rem 0}.header,.logo-container{align-items:center;display:flex}.logo-container{gap:2rem}.logo-img{height:55px;width:55px}.logo-text{display:flex;flex-direction:column;justify-content:center;line-height:1.8}.logo-text span:first-child{color:#333;font-size:1.1rem;font-weight:600}.logo-text span:last-child{color:#525252;font-size:.9rem}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:7rem 0}.hero-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 1.5rem}.hero-content{flex:0 0 55%}.hero-subtitle{color:#fffffff2;display:block;font-size:2.3rem;font-weight:400;margin-bottom:.25rem}.hero h1{color:#fff;font-size:3.8rem;font-weight:500;line-height:1.2;margin-bottom:1.25rem;margin-top:0;white-space:nowrap}.hero p{color:#ffffffe6;font-size:1.3rem;font-weight:300;margin:1rem 0 2.5rem}.hero-image-container{flex:0 0 40%;text-align:right}.hero-image-container img{height:auto;max-width:400px;mix-blend-mode:screen}.hero .btn{align-items:center;background-color:initial;border:1px solid #fffc;border-radius:8px;color:#fff;display:inline-flex;font-size:1rem;font-weight:400;gap:.7rem;padding:12px 26px;transition:all .3s ease}.hero .btn:hover{background-color:#ffffff1a;border-color:#fff}.about-content{align-items:center;display:flex;gap:5rem;justify-content:space-between}.about-text{flex:1.2 1}.about-text h2{color:#222627;font-size:2.5rem;font-weight:400;margin-bottom:2rem}.about-text p{color:#333;font-size:1.2rem;line-height:1.8;margin-bottom:1.2rem}.about-text p:first-of-type{color:#4a9c9c;font-size:1.2rem;font-weight:500}.about-image{flex:0.9 1;max-width:500px;text-align:center}.about-image img{height:auto;width:100%}.types-section{background-position:50%;background-size:cover}.types-section .section-title{color:#fff;font-size:2.5rem;font-weight:500;margin-bottom:2.5rem;text-align:left;text-shadow:none}.grid-container-2{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.types-card{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#f5f8fabf;border:1px solid #fff6;border-radius:12px;box-shadow:0 4px 24px #0000001a;padding:1.5rem;position:relative}.types-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.types-card-title{color:#2a7a7a;font-size:1.6rem;font-weight:600}.types-card-number{color:#a0a0a0;font-size:2.2rem;font-weight:300;line-height:1}.types-card .card-description{color:#454545;font-size:1rem;line-height:1.6}@media (max-width:768px){.types-section .grid-container-2{grid-template-columns:1fr}.types-section .section-title{text-align:center}}.genetics-section{background-color:#eef3f4}.genetics-section .section-title{color:#4a9c9c;font-weight:400}.genetics-section .section-subtitle{color:#333;font-size:1.3rem;max-width:1000px}.genetics-card{background-color:#4a9c9c;border:none;border-radius:12px;box-shadow:none;color:#fff;padding:2.5rem 2rem;text-align:center}.genetics-card h3{font-size:2.8rem;font-weight:400;margin-bottom:.5rem}.genetics-card p{font-size:1.7rem;font-weight:400;line-height:2;margin-top:.5rem}.clinical-features-section{background-color:#3a7f7f}.clinical-features-section .section-title{color:#fff;font-weight:500;margin-bottom:3rem}.clinical-features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.clinical-features-grid .feature-card:last-child{grid-column:2}.feature-card{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 30px #0000001a;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.feature-card:hover{background:#ffffff40;transform:translateY(-5px)}.feature-icon{flex-shrink:0}.feature-icon img{display:block;height:70px;width:70px}.feature-text h4{color:#01090a;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.feature-text p{color:#333;font-size:.9rem;line-height:1.5}@media (max-width:992px){.clinical-features-grid{grid-template-columns:repeat(2,1fr)}.clinical-features-grid .feature-card:last-child{grid-column:auto}}@media (max-width:768px){.clinical-features-grid{grid-template-columns:1fr}}.grid-container-3{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.info-card{background-color:#fff;border:1px solid #e9eff0;border-radius:12px;box-shadow:0 4px 12px #0000000a;padding:2rem}.card-header{gap:1rem;margin-bottom:1.5rem}.card-header,.card-icon{align-items:center;display:flex}.card-icon{background-color:#eef7f7;border-radius:50%;height:48px;justify-content:center;min-width:48px;width:48px}.card-icon svg{color:#4a9c9c;font-size:1.5rem}.card-title{color:#333;font-size:1.25rem;font-weight:600}.info-card ul{padding-left:0}.problem-solving-section .problem-solving-grid{grid-gap:3rem 5rem;display:grid;gap:3rem 5rem;grid-template-columns:1fr 1fr;margin-top:5rem}.problem-solving-section .problem-solving-item{display:flex;flex-direction:column;position:relative}.problem-solving-section .item-1:after,.problem-solving-section .item-3:after{color:#d0d0d0;content:"›";font-size:3rem;font-weight:300;position:absolute;right:-2.75rem;top:50%;transform:translateY(-50%)}.problem-solving-section .item-3,.problem-solving-section .item-4{flex-direction:column-reverse}.problem-solving-section .item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.problem-solving-section .item-3 .item-header,.problem-solving-section .item-4 .item-header{margin-bottom:0;margin-top:1rem}.problem-solving-section .item-2 .item-header,.problem-solving-section .item-4 .item-header{flex-direction:row-reverse}.problem-solving-section .step-label{background-color:#5fa8a8;border-radius:8px;color:#fff;font-size:2rem;font-weight:500;padding:.5rem 1.5rem;position:relative}.problem-solving-section .item-1 .step-label:after,.problem-solving-section .item-2 .step-label:after{border-top:8px solid #5fa8a8;top:100%}.problem-solving-section .item-3 .step-label:after,.problem-solving-section .item-4 .step-label:after{border-bottom:8px solid #529799;bottom:100%}.problem-solving-section .step-icon{align-items:center;background-color:#f8f9fa;border:1px solid #f0f2f5;border-radius:12px;box-shadow:0 6px 20px #959da526;display:flex;justify-content:center;padding:1rem}.problem-solving-section .step-icon svg{color:#529799;display:block;font-size:3rem}.problem-solving-section .item-content{background-color:#f8f9fa;border:1px solid #f0f2f5;border-radius:12px;box-shadow:0 6px 20px #959da526;padding:2rem;width:100%}.problem-solving-section .item-content h4{color:#333;font-size:1.3rem;font-weight:500;margin:0 0 1rem;text-align:left}.problem-solving-section .item-content ul{list-style:none;padding-left:0}.problem-solving-section .item-content li{color:#555;line-height:1.6;margin-bottom:.6rem}.problem-solving-section .item-content li:before{background-color:#5fa8a8;border-radius:50%;content:"";font-size:1rem;font-weight:400;height:8px;line-height:1;margin-right:.8rem;margin-top:.5em;min-width:8px;width:8px}@media (max-width:768px){.problem-solving-section .problem-solving-grid{grid-template-columns:1fr}.problem-solving-section .item-1:after,.problem-solving-section .item-3:after{display:none}}.medication-section{background-color:#f0f6f7;font-family:Poppins,sans-serif;padding:5rem 2rem}.medication-section .container{margin:0 auto;max-width:1200px}.medication-section .section-title{color:#3d7c7f;font-size:2.5rem;font-weight:500;margin-bottom:3.5rem;text-align:center}.medication-section .grid-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.medication-section .info-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #959da51a;padding:2rem}.medication-section .card-title{color:#333;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.medication-section .card-description{color:#555;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.medication-section .info-card ul{list-style:none;margin:0;padding:0}.medication-section .info-card li{align-items:flex-start;color:#555;display:flex;font-size:.95rem;line-height:1.5;margin-bottom:.8rem}.medication-section .info-card li:before{color:#4a9c9c;content:"•";font-size:1.2rem;font-weight:700;line-height:1.2;margin-right:.8rem}@media (max-width:992px){.medication-section .grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.medication-section{padding:3rem 1rem}.medication-section .grid-container{grid-template-columns:1fr}.medication-section .section-title{font-size:2rem}}.prevention-section{background-color:#1a4a5a;background-image:radial-gradient(circle at top center,#2a6a7a,#1a4a5a)}.prevention-section .section-title{color:#fff;font-weight:500;margin-bottom:3rem}.prevention-section .info-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;box-shadow:none;color:#e0e0e0}.prevention-section .wide-card{margin-bottom:2rem;padding:2rem 2.5rem}.prevention-section .card-title,.prevention-section h3,.prevention-section h4{color:#fff;font-weight:600}.prevention-section li,.prevention-section p{color:#e0e0e0}.pgd-ivf-details{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.pgd-ivf-details h4{font-weight:500;margin-bottom:.5rem}.prevention-section .info-card li:before{color:#fff}@media (max-width:992px){.pgd-ivf-details{gap:2rem;grid-template-columns:1fr}}.prevention-section .key-takeaway-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:#4a7c82;border:1px solid #ffffff4d}.prevention-section .key-takeaway-card p{color:#fff;font-weight:300}.future-treatment-section{background-color:#f0f6f7}.future-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.future-treatment-section .dark-card{background-color:#4a9c9c;border:none;box-shadow:none}.future-treatment-section .dark-card,.future-treatment-section .dark-card .card-title,.future-treatment-section .dark-card p{color:#fff}.card-header-icon{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.card-header-icon svg{flex-shrink:0}.future-treatment-section .info-card:not(.dark-card) .card-header-icon{color:#4a9c9c}.future-treatment-section .wide-card{margin-bottom:2rem}.future-treatment-section .treatment-title{margin-bottom:1.5rem;text-align:left}.future-treatment-section .wide-card h4{color:#333;font-weight:600;margin-bottom:1rem}.two-column-list{grid-gap:.5rem 1.5rem;display:grid;gap:.5rem 1.5rem;grid-template-columns:repeat(2,1fr);padding:0}@media (max-width:992px){.future-grid,.two-column-list{grid-template-columns:1fr}}.faq-section .section-title{color:#4a9c9c;margin-bottom:2.5rem}.faq-section .faq-container{margin:0 auto;max-width:800px}.faq-section .faq-item{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 15px #0000000f;margin-bottom:1rem;transition:box-shadow .3s ease}.faq-section .faq-item:hover{box-shadow:0 6px 20px #00000014}.faq-section .faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.faq-section .faq-question p{color:#333;font-family:lexend,sans-serif;font-weight:500;padding-right:1rem}.faq-section .faq-question span{color:#555;font-size:1rem}.faq-section .faq-answer{color:#555;line-height:1.8;max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease-in-out,padding .3s ease-in-out}.faq-section .faq-answer.open{max-height:250px;padding:0 1.5rem 1.5rem}.contact-section{background-color:#103535;color:#e0e0e0;padding:5rem 0 0}.contact-container{grid-gap:5rem;display:grid;gap:5rem;grid-template-columns:1fr 1fr;padding-bottom:5rem}.contact-header{align-items:center;display:flex;gap:2rem;margin-bottom:3.5rem}.contact-info .logo-img{flex-shrink:0;height:120px;width:120px}.contact-title{color:#fff;font-size:2.2rem;font-weight:600;margin-bottom:.75rem}.contact-description{margin-bottom:0;max-width:400px}.contact-details{display:flex;flex-direction:column;gap:2rem}.detail-item{gap:1.5rem}.detail-item,.icon-wrapper{align-items:center;display:flex}.icon-wrapper{background-color:#e0eaf2;border-radius:50%;height:60px;justify-content:center;min-width:60px;width:60px}.contact-icon{color:#103535;font-size:1.8rem;margin-top:0}.contact-form-container{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#ffffff0d;border:1px solid #fff3;border-radius:12px;padding:2.5rem}.form-title{color:#fff;font-size:1.5rem;font-weight:500}.form-group,.form-title{margin-bottom:1.5rem}.form-group input,.form-group textarea{background-color:initial;border:1px solid #527575;border-radius:8px;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;padding:14px;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0bebe;opacity:1}.form-group input:focus,.form-group textarea:focus{border-color:#88dada;outline:none}.contact-form .btn-primary{border:none;font-size:1rem;font-weight:500;padding-bottom:14px;padding-top:14px;width:100%}.footer-bottom-wrapper{border-top:1px solid #ffffff1a;color:#aaa;font-size:.9rem;padding:1.5rem 0}.footer-bottom-wrapper p{text-align:left}@media (max-width:992px){.contact-container{grid-template-columns:1fr}}@media (max-width:768px){.contact-header{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.e5c13550.css.map*/