@charset "UTF-8";
/***!  Style Declaration  !***/

.fk-toggle{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.fk-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Helvetica,Arial,sans-serif;opacity:0;visibility:hidden;animation:fkShow .4s .8s ease-out forwards}.fk-toggle:checked~.fk-popup{animation:fkHide .3s ease-in forwards}.fk-popup *{box-sizing:border-box}.fk-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(12,11,10,.72);cursor:pointer}.fk-card{position:relative;width:100%;max-width:620px;max-height:88vh;overflow-y:auto;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.35);transform:translateY(28px) scale(.98);animation:fkRise .6s .85s cubic-bezier(.16,.84,.44,1) forwards}.fk-bar{height:4px;background:#b98a3c;transform:scaleX(0);transform-origin:left;animation:fkBar .7s 1.05s cubic-bezier(.16,.84,.44,1) forwards}.fk-x{position:absolute;top:12px;right:10px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#8d8880;font-size:28px;line-height:1;cursor:pointer}.fk-x:hover{color:#111}.fk-body{padding:34px 38px 38px}.fk-label,.fk-title,.fk-p,.fk-list,.fk-acts{opacity:0;transform:translateY(10px);animation:fkItem .55s ease-out forwards}.fk-label{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#8d8880;animation-delay:1.05s}.fk-dot{width:8px;height:8px;border-radius:50%;background:#b98a3c;animation:fkPulse 2s 1.8s ease-in-out infinite}.fk-title{margin:16px 0 0;font-size:34px;line-height:1.15;font-weight:300;color:#111;animation-delay:1.13s}.fk-p{margin:14px 0 0;font-size:16px;line-height:1.65;color:#4a4640;animation-delay:1.21s}.fk-p+.fk-p{animation-delay:1.45s}.fk-p strong,.fk-list strong{font-weight:600;color:#111}.fk-list{list-style:none;margin:26px 0 0;padding:22px 0;border-top:1px solid #e6e2dc;border-bottom:1px solid #e6e2dc;animation-delay:1.29s}.fk-list li{position:relative;padding-left:24px;font-size:15px;line-height:1.55;color:#2c2925}.fk-list li+li{margin-top:14px}.fk-list li:before{content:"\2014";position:absolute;left:0;color:#b98a3c}.fk-acts{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 0;animation-delay:1.53s}.fk-btn{flex:1 1 200px;text-align:center;text-decoration:none;font-size:13px;letter-spacing:.14em;text-transform:uppercase;padding:16px 20px;transition:background .2s ease,color .2s ease}.fk-solid{background:#111;color:#fff}.fk-solid:hover{background:#b98a3c;color:#fff}.fk-ghost{border:1px solid #111;color:#111;padding:15px 20px}.fk-ghost:hover{background:#111;color:#fff}@media (max-width:600px){.fk-body{padding:26px 22px 30px}.fk-title{font-size:26px}}
