﻿body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#2c3e50;line-height:1.5;margin:0}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;outline:0;border:0;-webkit-appearance:0;-moz-appearance:0;appearance:0;text-decoration:none;list-style:none}li{list-style:none}a{text-decoration:none}ol,ul{list-style:none}table{width:100%;border-collapse:collapse;border-spacing:0}svg.sizeX1{width:2rem;height:2rem}.section-header-centered{text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 1rem}.section-header-centered .section-title-centered{font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:.5rem;position:relative;display:inline-block}.section-header-centered .section-title-centered::after{content:"";display:block;width:50px;height:3px;background-color:#d4a373;margin:.75rem auto 0;border-radius:2px}@media(min-width: 768px){.section-header-centered .section-title-centered{font-size:2.2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;border-radius:30px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,0)}.btn .truncate{white-space:nowrap}.btn.btn-primary{background-color:#4a6c6f;color:#fff;box-shadow:0 4px 6px rgba(74,108,111,.2)}.btn.btn-primary:hover{background-color:rgba(0,0,0,0);color:#4a6c6f;border-color:#4a6c6f;transform:translateY(-2px);box-shadow:0 6px 12px rgba(74,108,111,.3)}.btn.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.wdcSvgIcon{display:inline-block}.wdcSvgIcon svg{fill:currentColor;display:block}.wdcSvgIcon.sizeX1{width:32px;height:32px}.wdcSvgIcon.sizeX2{width:24px;height:24px}.main-header{position:sticky;top:0;z-index:1000;max-width:100%;height:70px;background-color:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0 2px 15px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.main-header .nav-mobile{display:block}.main-header .nav-mobile .menu-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:#2c3e50}.main-header .nav-mobile .menu-toggle:active{transform:scale(0.95)}.main-header .nav-desktop{display:none}.main-header .nav-desktop.is-open{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background-color:#fff;padding:2rem;border-top:1px solid rgba(0,0,0,.05);animation:fadeIn .3s ease-out}.main-header .nav-desktop.is-open .nav-links{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-bottom:2rem}.main-header .nav-desktop.is-open .nav-links .nav-link{font-size:1.2rem;color:#2c3e50;text-decoration:none;padding:.5rem;width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.03)}.main-header .nav-desktop.is-open .btn{width:100%;max-width:280px;justify-content:center}@media(min-width: 768px){.main-header{padding:0 2rem}.main-header .nav-mobile{display:none}.main-header .nav-desktop{display:flex;position:static;height:auto;width:auto;background-color:rgba(0,0,0,0);flex-direction:row;border-top:none;padding:0;animation:none;gap:1rem}.main-header .nav-desktop.is-open{position:static;height:auto;width:auto;background-color:rgba(0,0,0,0);padding:0}.main-header .nav-desktop .nav-links{display:flex;flex-direction:row;gap:1.5rem;margin-bottom:0;width:auto}.main-header .nav-desktop .nav-links .nav-link{font-size:.95rem;width:auto;border-bottom:none;padding:.5rem 0;position:relative}.main-header .nav-desktop .nav-links .nav-link::after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#d4a373;transition:width .3s ease}.main-header .nav-desktop .nav-links .nav-link:hover,.main-header .nav-desktop .nav-links .nav-link.active{color:#4a6c6f}.main-header .nav-desktop .nav-links .nav-link:hover::after,.main-header .nav-desktop .nav-links .nav-link.active::after{width:100%}.main-header .nav-desktop .btn{width:auto;margin-top:0}}@media(min-width: 1024px){.main-header{padding:0 4rem}.main-header .nav-desktop{gap:3rem}.main-header .nav-desktop .nav-links{display:flex;gap:2.5rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-section{width:100%;min-height:calc(100vh - 70px);display:flex}.hero-section .hero-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1rem;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero-section .hero-content::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.hero-section .hero-content .hero-text-container{position:relative;z-index:2;margin-bottom:2rem}.hero-section .hero-content .hero-text-container .hero-eyebrow{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#d4a373;font-weight:700;margin-bottom:.5rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.hero-section .hero-content .hero-text-container .hero-title{font-size:2rem;line-height:1.2;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-section .hero-content .hero-text-container .hero-subtitle{font-size:1.1rem;font-weight:400;color:hsla(0,0%,100%,.9);margin:0 auto;max-width:90%}.hero-section .hero-content .hero-btn{position:relative;z-index:2;background-color:#d4a373;border-color:#d4a373}.hero-section .hero-content .hero-btn:hover{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}@media(min-width: 768px){.hero-section .hero-content{background-attachment:fixed}.hero-section .hero-content .hero-text-container{max-width:80%}.hero-section .hero-content .hero-text-container .hero-title{font-size:3rem;margin-bottom:1.5rem}.hero-section .hero-content .hero-text-container .hero-subtitle{font-size:1.3rem}}@media(min-width: 1024px){.hero-section .hero-content .hero-text-container{max-width:700px}.hero-section .hero-content .hero-text-container .hero-title{font-size:3.8rem}}.mini-hero-section{margin-bottom:2rem;height:350px;width:100%;position:relative;background-color:#4a6c6f}.mini-hero-section .hero-content{height:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding:2rem 1rem 4rem;background-size:cover;background-position:center;background-repeat:no-repeat}.mini-hero-section .hero-content .hero-text-container{max-width:100%;color:#fff;z-index:2}.mini-hero-section .hero-content .hero-text-container .hero-title{font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:1rem;position:relative;padding-bottom:1rem}.mini-hero-section .hero-content .hero-text-container .hero-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#d4a373;border-radius:2px}.mini-hero-section .hero-content .hero-text-container .hero-subtitle{font-size:1rem;font-weight:400;color:hsla(0,0%,100%,.9);line-height:1.5;max-width:90%;margin:0 auto}@media(min-width: 768px){.mini-hero-section{height:450px}.mini-hero-section .hero-content{background-attachment:fixed}.mini-hero-section .hero-content .hero-text-container{max-width:80%}.mini-hero-section .hero-content .hero-text-container .hero-title{font-size:2.5rem}.mini-hero-section .hero-content .hero-text-container .hero-subtitle{font-size:1.15rem}}@media(min-width: 1024px){.mini-hero-section{height:500px}.mini-hero-section .hero-content .hero-text-container{max-width:700px}.mini-hero-section .hero-content .hero-text-container .hero-title{font-size:3rem}}.philosophy-section{background-color:#f9fafb;padding:4rem 1rem;display:flex;flex-direction:column;gap:2rem;align-items:center;overflow:hidden}.philosophy-section .philosophy-image{width:100%;height:auto;max-height:350px;object-fit:cover;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:transform .4s ease}.philosophy-section .philosophy-image:hover{transform:scale(1.02)}.philosophy-section .philosophy-text{width:100%}.philosophy-section .philosophy-text .section-title{font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.philosophy-section .philosophy-text .section-title::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background-color:#d4a373}.philosophy-section .philosophy-text .section-paragraph{font-size:1rem;color:#2c3e50;line-height:1.8;opacity:.9;text-align:justify}@media(min-width: 768px){.philosophy-section{flex-direction:row;justify-content:center;gap:4rem;padding:6rem 2rem}.philosophy-section .philosophy-image{width:45%;max-height:500px}.philosophy-section .philosophy-text{width:50%}}@media(min-width: 1024px){.philosophy-section{max-width:1200px;margin:0 auto;padding:8rem 0}.philosophy-section .philosophy-image{height:400px}.philosophy-section .philosophy-text{padding-right:2rem}.philosophy-section .philosophy-text .section-title{font-size:2.2rem}.philosophy-section .philosophy-text .section-paragraph{font-size:1.1rem}}.services-section{background-color:#fff;padding:4rem 1rem}.services-section .services-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.services-section .services-grid .service-card{background-color:#fff;border:1px solid rgba(74,108,111,.15);border-radius:16px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(0.25, 0.8, 0.25, 1);display:flex;flex-direction:column;align-items:center}.services-section .services-grid .service-card .service-icon-wrapper{width:70px;height:70px;background-color:rgba(74,108,111,.08);color:#4a6c6f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background-color .3s ease,color .3s ease}.services-section .services-grid .service-card .service-text .service-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.services-section .services-grid .service-card .service-text .service-description{font-size:.95rem;color:hsl(210,29.0322580645%,39.3137254902%);line-height:1.6;margin:0}.services-section .services-grid .service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.08);border-color:rgba(0,0,0,0)}.services-section .services-grid .service-card:hover .service-icon-wrapper{background-color:#d4a373;color:#fff}@media(min-width: 768px){.services-section{padding:6rem 2rem}.services-section .services-grid{grid-template-columns:repeat(2, 1fr);gap:2.5rem}}@media(min-width: 1024px){.services-section{padding:8rem 0}.services-section .services-grid{max-width:1200px;margin:0 auto;grid-template-columns:repeat(3, 1fr);gap:3rem}}.testimonials-section{background-color:#f8f7f4;padding:4rem 1rem}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.testimonials-section .testimonials-grid .testimonial-card{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,.03);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;transition:transform .3s ease}.testimonials-section .testimonials-grid .testimonial-card::before{content:"“";position:absolute;top:-10px;left:20px;font-family:serif;font-size:8rem;line-height:1;color:rgba(212,163,115,.15);pointer-events:none}.testimonials-section .testimonials-grid .testimonial-card .testimonial-author{position:relative;z-index:1;margin-bottom:1.5rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-author .author-name{font-weight:700;font-size:1.1rem;color:#4a6c6f;margin:0}.testimonials-section .testimonials-grid .testimonial-card .testimonial-author .author-desc{font-size:.85rem;color:#999;text-transform:uppercase;margin:0}.testimonials-section .testimonials-grid .testimonial-card .testimonial-author .dateWrapper{display:flex;gap:3px;color:#ecf0f1}.testimonials-section .testimonials-grid .testimonial-card .testimonial-quote{position:relative;z-index:1;font-style:italic;color:#2c3e50;line-height:1.6;opacity:.9;margin:0}.testimonials-section .testimonials-grid .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.06)}.testimonials-section .testimonials-grid .testimonial-card:hover::before{color:rgba(212,163,115,.25)}@media(min-width: 768px){.testimonials-section{padding:6rem 2rem}.testimonials-section .testimonials-grid{grid-template-columns:repeat(2, 1fr)}.testimonials-section .testimonials-grid .testimonial-card:last-child{grid-column:span 2;padding:2.5rem 4rem}}@media(min-width: 1024px){.testimonials-section{padding:8rem 0}.testimonials-section .testimonials-grid{max-width:1200px;margin:0 auto;grid-template-columns:repeat(3, 1fr);gap:2.5rem}.testimonials-section .testimonials-grid .testimonial-card:last-child{grid-column:span 1;padding:2rem}}.cta-section{background:linear-gradient(135deg, #4A6C6F 0%, rgb(57.68, 84.1816216216, 86.52) 100%);color:#fff;padding:5rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-section .cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.cta-section .cta-subtitle{font-size:1.1rem;margin:0 auto 3rem;max-width:600px;opacity:.9;line-height:1.6}.cta-section .btn{background-color:#fff;color:#4a6c6f;border-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.2)}.cta-section .btn:hover{background-color:#d4a373;border-color:#d4a373;color:#fff;transform:translateY(-3px) scale(1.05)}@media(min-width: 768px){.cta-section{padding:8rem 2rem}.cta-section .cta-title{font-size:2.5rem;margin-bottom:1.5rem}.cta-section .cta-subtitle{font-size:1.25rem}}@media(min-width: 1024px){.cta-section{padding:8rem 0}}.main-footer{background-color:#22303f;color:#ecf0f1;font-size:.95rem;padding-top:4rem;margin-top:auto}.main-footer .footer-grid{display:grid;gap:2.5rem;padding:0 1rem 3rem;grid-template-columns:1fr;text-align:center}.main-footer .footer-grid h3,.main-footer .footer-grid .footer-heading,.main-footer .footer-grid .footer-heading-page2{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;color:#d4a373;margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid rgba(212,163,115,.3);display:inline-block;padding-bottom:.5rem}.main-footer .footer-grid ul{list-style:none;padding:0;margin:0}.main-footer .footer-grid ul li{margin-bottom:.8rem}.main-footer .footer-grid a.footer-link{color:#ecf0f1;text-decoration:none;transition:all .3s ease;display:inline-block}.main-footer .footer-grid a.footer-link:hover{color:#d4a373;transform:translateX(5px)}.main-footer .footer-grid .footer-list-item-icon{display:flex;align-items:flex-start;justify-content:center;gap:1rem}.main-footer .footer-grid .footer-list-item-icon .wdcSvgIcon{color:#d4a373;margin-top:3px;flex-shrink:0}.main-footer .footer-grid .footer-list-item-icon a:hover{transform:none;text-decoration:underline}.main-footer .footer-copyright{background-color:rgb(28.6371134021,40.4288659794,53.0628865979);padding:1rem;text-align:center;border-top:1px solid hsla(0,0%,100%,.05);color:#bdc3c7;display:flex;justify-content:center;gap:.5rem;opacity:.5;flex-wrap:wrap}.main-footer .footer-copyright a{color:currentColor;text-decoration:1px underline #888;margin-bottom:5px}@media(min-width: 768px){.main-footer .footer-grid{grid-template-columns:repeat(2, 1fr);text-align:left;padding:0 2rem 3rem}.main-footer .footer-grid h3,.main-footer .footer-grid .footer-heading,.main-footer .footer-grid .footer-heading-page2{display:block;border-bottom:none;margin-bottom:1rem}.main-footer .footer-grid .footer-list-item-icon{justify-content:flex-start}.main-footer .footer-grid a.footer-link:hover{transform:translateX(3px)}}@media(min-width: 1024px){.main-footer{padding-top:5rem}.main-footer .footer-grid{grid-template-columns:repeat(4, 1fr);padding:0 4rem 4rem;gap:2rem}}.section-explain{background-color:#fff;padding:4rem 1rem}.section-explain .content-container{width:100%;max-width:800px;margin:0 auto}.section-explain .content-container .section-title{font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:2rem;line-height:1.3;text-align:center;position:relative;text-wrap:balance}.section-explain .content-container .section-title::after{content:"";display:block;width:60px;height:3px;background-color:#d4a373;margin:1rem auto 0;border-radius:2px}.section-explain .content-container .text-secondary{font-size:1.05rem;color:#2c3e50;line-height:1.8;text-align:left;margin:0}.section-explain .content-container .text-secondary strong{color:#4a6c6f;font-weight:700;background:linear-gradient(to top, rgba(212, 163, 115, 0.2) 40%, transparent 40%)}@media(min-width: 768px){.section-explain{padding:6rem 2rem}.section-explain .content-container .section-title{font-size:2.2rem;margin-bottom:2.5rem}.section-explain .content-container .text-secondary{font-size:1.15rem;text-align:justify}}.welcome-section{background-color:#f8f7f4;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:3rem;overflow:hidden}.welcome-section .welcome-image{width:80%;max-width:350px;height:auto;border-radius:12px;border:8px solid #fff;box-shadow:0 15px 35px rgba(0,0,0,.1);margin:0 auto;transition:transform .4s ease}.welcome-section .welcome-image:hover{transform:translateY(-5px) rotate(1deg)}.welcome-section .welcome-text{width:100%;text-align:left;padding-inline:1rem}.welcome-section .welcome-text .section-title{font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:1.5rem;line-height:1.25;padding-left:1rem;border-left:4px solid #d4a373}.welcome-section .welcome-text .section-paragraph{font-size:1rem;color:#2c3e50;line-height:1.8;opacity:.95;white-space:normal}@media(min-width: 768px){.welcome-section{padding:6rem 2rem;flex-direction:row-reverse;align-items:center;justify-content:center;gap:5rem}.welcome-section .welcome-image{width:340px;max-width:none;flex-shrink:0}.welcome-section .welcome-text{flex:1;max-width:600px}}@media(min-width: 1024px){.welcome-section{padding:8rem 0;max-width:1200px;margin:0 auto}.welcome-section .welcome-text .section-title{font-size:2.2rem}.welcome-section .welcome-text .section-paragraph{font-size:1.1rem}}.section-approach{background-color:#f9fafb;padding:4rem 1rem}.section-approach .content-container{width:100%}.section-approach .content-container .section-title{text-align:center;font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:3rem;position:relative}.section-approach .content-container .section-title::after{content:"";display:block;width:50px;height:3px;background-color:#d4a373;margin:.75rem auto 0;border-radius:2px}.section-approach .approach-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.section-approach .approach-grid .approach-card{background-color:#fff;border:1px solid rgba(74,108,111,.1);border-radius:16px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(0.25, 0.8, 0.25, 1);height:100%}.section-approach .approach-grid .approach-card .approach-icon{width:80px;height:80px;background-color:rgba(74,108,111,.08);color:#4a6c6f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background-color .3s ease,color .3s ease}.section-approach .approach-grid .approach-card .approach-icon .wdcSvgIcon{width:36px;height:36px}.section-approach .approach-grid .approach-card .approach-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.section-approach .approach-grid .approach-card .text-secondary{font-size:.95rem;color:rgb(62.0967741935,87.5,112.9032258065);line-height:1.6;margin:0}.section-approach .approach-grid .approach-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08);border-color:rgba(0,0,0,0)}.section-approach .approach-grid .approach-card:hover .approach-icon{background-color:#d4a373;color:#fff}@media(min-width: 768px){.section-approach{padding:6rem 2rem}.section-approach .section-title{font-size:2.2rem !important}.section-approach .approach-grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}@media(min-width: 768px)and (max-width: 1024px){.section-approach .approach-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media(min-width: 1024px){.section-approach{padding:8rem 0}.section-approach .content-container{max-width:1200px;margin:0 auto}.section-approach .approach-grid{grid-template-columns:repeat(3, 1fr);gap:3rem}}.section-explain{background-color:#fff;padding:4rem 1rem}.section-explain .content-container{width:100%}.section-explain .content-container .section-title-page2{text-align:center;font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:3rem;position:relative;display:block}.section-explain .content-container .section-title-page2::after{content:"";display:block;width:8px;height:8px;background-color:#d4a373;margin:1rem auto 0;transform:rotate(45deg)}.section-explain .benefits-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;width:100%}.section-explain .benefits-grid .benefit-card{position:relative;padding:1rem 1rem 1rem 1.5rem;transition:all .3s ease;border-left:3px solid rgba(74,108,111,.3)}.section-explain .benefits-grid .benefit-card .benefit-title{font-size:1.2rem;font-weight:700;color:#4a6c6f;margin:0 0 .75rem 0;line-height:1.3}.section-explain .benefits-grid .benefit-card .text-secondary{font-size:.95rem;color:#2c3e50;line-height:1.6;margin:0;opacity:.85}.section-explain .benefits-grid .benefit-card:hover{background-color:rgba(74,108,111,.03);border-left-color:#d4a373;border-left-width:5px;padding-left:2rem}@media(min-width: 768px){.section-explain{padding:6rem 2rem}.section-explain .section-title-page2{font-size:2.2rem !important;margin-bottom:3rem !important}.section-explain .benefits-grid{grid-template-columns:repeat(2, 1fr);column-gap:4rem;row-gap:3rem}}@media(min-width: 1024px){.section-explain{padding:8rem 0}.section-explain .content-container{max-width:1200px;margin:0 auto}.section-explain .benefits-grid{grid-template-columns:repeat(3, 1fr);gap:4rem}}.section-decors{padding:4rem 1rem;overflow:hidden}.section-decors:nth-of-type(odd){background-color:#fff}.section-decors:nth-of-type(even){background-color:#f9fafb}.section-decors .two-column-section{display:flex;flex-direction:column;gap:3rem;align-items:center;width:100%}.section-decors .column-half{width:100%}.section-decors .column-half .title{font-size:1.75rem;font-weight:700;color:#4a6c6f;margin-bottom:1rem;line-height:1.3;position:relative;padding-bottom:.75rem}.section-decors .column-half .title::after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:#d4a373}.section-decors .column-half .text-secondary{font-size:1rem;color:#2c3e50;line-height:1.8;margin:0;opacity:.9;text-align:justify}.section-decors .column-half .text-secondary strong{color:#4a6c6f;font-weight:700}.section-decors .column-half .feature-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:transform .4s ease}.section-decors .column-half .feature-image:hover{transform:scale(1.02)}@media(min-width: 768px){.section-decors{padding:6rem 2rem}.section-decors .two-column-section{flex-direction:row;justify-content:center;gap:5rem}.section-decors .column-half{width:48%}}@media(min-width: 1024px){.section-decors{padding:8rem 0}.section-decors .two-column-section{max-width:1200px;margin:0 auto;padding:0 1rem}.section-decors .column-half .title{font-size:2rem}.section-decors .column-half .text-secondary{font-size:1.1rem}.section-decors.show-left .two-column-section{flex-direction:row-reverse}.section-decors.show-left .two-column-section .column-half:first-child{padding-left:2rem}.section-decors.show-right .two-column-section .column-half:first-child{padding-right:2rem}}.main-contact{background-color:#f9fafb;min-height:100vh}.main-contact .contact-header{background-color:#4a6c6f;padding:6rem 1rem 8rem;text-align:center;color:#fff;position:relative;background-image:linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%)}.main-contact .contact-header .contact-header-text{max-width:800px;margin:0 auto}.main-contact .contact-header .contact-header-text .contact-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.main-contact .contact-header .contact-header-text .contact-title .italic{font-style:italic;font-family:serif}.main-contact .contact-header .contact-header-text .contact-subtitle{font-size:1.1rem;opacity:.9;font-weight:300}.main-contact .contact-content-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem 4rem;margin-top:-3rem;position:relative;z-index:10;display:flex;flex-direction:column;gap:3rem}.main-contact .contact-layout{width:100%;margin:0 auto}.main-contact .contact-layout .contact-form-card{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.main-contact .contact-layout .contact-form-card .contact-form-title{font-size:1.5rem;color:#4a6c6f;margin-bottom:2rem;border-bottom:2px solid rgba(212,163,115,.2);padding-bottom:1rem}.main-contact .contact-layout .contact-form-card .contact-form{display:flex;flex-direction:column;gap:1.5rem}.main-contact .contact-layout .contact-form-card .contact-form .form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.main-contact .contact-layout .contact-form-card .contact-form .form-group .form-label{font-weight:600;font-size:.9rem;color:#2c3e50;margin:0}.main-contact .contact-layout .contact-form-card .contact-form .form-group .form-input,.main-contact .contact-layout .contact-form-card .contact-form .form-group .form-textarea{width:100%;padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;background-color:#fafafa;transition:all .3s ease;font-family:inherit}.main-contact .contact-layout .contact-form-card .contact-form .form-group .form-input:focus,.main-contact .contact-layout .contact-form-card .contact-form .form-group .form-textarea:focus{outline:none;border-color:#d4a373;background-color:#fff;box-shadow:0 0 0 3px rgba(212,163,115,.1)}.main-contact .contact-layout .contact-form-card .contact-form .form-group .form-textarea{min-height:150px;resize:vertical}.main-contact .contact-layout .contact-form-card .contact-form .form-row{display:flex;flex-direction:column;gap:1.5rem}.main-contact .contact-layout .contact-form-card .contact-form .btn-contact-submit{align-self:flex-start;background-color:#4a6c6f;color:#fff;padding:1rem 2.5rem;border:none;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(74,108,111,.3)}.main-contact .contact-layout .contact-form-card .contact-form .btn-contact-submit:hover{background-color:#d4a373;transform:translateY(-2px);box-shadow:0 6px 15px rgba(212,163,115,.4)}.main-contact .info{width:100%}.main-contact .info .contact-info-column{display:flex;flex-direction:column;gap:2rem}.main-contact .info .info-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;flex:1}.main-contact .info .info-card .info-card-title{background-color:#4a6c6f;color:#fff;margin:0;padding:1rem;text-align:center;font-size:1.1rem;font-weight:600}.main-contact .info .info-card .map-container{width:100%;height:200px;background-color:#eee}.main-contact .info .info-card .map-container .map-image{width:100%;height:100%;object-fit:cover}.main-contact .info .info-card .info-card-details{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;flex-grow:1}.main-contact .info .info-card .info-card-details .info-item{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem;color:#2c3e50}.main-contact .info .info-card .info-card-details .info-item svg,.main-contact .info .info-card .info-card-details .info-item .wdcSvgIcon,.main-contact .info .info-card .info-card-details .info-item svgIcon{width:20px;height:20px;color:#d4a373;flex-shrink:0;margin-top:3px;fill:currentColor}.main-contact .info .info-card .info-card-details .info-item p{margin:0;line-height:1.5}.main-contact .info .info-card .info-card-details .info-item .info-link{color:#2c3e50;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(212,163,115,.3)}.main-contact .info .info-card .info-card-details .info-item .info-link:hover{color:#4a6c6f;border-color:#4a6c6f}.main-contact .info .info-card .info-card-details .info-item-schedule{background-color:#f9fafb;padding:1rem;border-radius:8px;margin-top:auto}.main-contact .info .info-card .info-card-details .info-item-schedule .info-item-heading{font-weight:700;color:#4a6c6f;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase}@media(min-width: 768px){.main-contact .contact-header .contact-header-text .contact-title{font-size:2.5rem}.main-contact .contact-layout .contact-form-card .contact-form .form-row{flex-direction:row}.main-contact .contact-layout .contact-form-card .contact-form .form-row .form-group{width:50%}.main-contact .info .contact-info-column{flex-direction:row;gap:3rem}}@media(min-width: 1024px){.main-contact .contact-content-container{gap:4rem}.main-contact .contact-layout{max-width:900px;width:100%}.main-contact .info{max-width:1200px;margin:0 auto}}.page-header{background-color:#4a6c6f;padding:4rem 1rem 6rem;text-align:center;color:#fff;position:relative;background-image:linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%)}.page-header .header-content{max-width:800px;margin:0 auto}.page-header .header-content .header-title{font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.page-header .header-content .header-subtitle{font-size:1.1rem;opacity:.9;font-weight:300}.page-header .header-content .header-title-post{font-size:1.8rem;font-weight:700;line-height:1.3;margin-top:1rem}.page-header .header-content .post-meta-header{display:flex;justify-content:center;gap:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.8}.page-header .header-content .post-meta-header .meta-tag{font-weight:700;color:#d4a373}@media(min-width: 768px){.page-header .header-content .header-title{font-size:3rem}.page-header .header-content .header-title-post{font-size:2.5rem}}.main-blog-index{background-color:#f9fafb;min-height:100vh}.main-blog-index .blog-list-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem 6rem;margin-top:-4rem;position:relative;z-index:10}.main-blog-index .blog-list-container .blog-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.main-blog-index .blog-list-container .blog-grid .blog-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;height:100%}.main-blog-index .blog-list-container .blog-grid .blog-card .card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.main-blog-index .blog-list-container .blog-grid .blog-card .card-image-wrapper{position:relative;height:220px;overflow:hidden}.main-blog-index .blog-list-container .blog-grid .blog-card .card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.main-blog-index .blog-list-container .blog-grid .blog-card .card-image-wrapper .card-tag{position:absolute;top:1rem;left:1rem;background-color:#fff;color:#4a6c6f;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;box-shadow:0 2px 5px rgba(0,0,0,.1)}.main-blog-index .blog-list-container .blog-grid .blog-card .card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.main-blog-index .blog-list-container .blog-grid .blog-card .card-content .card-date{font-size:.8rem;color:rgb(137.5806451613,164,190.4193548387);margin-bottom:.5rem}.main-blog-index .blog-list-container .blog-grid .blog-card .card-content .card-title{font-size:1.25rem;font-weight:700;color:#4a6c6f;margin:0 0 .75rem 0;line-height:1.3}.main-blog-index .blog-list-container .blog-grid .blog-card .card-content .card-excerpt{font-size:.95rem;color:#2c3e50;line-height:1.6;margin-bottom:1.5rem;opacity:.85;display:-webkit-box;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.main-blog-index .blog-list-container .blog-grid .blog-card .card-content .read-more{margin-top:auto;font-weight:600;color:#d4a373;font-size:.9rem;transition:color .3s ease}.main-blog-index .blog-list-container .blog-grid .blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.main-blog-index .blog-list-container .blog-grid .blog-card:hover .card-image-wrapper img{transform:scale(1.05)}.main-blog-index .blog-list-container .blog-grid .blog-card:hover .read-more{color:#4a6c6f}@media(min-width: 768px){.main-blog-index .blog-list-container .blog-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.main-blog-index .blog-list-container .blog-grid{grid-template-columns:repeat(3, 1fr);gap:3rem}}.main-blog-post{background-color:#f9fafb;min-height:100vh}.main-blog-post .post-container{width:100%;max-width:800px;margin:0 auto;background-color:#fff;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,.05);margin-top:-4rem;position:relative;z-index:10;overflow:hidden;padding-bottom:4rem;margin-bottom:6rem}.main-blog-post .post-container .post-featured-image{width:100%;height:auto;margin:0;max-height:400px;overflow:hidden}.main-blog-post .post-container .post-featured-image img{width:100%;height:100%;object-fit:cover}.main-blog-post .post-container .post-content-body{padding:2rem 1.5rem}.main-blog-post .post-container .post-content-body p{font-size:1.05rem;line-height:1.8;color:#2c3e50;margin-bottom:1.5rem}.main-blog-post .post-container .post-content-body .intro-text{font-size:1.2rem;font-weight:500;color:#4a6c6f}.main-blog-post .post-container .post-content-body h2{font-size:1.75rem;color:#4a6c6f;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.main-blog-post .post-container .post-content-body h3{font-size:1.4rem;color:#2c3e50;margin-top:2rem;margin-bottom:.75rem;font-weight:600}.main-blog-post .post-container .post-content-body ul,.main-blog-post .post-container .post-content-body ol{margin-bottom:1.5rem;padding-left:1.5rem}.main-blog-post .post-container .post-content-body ul li,.main-blog-post .post-container .post-content-body ol li{margin-bottom:.5rem;color:#2c3e50;line-height:1.6}.main-blog-post .post-container .post-content-body blockquote{border-left:4px solid #d4a373;margin:2rem 0;padding:1rem 1.5rem;background-color:rgba(212,163,115,.05);font-style:italic;font-size:1.15rem;color:rgb(25.9032258065,36.5,47.0967741935);border-radius:0 8px 8px 0}.main-blog-post .post-container .post-content-body strong{color:#4a6c6f;font-weight:600}.main-blog-post .post-container .post-footer{padding:0 2rem;margin-top:2rem;text-align:center}@media(min-width: 768px){.main-blog-post .post-container .post-content-body{padding:4rem 5rem}}.main-header .logo-container{z-index:1001;text-transform:none}.main-header .logo-container .logo-text{text-decoration:none;display:flex;align-items:center;gap:.35rem;font-size:1.4rem;letter-spacing:-0.5px;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;transition:opacity .3s ease}.main-header .logo-container .logo-text .word-base{font-weight:700;color:#4a6c6f}.main-header .logo-container .logo-text .word-light{font-weight:400;font-style:italic;font-family:serif;color:rgb(80.1935483871,113,145.8064516129);font-size:1.1rem}.main-header .logo-container .logo-text .word-highlight{font-weight:700;color:#d4a373}.main-header .logo-container .logo-text:hover{opacity:.8}.page-title-area{background-color:#4a6c6f;padding:6rem 1rem;text-align:center;color:#fff;background-image:linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%)}.page-title-area .page-title-content .title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.page-title-area .page-title-content .breadcrumb{display:flex;justify-content:center;padding:0;margin:0;list-style:none}.page-title-area .page-title-content .breadcrumb .breadcrumb-item{font-size:1rem;color:hsla(0,0%,100%,.8)}.page-title-area .page-title-content .breadcrumb .breadcrumb-item a{color:#fff;text-decoration:none;font-weight:600}.page-title-area .page-title-content .breadcrumb .breadcrumb-item a:hover{text-decoration:underline}.page-title-area .page-title-content .breadcrumb .breadcrumb-item.active{color:hsla(0,0%,100%,.9)}.page-title-area .page-title-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"/";padding:0 .5rem;color:hsla(0,0%,100%,.5)}.privacy-policy-area{background-color:#f9fafb;padding:4rem 1rem}.privacy-policy-area .privacy-policy-content{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,.05);max-width:1000px;margin:0 auto}.privacy-policy-area .privacy-policy-content section{margin-bottom:2.5rem}.privacy-policy-area .privacy-policy-content section:last-child{margin-bottom:0}.privacy-policy-area .privacy-policy-content h2{font-size:1.5rem;font-weight:700;color:#4a6c6f;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(212,163,115,.3)}.privacy-policy-area .privacy-policy-content h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-top:1.5rem;margin-bottom:1rem}.privacy-policy-area .privacy-policy-content p{font-size:1rem;line-height:1.7;color:#2c3e50;margin-bottom:1rem}.privacy-policy-area .privacy-policy-content .alert{position:relative;padding:1rem 1rem 1rem 3rem;border:1px solid rgba(0,0,0,0);border-radius:8px;margin-bottom:1.5rem}.privacy-policy-area .privacy-policy-content .alert.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.privacy-policy-area .privacy-policy-content .alert.alert-info::before{content:"i";position:absolute;left:1rem;top:1rem;font-weight:bold;font-family:serif}.privacy-policy-area .privacy-policy-content .text-danger{color:#dc3545 !important}.privacy-policy-area .privacy-policy-content .fw-bold{font-weight:700 !important}@media(min-width: 768px){.privacy-policy-area{padding:6rem 1rem}.privacy-policy-area .privacy-policy-content{padding:3rem}.privacy-policy-area .privacy-policy-content h2{font-size:1.8rem}}.faq-section{background-color:#fff;padding:4rem 1rem}.faq-section .faq-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto}.faq-section .faq-item{background-color:#f9fafb;padding:2rem;border-radius:12px;border-left:4px solid #d4a373}.faq-section .faq-item .faq-question{font-size:1.2rem;color:#4a6c6f;margin-bottom:1rem;font-weight:700}.faq-section .faq-item .faq-answer{font-size:1rem;color:#2c3e50;line-height:1.6;margin:0}@media(min-width: 768px){.faq-section{padding:6rem 2rem}}