 *,*::before,*::after{box-sizing:border-box;}*{margin:0;}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords;}}body{line-height:1.2;-webkit-font-smoothing:antialiased;}img,picture,video,canvas,svg{display:block;max-width:100%;}input,button,textarea,select{font:inherit;}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;}p{text-wrap:pretty;}h1,h2,h3,h4,h5,h6{text-wrap:balance;}#root,#__next{isolation:isolate;}:root{--soft-shadow:rgba(50,50,93,0.25) 0 2px 5px -1px,rgba(0,0,0,0.3) 0 1px 3px -1px;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.container{max-width:140rem;padding:0 1rem;margin:0 auto;}.button{display:flex;align-items:center;justify-content:center;gap:0.8rem;padding:1.6rem 3.2rem;min-height:4.8rem;width:fit-content;border-radius:5rem;text-decoration:none;font-size:1.6rem;font-weight:700;.button-icon{flex-shrink:0;}&.button--primary{color:#fff;background:linear-gradient(90deg,#FF9D00 0,#FF5300 50%,#FF9D00 100%);background-size:200% 100%;background-position:100% 0;transition:background-position 300ms ease-in-out,outline-color 300ms ease-in-out;&:hover{background-position:0 0;}}&.button--outline{color:#FF9D00;background:transparent;border:2px solid #FF9D00;transition:all 300ms ease-in-out;&:hover{color:#fff;background:#FF9D00;border-color:#FF9D00;}}@media (min-width:1024px){font-size:1.8rem;}}:root{font-size:62.5%;}html{margin:0 !important;padding:0 !important;}body{color:#333;font-size:1.6rem;font-family:'Sora',sans-serif;background:#fff;}p{line-height:1.5;@media (min-width:1024px){&.text-md{font-size:1.8rem;}}}h1{font-size:3.2rem;line-height:1.2;@media (min-width:768px){font-size:4.8rem;}@media (min-width:1024px){font-size:5.6rem;}}h2{font-size:2.4rem;@media (min-width:768px){font-size:4rem;}@media (min-width:1024px){font-size:5.6rem;}}h3{font-size:2rem;@media (min-width:768px){font-size:3.2rem;}@media (min-width:1024px){font-size:4rem;}}#menfis-app{position:relative;}.site-main>section,.site-main>div,.site-main>article{overflow-x:clip;}#site-header{position:fixed;top:0;left:0;right:0;z-index:999;transform:translateY(0);transition:transform 300ms linear;}#site-header.navbar-hidden{transform:translateY(calc(-100% - 2.4rem));}#navbar{padding-top:2.4rem;.navbar__content{background:#f8f9fa;border-radius:2.4rem;padding:1.6rem 4rem;height:9rem;display:flex;justify-content:space-between;align-items:center;gap:4rem;box-shadow:var(--soft-shadow);border:1px solid #ddd;}.navbar__brand{flex-shrink:0;width:6rem;height:auto;}.navbar__brand svg{width:100%;height:auto}.navbar__brand path{transition:fill 300ms ease-in-out;}.navbar__brand:hover path{fill:#FD712D;}.navbar__nav{list-style:none;margin:0;padding:0;display:none;gap:1rem;}.navbar__item{position:relative;}.navbar__link{font-size:1.4rem;color:#333;text-decoration:none;padding:.8rem 1.6rem;border-radius:.8rem;transition:all 300ms ease-in-out;display:flex;align-items:center;gap:.8rem;}.navbar__link:hover{background:rgba(253,113,45,0.1);color:#FD712D;}.navbar__dropdown{position:relative;}.navbar__dropdown-trigger{background:none;border:none;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:inherit;}.navbar__dropdown-icon{transition:transform 300ms ease-in-out;}.navbar__dropdown:hover .navbar__dropdown-icon,.navbar__dropdown-trigger[aria-expanded="true"] .navbar__dropdown-icon{transform:rotate(180deg);}.navbar__dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px rgba(0,0,0,0.1);min-width:20rem;opacity:0;visibility:hidden;transform:translateY(-1rem);transition:all 300ms ease-in-out;z-index:1000;list-style:none;margin:0;padding:1.2rem 0;margin-top:.8rem;}.navbar__dropdown:hover .navbar__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}.navbar__dropdown-item{margin:0;}.navbar__dropdown-link{display:block;padding:1.2rem 2rem;color:#333;text-decoration:none;font-size:1.4rem;transition:all 300ms ease-in-out;}.navbar__dropdown-link:hover{background:rgba(253,113,45,0.1);color:#FD712D;}.navbar__actions{display:none;}.navbar__contact-button{display:none;white-space:nowrap;font-size:1.4rem;min-width:20rem;}@media (min-width:1440px){.navbar__nav{display:flex;margin-right:auto;}.navbar__actions{display:flex;align-items:center;}.navbar__contact-button{display:inline-flex;}}}body.mobile-menu-open{overflow:hidden;}.mobile-menu-button{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:.8rem;gap:1.6rem;transition:all 300ms ease-in-out;@media (min-width:1440px){display:none;}.mobile-menu-button__text{text-transform:uppercase;}.mobile-menu-button__icon{display:flex;flex-direction:column;gap:.8rem;}.mobile-menu-button__line{width:3.2rem;height:.3rem;background:#333;border-radius:.2rem;transition:all 300ms ease-in-out;}&:hover .mobile-menu-button__line{background:#FD712D;}&[aria-expanded="true"]{.mobile-menu-button__line:nth-child(1){transform:rotate(45deg) translateY(1.1rem);}.mobile-menu-button__line:nth-child(2){opacity:0;}.mobile-menu-button__line:nth-child(3){transform:rotate(-45deg) translateY(-1.1rem);}}}.mobile-menu{display:flex;@media (min-width:1440px){display:none;}.mobile-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,0.6);z-index:9998;opacity:0;visibility:hidden;backdrop-filter:blur(4px);transition:all 300ms ease-in-out;}.mobile-menu__panel{position:fixed;top:0;right:0;width:min(32rem,85vw);max-width:32rem;height:100dvh;background:#fff;z-index:9999;padding:2.4rem;overflow-y:scroll;box-shadow:-4px 0 20px rgba(0,0,0,0.1);transform:translateX(100%);transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);}&.is-open .mobile-menu__overlay{opacity:1;visibility:visible;}&.is-open .mobile-menu__panel{transform:translateX(0);}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.2rem;padding-bottom:2.4rem;border-bottom:1px solid #eee;}.mobile-menu__brand{max-width:16rem;}.mobile-menu__brand a{display:block;transition:all 300ms ease-in-out;}.mobile-menu__brand a:hover{transform:translateY(-2px);filter:drop-shadow(0 0 12px rgba(253,114,45,0.3));}.mobile-menu__brand svg{width:100%;height:auto;}.mobile-menu__close{background:none;border:none;font-size:2.4rem;cursor:pointer;color:#333;transition:color 300ms ease-in-out;padding:.4rem;border-radius:.4rem;}.mobile-menu__close:hover{color:#FD712D;}.mobile-menu__nav{list-style:none;margin:0;padding:0;}.mobile-menu__item{margin-bottom:1.6rem;}.mobile-menu__link{display:block;padding:1.2rem 0;color:#333;text-decoration:none;font-size:1.8rem;transition:color 300ms ease-in-out;}.mobile-menu__link:hover{color:#FD712D;}.mobile-menu__item--dropdown .mobile-menu__dropdown-trigger{width:100%;background:none;border:none;text-align:left;font-family:inherit;font-size:1.8rem;color:#333;padding:1.2rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color 300ms ease-in-out;}.mobile-menu__item--dropdown .mobile-menu__dropdown-trigger:hover{color:#FD712D;}.mobile-menu__dropdown-icon{transition:transform 300ms ease-in-out;}.mobile-menu__dropdown-trigger[aria-expanded="true"] .mobile-menu__dropdown-icon{transform:rotate(180deg);}.mobile-menu__dropdown-menu{list-style:none;margin:0;padding:0 0 0 1rem;border-left:4px solid #FD712D;max-height:0;overflow:hidden;transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);}.mobile-menu__dropdown-item+.mobile-menu__dropdown-item{margin-top:1.2rem;}.mobile-menu__dropdown-link{display:block;padding:.8rem 0;color:#666;text-decoration:none;font-weight:500;font-size:1.6rem;transition:color 300ms ease-in-out;}.mobile-menu__dropdown-link:hover{color:#FD712D;}.mobile-menu__actions{margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid #eee;}.mobile-menu__contact-button{width:100%;justify-content:center;font-size:1.6rem;padding:1.6rem 2.4rem;}}#site-main{&>section:first-child{padding-top:calc(9rem + (2.4rem + 2.4rem));}}#site-footer{position:relative;z-index:91;background:#1F1F1F;padding:4rem 0;color:#fff;border-top:2px solid #FD712D;.footer__row:first-child{display:grid;gap:4rem;}.footer__row .footer__brand{margin:0 auto;}.footer__row .footer__brand a{display:flex;max-width:24rem;transition:all 300ms ease-in-out;}.footer__row .footer__brand a:hover{transform:translateY(-2px);filter:drop-shadow(0 0 24px rgba(253,114,45,0.2))}.footer__row .footer__brand svg{width:100%;height:auto;}.footer__row:first-child h3{position:relative;font-size:1.8rem;font-weight:300;margin:0 auto 2.4rem;text-align:center;width:fit-content;}.footer__row:first-child h3::before{content:'';position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:#FD712D;border-radius:.2rem;}.footer__row:first-child ul{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;gap:1.6rem;}.footer__row:first-child ul a{color:#fff;text-decoration:none;font-size:1.4rem;transition:all 300ms ease-in-out;}.footer__row:first-child ul a:hover{color:#FD712D;}.footer__row:last-child{display:flex;flex-direction:column;gap:4rem;padding-top:2.4rem;margin-top:4rem;border-top:2px solid rgba(221,221,221,0.1);}.footer__row:last-child .footer__copyright{font-size:1.4rem;text-align:center;}.footer__row:last-child .menfis-logo{display:flex;max-width:14rem;margin:0 auto;transition:all 300ms ease-in-out;}.footer__row:last-child .menfis-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 0 24px rgba(253,114,45,0.6));}.footer__copyright-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-top:.8rem;}.footer__copyright-links a{padding:0 .8rem;border-left:2px solid #FD712D;color:#fff;transition:all 300ms ease-in-out;}.footer__copyright-links a:hover{background:#FD712D;}.footer__row:last-child .menfis-logo svg{width:100%;height:auto;}.footer__site-map,.footer__site-social{width:fit-content;margin:0 auto;}@media (min-width:768px){.footer__row:first-child{grid-template-columns:repeat(2,1fr);}.footer__row .footer__brand{grid-column:1 / -1;}.footer__site-map,.footer__site-social{width:100%;}}@media (min-width:1024px){.footer__row:first-child{grid-template-columns:repeat(3,1fr);}.footer__row .footer__brand{grid-column:unset;margin:unset;}.footer__copyright-links{justify-content:start;}.footer__row:first-child h3{text-align:start;margin:0 0 2.4rem;}.footer__row:first-child ul{justify-content:start;}.footer__row:last-child{flex-direction:row;justify-content:space-between;}.footer__row:last-child .footer__copyright{text-align:start;}.footer__row:last-child .menfis-logo{margin:unset;}}@media (min-width:1200px){.footer__row:first-child{grid-template-columns:repeat(6,1fr);}.footer__row:first-child ul{flex-direction:column;}.footer__site-social ul.footer__site-social-list{flex-direction:row;}}}#back-to-top{position:sticky;bottom:0;right:0;left:0;z-index:90;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(100%);transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);&.is-visible{opacity:1;visibility:visible;transform:translateY(0);}.back-to-top__container{display:flex;justify-content:flex-end;pointer-events:none;}.back-to-top__button{cursor:pointer;display:flex;align-items:center;justify-content:center;background:#1F1F1F;color:#fff;border:0;padding:.6rem 1rem;border-radius:.8rem .8rem 0 0;border-left:2px solid #FD712D;border-right:2px solid #FD712D;border-top:2px solid #FD712D;border-bottom:2px solid transparent;transition:all 300ms ease-in-out;pointer-events:auto;margin-top:-3.6rem;}.back-to-top__button:hover{background:#2F2F2F;}.back-to-top__button:active{transform:translateY(0);}.back-to-top__button svg{width:2rem;height:2rem;}}#blog-hero{--section-margin-bottom:6rem;margin-bottom:var(--section-margin-bottom);position:relative;overflow:hidden;border-bottom:1px solid #ddd;padding:6rem 0 4rem;background:linear-gradient(180deg,#fff 0,#fbfbfb 100%);}.blog-hero__content{text-align:center;}.blog-hero__title{font-size:4rem;line-height:1.03;margin:0 0 1rem;font-weight:700;}.blog-hero__title strong{color:#FD712D;position:relative;}.blog-hero__title strong::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:linear-gradient(45deg,rgba(253,113,45,0.09) 0,rgba(255,157,0,0.04) 100%);border-radius:12px;z-index:-1;filter:blur(14px);}.blog-hero__description{color:#666;margin:0 auto;max-width:70ch;}#blog-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="p" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="40" cy="40" r="3" fill="rgba(253,113,45,0.15)"/><circle cx="120" cy="80" r="2" fill="rgba(255,157,0,0.12)"/><circle cx="180" cy="120" r="4" fill="rgba(253,113,45,0.18)"/><circle cx="80" cy="160" r="2.5" fill="rgba(255,157,0,0.14)"/><circle cx="160" cy="40" r="3.5" fill="rgba(253,113,45,0.16)"/><circle cx="20" cy="100" r="2" fill="rgba(255,157,0,0.11)"/></pattern></defs><rect width="200" height="200" fill="url(%23p)"/></svg>'),linear-gradient(180deg,rgba(255,255,255,0.6) 0,rgba(255,255,255,0.85) 60%);background-repeat:repeat;z-index:2;}#blog-hero::after{content:'';position:absolute;top:-140px;right:-140px;width:420px;height:420px;background:radial-gradient(circle at 70% 70%,rgba(255,157,0,0.09) 0,rgba(253,113,45,0.03) 30%,transparent 60%);border-radius:50%;z-index:1;filter:blur(18px);transform:rotate(8deg);}.blog-hero__container{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;padding-top:calc(8rem - 2.4rem);padding-bottom:6rem;text-align:center;}#blog-list{padding:4rem 0 8rem;}.blog-list__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2.4rem;}.blog-card{display:block;background:#fff;border-radius:1.2rem;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.06);border:1px solid #ddd;transition:transform 220ms ease,box-shadow 220ms ease;}.blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 48px rgba(0,0,0,0.08);}.blog-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;}.blog-card__media{height:18rem;background:#f4f4f4;position:relative;}.blog-card__thumbnail{width:100%;height:100%;object-fit:cover;display:block;}.blog-card__placeholder{width:100%;height:100%;background:linear-gradient(90deg,#eee,#f6f6f6);}.blog-card__body{padding:1.6rem;display:flex;flex-direction:column;gap:0.8rem;}.blog-card__category{font-size:1.2rem;color:#FD712D;font-weight:600;}.blog-card__title{margin:0;font-size:1.6rem;color:#222;}.blog-card__excerpt{color:#666;margin:0;flex:1;}.blog-card__meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:0.6rem;}.blog-card__date{color:#999;font-size:1.2rem;}.blog-card__readmore{color:#FD712D;font-weight:700;font-size:1.2rem;}.blog-list__pagination{margin-top:3rem;text-align:center;}.blog-list__pagination .page-numbers{display:inline-block;margin:0 .3rem;padding:.6rem .9rem;border-radius:.6rem;border:1px solid #eee;background:#fff;}.blog-list__pagination .current{background:#FD712D;color:#fff;border-color:#FD712D;}.blog-list__empty{text-align:center;padding:4rem 1rem;color:#666;}@media (min-width:768px){.blog-list__grid{grid-template-columns:repeat(2,1fr);}.blog-card__media{height:20rem;}}@media (min-width:1024px){.blog-list__grid{grid-template-columns:repeat(3,1fr);}.blog-hero__title{font-size:5.2rem;}}