.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:2000;display:flex;justify-content:center;align-items:center;overflow-y:auto}.modal-content{width:100%;max-width:800px;padding:2rem;position:relative;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;cursor:pointer;color:#718096}.progress-bar{width:100%;height:4px;background:#edf2f7;position:absolute;top:0;left:0}.progress-fill{height:100%;background:#009e3d;transition:width .3s ease}.modal-step{text-align:center;padding-top:2rem}.modal-step h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.step-subtitle{font-size:1.1rem;color:#718096;margin-bottom:3rem}.options-list{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto 3rem}.option-btn{background:#fff;border:2px solid #e2e8f0;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:500;color:#2d3748;cursor:pointer;transition:all .2s;text-align:left}.option-btn:hover{border-color:#009e3d;transform:translateY(-2px)}.option-btn.selected{border-color:#009e3d;background:#e6f5ec;color:#009e3d}.grid-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;text-align:left}.grid-option-card{border:2px solid #e2e8f0;padding:1.5rem;border-radius:12px;cursor:pointer;transition:all .2s;position:relative}.grid-option-card:hover{border-color:#009e3d;transform:translateY(-2px)}.grid-option-card.selected{border-color:#009e3d;background:#e6f5ec}.checkbox-indicator{position:absolute;top:1rem;right:1rem;color:#009e3d;font-size:1.2rem}.grid-option-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#1a202c}.grid-option-card p{font-size:.9rem;color:#718096}.contact-form{max-width:500px;margin:0 auto;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#4a5568}.form-group input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.modal-textarea{width:100%;max-width:600px;height:150px;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1.1rem;margin:0 auto 2rem;display:block}.modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn-next,.btn-submit{background:#009e3d;color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-next:hover,.btn-submit:hover{background:#007a2f}.btn-next:disabled{background:#cbd5e0;cursor:not-allowed}.btn-back{background:transparent;border:2px solid #e2e8f0;color:#718096;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem}.btn-back:hover{border-color:#009e3d;color:#009e3d}@media (max-width: 768px){.modal-step h2{font-size:1.8rem}.grid-options{grid-template-columns:1fr}}.header-wrapper{position:sticky;top:0;z-index:9999;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:100%;box-sizing:border-box;box-shadow:0 2px 4px #0000000d}.navbar-logo{flex:0 0 auto;display:flex;align-items:center;z-index:1001;max-width:50%;min-width:0}.logo-img{width:100%;max-width:350px;height:auto;max-height:65px;object-fit:contain;min-width:180px}.navbar{flex:0 0 auto;display:flex;align-items:center;min-width:0}.navbar-container{display:flex;align-items:center;gap:2rem;background-color:transparent;padding:0}.navbar-center{display:flex;gap:2.5rem;align-items:center;flex-wrap:nowrap}.nav-link{color:var(--text-color);text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;display:flex;align-items:center;gap:.25rem}.nav-link:hover{color:var(--primary-color)}.nav-item-dropdown{position:relative;display:flex;align-items:center}.dropdown-icon{font-size:.9rem;transition:transform .3s ease}.dropdown-icon.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:.5rem;min-width:220px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(0,0,0,.05);margin-top:.5rem}.dropdown-menu.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-link{display:block;padding:.75rem 1rem;color:var(--text-color);text-decoration:none;font-size:.95rem;border-radius:8px;transition:background-color .2s,color .2s}.dropdown-link:hover{background-color:#5271ff0d;color:var(--primary-color)}.navbar-right{flex:0 0 auto}.btn-book-call{background-color:var(--primary-color);color:#fff;text-decoration:none;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:transform .2s ease,background-color .2s ease;font-size:.95rem;border:none;cursor:pointer}.btn-book-call:hover{background-color:#007a2f;transform:translateY(-1px)}.btn-icon{font-size:.9em}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1002;flex-shrink:0;color:#000!important;margin-left:auto}.hamburger-menu svg{width:1.8rem;height:1.8rem;color:#000!important;stroke:#000!important;fill:none;stroke-width:2}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:1001;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu-content{display:flex;flex-direction:column;height:100%;padding:5rem 1.5rem 2rem;position:relative}.mobile-nav-items{flex:1;overflow-y:auto}.mobile-nav-section{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-item{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:1rem}.mobile-nav-link-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;background:none;border:none;text-decoration:none;text-align:left;cursor:pointer;position:relative}.mobile-nav-header-text{display:flex;flex-direction:column;align-items:flex-start}.mobile-nav-number{font-size:.85rem;color:#1a1a1a;font-weight:600;margin-bottom:.25rem;opacity:.8}.mobile-nav-title{font-size:2.2rem;color:#009e3d;font-weight:700;line-height:1.1;transition:color .2s;position:relative}.mobile-nav-title:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background-color:#009e3d;transition:width .3s ease}.mobile-nav-link-header:hover .mobile-nav-title:after{width:100%}.mobile-dropdown-icon{display:none}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:transparent;margin-top:0}.mobile-submenu.expanded{max-height:1000px;margin-top:1rem}.mobile-submenu-link{display:block;padding:.75rem 0;color:#1a1a1a;text-decoration:none;font-size:1.1rem;font-weight:500;border-bottom:none;position:relative;transition:color .2s}.mobile-submenu-link:after{content:"";position:absolute;bottom:.5rem;left:0;width:0;height:2px;background-color:#009e3d;transition:width .3s ease}.mobile-submenu-link:hover{color:#009e3d}.mobile-submenu-link:hover:after{width:100%}.mobile-menu-buttons{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.btn-book-consultation{background-color:transparent;color:#009e3d;border:2px solid #009e3d;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;width:100%}.btn-book-consultation:hover{background-color:#009e3d;color:#fff}.btn-request-proposal-mobile{background-color:#009e3d;color:#fff;border:none;padding:1.25rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease;width:100%}.btn-request-proposal-mobile:hover{background-color:#007a2f;transform:translateY(-2px)}@media (max-width: 1200px){.navbar-center{gap:1.5rem;font-size:.9rem}.logo-img{max-width:380px;max-height:85px}}@media (max-width: 1024px){.header-wrapper{padding:1rem}.navbar-center{gap:1rem;font-size:.85rem}.logo-img{max-width:320px;max-height:75px}.btn-book-call{padding:.5rem 1rem;font-size:.85rem}}@media (max-width: 900px){.navbar-center{display:none}.hamburger-menu{display:flex!important;align-items:center;justify-content:center;position:relative;z-index:1002}.navbar,.navbar-right{display:none}.logo-img{max-width:280px;max-height:65px}}@media (max-width: 768px){.header-wrapper{padding:.75rem 1rem}.logo-img{max-width:240px;max-height:55px}.hamburger-menu{display:flex!important;align-items:center;justify-content:center}.hamburger-menu svg{width:1.5rem;height:1.5rem}.navbar{display:none}.mobile-menu{display:block}.navbar-right{display:none}}@media (max-width: 480px){.header-wrapper{padding:.5rem .75rem}.logo-img{max-width:200px;max-height:45px}.hamburger-menu{padding:.25rem}.hamburger-menu svg{width:1.3rem;height:1.3rem}}.booking-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.booking-modal{position:fixed;top:0;right:0;bottom:0;width:500px;max-width:90vw;background:#fff;z-index:9999;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;overflow-y:auto}.booking-modal.mobile{width:100%;max-width:100%;left:0;right:0}.booking-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.booking-modal-back{background:none;border:none;color:#4a5568;font-size:1rem;cursor:pointer;padding:.5rem;transition:color .2s}.booking-modal-back:hover{color:#009e3d}.booking-modal-close{background:none;border:none;color:#4a5568;font-size:1.5rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.booking-modal-close:hover{color:#009e3d}.booking-modal-content{padding:2rem;flex:1}.booking-modal-title{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:2rem}.session-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.session-button{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-weight:600;color:#1a202c;cursor:pointer;transition:all .3s ease;text-align:left}.session-button:hover{border-color:#009e3d;background:#009e3d0d}.session-button.active{background:#009e3d;color:#fff;border-color:#009e3d}.session-button svg{font-size:1.25rem;flex-shrink:0}.session-description{font-size:.95rem;color:#4a5568;line-height:1.6;margin:0;padding:0 1.5rem;margin-top:-.5rem;margin-bottom:.5rem}.booking-form{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#1a202c}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#009e3d;box-shadow:0 0 0 3px #009e3d1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#009e3d;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:#007a2f;transform:translateY(-2px);box-shadow:0 4px 12px #009e3d4d}.submit-button svg{font-size:1.25rem}@media (max-width: 768px){.booking-modal-content{padding:1.5rem}.booking-modal-title{font-size:1.5rem}.session-button{padding:1rem 1.25rem;font-size:.95rem}}.hero{width:100%;min-height:100vh;padding:0 1rem 4rem;display:flex;flex-direction:column;align-items:center;background-image:url(/hero-background-2.png);background-size:cover;background-position:center top;background-repeat:no-repeat;text-align:center;position:relative;margin-left:auto;margin-right:auto;margin-top:0;padding-top:0;overflow:hidden}.hero-content{max-width:1400px;width:100%;height:100%;min-height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2rem;z-index:10;position:relative;padding-top:0}.hero-text-side{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:50%;padding-left:4rem;padding-top:0;justify-content:center;z-index:10;margin-top:-5rem}.hero-title{font-size:4.5rem;line-height:1.1;font-weight:800;color:#1a202c;letter-spacing:-.03em;max-width:100%;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:#4a5568;max-width:650px;margin-bottom:2.5rem}.hero-cta-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-cta{background-color:#009e3d;color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,background-color .2s ease;box-shadow:0 4px 12px #009e3d4d;z-index:10}.hero-cta:hover{transform:translateY(-2px);background-color:#007a2f}.hero-rating{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4a5568}.stars{display:flex;gap:2px;color:#f59e0b}.star-icon{font-size:.85rem}.hero-visual-side{position:absolute;top:0;right:-5%;bottom:8rem;width:50%;z-index:1}.hero-triangle-border{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f5f5f5;clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);z-index:1}.hero-image-clipper{position:absolute;top:0;bottom:20px;right:0;width:100%;clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);transform:translate(20px);background-color:#ddd;z-index:2}.hero-person-image{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-about-section{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem;padding:0 1rem}.about-tag{background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.about-title{font-size:2.5rem;font-weight:700;color:#1a202c;line-height:1.1}.about-description{font-size:1rem;color:#718096;line-height:1.6;max-width:800px}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.stat-value{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#718096}@media (max-width: 1024px){.hero-content{flex-direction:column;text-align:center;justify-content:flex-start;padding-top:4rem;order:1;height:auto;min-height:auto}.hero-text-side{align-items:center;text-align:center;max-width:100%;padding-left:0;z-index:20;margin-top:0}.hero-title{font-size:3rem}.hero-cta-wrapper{align-items:center}.hero-visual-side{position:relative;top:auto;right:auto;bottom:auto;width:100%;height:350px;clip-path:none;background:transparent;margin-top:1rem;order:2}.hero-triangle-border{display:none}.hero-image-clipper{position:relative;clip-path:none;transform:none;border-radius:0;height:100%;bottom:auto;border-top:20px solid #f5f5f5;border-bottom:20px solid #f5f5f5}.about-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero{min-height:auto;padding:0 1rem 4rem}.hero-content{padding-top:5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.about-title{font-size:1.75rem}.hero-visual-side{height:400px}.hero-image-clipper{border-radius:16px}.about-stats-grid{grid-template-columns:1fr;gap:1rem}}.footer{background-color:var(--background-color);border-top:1px solid rgba(0,0,0,.1);padding:3rem 2rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-social{display:flex;gap:1.5rem;align-items:center}.social-link{color:var(--text-color);transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.social-link:hover{color:var(--primary-color);transform:translateY(-2px)}.social-icon{width:24px;height:24px}.footer-text{color:var(--text-color);font-size:.875rem;opacity:.7;text-align:center}@media (max-width: 768px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-social{gap:1.25rem}.social-icon{width:22px;height:22px}.footer-text{font-size:.8125rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-social{gap:1rem}.social-icon{width:20px;height:20px}}.section-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;text-align:center;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000000d;width:calc(100% - 4rem)}@media (max-width: 768px){.section-container{width:100%;max-width:100%;margin:0;padding:3rem 1.5rem;border-radius:0;box-shadow:none}.section-title{font-size:1.75rem;margin-bottom:.75rem;padding:0 .5rem}.section-subtitle{font-size:1rem;padding:0 .5rem;margin-bottom:2rem}}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.section-subtitle{font-size:1.1rem;color:#4a5568;max-width:800px;margin:0 auto 3rem;line-height:1.6}.about-home-section{background-color:#e5e9eb;color:#fff;position:relative;margin-top:0;padding:2rem;z-index:5;scroll-margin-top:80px}.about-home-section .section-container{background:#1a202c;box-shadow:0 10px 40px #0003;border-radius:24px;margin:0 auto;max-width:calc(100% - 4rem);width:calc(100% - 4rem)}@media (max-width: 768px){.about-home-section{padding:0}.about-home-section .section-container{width:100%;max-width:100%;margin:0;border-radius:0;padding:3rem 1.5rem}.about-title{font-size:1.75rem;margin-bottom:.75rem}.about-description{font-size:.95rem;line-height:1.6;padding:0 .5rem}.about-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem 1rem;margin-top:1.5rem;width:100%;max-width:100%;overflow:hidden;justify-items:center;text-align:center}.stat-item{min-width:0;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.75rem;word-break:break-word}.stat-label{font-size:.75rem;line-height:1.2;word-break:break-word;overflow-wrap:break-word;text-align:center}}.about-tag{background:#ffffff1a;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;display:inline-block;margin-bottom:1rem}.about-title{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}.about-description{font-size:1.1rem;color:#a0aec0;line-height:1.6;max-width:800px}.about-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.industry-showcase{background-color:#e5e9eb;padding:2rem}.industry-showcase .section-container{background:#fff;max-width:calc(100% - 4rem);border-radius:24px}@media (max-width: 768px){.industry-showcase{padding:0;margin-bottom:0}.industry-showcase .section-container{width:100%;max-width:100%;margin:0 auto;border-radius:0!important;padding:3rem 1rem;box-sizing:border-box}.industry-showcase .card-border-animation{display:none!important}.industries-grid{grid-template-columns:1fr;gap:1.5rem;padding:0;max-width:100%;margin:0 auto;justify-items:center}.industry-card{padding:1.25rem;margin-bottom:1rem;width:100%;max-width:100%;box-sizing:border-box}.industry-name{font-size:1rem;margin-bottom:.5rem}.industry-desc,.industry-desc-desktop,.industry-desc-mobile{display:none!important}}.industry-desc-desktop{display:block}.industry-desc-mobile{display:none}.industry-title-green{color:#009e3d!important}.industries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.industry-card{background:#fff;padding:2rem;border-radius:12px;text-align:left;box-shadow:0 4px 6px #0000000d;transition:transform .2s}.industry-card:hover{transform:translateY(-5px)}.industry-icon{font-size:2rem;color:#009e3d;margin-bottom:1rem}.industry-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.industry-desc{font-size:.95rem;color:#718096;line-height:1.5}.marketing-team{background-color:transparent;padding:0;position:relative;z-index:10}.marketing-team .section-container{background:#000;width:100%;max-width:100%}.marketing-team-content{display:flex;flex-direction:row;align-items:flex-start;gap:3rem;width:100%;padding:4rem 2rem;max-width:1400px;margin:0 auto}.marketing-team-text{flex:0 0 45%;text-align:left}.marketing-team-title{font-size:5.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1;letter-spacing:-.02em}.marketing-team-subtitle{font-size:1.5rem;color:#fff;line-height:1.5;margin:0;font-weight:400;opacity:.9}.marketing-team-cards{flex:0 0 50%;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:1.5rem;width:100%;max-width:100%}.partner-card{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:center;background-color:#000;height:100%;border:1px solid rgba(255,255,255,.1)}.marketing-team-cards .partner-card:nth-child(2),.marketing-team-cards .partner-card:nth-child(3),.marketing-team-cards .partner-card:nth-child(6){box-shadow:0 0 50px #ffffff80;border:1px solid rgba(255,255,255,.6)}.marketing-team-cards .partner-card:nth-child(1),.marketing-team-cards .partner-card:nth-child(4),.marketing-team-cards .partner-card:nth-child(5){box-shadow:0 0 50px #ffffff80;border:1px solid rgba(255,255,255,.6)}.partner-card:hover{transform:translateY(-4px)}.marketing-team-cards .partner-card:nth-child(2):hover,.marketing-team-cards .partner-card:nth-child(3):hover,.marketing-team-cards .partner-card:nth-child(6):hover{box-shadow:0 0 60px #ffffffb3}.marketing-team-cards .partner-card:nth-child(1):hover,.marketing-team-cards .partner-card:nth-child(4):hover,.marketing-team-cards .partner-card:nth-child(5):hover{box-shadow:0 0 60px #ffffffb3}.partner-card-image{width:100%;height:100%;position:absolute;top:0;left:0;transition:opacity .3s ease;z-index:1;opacity:1;padding:.5rem}.partner-card:hover .partner-card-image{opacity:0}.partner-card img{width:100%;height:100%;object-fit:contain;display:block}.partner-card-description{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease;color:#fff;font-size:1rem;line-height:1.4;text-align:center;z-index:2;background-color:inherit;overflow:hidden}.partner-card:hover .partner-card-description{opacity:1}.partner-card-description p{margin:0}.marketing-team-cards .partner-card:nth-child(1){grid-column:span 1;grid-row:1}.marketing-team-cards .partner-card:nth-child(2){grid-column:span 2;grid-row:1}.marketing-team-cards .partner-card:nth-child(3){grid-column:span 2;grid-row:2}.marketing-team-cards .partner-card:nth-child(4){grid-column:span 1;grid-row:2}.marketing-team-cards .partner-card:nth-child(5){grid-column:span 1;grid-row:3}.marketing-team-cards .partner-card:nth-child(6){grid-column:span 2;grid-row:3}@media (max-width: 768px){.marketing-team{padding:0;margin-top:0}.marketing-team .section-container{width:100%;max-width:100%;margin:0;border-radius:0}.marketing-team-content{flex-direction:column;gap:2rem;padding:3rem 1.5rem}.marketing-team-text{flex:1;width:100%}.marketing-team-title{font-size:2.5rem}.marketing-team-subtitle{font-size:1.1rem}.marketing-team-cards{width:100%;flex:1;grid-template-columns:repeat(2,1fr);grid-auto-rows:120px;gap:.75rem}.marketing-team-cards .partner-card:nth-child(1){grid-row:1;grid-column:span 1;min-height:auto;max-height:none;height:100%}.marketing-team-cards .partner-card:nth-child(2){grid-row:1;grid-column:span 1;min-height:auto;height:100%}.marketing-team-cards .partner-card:nth-child(n){grid-row:auto;grid-column:auto;min-height:auto;height:100%}.partner-card img{object-fit:contain!important;padding:5px}.partner-card-description{padding:1rem;font-size:.85rem}}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.role-card{padding:1.5rem;border-left:4px solid #009e3d;background:#f8fafc;text-align:left}.role-title{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.roi-stats{background-color:#e5e9eb;color:#1a202c;position:relative;padding:2rem}.roi-stats .section-container{background:#fff;box-shadow:0 10px 40px #0000000d;max-width:calc(100% - 4rem)}@media (max-width: 768px){.roi-stats{padding:0}.roi-stats .section-container{width:100%;max-width:100%;margin:0;border-radius:0;padding:3rem 1.5rem}.stats-container{flex-direction:column;gap:2rem}.roi-value{font-size:2.5rem}.roi-label{font-size:1rem}.roi-desc{font-size:.85rem}}.roi-stats .section-title{color:#009e3d}.roi-stats .section-subtitle{color:#4a5568}.stats-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem}.roi-stat-item{text-align:center;max-width:300px}.roi-value,.stat-value{font-size:3.5rem;font-weight:800;color:#009e3d;display:block}.stat-value{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem;white-space:nowrap}.roi-label{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.stat-label{font-size:.85rem;color:#a0aec0;white-space:normal;line-height:1.2;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 769px){.stat-label{white-space:nowrap}}.roi-desc{font-size:.95rem;color:#718096;line-height:1.5}.custom-tech{background-color:#e5e9eb;padding:2rem}.custom-tech-container{background-image:url(/custom-tech-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:600px;display:flex;align-items:center;justify-content:flex-start;text-align:left;padding:4rem;position:relative;overflow:hidden;max-width:calc(100% - 4rem)}.custom-tech-content{max-width:600px;position:relative;z-index:2;margin-left:2rem}.custom-tech-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.custom-tech-subtitle{font-size:1.25rem;color:#fff;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.custom-tech-link{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;transition:opacity .2s}.custom-tech-link:hover{opacity:.8}.custom-tech-link .link-arrow{margin-left:.75rem;color:#009e3d;font-size:1.25rem}@media (max-width: 768px){.custom-tech{padding:0}.custom-tech-container{width:100%;max-width:100%;margin:0;border-radius:0;padding:2rem 1rem;min-height:400px;background-size:cover;background-position:80% center;background-repeat:no-repeat}.custom-tech-content{margin-left:0;max-width:100%}.custom-tech-title{font-size:1.75rem;margin-bottom:1rem}.custom-tech-subtitle{font-size:.875rem;max-width:100%;margin-bottom:1.5rem;background-color:#000000b3;padding:1rem;border-radius:8px;display:inline-block}.custom-tech-link{font-size:.875rem}}.expert-booking{background-color:#e5e9eb;padding:2rem}.expert-booking .section-container{background:#fff;max-width:calc(100% - 4rem);text-align:center}.expert-session-options{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.session-option-card{background:#f8fafc;padding:2.5rem;border-radius:16px;border:1px solid #e5e7eb;text-align:left;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.session-option-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.session-option-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.session-option-header h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.session-option-description{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:2rem;flex-grow:1}.session-option-button{width:100%;padding:1rem 2rem;background:#009e3d;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.session-option-button:hover{background:#007a2f;transform:translateY(-2px);box-shadow:0 4px 12px #009e3d4d}@media (max-width: 768px){.expert-booking{padding:0}.expert-booking .section-container{width:100%;max-width:100%;margin:0;border-radius:0;padding:3rem 1.5rem}.expert-session-options{grid-template-columns:1fr;gap:1.5rem}.session-option-card{padding:2rem}.session-option-header h3{font-size:1.25rem}.session-option-description{font-size:.95rem}}.btn-primary{background:#009e3d;color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600}.btn-secondary{background:transparent;color:#009e3d;border:2px solid #009e3d;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600}@media (max-width: 768px){.section-title,.about-title{font-size:2rem}.stats-container{flex-direction:column;align-items:center;gap:1.5rem}}.service-hero-split{padding:6rem 2rem 4rem;background:#fff;text-align:left}.service-hero-split-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-hero-text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.service-hero-text h1{font-size:4rem;line-height:1.1;font-weight:800;color:#1a202c;margin:0}.service-hero-image-placeholder{width:100%;background:transparent;border-radius:0;border:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-hero-image-placeholder img{width:100%;height:auto;display:block}.service-hero-quote{font-size:1.5rem;color:#4a5568;line-height:1.6;font-style:italic;margin-top:1rem;border-left:4px solid #e2e8f0;padding-left:2rem}.service-hero-quote-author{font-size:1rem;color:#1a202c;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:1rem;display:block;font-style:normal}.service-title-emblem{display:inline-block;background:#87ceeb;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px #87ceeb4d;margin-bottom:.5rem;align-self:flex-start}.service-split-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.service-split-text{display:flex;flex-direction:column;gap:1.5rem}.service-split-image{width:100%;background:transparent;border-radius:0;border:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-split-image img{width:100%;height:auto;display:block}.service-page>section:nth-child(2n) .service-split-container .service-split-text{order:2}.service-page>section:nth-child(2n) .service-split-container .service-split-image{order:1}@media (max-width: 768px){.service-hero-split{padding:4rem 1.5rem}.service-hero-text h1{font-size:2.5rem}.service-hero-quote{font-size:1.25rem}.service-hero-split-content{grid-template-columns:1fr;gap:3rem}.service-hero-image-placeholder{order:-1}.service-split-container{grid-template-columns:1fr;gap:3rem}.service-page>section:nth-child(2n) .service-split-container .service-split-text,.service-page>section:nth-child(odd) .service-split-container .service-split-text{order:2}.service-page>section:nth-child(2n) .service-split-container .service-split-image,.service-page>section:nth-child(odd) .service-split-container .service-split-image{order:1}.service-split-image{position:relative!important;top:auto!important}}.service-page{width:100%;background:#fff}.service-hero{padding:8rem 2rem 6rem;background:linear-gradient(180deg,#f0f4ff,#fff);text-align:center}.service-hero-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.service-icon-large{font-size:4rem;color:var(--primary-color);background:#5271ff1a;width:100px;height:100px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-hero h1{font-size:3.5rem;color:#111;line-height:1.1}.service-hero p{font-size:1.25rem;color:#555;line-height:1.6}.service-hero-description{font-size:1.25rem;color:#555;line-height:1.8;max-width:900px}.service-cta-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.btn-primary-service{background:#009e3d;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-primary-service:hover{background:#007a2f;transform:translateY(-2px);box-shadow:0 4px 12px #009e3d4d}.btn-secondary-service{background:transparent;color:#009e3d;border:2px solid #009e3d;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-secondary-service:hover{background:#009e3d;color:#fff;transform:translateY(-2px)}.service-container{max-width:1200px;margin:0 auto;padding:0 2rem}.service-title-section{padding:4rem 2rem 2rem;background:#fff;text-align:center}.service-title-emblem{display:inline-block;background:#87ceeb;color:#fff;padding:.75rem 2rem;border-radius:50px;font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px #87ceeb4d}.service-content-section{padding:4rem 0;background:#fff}.service-content-section:nth-child(2n){background:#f8fafc}.content-block{max-width:900px;margin:0 auto}.content-block h2{font-size:2.5rem;color:#1a202c;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.content-block p{font-size:1.125rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem}.content-block p:last-of-type{margin-bottom:0}.service-feature-list{list-style:none;padding:0;margin:2rem 0}.service-feature-list li{font-size:1.125rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem;padding-left:1.5rem;position:relative}.service-feature-list li:before{content:"•";position:absolute;left:0;color:#009e3d;font-size:1.5rem;line-height:1.2}.service-feature-list li:last-child{margin-bottom:0}.service-feature-list li strong{color:#1a202c;font-weight:600}section[style*="background-color: #1a202c"] .service-feature-list li{color:#fff}section[style*="background-color: #1a202c"] .service-feature-list li strong{color:#fff}.strategy-session-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.strategy-session-main{max-width:100%}.strategy-session-main h2{font-size:2.5rem;color:#1a202c;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.strategy-session-side{display:flex;flex-direction:column;gap:2rem}.strategy-session-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e5e7eb}.strategy-session-card h3{font-size:1.5rem;color:#1a202c;margin-bottom:1rem;font-weight:700}.strategy-session-card p{font-size:1rem;color:#4a5568;line-height:1.7;margin-bottom:1rem}.strategy-session-card p:last-child{margin-bottom:0}.service-features{padding:6rem 0;background:#f8fafc}.service-feature-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 4px 20px #0000000d;margin-bottom:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.service-feature-card:last-child{margin-bottom:0}.feature-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}.service-feature-card h3{font-size:1.75rem;color:#1a202c;margin-bottom:1rem;font-weight:700}.service-feature-card p{font-size:1.1rem;color:#4a5568;line-height:1.8}.service-case-study{padding:6rem 0;background:#fff}.case-study-card{background:#1a202c;border-radius:24px;padding:4rem;color:#fff}.case-study-header{margin-bottom:3rem}.case-study-label{display:inline-block;background:#009e3d33;color:#009e3d;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.case-study-header h2{font-size:2.5rem;color:#fff;margin:0}.case-study-content{display:grid;gap:2.5rem}.case-study-challenge,.case-study-solution,.case-study-results{padding:2rem;background:#ffffff0d;border-radius:16px}.case-study-challenge h3,.case-study-solution h3,.case-study-results h3{font-size:1.5rem;color:#009e3d;margin-bottom:1rem;font-weight:700}.case-study-challenge p,.case-study-solution p{font-size:1.1rem;color:#cbd5e0;line-height:1.8}.case-study-results ul{list-style:none;padding:0;margin:0}.case-study-results li{display:flex;align-items:flex-start;gap:1rem;font-size:1.1rem;color:#cbd5e0;line-height:1.8;margin-bottom:1rem}.case-study-results li:last-child{margin-bottom:0}.case-study-results li svg{color:#009e3d;margin-top:.25rem;flex-shrink:0}.service-faq{padding:6rem 0;background:#f8fafc}.section-title{font-size:2.5rem;text-align:center;color:#1a202c;margin-bottom:4rem;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 2px 10px #0000000d}.faq-item h3{font-size:1.25rem;color:#1a202c;margin-bottom:1rem;font-weight:700}.faq-item p{font-size:1.1rem;color:#4a5568;line-height:1.8;margin:0}.service-cta-final{padding:6rem 0;background:#1a202c;color:#fff;text-align:center}.cta-final-content h2{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700}.cta-final-content p{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.cta-final-content .btn-primary-service{background:#fff;color:#009e3d}.cta-final-content .btn-primary-service:hover{background:#f0f0f0;color:#007a2f}.services-grid-section .services-grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.services-grid-section-with-menu .services-grid-container{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:800px}@media (max-width: 768px){.services-grid-section{flex-direction:column;gap:0}.services-sticky-menu{display:none}.services-grid-container{grid-template-columns:1fr!important;width:100%;max-width:100%!important}.services-grid-container .service-overview-card{grid-column:span 1}.services-grid-container .service-overview-card:nth-last-child(2),.services-grid-container .service-overview-card:nth-last-child(1){grid-column:span 1;grid-column-start:1;grid-column-end:2;margin:0}.service-description-desktop{display:none}.service-description-mobile{display:block}}.service-description-desktop{display:block}.service-description-mobile{display:none}@media (max-width: 768px){.service-hero{padding:6rem 1.5rem 4rem}.service-hero h1{font-size:2rem}.service-hero-description{font-size:1rem}.service-cta-buttons{flex-direction:column;width:100%}.btn-primary-service,.btn-secondary-service{width:100%;justify-content:center}.service-container{padding:0 1.5rem}.service-features{padding:4rem 0}.service-title-section{padding:3rem 1.5rem 1.5rem}.service-title-emblem{font-size:.85rem;padding:.625rem 1.5rem}.service-content-section{padding:3rem 0}.content-block h2{font-size:1.75rem;margin-bottom:1.25rem}.content-block p,.service-feature-list li{font-size:1rem;margin-bottom:1.25rem}.strategy-session-layout{grid-template-columns:1fr;gap:2rem}.strategy-session-main h2{font-size:1.75rem}.strategy-session-card{padding:1.5rem}.strategy-session-card h3{font-size:1.25rem}.service-feature-card{padding:2rem}.service-feature-card h3{font-size:1.5rem}.service-feature-card p{font-size:1rem}.service-case-study{padding:4rem 0}.case-study-card{padding:2rem}.case-study-header h2{font-size:1.75rem}.case-study-challenge,.case-study-solution,.case-study-results{padding:1.5rem}.service-faq{padding:4rem 0}.section-title{font-size:2rem}.faq-item{padding:1.5rem}.service-cta-final{padding:4rem 0}.cta-final-content h2{font-size:2rem}.cta-final-content p{font-size:1rem}}.process-container{width:100%;max-width:100%;margin:0;padding:6rem 2rem}.process-container h2{font-size:2.5rem;text-align:center;margin-bottom:4rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid rgba(0,0,0,.05)}.step-number{font-size:3rem;font-weight:700;color:#5271ff26;display:block;margin-bottom:1rem}.process-card h3{font-size:1.25rem;margin-bottom:.5rem}.services-grid-section{padding:4rem 2rem;max-width:1400px;margin:0 auto;position:relative;display:flex;gap:3rem}.services-sticky-menu{position:sticky;top:120px;align-self:flex-start;width:250px;flex-shrink:0;background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;height:fit-content}.services-grid-container{flex:1;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:700px;margin:0 auto}.service-overview-card{padding:1.25rem;border-radius:0;background:transparent;border:none;box-shadow:none;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.6rem}.service-overview-card:hover{transform:none;box-shadow:none}.card-icon-wrapper{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.blog-content{font-family:Georgia,Times New Roman,serif;color:#1a202c}.blog-content p{font-size:1.125rem;line-height:1.85;margin-bottom:1.5rem;color:#1a202c;font-weight:400}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{font-family:Georgia,Times New Roman,serif;font-weight:700;color:#1a202c;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.blog-content h2{font-size:2rem;margin-top:3rem}.blog-content h3{font-size:1.5rem;margin-top:2.5rem}.blog-content h4{font-size:1.25rem}.blog-content ul,.blog-content ol{margin:1.5rem 0;padding-left:2rem;line-height:1.85}.blog-content li{margin-bottom:.75rem;font-size:1.125rem;line-height:1.85}.blog-content strong{font-weight:700;color:#1a202c}.blog-content em{font-style:italic}.blog-content a{color:#009e3d;text-decoration:underline;transition:color .2s ease}.blog-content a:hover{color:#007a2f}.blog-content blockquote{border-left:4px solid #009e3d;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#4a5568;font-size:1.125rem;line-height:1.85}.blog-content img{width:100%;height:auto;border-radius:8px;margin:2rem 0}.blog-content code{background-color:#f8fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.blog-content pre{background-color:#f8fafc;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.blog-content pre code{background-color:transparent;padding:0}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.main-content{flex:1;display:flex;flex-direction:column}.scroll-transitions-placeholder{min-height:200vh;background-color:#fff}@font-face{font-family:SymbolFix;src:local("Arial");unicode-range:U+0021-U+002F,U+003A-U+0040,U+005B-U+0060,U+007B-U+007E,U+2000-U+206F,U+00A0-U+00BF}@font-face{font-family:Proxima Nova;src:local("Proxima Nova"),local("ProximaNova-Regular"),url(/fonts/ProximaNova-Regular.otf) format("opentype"),url(/fonts/ProximaNova-Regular.ttf) format("truetype"),url(/fonts/proximanova-regular.otf) format("opentype"),url(/fonts/proximanova-regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:local("Proxima Nova Bold"),local("ProximaNova-Bold"),url(/fonts/ProximaNova-Bold.otf) format("opentype"),url(/fonts/ProximaNova-Bold.ttf) format("truetype"),url(/fonts/proximanova-bold.otf) format("opentype"),url(/fonts/proximanova-bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #009e3d;--text-color: #000000;--background-color: #ffffff;--font-family: "SymbolFix", "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{font-family:var(--font-family);color:var(--text-color);background-color:#e5e9eb;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-transform:capitalize}input,textarea,button,code,pre,.nav-link,.dropdown-link,.mobile-menu-title,.mobile-menu-number,.mobile-menu-sub-link{text-transform:none}#root{min-height:100vh;display:flex;flex-direction:column}
