@charset "UTF-8";.header{position:sticky;top:0;z-index:1000;background-color:#fff;border-bottom:1px solid #e8ecf3;box-shadow:none;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.header__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.header__container{padding:0 .5rem}}.header__container{max-width:1240px;padding-inline:1.25rem}.header__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;-moz-column-gap:1.5rem;column-gap:1.5rem;min-height:72px}@media (max-width: 768px){.header__content{grid-template-columns:1fr auto;min-height:64px;-moz-column-gap:.75rem;column-gap:.75rem}}.header__brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:inherit;min-width:0;flex-shrink:0}.header__brand-mark{width:42px;height:42px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}@media (max-width: 768px){.header__brand-mark{width:36px;height:36px}}.header__brand-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.header__brand-name{color:#0f172a;font-size:1.15rem;font-weight:500;letter-spacing:-.02em;line-height:1.1;white-space:nowrap}.header__brand-name strong{font-weight:800}@media (max-width: 768px){.header__brand-name{font-size:1.05rem}}.header__brand-tag{color:#334155;font-size:.68rem;font-weight:600;line-height:1.2;white-space:nowrap}@media (max-width: 420px){.header__brand-tag{display:none}}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media (max-width: 768px){.header__actions{display:none}}.header__phone{display:inline-flex;align-items:center;gap:.4rem;color:#0f172a;text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap;line-height:1}.header__phone svg{color:#1a56db;font-size:.9rem}.header__phone:hover{color:#1a56db}@media (max-width: 1100px){.header__phone span{display:none}}.header__nav{display:flex;align-items:center;justify-content:center;min-width:0}@media (max-width: 768px){.header__nav{display:none}}.header__nav-list{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:clamp(.85rem,1.6vw,1.5rem);list-style:none;margin:0;padding:0}.header__nav-link{display:inline-flex;align-items:center;padding:.4rem 0;color:#0f172a;text-decoration:none;font-size:.95rem;font-weight:500;position:relative;transition:color .2s ease;white-space:nowrap;line-height:1.2}.header__nav-link:hover{color:#1a56db}.header__nav-link:after{content:"";position:absolute;bottom:-.2rem;left:0;width:0;height:2.5px;border-radius:2px;background-color:#1a56db;transition:width .2s ease}.header__nav-link:hover:after,.header__nav-link--active:after{width:100%}.header__nav-link--active{color:#0f172a;font-weight:600}.header__auth-area{display:flex;align-items:center}@media (max-width: 768px){.header__auth-area{display:none}}.header__user-section{display:flex;align-items:center;gap:.65rem}.header__profile-menu-container{position:relative}.header__profile-menu-container:hover .header__profile-dropdown,.header__profile-menu-container:focus-within .header__profile-dropdown,.header__profile-menu-container.is-open .header__profile-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header__profile-menu-container:hover .header__user-profile,.header__profile-menu-container:focus-within .header__user-profile,.header__profile-menu-container.is-open .header__user-profile{background:#eef4ff;border-color:#c7d7fc;box-shadow:0 6px 18px #1a56db1f}.header__profile-menu-container:hover .header__user-chevron,.header__profile-menu-container:focus-within .header__user-chevron,.header__profile-menu-container.is-open .header__user-chevron{transform:rotate(180deg);color:#1a56db}.header__profile-dropdown{position:absolute;top:calc(100% + .65rem);right:0;z-index:130;width:17.5rem;padding:.55rem;border-radius:16px;background:#fff;border:1px solid #e6ebf2;box-shadow:0 18px 40px #0f172a1f,0 2px 8px #0f172a0a;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.header__profile-dropdown:before{content:"";position:absolute;top:-6px;right:1.35rem;width:12px;height:12px;background:#fff;border-left:1px solid #e6ebf2;border-top:1px solid #e6ebf2;transform:rotate(45deg)}@media (max-width: 768px){.header__profile-dropdown{display:none}}.header__dropdown-head{display:flex;align-items:center;gap:.7rem;padding:.55rem .55rem .7rem}.header__dropdown-avatar{width:2.4rem;height:2.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a56db,#3b82f6);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;flex-shrink:0}.header__dropdown-name{margin:0;color:#0f172a;font-size:.92rem;font-weight:700;line-height:1.2}.header__dropdown-email{margin:.15rem 0 0;color:#64748b;font-size:.75rem;line-height:1.3;word-break:break-all}.header__dropdown-divider{height:1px;margin:0 .35rem .35rem;background:#eef2f7}.header__dropdown-item{display:flex;align-items:flex-start;gap:.7rem;width:100%;padding:.7rem .65rem;border:none;border-radius:12px;background:transparent;color:#0f172a;text-decoration:none;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s ease}.header__dropdown-item strong{display:block;font-size:.88rem;font-weight:700;line-height:1.2}.header__dropdown-item small{display:block;margin-top:.15rem;color:#64748b;font-size:.72rem;font-weight:500;line-height:1.3}.header__dropdown-item:hover{background:#f5f8ff}.header__dropdown-item--danger strong{color:#b91c1c}.header__dropdown-item--danger:hover{background:#fff1f2}.header__dropdown-icon{width:2rem;height:2rem;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1a56db;flex-shrink:0;margin-top:.05rem}.header__dropdown-icon svg{font-size:.85rem}.header__dropdown-icon--danger{background:#fee2e2;color:#dc2626}.header__logout-btn{display:none}.header__user-profile-wrapper{position:relative;cursor:pointer}.header__checks-wrapper{position:relative}.header__checks{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#1a56db14,#1a56db1f);border:1px solid rgba(26,86,219,.2);border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;backdrop-filter:blur(10px);box-shadow:0 2px 8px #1a56db1a}.header__checks:hover{background:linear-gradient(135deg,#1a56db26,#1a56db33);transform:translateY(-2px);box-shadow:0 4px 16px #1a56db33}.header__checks--high .header__checks-icon,.header__checks--high .header__checks-count{color:#10b981}.header__checks--high{background:linear-gradient(135deg,#10b98114,#10b9811f);border-color:#10b98133;box-shadow:0 2px 8px #10b9811a}.header__checks--high:hover{background:linear-gradient(135deg,#10b98126,#10b98133);box-shadow:0 4px 16px #10b98133}.header__checks--medium .header__checks-icon,.header__checks--medium .header__checks-count{color:#f59e0b}.header__checks--medium{background:linear-gradient(135deg,#f59e0b14,#f59e0b1f);border-color:#f59e0b33;box-shadow:0 2px 8px #f59e0b1a}.header__checks--medium:hover{background:linear-gradient(135deg,#f59e0b26,#f59e0b33);box-shadow:0 4px 16px #f59e0b33}.header__checks--low .header__checks-icon,.header__checks--low .header__checks-count{color:#ef4444}.header__checks--low{background:linear-gradient(135deg,#ef444414,#ef44441f);border-color:#ef444433;box-shadow:0 2px 8px #ef44441a}.header__checks--low:hover{background:linear-gradient(135deg,#ef444426,#ef444433);box-shadow:0 4px 16px #ef444433}.header__checks-icon{font-size:.9rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.header__checks-count{font-weight:700;min-width:16px;text-align:center;font-size:.95rem}.header__checks-info{color:#475569b3;font-size:.75rem;transition:all .25s ease;opacity:.8}.header__checks-info:hover{opacity:1;color:#475569}.header__checks-tooltip{position:absolute;top:calc(100% + 12px);right:0;width:320px;background:linear-gradient(135deg,#fffffff2,#ffffffe6);backdrop-filter:blur(20px);border:1px solid rgba(26,86,219,.15);border-radius:16px;box-shadow:0 20px 40px #0000001a,0 8px 16px #1a56db1a;padding:0;z-index:100;text-align:left;overflow:hidden;animation:tooltipFadeIn .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 576px){.header__checks-tooltip{width:300px;right:-10px}}.header__checks-tooltip:before{content:"";position:absolute;top:-8px;right:24px;width:16px;height:16px;background:inherit;border-left:1px solid rgba(26,86,219,.15);border-top:1px solid rgba(26,86,219,.15);transform:rotate(45deg);border-radius:2px;backdrop-filter:blur(20px)}.header__tooltip-header{display:flex;align-items:center;gap:12px;padding:20px 20px 16px;background:linear-gradient(135deg,#1a56db0d,#1a56db14);border-bottom:1px solid rgba(26,86,219,.1)}.header__tooltip-header .fa-check-circle{font-size:1.2rem;color:#1a56db;filter:drop-shadow(0 2px 4px rgba(26,86,219,.2))}.header__tooltip-header h4{font-size:1.1rem;font-weight:700;margin:0;color:#1a56db;letter-spacing:-.02em}.header__tooltip-content{padding:20px}.header__tooltip-main{margin-bottom:16px;font-size:.95rem;line-height:1.5;color:#0f172a;font-weight:500}.header__tooltip-main strong{color:#1a56db;font-weight:700}.header__tooltip-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.header__tooltip-feature{display:flex;align-items:flex-start;gap:12px;font-size:.85rem;color:#0f172acc;line-height:1.4}.header__tooltip-feature:before{content:"✓";color:#10b981;font-weight:700;font-size:.9rem;margin-top:1px;flex-shrink:0}.header__tooltip-btn{margin-top:20px;width:100%;padding:12px 16px;background:linear-gradient(135deg,#1a56db,#1648b7);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #1a56db4d}.header__tooltip-btn:hover{background:linear-gradient(135deg,#174dc4,#133fa0);transform:translateY(-2px);box-shadow:0 6px 20px #1a56db66}.header__tooltip-btn:active{transform:translateY(0)}.header__user-profile{display:inline-flex;align-items:center;gap:.55rem;padding:.28rem .55rem .28rem .28rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;text-decoration:none;font-family:inherit;box-shadow:0 1px 2px #0f172a0a}.header__user-profile:hover{background:#f8fafc;transform:none}.header__user-profile--non-clickable{pointer-events:none;cursor:default;opacity:.8}.header__user-chevron{font-size:.62rem;color:#94a3b8;transition:transform .2s ease,color .2s ease;margin-right:.1rem}.header__user-avatar{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a56db,#3b82f6);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;filter:none}.header__user-meta{display:flex;flex-direction:column;align-items:flex-start;min-width:0;line-height:1.15}.header__user-name{font-size:.82rem;font-weight:700;color:#0f172a;line-height:1.2;white-space:nowrap;max-width:7.25rem;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1200px){.header__user-name{max-width:5rem}}.header__user-role{font-size:.68rem;font-weight:500;color:#64748b;white-space:nowrap}.header__auth-buttons{display:flex;align-items:center;gap:12px}@media (max-width: 1280px){.header__auth-buttons{gap:16px}}.header__login-btn{padding:.62rem 1rem;color:#111827;text-decoration:none;font-size:.88rem;font-weight:600;border-radius:999px;border:1px solid #e2e8f0;background:#fff;box-shadow:none;transition:color .2s ease,border-color .2s ease}.header__login-btn:before{display:none}.header__login-btn:hover{color:#1a56db;border-color:#c7d7fc;transform:none}.header__signup-btn{padding:.62rem 1rem;background:#1a56db;color:#fff;text-decoration:none;font-size:.88rem;font-weight:700;border-radius:999px;border:none;box-shadow:0 6px 16px #1a56db33;transition:background .2s ease}.header__signup-btn:hover{background:#1546b8;transform:none;box-shadow:0 6px 16px #1a56db40}.header__dashboard-btn{display:inline-flex;align-items:center;gap:.45rem;background:#eef4ff;border:1px solid #c7d7fc;border-radius:999px;padding:.62rem .95rem;font-size:.86rem;font-weight:700;color:#1a56db;text-decoration:none;white-space:nowrap;line-height:1;box-shadow:none;transition:background .2s ease,border-color .2s ease}.header__dashboard-btn svg{font-size:.85rem;color:#1a56db;filter:none}.header__dashboard-btn:hover{background:#e4edff;border-color:#aec4f8;transform:none;color:#1a56db}.header__mobile-controls{display:none;align-items:center;gap:12px;justify-self:end}@media (max-width: 768px){.header__mobile-controls{display:flex}}.header__mobile-checks{display:flex;align-items:center}.header__menu-btn{display:flex;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:all .25s ease}.header__menu-btn:hover{background-color:#4755691a}.header__hamburger{width:20px;height:2px;background-color:#0f172a;border-radius:2px;transition:all .25s ease}.header__menu-btn--active .header__hamburger:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.header__menu-btn--active .header__hamburger:nth-child(2){opacity:0}.header__menu-btn--active .header__hamburger:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__overlay{position:fixed;inset:78px 0 0;background-color:#0f172a80;z-index:998}@media (max-width: 768px){.header__overlay{top:64px}}.header__mobile-menu{position:fixed;top:78px;right:0;width:280px;height:calc(100vh - 78px);background-color:#fff;box-shadow:0 8px 24px #0a16330f;transform:translate(100%);transition:transform .3s ease;z-index:999;overflow-y:auto}@media (max-width: 768px){.header__mobile-menu{top:64px;height:calc(100vh - 64px)}}@media (max-width: 576px){.header__mobile-menu{width:100%}}.header__mobile-menu--open{transform:translate(0)}.header__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e8ecf3}.header__mobile-header h3{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.header__mobile-close{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#475569;transition:all .25s ease}.header__mobile-close:hover{background-color:#4755691a;color:#0f172a}.header__mobile-content{padding:1rem}.header__mobile-user{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e8ecf3}.header__mobile-user-info{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.header__mobile-user-info--non-clickable{pointer-events:none;cursor:default}.header__mobile-user-avatar{width:2.75rem;height:2.75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a56db,#3b82f6);color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.02em;flex-shrink:0}.header__mobile-user-name{font-weight:700;color:#0f172a;margin:0 0 2px;font-size:.98rem}.header__mobile-user-subtitle{font-size:.78rem;color:#64748b;margin:0;word-break:break-all}.header__mobile-logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:12px;padding:12px 16px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#ef4444;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ef44441a;cursor:pointer}.header__mobile-logout-btn:hover{background:#ef444426;transform:translateY(-2px);box-shadow:0 4px 16px #ef444433}.header__mobile-auth{display:flex;flex-direction:column;gap:12px;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e8ecf3}.header__mobile-login,.header__mobile-signup{display:block;width:100%;padding:12px 16px;text-align:center;font-weight:500;font-size:.9rem;border-radius:10px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__mobile-login{color:#0f172a;border:1px solid rgba(71,85,105,.3);background:linear-gradient(135deg,#47556905,#4755690d)}.header__mobile-login:hover{background:linear-gradient(135deg,#47556914,#4755691f);border-color:#47556966;transform:translateY(-1px)}.header__mobile-signup{background:linear-gradient(135deg,#1a56db,#1648b7);color:#fff;border:1px solid rgba(26,86,219,.2);box-shadow:0 2px 8px #1a56db33}.header__mobile-signup:hover{background:linear-gradient(135deg,#174dc4,#133fa0);transform:translateY(-1px);box-shadow:0 4px 16px #1a56db4d}.header__mobile-nav-list{list-style:none;margin:0;padding:0}.header__mobile-nav-link{display:block;padding:12px 16px;color:#0f172a;text-decoration:none;font-weight:500;font-size:.9rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:4px;position:relative}.header__mobile-nav-link:hover,.header__mobile-nav-link:focus,.header__mobile-nav-link:active{color:#1a56db;background:linear-gradient(135deg,#1a56db14,#1a56db1f);transform:translate(8px);box-shadow:0 2px 8px #1a56db1a}.header__mobile-nav-link--active{color:#1a56db;background:linear-gradient(135deg,#1a56db1f,#1a56db2e);font-weight:600;border-left:4px solid #1a56db;padding-left:12px;box-shadow:0 2px 12px #1a56db26}.header__mobile-nav-link--active:before{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#1a56db;border-radius:50%;box-shadow:0 0 8px #1a56db80}.header__mobile-nav-link--active:hover{transform:translate(4px);background:linear-gradient(135deg,#1a56db26,#1a56db38)}@media (hover: none) and (pointer: coarse){.header__mobile-nav-link:active{transform:scale(.98) translate(4px);background:linear-gradient(135deg,#1a56db26,#1a56db33)}.header__mobile-nav-link--active:active{transform:scale(.98) translate(2px)}}.header__social-icons{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:1rem;padding-top:1rem;border-top:1px solid #e8ecf3}.header__social-icon{width:36px;height:36px;border-radius:50%;background-color:#e8eefc;display:flex;align-items:center;justify-content:center;color:#0f172a;text-decoration:none;font-size:.8rem;transition:all .25s ease;border:1px solid #e8ecf3}.header__social-icon:hover{background-color:#1a56db;color:#fff;transform:translateY(-2px)}.modal-overlay{position:fixed;inset:0;background-color:#0f172a99;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease}.modal-content{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 40px #0f172a40;text-align:center;max-width:450px;width:90%;transform:scale(.9);animation:popIn .3s cubic-bezier(.175,.885,.32,1.275) forwards}@media (max-width: 576px){.modal-content{padding:1.5rem}}.modal-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.modal-message{font-size:1rem;color:#475569;margin-bottom:2rem}.modal-actions{display:flex;justify-content:center;gap:1rem}.modal-btn{padding:12px 24px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-btn--cancel{background-color:#e5e7eb;color:#0f172a}.modal-btn--cancel:hover{background-color:#d7dae0;transform:translateY(-2px)}.modal-btn--confirm{background-color:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444433}.modal-btn--confirm:hover{background-color:#eb1515;transform:translateY(-2px);box-shadow:0 6px 20px #ef44444d}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.header__mobile-dashboard-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#1a56db14,#1a56db1f);border:1px solid rgba(26,86,219,.2);border-radius:10px;padding:8px 16px;font-size:.9rem;font-weight:600;color:#1a56db;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);box-shadow:0 2px 8px #1a56db1a}.main-layout-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.main-content-wrapper{flex-grow:1}.hero{position:relative;width:100%;overflow:hidden;background:#eef3f9;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;padding:clamp(2.5rem,5.5vw,4.25rem) 0 0;isolation:isolate}.hero__bg{position:absolute;inset:0;z-index:0;width:100%;background-color:#eef3f9;background-image:linear-gradient(100deg,#fffffff5,#ffffffe6 28%,#ffffff8c,#ffffff2e 68%,#ffffff0d),url(/assets/hero-city-bg-BluNBGHl.webp);background-repeat:no-repeat;background-position:right center;background-size:cover;pointer-events:none}@media (max-width: 1024px){.hero__bg{background-image:linear-gradient(180deg,#fffffff0,#ffffffd1 38%,#fff6),url(/assets/hero-city-bg-BluNBGHl.webp);background-position:65% center}}.hero__inner{position:relative;z-index:2;width:100%;max-width:1180px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3.5rem);padding-bottom:clamp(2.5rem,5.5vw,4rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,23rem);gap:clamp(2rem,5vw,4rem);align-items:center;box-sizing:border-box}@media (max-width: 1024px){.hero__inner{grid-template-columns:1fr;max-width:36rem}}.hero__copy{min-width:0;max-width:34rem}.hero__badge{display:inline-flex;align-items:center;margin:0 0 1.15rem;padding:.5rem 1rem;border-radius:999px;background:#dbe7ff;color:#1a56db;font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.hero h1{display:flex;flex-direction:column;align-items:flex-start;gap:.12em;margin:0 0 1.15rem;color:#0f172a;font-size:clamp(2.45rem,5vw,3.65rem);font-weight:800;letter-spacing:-.04em;line-height:1.05}.hero__title-line{display:block}.hero__title-line--accent{color:#1a56db}.hero__dek{max-width:30rem;margin:0 0 2rem;color:#64748b;font-size:clamp(1rem,1.8vw,1.1rem);line-height:1.65}.hero__perks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.1rem;list-style:none;margin:0;padding:0}@media (max-width: 768px){.hero__perks{grid-template-columns:1fr;gap:.85rem}}.hero__perks li{display:flex;align-items:flex-start;gap:.65rem;min-width:0;color:#0f172a}.hero__perks li>svg{flex-shrink:0;margin-top:.15rem;color:#1a56db;font-size:1.15rem}.hero__perks li strong{display:block;font-size:.9rem;font-weight:700;line-height:1.25}.hero__perks li small{display:block;margin-top:.15rem;color:#64748b;font-size:.76rem;font-weight:500;line-height:1.35}.hero__card{position:relative;width:100%;padding:clamp(1.5rem,3vw,1.95rem) clamp(1.35rem,2.8vw,1.85rem);box-sizing:border-box;overflow:hidden;background:linear-gradient(165deg,#122447,#0a1633 48%,#071022);color:#fff;border:1px solid rgba(147,197,253,.18);border-radius:22px;box-shadow:0 28px 60px #0a163357,inset 0 1px #ffffff14}.hero__card:before{content:"";position:absolute;top:-40%;right:-25%;width:12rem;height:12rem;border-radius:50%;background:radial-gradient(circle,rgba(26,86,219,.35),transparent 70%);pointer-events:none}.hero__form-placeholder{min-height:7.5rem;margin-bottom:1.25rem}.hero__card-head{position:relative;z-index:1;margin-bottom:1.25rem;text-align:center}.hero__card-head h2{margin:0;font-size:1.28rem;font-weight:750;letter-spacing:-.025em;line-height:1.25}.hero__card-rule{display:block;width:3.25rem;height:2px;margin:.7rem auto .65rem;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#93c5fd)}.hero__card-sub{margin:0;color:#e2e8f0b8;font-size:.82rem;font-weight:500;line-height:1.4}.hero__card-form{position:relative;z-index:1}.hero__card-form .home-card-form{display:flex;flex-direction:column;gap:.95rem}.hero__card-form .home-card-form input{width:100%;box-sizing:border-box;padding:1rem 1.05rem;border:1px solid transparent;border-radius:14px;background:#fff;color:#0a1633;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:.98rem;font-weight:700;letter-spacing:.06em;text-align:center;text-transform:uppercase;box-shadow:0 8px 20px #0000001f;transition:border-color .15s ease,box-shadow .15s ease}.hero__card-form .home-card-form input::-moz-placeholder{color:#94a3b8;font-weight:500;letter-spacing:0;text-transform:none}.hero__card-form .home-card-form input::placeholder{color:#94a3b8;font-weight:500;letter-spacing:0;text-transform:none}.hero__card-form .home-card-form input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa47,0 8px 20px #0000001f}.hero__card-form .home-card-form input.input-error{border-color:#f87171;box-shadow:0 0 0 3px #f8717140}.hero__card-form .home-card-form button{width:100%;padding:1.05rem 1.1rem;border:none;border-radius:14px;background:linear-gradient(180deg,#2563eb,#1a56db);color:#fff;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.02rem;font-weight:750;letter-spacing:-.01em;cursor:pointer;box-shadow:0 12px 24px #1a56db59;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.hero__card-form .home-card-form button:hover:not(:disabled){background:linear-gradient(180deg,#1d4ed8,#1546b8);transform:translateY(-1px);box-shadow:0 16px 28px #1a56db6b}.hero__card-form .home-card-form button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.hero__card-form .home-card-error{margin:.55rem 0 0;color:#fecaca;font-size:.88rem;text-align:center}.hero__plate{display:flex;align-items:stretch;justify-content:center;width:min(100%,14.5rem);margin:.1rem auto;overflow:hidden;border:2.5px solid #111827;border-radius:8px;background:linear-gradient(180deg,#ffe566,#f5c518 55%,#eab308);box-shadow:0 10px 22px #00000047,inset 0 1px #ffffff73}.hero__plate-strip{display:flex;flex-direction:column;align-items:center;justify-content:center;width:2.35rem;padding:.4rem .15rem;gap:.2rem;background:linear-gradient(180deg,#1d4ed8,#039);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.04em}.hero__plate-flag{width:1.1rem;height:.72rem;border-radius:1px;background:linear-gradient(45deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%),linear-gradient(-45deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%),linear-gradient(#c8102e,#c8102e);background-size:100% 100%;box-shadow:inset 0 0 0 1px #ffffff59}.hero__plate-text{display:inline-flex;align-items:center;justify-content:center;flex:1;padding:.62rem .75rem .55rem;color:#111;font-family:Arial Black,Helvetica Neue,Arial,sans-serif;font-size:1.28rem;font-weight:900;letter-spacing:.1em}.hero__trust{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;margin:1.15rem 0 0;padding-top:1rem;border-top:1px solid rgba(148,163,184,.22);color:#ffffffeb;font-size:.86rem;font-weight:600}.hero__trust-label{font-weight:700}.hero__stars{color:#00b67a;letter-spacing:.08em;font-size:.98rem;line-height:1}.hero__trustpilot{font-weight:750;letter-spacing:-.01em}.hero__wave{position:relative;z-index:2;width:100%;margin-bottom:-1px;line-height:0;background:transparent}.hero__wave svg{display:block;width:100%;height:clamp(3.25rem,7vw,5rem)}.hero__wave svg path{fill:#0a1633}.hero__stats{position:relative;z-index:2;width:100%;padding:1.35rem 0 1.55rem;background:#0a1633;color:#fff}.hero__stats-inner{display:grid;width:100%;max-width:1180px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3.5rem);box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}@media (max-width: 768px){.hero__stats-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .5rem}}@media (max-width: 576px){.hero__stats-inner{grid-template-columns:1fr}}.hero__stats-item{display:flex;align-items:center;justify-content:center;min-width:0;gap:.75rem;padding:.35rem .75rem;text-align:left}.hero__stats-item:not(:last-child){border-right:1px solid rgba(255,255,255,.18)}@media (max-width: 768px){.hero__stats-item:not(:last-child){border-right:none}}.hero__stats-item>svg{flex-shrink:0;color:#93c5fd;font-size:1.35rem}.hero__stats-item strong{display:block;font-size:.98rem;font-weight:700;line-height:1.2}.hero__stats-item small{display:block;margin-top:.12rem;color:#ffffffb8;font-size:.76rem;font-weight:500}.landing-hero .hero__card{width:100%;max-width:23rem;margin-inline:auto}@media (max-width: 1023px){.landing-hero__image{height:52%;bottom:auto}}.landing-hero__image img{-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.72) 16%,#000 34%,#000 72%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.72) 16%,#000 34%,#000 72%,transparent 100%)}@media (min-width: 1024px){.landing-hero__image img{-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 20%,#000 43%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 20%,#000 43%,#000 100%)}}@media (max-width: 1023px){.landing-hero__image-overlay{background:linear-gradient(180deg,#f8fafc33,#f8fafcad 52%,#f8fafc)!important}.landing-hero__image-fade{display:none}}.home-faqs{padding:clamp(3.5rem,7vw,5.5rem) 0;background:radial-gradient(circle at top center,rgba(26,86,219,.06),transparent 42%),#f5f7fb;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.home-faqs__inner{width:100%;max-width:1100px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3.5rem);box-sizing:border-box}.home-faqs__head{text-align:center;margin-bottom:1.65rem}.home-faqs__head h2{margin:0 0 .6rem;color:#0a1633;font-size:clamp(1.85rem,3.5vw,2.45rem);font-weight:800;letter-spacing:-.03em}.home-faqs__head p{margin:0 auto;max-width:34rem;color:#475569;font-size:clamp(.98rem,2vw,1.05rem);line-height:1.65}.home-faqs__eyebrow{display:inline-flex;align-items:center;margin:0 0 .8rem!important;padding:.38rem .85rem;border-radius:999px;background:#dbe7ff;color:#1a56db;font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.home-faqs__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-bottom:1.65rem}.home-faqs__filter{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .55rem .5rem .95rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-family:inherit;font-size:.86rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0f172a0a;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.home-faqs__filter:hover{border-color:#c7d7fc;color:#1a56db;box-shadow:0 4px 12px #1a56db14}.home-faqs__filter.is-active{background:#1a56db;border-color:#1a56db;color:#fff;box-shadow:0 8px 18px #1a56db38}.home-faqs__filter.is-active .home-faqs__count{background:#fffffff5;color:#0a1633}.home-faqs__count{min-width:1.45rem;height:1.45rem;padding:0 .35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef2f7;color:#64748b;font-size:.72rem;font-weight:700;line-height:1}.home-faqs__panel{background:#fff;border:1px solid #e8ecf3;border-radius:22px;box-shadow:0 18px 40px #0f172a0f,0 2px 8px #0f172a08;overflow:hidden}.home-faqs__panel--split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 768px){.home-faqs__panel--split{grid-template-columns:1fr}}.home-faqs__panel--split .home-faqs__column:first-child{border-right:1px solid #eef2f7}@media (max-width: 768px){.home-faqs__panel--split .home-faqs__column:first-child{border-right:none;border-bottom:1px solid #eef2f7}}.home-faqs__column{min-width:0;display:flex;flex-direction:column}.home-faqs__item{border-bottom:1px solid #eef2f7;transition:background .18s ease}.home-faqs__item:last-child{border-bottom:none}.home-faqs__item.is-open{background:linear-gradient(180deg,#f8fafc,#fff)}.home-faqs__item.is-open .home-faqs__question{color:#1a56db}.home-faqs__item.is-open .home-faqs__icon{background:#1a56db;color:#fff;transform:rotate(180deg)}.home-faqs__item.is-open .home-faqs__answer{display:block}.home-faqs__question{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;width:100%;padding:1.15rem 1.25rem;border:none;background:transparent;color:#0a1633;font-family:inherit;font-size:.95rem;font-weight:700;line-height:1.4;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.home-faqs__question:hover{background:#f8fafc}.home-faqs__question-text{flex:1 1 auto;min-width:0}.home-faqs__icon{width:1.7rem;height:1.7rem;margin-top:.05rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#eef4ff;color:#1a56db;font-size:.7rem;transition:transform .2s ease,background .2s ease,color .2s ease}.home-faqs__answer{display:none;padding:0 1.25rem 1.2rem;color:#475569;font-size:.9rem;line-height:1.65}.home-faqs__answer p{margin:0 0 .55rem}.home-faqs__answer ul{margin:0 0 .55rem;padding:0;list-style:none}.home-faqs__answer li{position:relative;margin:.35rem 0;padding-left:1rem}.home-faqs__answer li:before{content:"";position:absolute;top:.55rem;left:0;width:.35rem;height:.35rem;border-radius:999px;background:#1a56db}.home-faqs__note{margin-top:.35rem!important;padding:.7rem .85rem;border-radius:12px;background:#f1f5f9;color:#475569;font-weight:500}.home-faqs__footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:1.45rem;color:#475569;font-size:.92rem}.home-faqs__footer p{margin:0}.home-faqs__more{color:#1a56db;font-weight:700;text-decoration:none}.home-faqs__more:hover{text-decoration:underline}.cta-section{background:#0a1633;color:#fff;padding:clamp(1.75rem,3.5vw,2.25rem) 0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.cta-section__inner{width:100%;max-width:1180px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3.5rem);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cta-section__copy{min-width:0}.cta-section__copy h2{margin:0 0 .4rem;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:800;letter-spacing:-.02em}.cta-section__copy p{margin:0;color:#ffffffb8;font-size:.96rem}.cta-section__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cta-section__phone{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.2rem;border-radius:12px;border:1px solid rgba(255,255,255,.28);background:#ffffff0a;color:#fff;text-decoration:none;font-weight:600;font-size:.92rem;transition:border-color .2s ease,background .2s ease}.cta-section__phone svg{font-size:.85rem;color:#93c5fd}.cta-section__phone:hover{border-color:#ffffff8c;background:#ffffff14}.cta-section__contact{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.25rem;border-radius:12px;background:#1a56db;color:#fff;text-decoration:none;font-weight:700;font-size:.92rem;box-shadow:0 10px 22px #1a56db59;transition:background .2s ease,transform .2s ease}.cta-section__contact svg{font-size:.78rem}.cta-section__contact:hover{background:#1546b8;transform:translateY(-1px)}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:70vh;background-color:#fff;padding:3rem;text-align:center}.error-boundary__inner{width:100%;max-width:560px}.error-boundary__code{font-size:.85rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#1a56db;margin:0 0 .5rem}.error-boundary h1{font-size:1.9rem;color:#0f172a;margin:0 0 .5rem}.error-boundary__dek{font-size:1.02rem;color:#475569;line-height:1.6;margin:0 auto 3rem;max-width:44ch}.error-boundary__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.error-boundary__actions button{padding:.75rem 1.75rem;font-size:1rem;font-weight:500;font-family:inherit;border:none;border-radius:8px;background-color:#1a56db;color:#fff;box-shadow:0 8px 24px #0a16330f;cursor:pointer;transition:background .25s ease}.error-boundary__actions button:hover{background-color:#174dc4}.error-boundary__secondary{color:#1a56db;font-weight:500;text-decoration:none;padding:.75rem .5rem}.error-boundary__secondary:hover,.error-boundary__secondary:focus-visible{text-decoration:underline}@media (prefers-reduced-motion: reduce){.error-boundary__actions button{transition:none}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:16px;line-height:1.5}html,body{height:100%;overflow-x:hidden}h1,h2,h3,h4,h5{font-weight:600;margin-bottom:.5em}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}a{text-decoration:none;transition:.3s ease}button{font-family:inherit;cursor:pointer;transition:.3s ease}.section{padding:3rem 0}@media (max-width: 768px){.section{padding:2rem 0}}@media (max-width: 576px){.section{padding:1rem 0}}.section .section-title{text-align:center;margin-bottom:2rem}.section .section-title h2{font-size:2rem}.section .section-title p{max-width:600px;margin:auto}body.modal-open{overflow:hidden}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-right-3\.5{right:-.875rem}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.-mt-1{margin-top:-.25rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[52px\]{height:52px}.h-auto{height:auto}.h-full{height:100%}.min-h-\[140px\]{min-height:140px}.min-h-\[170px\]{min-height:170px}.min-h-\[190px\]{min-height:190px}.min-h-\[205px\]{min-height:205px}.min-h-\[290px\]{min-height:290px}.min-h-\[40px\]{min-height:40px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-9{width:2.25rem}.w-\[52px\]{width:52px}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[220px\]{max-width:220px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-2\.5{row-gap:.625rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1))}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded-2xl{border-radius:1rem}.rounded-\[1px\]{border-radius:1px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-\[\#0066FF\]{--tw-border-opacity: 1;border-color:rgb(0 102 255 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-200\/80{border-color:#e2e8f0cc}.border-slate-200\/90{border-color:#e2e8f0e6}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-300\/80{border-color:#cbd5e1cc}.border-slate-800{--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-t-transparent{border-top-color:transparent}.bg-\[\#00247D\]{--tw-bg-opacity: 1;background-color:rgb(0 36 125 / var(--tw-bg-opacity, 1))}.bg-\[\#0066FF\]{--tw-bg-opacity: 1;background-color:rgb(0 102 255 / var(--tw-bg-opacity, 1))}.bg-\[\#00B67A\]{--tw-bg-opacity: 1;background-color:rgb(0 182 122 / var(--tw-bg-opacity, 1))}.bg-\[\#071739\]{--tw-bg-opacity: 1;background-color:rgb(7 23 57 / var(--tw-bg-opacity, 1))}.bg-\[\#f8fafc\]{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-\[\#f8fafc\]\/50{background-color:#f8fafc80}.bg-\[\#f8fafc\]\/60{background-color:#f8fafc99}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-100\/70{background-color:#dbeafeb3}.bg-blue-100\/80{background-color:#dbeafecc}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50\/30{background-color:#f0fdf44d}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50\/30{background-color:#fff7ed4d}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50\/30{background-color:#faf5ff4d}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-50\/50{background-color:#f8fafc80}.bg-slate-50\/80{background-color:#f8fafccc}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#f8fafc\]{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/80{--tw-gradient-from: rgb(239 246 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#f8fafc\]\/80{--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-slate-50{--tw-gradient-to: #f8fafc var(--tw-gradient-to-position)}.to-teal-50{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.stroke-\[1\.75\]{stroke-width:1.75}.stroke-\[1\.8\]{stroke-width:1.8}.stroke-\[3\]{stroke-width:3}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-16{padding-bottom:4rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-12{padding-left:3rem}.pl-4{padding-left:1rem}.pr-0{padding-right:0}.pr-12{padding-right:3rem}.pr-4{padding-right:1rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-\[1\.12\]{line-height:1.12}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#0066FF\]{--tw-text-opacity: 1;color:rgb(0 102 255 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.decoration-1{text-decoration-thickness:1px}.decoration-2{text-decoration-thickness:2px}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.placeholder\:normal-case::-moz-placeholder{text-transform:none}.placeholder\:normal-case::placeholder{text-transform:none}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-400::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.after\:pointer-events-none:after{content:var(--tw-content);pointer-events:none}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);inset:0}.after\:bg-gradient-to-r:after{content:var(--tw-content);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.after\:from-\[\#f8fafc\]:after{content:var(--tw-content);--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.after\:via-\[\#f8fafc\]\/65:after{content:var(--tw-content);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.after\:to-transparent:after{content:var(--tw-content);--tw-gradient-to: transparent var(--tw-gradient-to-position)}.focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50\/70:hover{background-color:#f8fafcb3}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:from-blue-100:hover{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-100:hover{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-orange-100:hover{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-emerald-700:hover{--tw-gradient-to: #047857 var(--tw-gradient-to-position)}.hover\:to-indigo-100:hover{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.hover\:to-indigo-700:hover{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.hover\:to-pink-100:hover{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.hover\:to-red-100:hover{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position)}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-400\/30:focus{--tw-ring-color: rgb(96 165 250 / .3)}.focus\:ring-blue-500\/20:focus{--tw-ring-color: rgb(59 130 246 / .2)}.focus\:ring-red-500\/20:focus{--tw-ring-color: rgb(239 68 68 / .2)}.disabled\:opacity-60:disabled{opacity:.6}.group\/btn:hover .group-hover\/btn\:translate-x-0\.5,.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-blue-100\/80{background-color:#dbeafecc}@media (min-width: 640px){.sm\:absolute{position:absolute}.sm\:inset-y-0{top:0;bottom:0}.sm\:right-0{right:0}.sm\:ml-7{margin-left:1.75rem}.sm\:mt-0{margin-top:0}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:h-40{height:10rem}.sm\:h-full{height:100%}.sm\:w-36{width:9rem}.sm\:w-80{width:20rem}.sm\:w-\[43\%\]{width:43%}.sm\:w-\[62\%\]{width:62%}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:gap-3{gap:.75rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:rounded-none{border-radius:0}.sm\:border-0{border-width:0px}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:pt-7{padding-top:1.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 768px){.md\:mt-0{margin-top:0}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:w-\[54\%\]{width:54%}.lg\:w-auto{width:auto}.lg\:max-w-\[20rem\]{max-width:20rem}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-end{align-items:flex-end}.lg\:gap-12{gap:3rem}.lg\:gap-8{gap:2rem}.lg\:via-\[\#f8fafc\]\/25{--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(248 250 252 / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:object-right{-o-object-position:right;object-position:right}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pr-6{padding-right:1.5rem}.lg\:text-left{text-align:left}.lg\:text-\[34px\]{font-size:34px}.lg\:text-\[44px\]{font-size:44px}}
