.Header-module__Af2_WG__header{z-index:95;background-color:var(--color-secondary);color:#fff;justify-content:space-between;align-items:stretch;gap:clamp(10px,1.4vw,20px);min-height:clamp(58px,5vw,84px);padding:0 3%;display:flex;position:sticky;top:0}.Header-module__Af2_WG__logos{flex-direction:row;flex-shrink:0;order:1;align-items:center;gap:clamp(6px,.7vw,12px);display:flex}.Header-module__Af2_WG__logoLink{display:inline-flex}.Header-module__Af2_WG__logoIdf{width:clamp(46px,4vw,72px);height:auto;display:block}.Header-module__Af2_WG__logoAka{width:clamp(32px,2.8vw,50px);height:auto;display:block}.Header-module__Af2_WG__nav{flex:1;order:2;justify-content:flex-start;align-items:stretch;display:flex}.Header-module__Af2_WG__menu{align-items:stretch;gap:clamp(10px,1.4vw,26px);margin:0;padding:0;list-style:none;display:flex}.Header-module__Af2_WG__menuItem{align-items:stretch;display:flex;position:static}.Header-module__Af2_WG__menuLink{color:#fff;white-space:nowrap;align-items:center;gap:5px;padding:8px 0;font-size:clamp(16px,1.25vw,21px);font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Header-module__Af2_WG__menuLink:hover{color:var(--color-accent)}.Header-module__Af2_WG__caret{opacity:.9;transition:transform .25s}.Header-module__Af2_WG__menuItem:hover .Header-module__Af2_WG__caret{transform:rotate(180deg)}.Header-module__Af2_WG__mega{top:100%;z-index:80;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s,transform .22s,visibility .22s;position:absolute;inset-inline:0;transform:translateY(10px)}.Header-module__Af2_WG__menuItem:hover .Header-module__Af2_WG__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Header-module__Af2_WG__megaInner{border-top:3px solid var(--color-accent);background:#fff;border-radius:0 0 clamp(14px,1.4vw,22px) clamp(14px,1.4vw,22px);padding:clamp(20px,2vw,34px) 3%;box-shadow:0 26px 50px #092c3b38}.Header-module__Af2_WG__megaGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(8px,1vw,16px);margin:0;padding:0;list-style:none;display:grid}.Header-module__Af2_WG__megaItem{border-radius:14px;flex-direction:row;align-items:center;gap:14px;padding:clamp(12px,1vw,18px);text-decoration:none;transition:background .18s,transform .18s;display:flex}.Header-module__Af2_WG__megaItem:hover{background:#f1f6f7;transform:translateY(-1px)}.Header-module__Af2_WG__megaIcon{width:clamp(44px,3.4vw,54px);height:clamp(44px,3.4vw,54px);color:var(--color-accent);background:#0087961a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s,color .18s;display:inline-flex}.Header-module__Af2_WG__megaItem:hover .Header-module__Af2_WG__megaIcon{background:var(--color-accent);color:#fff}.Header-module__Af2_WG__megaText{flex-direction:column;gap:2px;min-width:0;display:flex}.Header-module__Af2_WG__megaTitle{color:var(--color-primary);text-align:start;font-family:Polin,sans-serif;font-size:clamp(16px,1.2vw,20px);font-weight:700;line-height:1.2}.Header-module__Af2_WG__megaDesc{color:#6a7a82;text-align:start;font-size:clamp(13px,.95vw,15px);line-height:1.3}.Header-module__Af2_WG__actions{flex-shrink:0;order:3;align-items:center;gap:clamp(10px,1.4vw,22px);display:flex}.Header-module__Af2_WG__searchBtn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.Header-module__Af2_WG__searchBtn:hover{color:var(--color-accent)}.Header-module__Af2_WG__personal{color:#fff;white-space:nowrap;align-items:center;gap:8px;font-size:clamp(15px,1.1vw,19px);font-weight:500;text-decoration:none;display:inline-flex}.Header-module__Af2_WG__personalIcon{object-fit:contain;width:clamp(22px,2vw,32px);height:clamp(22px,2vw,32px)}.Header-module__Af2_WG__burger{color:#fff;cursor:pointer;background:0 0;border:none;padding:2px;display:none}@media (max-width:1100px){.Header-module__Af2_WG__menuLink{font-size:15px}.Header-module__Af2_WG__menu,.Header-module__Af2_WG__actions{gap:14px}}@media (max-width:980px){.Header-module__Af2_WG__menuLink{font-size:14px}.Header-module__Af2_WG__menu{gap:10px}.Header-module__Af2_WG__personal span{display:none}}@media (max-width:860px){.Header-module__Af2_WG__burger{order:4;display:inline-flex}.Header-module__Af2_WG__nav{top:100%;background:var(--color-secondary);overscroll-behavior:contain;flex-direction:column;max-block-size:calc(100dvh - 58px);padding:10px 5%;display:none;position:absolute;inset-inline:0;overflow-y:auto;box-shadow:0 12px 24px #0003}.Header-module__Af2_WG__navOpen{display:flex}.Header-module__Af2_WG__menu{flex-direction:column;align-items:stretch;gap:4px;width:100%}.Header-module__Af2_WG__menuItem{flex-direction:column;align-items:stretch}.Header-module__Af2_WG__menuLink{justify-content:space-between;padding:12px 0;font-size:18px}.Header-module__Af2_WG__mega{opacity:1;visibility:visible;pointer-events:auto;padding-top:0;display:none;position:static;transform:none}.Header-module__Af2_WG__menuItemOpen>.Header-module__Af2_WG__mega{display:block}.Header-module__Af2_WG__menuItemOpen .Header-module__Af2_WG__caret{transform:rotate(180deg)}.Header-module__Af2_WG__megaInner{box-shadow:none;background:#ffffff0f;border-top:none;border-radius:10px;margin:4px 0 8px;padding:6px}.Header-module__Af2_WG__megaGrid{grid-template-columns:1fr;gap:2px}.Header-module__Af2_WG__megaItem{padding:10px 8px}.Header-module__Af2_WG__megaItem:hover{background:#ffffff14;transform:none}.Header-module__Af2_WG__megaIcon{color:#cfe3e8;background:#ffffff1a;width:38px;height:38px}.Header-module__Af2_WG__megaTitle{color:#fff;font-size:16px}.Header-module__Af2_WG__megaDesc{color:#9fc1c9}}
.SearchOverlay-module___fVbVW__backdrop{z-index:200;-webkit-backdrop-filter:blur(6px);background:#061a238c;justify-content:center;align-items:flex-start;padding:clamp(60px,10vh,140px) clamp(16px,3vw,40px) clamp(20px,4vh,60px);animation:.18s SearchOverlay-module___fVbVW__fade;display:flex;position:fixed;inset:0}@keyframes SearchOverlay-module___fVbVW__fade{0%{opacity:0}}.SearchOverlay-module___fVbVW__panel{background:#fff;border-radius:clamp(14px,1.2vw,22px);flex-direction:column;width:100%;max-width:clamp(320px,60vw,760px);max-height:100%;animation:.2s SearchOverlay-module___fVbVW__pop;display:flex;overflow:hidden;box-shadow:0 30px 70px #00000059}@keyframes SearchOverlay-module___fVbVW__pop{0%{opacity:0;transform:translateY(-14px)}}.SearchOverlay-module___fVbVW__searchRow{border-bottom:1px solid #eef2f3;align-items:center;gap:clamp(10px,1vw,16px);padding:clamp(14px,1.4vw,22px) clamp(16px,1.6vw,26px);display:flex}.SearchOverlay-module___fVbVW__searchIcon{color:var(--color-accent);flex-shrink:0;display:inline-flex}.SearchOverlay-module___fVbVW__input{min-width:0;color:var(--color-primary);text-align:start;background:0 0;border:none;outline:none;flex:1;font-family:Polin,sans-serif;font-size:clamp(17px,1.6vw,24px)}.SearchOverlay-module___fVbVW__input::placeholder{color:#9aa6ac}.SearchOverlay-module___fVbVW__close{width:clamp(30px,2.4vw,38px);height:clamp(30px,2.4vw,38px);color:var(--color-primary);cursor:pointer;background:#f1f4f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:clamp(14px,1.1vw,18px);transition:background .2s;display:inline-flex}.SearchOverlay-module___fVbVW__close:hover{background:#e3e8ea}.SearchOverlay-module___fVbVW__results{padding:clamp(8px,.8vw,14px);overflow-y:auto}.SearchOverlay-module___fVbVW__hint{text-align:center;color:#8a969c;margin:0;padding:clamp(24px,3vw,44px) 16px;font-size:clamp(14px,1.1vw,17px)}.SearchOverlay-module___fVbVW__count{color:#8a969c;margin:0;padding:clamp(8px,.8vw,12px) clamp(10px,1vw,16px);font-size:clamp(12px,.9vw,14px);font-weight:600}.SearchOverlay-module___fVbVW__result{border-radius:clamp(10px,.9vw,14px);align-items:center;gap:clamp(12px,1.2vw,18px);padding:clamp(10px,1vw,14px) clamp(10px,1vw,16px);text-decoration:none;transition:background .15s;display:flex}.SearchOverlay-module___fVbVW__result:hover{background:#f1f6f7}.SearchOverlay-module___fVbVW__thumb{background:#e9eef0;border-radius:clamp(8px,.7vw,12px);flex-shrink:0;width:clamp(56px,5vw,76px);height:clamp(56px,5vw,76px);position:relative;overflow:hidden}.SearchOverlay-module___fVbVW__thumb img{object-fit:cover;width:100%;height:100%;display:block}.SearchOverlay-module___fVbVW__thumbContain{background:#fff}.SearchOverlay-module___fVbVW__thumbContain img{object-fit:contain;padding:6px}.SearchOverlay-module___fVbVW__rText{flex-direction:column;gap:4px;min-width:0;display:flex}.SearchOverlay-module___fVbVW__rTitle{color:var(--color-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-family:Polin,sans-serif;font-size:clamp(15px,1.15vw,19px);font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.SearchOverlay-module___fVbVW__rCat{color:var(--color-accent);font-size:clamp(12px,.9vw,14px);font-weight:600}
.Footer-module__EZoWya__footer{isolation:isolate;background-color:var(--color-primary);width:100%;color:var(--color-white);background-image:linear-gradient(125deg,#092c3bed 0%,#092c3bd9 60%,#092c3bf5 100%),url(/images/חיילים-חרדים.jpg);background-position:50%;background-size:cover;margin-top:60px;padding:clamp(40px,5vw,70px) clamp(24px,5vw,90px) clamp(20px,2vw,30px);position:relative}.Footer-module__EZoWya__overlay{z-index:0;background:linear-gradient(#0000001f 0%,#092c3b8c 100%);position:absolute;inset:0}.Footer-module__EZoWya__cta{z-index:1;background:linear-gradient(120deg,#00879638,#ffffff0d);border-radius:clamp(14px,1.2vw,20px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(16px,2vw,30px);margin-bottom:clamp(36px,4vw,56px);padding:clamp(20px,2.2vw,32px) clamp(22px,2.4vw,40px);display:flex;position:relative;box-shadow:inset 0 0 0 1px #ffffff1f}.Footer-module__EZoWya__ctaTitle{text-align:start;font-family:Polin,sans-serif;font-size:clamp(22px,2.4vw,34px);font-weight:700;line-height:1.1}.Footer-module__EZoWya__ctaSub{text-align:start;color:#ffffffd9;margin-top:8px;font-size:clamp(15px,1.3vw,19px);line-height:1.5}.Footer-module__EZoWya__ctaActions{flex-wrap:wrap;gap:clamp(10px,1vw,16px);display:flex}.Footer-module__EZoWya__ctaBtn{color:var(--color-white);background:#ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:clamp(12px,1vw,16px) clamp(22px,2vw,34px);font-size:clamp(15px,1.2vw,18px);font-weight:700;text-decoration:none;transition:filter .15s,transform .15s,background .15s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff4d}.Footer-module__EZoWya__ctaBtn:hover{background:#ffffff2e;transform:translateY(-1px)}.Footer-module__EZoWya__ctaBtnWa{box-shadow:none;background:#41c365}.Footer-module__EZoWya__ctaBtnWa:hover{filter:brightness(1.06);background:#41c365}.Footer-module__EZoWya__inner{z-index:1;flex-wrap:wrap;align-items:start;gap:clamp(28px,3vw,48px);display:flex;position:relative}.Footer-module__EZoWya__identity,.Footer-module__EZoWya__links{align-items:start;gap:clamp(20px,3vw,48px);min-width:0;display:flex}.Footer-module__EZoWya__identity{flex-wrap:nowrap;flex:2.5 460px}.Footer-module__EZoWya__links{flex-wrap:wrap;flex:2 360px}.Footer-module__EZoWya__identity>.Footer-module__EZoWya__brand{flex:1.35 1 0}.Footer-module__EZoWya__identity>.Footer-module__EZoWya__col{flex:1 1 0}.Footer-module__EZoWya__links>.Footer-module__EZoWya__col{flex:150px}.Footer-module__EZoWya__col{flex-direction:column;min-width:0;display:flex}.Footer-module__EZoWya__heading{text-align:start;border-bottom:2px solid #00879699;margin-bottom:clamp(16px,1.4vw,22px);padding-bottom:12px;font-family:Polin,sans-serif;font-size:clamp(19px,1.6vw,24px);font-weight:700;line-height:1.1}.Footer-module__EZoWya__brand{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__EZoWya__brandEmblem{width:clamp(72px,7vw,96px);height:auto;margin-bottom:14px;display:block}.Footer-module__EZoWya__brandName{text-align:start;margin-bottom:10px;font-family:Polin,sans-serif;font-size:clamp(20px,1.8vw,26px);font-weight:700}.Footer-module__EZoWya__brandText{text-align:start;color:#ffffffd1;max-width:38ch;font-size:clamp(15px,1.25vw,18px);line-height:1.6}.Footer-module__EZoWya__socials{gap:12px;margin-top:clamp(18px,1.8vw,26px);display:flex}.Footer-module__EZoWya__social{width:clamp(38px,3vw,44px);height:clamp(38px,3vw,44px);color:var(--color-white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:inline-flex;box-shadow:inset 0 0 0 1px #fff3}.Footer-module__EZoWya__social:hover{background:var(--color-accent);transform:translateY(-2px)}.Footer-module__EZoWya__list{flex-direction:column;gap:clamp(10px,.9vw,14px);list-style:none;display:flex}.Footer-module__EZoWya__link{color:#ffffffe6;text-align:start;align-items:center;padding-inline-start:16px;font-size:clamp(15px,1.2vw,18px);text-decoration:none;transition:color .15s,padding-inline-start .15s;display:inline-flex;position:relative}.Footer-module__EZoWya__link:before{content:"‹";color:var(--color-accent);font-weight:700;position:absolute;inset-inline-start:0}.Footer-module__EZoWya__link:hover{color:var(--color-accent);padding-inline-start:22px}.Footer-module__EZoWya__contact{flex-direction:column;gap:clamp(14px,1.3vw,20px);list-style:none;display:flex}.Footer-module__EZoWya__contact li{align-items:flex-start;gap:12px;display:flex}.Footer-module__EZoWya__contactIcon{width:clamp(34px,2.8vw,40px);height:clamp(34px,2.8vw,40px);color:var(--color-white);background:var(--color-accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.Footer-module__EZoWya__contactBody{text-align:start;flex-direction:column;display:flex}.Footer-module__EZoWya__contactLabel{color:#ffffffb3;font-size:clamp(13px,1vw,15px)}.Footer-module__EZoWya__contactValue{color:var(--color-white);font-size:clamp(15px,1.2vw,18px);font-weight:700;text-decoration:none}a.Footer-module__EZoWya__contactValue:hover{color:var(--color-accent)}.Footer-module__EZoWya__partners{align-items:center;gap:16px;margin-top:clamp(20px,2vw,28px);display:flex}.Footer-module__EZoWya__partnerLogo{border-radius:6px;width:auto;height:clamp(40px,3.4vw,50px);display:block}.Footer-module__EZoWya__bottom{z-index:1;color:#fffc;border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:clamp(34px,4vw,52px);padding-top:clamp(18px,1.6vw,24px);font-size:clamp(13px,1vw,15px);display:flex;position:relative}.Footer-module__EZoWya__copy{text-align:start}.Footer-module__EZoWya__legal{flex-wrap:wrap;gap:8px 18px;display:flex}.Footer-module__EZoWya__legalLink{color:#fffc;text-decoration:none;transition:color .15s;position:relative}.Footer-module__EZoWya__legalLink:hover{color:var(--color-accent)}.Footer-module__EZoWya__legalLink:not(:last-child):after{content:"";border-inline-start:1px solid #ffffff4d;position:absolute;inset-block:2px;inset-inline-start:-9px}.Footer-module__EZoWya__credit{letter-spacing:.04em;color:#ffffffd9}.Footer-module__EZoWya__creditLink{color:inherit;direction:ltr;gap:2px;text-decoration:none;display:inline-flex}.Footer-module__EZoWya__creditStudio{font-weight:400}.Footer-module__EZoWya__creditName{font-weight:700}@media (max-width:1024px){.Footer-module__EZoWya__identity,.Footer-module__EZoWya__links{flex:100%}}@media (max-width:560px){.Footer-module__EZoWya__cta{flex-direction:column;align-items:flex-start}.Footer-module__EZoWya__identity{flex-wrap:wrap;gap:clamp(18px,5vw,28px)}.Footer-module__EZoWya__identity>.Footer-module__EZoWya__brand,.Footer-module__EZoWya__identity>.Footer-module__EZoWya__col{flex:100%}.Footer-module__EZoWya__brandText{font-size:14px}.Footer-module__EZoWya__bottom{flex-direction:column;align-items:flex-start}}
@font-face{font-family:Polin;src:url(/fonts/Polin-Regular.woff2)format("woff2"),url(/fonts/Polin-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Polin;src:url(/fonts/Polin-Bold.woff2)format("woff2"),url(/fonts/Polin-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--color-primary:#092c3b;--color-secondary:#133949;--color-accent:#008796;--color-text:#333;--color-white:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--color-text);background:#fff;width:100%;font-family:Polin,sans-serif;overflow-x:hidden}a{color:inherit}img,video{max-width:100%}
