*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1da8c8;--primary-dark:#116e88;--primary-light:#e6f4f8;--accent:#f4a425;--text-dark:#1a3a4a;--text-gray:#5a6a75;--white:#fff;--bg-light:#f0f8fc;--border:#d4ecf5;--shadow-sm:0 2px 12px #00648c14;--shadow-md:0 8px 28px #00648c24;--shadow-lg:0 20px 50px #00648c2e;--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--white);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.back-to-top{width:56px;height:56px;color:var(--white);cursor:pointer;opacity:0;visibility:hidden;z-index:1200;background:linear-gradient(145deg,#1da8c8 0%,#116e88 100%);border:none;border-radius:18px;justify-content:center;align-items:center;transition:opacity .25s,visibility .25s,transform .25s,box-shadow .25s,filter .25s;display:inline-flex;position:fixed;bottom:20px;right:20px;transform:translateY(16px)scale(.94);box-shadow:0 14px 32px #116e8847}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.back-to-top:hover{filter:saturate(1.06);transform:translateY(-3px)scale(1.02);box-shadow:0 18px 38px #116e8857}.back-to-top:active{transform:translateY(0)scale(.96)}.back-to-top svg{stroke:currentColor;fill:none;stroke-width:2.4px;width:22px;height:22px}#szolgaltatasok,#kapcsolat{scroll-margin-top:136px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 16px #1da8c859}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #1da8c873}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--primary-dark)}.section-title{text-align:center;margin-bottom:52px}.section-title h2{color:var(--text-dark);margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.section-title p{color:var(--text-gray);max-width:520px;margin:0 auto;font-size:1rem}.hero{background:linear-gradient(140deg,#f5fbfe 0%,#e2f4fb 50%,#cceaf6 100%);align-items:center;min-height:88vh;padding:150px 0 80px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";background:var(--white);clip-path:ellipse(56% 100% at 50% 100%);height:90px;position:absolute;bottom:-2px;left:0;right:0}.hero:before{content:"";background:radial-gradient(circle,#1da8c81f 0%,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-80px;right:-80px}.hero .container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid;position:relative}.hero-content{max-width:540px}.hero-content h1{color:var(--text-dark);margin-bottom:20px;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.2}.hero-content h1 span{color:var(--primary)}.hero-content p{color:var(--text-gray);margin-bottom:36px;font-size:1.1rem;line-height:1.75}.hero-image{justify-content:center;align-items:center;min-height:460px;display:flex;position:relative}.hero-visual-glow{filter:none;background:0 0;border-radius:36px;position:absolute;inset:38px 18px 34px 38px}.hero-img-card{box-shadow:none;aspect-ratio:1;z-index:1;background:0 0;border-radius:32px;justify-content:center;align-items:center;width:100%;max-width:520px;display:flex;position:relative;overflow:visible}.hero-img-card img{object-fit:contain;filter:drop-shadow(0 26px 48px #116e882e);width:100%;height:100%}.hero-mobile-image{display:none}.hero-mobile-image img{object-fit:contain;filter:drop-shadow(0 18px 34px #116e882e);width:100%;height:100%}.hero-season-line{z-index:2;justify-content:center;width:100%;display:flex;position:absolute}.season-top{top:28px}.season-bottom{bottom:34px}.season-chip{letter-spacing:.01em;-webkit-backdrop-filter:blur(14px);border-radius:999px;align-items:center;gap:10px;padding:13px 22px;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 18px 36px #1a3a4a1f}.season-chip svg{flex-shrink:0;width:20px;height:20px}.season-chip.warm{color:#d97b12;background:#fff4e9f2;border:1px solid #f4a42538}.season-chip.cold{color:#188db1;background:#eff9fff2;border:1px solid #1da8c838}.features{background:var(--white);padding:96px 0}.features .container{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:44px 32px;transition:all .35s}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-8px)}.feature-icon{background:var(--primary-light);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 24px;display:flex}.feature-icon svg{width:38px;height:38px}.feature-icon-brand{object-fit:contain;width:42px;height:42px}.feature-card h3{color:var(--text-dark);margin-bottom:12px;font-size:1.2rem;font-weight:700}.feature-card p{color:var(--text-gray);font-size:.95rem;line-height:1.75}.stats-highlight{background:linear-gradient(180deg, #fff 0%, #f7fcfe 38%, var(--bg-light) 100%);padding:24px 0 44px;position:relative;overflow:hidden}.stats-highlight .container{z-index:1;position:relative}.stats-intro{text-align:center;max-width:720px;margin:0 auto 34px}.stats-eyebrow{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;background:#1da8c81a;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.stats-intro h2{color:var(--text-dark);margin-bottom:14px;font-size:clamp(1.9rem,3.4vw,2.9rem);font-weight:800;line-height:1.15}.stats-intro p{max-width:640px;color:var(--text-gray);margin:0 auto;font-size:1rem;line-height:1.75}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.stat-card{text-align:center;-webkit-backdrop-filter:blur(10px);background:linear-gradient(#ffffffeb 0%,#f4fbfefa 100%);border:1px solid #1da8c829;border-radius:28px;padding:30px 28px 28px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;transform:translateY(0);box-shadow:0 18px 42px #0a66831f}.stat-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#1da8c83d,#f4a4252e);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.stat-card:hover{border-color:#1da8c847;transform:translateY(-8px);box-shadow:0 24px 50px #0a668329}.stat-card-featured{background:linear-gradient(#178fabf7 0%,#0c586ffa 100%);border-color:#0e637c66;box-shadow:0 26px 54px #08526747}.stat-card-featured h3,.stat-card-featured p,.stat-card-featured .stat-value,.stat-card-featured .stat-icon{color:var(--white)}.stat-card-featured p{color:#ffffffc2!important}.stat-icon{width:68px;height:68px;color:var(--primary);background:#1da8c81f;border-radius:22px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex;box-shadow:inset 0 1px #ffffff8c}.stat-card-featured .stat-icon{color:var(--white);background:#ffffff24;box-shadow:inset 0 1px #ffffff2e}.stat-icon svg{width:30px;height:30px}.stat-value{color:var(--text-dark);letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1;display:block}.stat-card h3{color:var(--text-dark);margin-bottom:10px;font-size:1.08rem;font-weight:700}.stat-card p{color:var(--text-gray);font-size:.94rem;line-height:1.72}.stats-orb{filter:blur(8px);opacity:.55;border-radius:999px;position:absolute}.stats-orb-left{background:radial-gradient(circle,#1da8c838 0%,#1da8c800 72%);width:220px;height:220px;top:10px;left:-60px}.stats-orb-right{background:radial-gradient(circle,#f4a4252e 0%,#f4a42500 72%);width:260px;height:260px;bottom:-20px;right:-40px}.why-us{background:var(--bg-light);padding:96px 0}.why-us .container{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.why-content h2{color:var(--text-dark);margin-bottom:40px;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.why-list{flex-direction:column;gap:28px;list-style:none;display:flex}.why-list li{align-items:flex-start;gap:16px;display:flex}.why-check{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:2px;display:flex;box-shadow:0 4px 12px #1da8c859}.why-check svg{stroke:#fff;fill:none;stroke-width:2.5px;width:15px;height:15px}.why-text strong{color:var(--text-dark);margin-bottom:4px;font-size:1rem;font-weight:700;display:block}.why-text p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.why-social-link{justify-content:center;align-items:center;margin:28px auto 0;text-decoration:none;display:inline-flex}.why-social-icon{background:var(--white);width:64px;height:64px;color:var(--primary);border:1px solid #1da8c82e;border-radius:18px;justify-content:center;align-items:center;transition:transform .22s,box-shadow .22s,background .22s,color .22s;display:inline-flex;box-shadow:0 12px 28px #00648c1a}.why-social-icon svg{fill:currentColor;width:28px;height:28px}.why-social-link:hover .why-social-icon{background:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:0 18px 34px #1da8c83d}.why-image-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:4/5;background:linear-gradient(135deg,#d8eef7 0%,#a8d8e8 60%,#74bdd6 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.why-image-backdrop{z-index:1;background:linear-gradient(#ffffff05 0%,#116e8847 100%);position:absolute;inset:0}.why-image-wrap img{object-fit:cover;object-position:center 22%;width:100%;height:100%}.why-photo{transform:scale(1.04)}.why-image-badge{z-index:2;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffffbf;border-radius:18px;max-width:240px;padding:14px 16px;position:absolute;bottom:24px;left:24px;box-shadow:0 18px 34px #116e882e}.why-image-badge strong{color:var(--text-dark);margin-bottom:4px;font-size:.92rem;display:block}.why-image-badge span{color:var(--text-gray);font-size:.82rem;line-height:1.55;display:block}.cta-section{background:linear-gradient(135deg,#116e88 0%,#0b4d62 100%);padding:96px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:#ffffff0d;border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;right:-80px}.cta-section:after{content:"";background:#ffffff0a;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-100px;left:-60px}.cta-section .container{z-index:1;grid-template-columns:1fr minmax(320px,420px);align-items:center;gap:48px;display:grid;position:relative}.cta-content h2{color:var(--white);margin-bottom:16px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.cta-content p{color:#ffffffb8;max-width:500px;margin-bottom:36px;font-size:1rem;line-height:1.75}.cta-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.cta-contact-panel{flex-direction:column;justify-self:end;align-items:flex-end;gap:18px;width:100%;display:flex}.cta-contact-card{text-align:left;background:#ffffff14;border:1px solid #ffffff1f;border-radius:22px;justify-content:flex-start;align-items:center;gap:16px;width:fit-content;min-width:290px;max-width:100%;padding:16px 22px 16px 16px;transition:transform .28s,background .28s,border-color .28s;display:flex;box-shadow:0 18px 36px #0425302e}.cta-contact-card:hover{background:#ffffff24;border-color:#ffffff47;transform:translate(-6px)translateY(-1px)}.cta-contact-icon{background:#ffffff1f;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.cta-contact-icon svg{fill:none;stroke:#ffffffd9;stroke-width:1.8px;width:24px;height:24px}.cta-contact-copy{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.cta-contact-copy strong{color:var(--white);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.cta-contact-copy span{color:#ffffffc7;font-size:1rem}.page-header{text-align:center;background:linear-gradient(140deg,#f5fbfe 0%,#cceaf6 100%);padding:164px 0 96px;position:relative;overflow:hidden}.page-header:after{content:"";background:var(--white);clip-path:ellipse(55% 100% at 50% 100%);height:70px;position:absolute;bottom:-2px;left:0;right:0}.page-header h1{color:var(--text-dark);margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.page-header p{color:var(--text-gray);font-size:1.1rem}@media (width<=960px){.hero .container,.why-us .container{grid-template-columns:1fr;gap:40px}.hero{text-align:center;min-height:auto;padding:136px 0 220px}.hero:after{height:168px}.hero-content{z-index:2;flex-direction:column;align-items:center;max-width:100%;display:flex;position:relative}.hero-content p{max-width:620px;margin-bottom:28px}.hero-content .btn{z-index:2;position:relative}.hero-image{display:none}.features .container{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr;max-width:620px;margin:0 auto}.cta-section .container{grid-template-columns:1fr}.cta-contact-panel{justify-self:stretch;align-items:stretch;max-width:520px}.cta-contact-card{text-align:left;width:100%;min-width:0}.cta-actions{justify-content:flex-start}}@media (width<=640px){.hero{padding:118px 0 72px}.hero:after{height:124px}.hero .container{flex-direction:column;align-items:center;gap:26px;display:flex;position:relative}.hero-content{width:100%}.hero-content h1{font-size:clamp(2rem,8vw,3rem)}.hero-content p{max-width:340px;margin-bottom:22px;font-size:1rem;line-height:1.7}.hero-content .btn{margin-top:0}.hero-mobile-image{aspect-ratio:1;z-index:1;pointer-events:none;width:min(92vw,360px);margin:8px auto 0;display:block;position:relative;bottom:auto;left:auto;transform:none}.hero-mobile-image:before{content:"";filter:blur(6px);background:radial-gradient(circle at 50% 28%,#ffffffeb 0%,#e2f3fa7a 36%,#0000 72%),linear-gradient(#c6e8f647 0%,#c6e8f614 100%);border-radius:36px;position:absolute;inset:8% 4% 10%}.hero-mobile-image img{z-index:1;position:relative;transform:translateY(4px)}.features .container{grid-template-columns:1fr;max-width:420px;margin:0 auto}.stats-highlight{padding:8px 0 28px}.stats-intro{margin-bottom:26px}.stats-intro p{font-size:.95rem}.stat-card{border-radius:24px;padding:24px 22px}.stat-icon{border-radius:18px;width:60px;height:60px;margin-bottom:18px}.stat-icon svg{width:26px;height:26px}.why-us .container{gap:36px}.cta-actions{justify-content:center;width:100%}.why-image-badge{max-width:none;bottom:16px;left:16px;right:16px}.back-to-top{border-radius:16px;width:52px;height:52px;bottom:14px;right:14px}}.site-header{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbf;border-bottom:1px solid #1da8c81a;transition:box-shadow .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{border-color:#0000;box-shadow:0 2px 24px #00648c1f}.header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;height:112px;margin:0 auto;padding:0 24px;display:flex}.logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.logo img{width:auto;max-width:none;height:214px;margin:-2px -24px -46px}.logo-text{color:#1a3a4a;letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.logo-text span{color:#1da8c8}.main-nav{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.main-nav a{color:#1a3a4a;border-radius:8px;padding:9px 17px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block;position:relative}.main-nav a:hover,.main-nav a.active{color:#1da8c8;background:#e6f4f8}.main-nav a.active:after{content:"";background:#1da8c8;border-radius:2px;width:20px;height:3px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.header-cta{color:#fff;white-space:nowrap;background:#1da8c8;border-radius:50px;flex-shrink:0;align-items:center;padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.header-cta:hover{background:#116e88;transform:translateY(-1px);box-shadow:0 5px 18px #1da8c861}.hamburger{cursor:pointer;touch-action:manipulation;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:6px;transition:background .2s;display:none}.hamburger:hover{background:#e6f4f8}.hamburger span{background:#1a3a4a;border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}@media (width<=820px){.header-inner{justify-content:center;height:98px;padding:0 72px;position:relative}.hamburger{display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.header-cta{display:none}.logo{justify-content:center}.logo img{width:auto;max-width:none;height:168px;margin:-1px -20px -43px}.main-nav{background:#fff;border-top:1px solid #e0ecf4;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 20px 20px;display:none;position:absolute;top:98px;left:0;right:0;box-shadow:0 12px 32px #00648c1f}.main-nav.open{display:flex}.main-nav a{border-radius:10px;width:100%;padding:11px 16px}}.site-footer{background:#f0f8fc;border-top:1px solid #d4ecf5;padding:60px 0 0}.footer-inner{grid-template-columns:1.6fr 1fr 1.2fr;gap:48px;max-width:1200px;margin:0 auto;padding:0 24px 56px;display:grid}.footer-brand .logo{align-items:center;width:280px;height:88px;margin-top:0;margin-bottom:16px;display:inline-flex;overflow:hidden}.footer-brand .logo img{width:auto;max-width:none;height:176px;margin:-18px -20px -42px}.footer-brand p{color:#5a6a75;max-width:320px;margin-bottom:24px;font-size:1rem;line-height:1.75}.footer-social{gap:10px;display:flex}.footer-social a{color:#1da8c8;background:#fff;border:1px solid #d4ecf5;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .22s;display:flex}.footer-social a:hover{color:#fff;background:#1da8c8;border-color:#1da8c8;transform:translateY(-2px)}.footer-social svg{fill:currentColor;width:18px;height:18px}.footer-col h4{color:#1a3a4a;text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px;font-size:.92rem;font-weight:700}.footer-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.footer-col ul li a{color:#5a6a75;border-radius:12px;align-items:center;gap:8px;margin-left:-12px;padding:8px 12px;font-size:1rem;text-decoration:none;transition:color .22s,background .22s,transform .22s;display:inline-flex}.footer-col ul li a:before{content:"";opacity:0;background:#1da8c8;border-radius:50%;width:4px;height:4px;transition:opacity .2s}.footer-col ul li a:hover{color:#1da8c8;background:#ffffffbf;transform:translate(4px)}.footer-col ul li a:hover:before{opacity:1}.footer-contact{flex-direction:column;gap:14px;display:flex}.footer-contact-item{color:#5a6a75;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;margin-left:-12px;padding:10px 12px;font-size:1rem;text-decoration:none;transition:color .22s,background .22s,border-color .22s,transform .22s;display:flex}.footer-contact-item:hover{color:#1da8c8;background:#ffffffb8;border-color:#d7ebf4;transform:translate(4px)}.footer-contact-item .icon-wrap{background:#fff;border:1px solid #d4ecf5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-contact-item:hover .icon-wrap{background:var(--primary-light,#e6f4f8);border-color:#1da8c8}.footer-contact-item svg{stroke:#1da8c8;fill:none;stroke-width:2px;width:16px;height:16px}.footer-bottom-wrap{background:#f0f8fc;border-top:1px solid #d4ecf5}.footer-bottom{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:20px 24px;display:grid}.footer-bottom p{color:#8aabb8;justify-self:start;font-size:.82rem}.footer-bottom-center{color:#6f99ab;border-left:1px solid #d7eaf3;border-right:1px solid #d7eaf3;justify-self:center;padding:8px 16px;font-size:.88rem;font-weight:600;transition:color .2s,background .2s}.footer-bottom-center:hover{color:#1da8c8;background:#ffffffa6}.footer-bottom nav{flex-wrap:wrap;justify-self:end;gap:20px;display:flex}.footer-bottom nav a{color:#8aabb8;font-size:.82rem;transition:color .2s}.footer-bottom nav a:hover{color:#1da8c8}@media (width<=820px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand .logo{width:250px}}@media (width<=520px){.footer-inner{grid-template-columns:1fr}.footer-bottom{text-align:center;grid-template-columns:1fr}.footer-bottom p,.footer-bottom-center,.footer-bottom nav{justify-self:center}.footer-bottom-center{border:1px solid #d7eaf3;border-left:none;border-right:none}.footer-bottom nav{justify-content:center}.footer-brand .logo{width:220px;height:76px}.footer-brand .logo img{width:auto;max-width:none;height:148px;margin:-16px -18px -36px}}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:#4f4f4f66;--pswp-preloader-color-secondary:#ffffffe6;--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);width:100%;height:100%;z-index:var(--pswp-root-z-index);touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:#0000;outline:0;display:none;position:fixed;top:0;left:0}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{will-change:opacity;transform:translateZ(0)}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{width:100%;height:100%;position:absolute;top:0;left:0}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{color:var(--pswp-error-text-color);margin:auto;font-size:1em;line-height:1}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{cursor:pointer;width:50px;height:60px;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none;background:0 0;border:0;margin:0;padding:0;display:block;position:relative;overflow:hidden}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{box-shadow:none;opacity:1;background:0 0;border:0;padding:0;transition:none}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);pointer-events:none;width:32px;height:32px;position:absolute;top:14px;left:9px;overflow:hidden}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{z-index:10;flex-direction:row;justify-content:flex-end;width:100%;height:60px;display:flex;position:absolute;top:0;left:0;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{width:75px;height:100px;margin-top:-50px;position:absolute;top:50%}.pswp__button--arrow:disabled{cursor:default;display:none}.pswp__button--arrow .pswp__icn{background:0 0;border-radius:0;width:60px;height:60px;margin-top:-30px;top:50%}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{left:0;right:auto}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{width:50px;height:60px;margin-right:auto;position:relative;overflow:hidden}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:.6s linear infinite pswp-clockwise}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{margin-top:15px;height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85;margin-inline-start:20px;font-size:14px;line-height:30px}.pswp--one-slide .pswp__counter{display:none}
