/* TEKTAR canonical stylesheet — generated from audited cascade; historical duplicate declarations removed. */
:root{--tektar-color-primary:#00783a;--tektar-color-primary-strong:#005f2e;--tektar-color-primary-soft:#e7f5ed;--tektar-color-accent:#00a85a;--tektar-color-ink:#132019;--tektar-color-muted:#647169;--tektar-color-surface:#fff;--tektar-color-background:#e9eeeb;--tektar-color-line:rgba(16,42,29,.1);--tektar-radius-xs:10px;--tektar-radius-sm:15px;--tektar-radius-md:24px;--tektar-radius-lg:36px;--tektar-shadow-sm:0 10px 30px rgba(12,40,25,.08);--tektar-shadow-md:0 22px 50px rgba(12,54,32,.13);--tektar-shadow-lg:0 26px 80px rgba(12,40,25,.13);--tektar-duration-fast:180ms;--tektar-duration-normal:300ms;--tektar-duration-slow:650ms;--tektar-ease:cubic-bezier(.2,.7,.2,1);--tektar-content-max:1440px;--tektar-sidebar-width:330px;}
.tektar-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:var(--tektar-radius-sm);font-weight:700;transition:transform var(--tektar-duration-fast) var(--tektar-ease),box-shadow var(--tektar-duration-normal) var(--tektar-ease),background var(--tektar-duration-normal) var(--tektar-ease);}
.tektar-button:hover{transform:translateY(-3px);}
.tektar-button.is-primary{color:#fff;background:linear-gradient(135deg,var(--tektar-color-primary),var(--tektar-color-accent));box-shadow:0 12px 30px rgba(0,120,58,.22);}
.tektar-button.is-secondary{color:var(--tektar-color-primary);background:var(--tektar-color-primary-soft);}
.tektar-button.is-outline{color:var(--tektar-color-primary);background:#fff;border-color:rgba(0,120,58,.2);}
.tektar-button.is-large{min-height:56px;padding:0 30px;font-size:16px;}
.tektar-button__icon{display:grid;place-items:center;}
.tektar-card{position:relative;border:1px solid var(--tektar-color-line);border-radius:var(--tektar-radius-md);background:var(--tektar-color-surface);overflow:hidden;transition:transform var(--tektar-duration-normal) var(--tektar-ease),box-shadow var(--tektar-duration-normal) var(--tektar-ease),border-color var(--tektar-duration-normal) var(--tektar-ease);}
.tektar-card.is-soft{background:linear-gradient(145deg,#fff,#f5faf7);}
.tektar-card.is-dark{color:#fff;background:linear-gradient(155deg,#10251a,#07130d);}
.tektar-card.is-motion-lift:hover{transform:translateY(-7px);box-shadow:var(--tektar-shadow-md);border-color:rgba(0,120,58,.24);}
.tektar-card.is-motion-glow:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(120deg,transparent,var(--tektar-color-accent),transparent);opacity:0;transition:opacity var(--tektar-duration-normal);}
.tektar-card.is-motion-glow:hover:before{opacity:.65;}
.tektar-card.is-product{overflow:hidden;}
.tektar-card.is-category{display:flex;flex-direction:column;text-decoration:none;}
.tektar-button.is-text{padding:0;background:transparent;box-shadow:none;color:var(--tektar-color-primary);justify-content:flex-start;}
.tektar-button.is-text:hover{transform:translateX(4px);}
.tektar-button.is-ghost{background:transparent;border:1px solid rgba(0,120,58,.22);color:var(--tektar-color-primary);}
.tektar-button.is-small{min-height:34px;padding:7px 12px;font-size:.88rem;}
.tektar-density-compact .tektar-card{padding:16px;}

.tektar-motion-disabled *, .tektar-motion-disabled *::before, .tektar-motion-disabled *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
[data-tektar-reveal]{opacity:1;visibility:visible;transform:none;}
[data-tektar-reveal].is-visible{opacity:1;visibility:visible;transform:none;}
.tektar-light-sweep{position:relative;overflow:hidden;}
.tektar-light-sweep:after{content:"";position:absolute;top:-40%;left:-45%;width:34%;height:180%;transform:rotate(20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transition:left .7s var(--tektar-ease);pointer-events:none;}
.tektar-light-sweep:hover:after{left:125%;}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}
*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
.tektar-motion-card,[data-tektar-reveal]{transform:none!important;opacity:1!important}
}
:root{--green:#00783a;--green-2:#00a85a;--ink:#132019;--muted:#647169;--paper:#fff;--bg:#e9eeeb;--line:rgba(16,42,29,.1);--radius:36px;--shadow:0 26px 80px rgba(12,40,25,.13);--sidebar:330px;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:radial-gradient(circle at 10% 0,#f7faf8 0,#e8eeea 52%,#dde6e0 100%);font-family:"Helvetica Neue",Helvetica,"Swiss 721",Arial,sans-serif;color:var(--ink);line-height:1.65;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;height:auto;}
.tektar-site-shell{min-height:calc(100vh - 32px);margin:16px auto;display:grid;border-radius:var(--radius);}
.tektar-sidebar{color:#303030;border-right:1px solid rgba(0,0,0,.07);min-width:0;}
.tektar-sidebar-inner{top:0;overflow:hidden;}
.custom-logo-link{display:inline-flex;}
.custom-logo{width:auto;max-width:210px;max-height:92px;object-fit:contain;}
.tektar-text-logo{font-size:42px;font-weight:800;letter-spacing:.08em;}
.tektar-search{margin-bottom:22px;}
.tektar-search-form{height:48px;display:flex;align-items:center;border:1px solid rgba(0,120,58,.14);background:#fff;box-shadow:0 8px 24px rgba(20,60,35,.07);border-radius:15px;overflow:hidden;}
.tektar-search-form button{width:48px;height:48px;border:0;background:none;color:#00783a;padding:14px;}
.tektar-search-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#262626;font:600 14px "Helvetica Neue",Helvetica,"Swiss 721",Arial,sans-serif;padding:0 14px 0 0;}
.tektar-search-form input::placeholder{color:#777;}
.tektar-nav{position:relative;z-index:2;}
.tektar-menu,.tektar-menu ul{list-style:none;margin:0;padding:0;}
.tektar-menu-item{margin:0 0 9px;}
.tektar-menu-link{position:relative;display:flex;align-items:center;gap:13px;min-height:52px;padding:8px 15px;border-radius:16px;overflow:hidden;color:#3f3f3f;font-weight:600;white-space:nowrap;transition:transform .3s ease,background .3s ease,color .3s ease;}
.tektar-menu-link:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,168,90,.28),rgba(0,168,90,.04));opacity:0;transition:.3s;}
.tektar-menu-link:hover,.current-menu-item>.tektar-menu-link{transform:translateX(5px);background:rgba(0,120,58,.065);color:#00783a;}
.tektar-menu-link:hover:before,.current-menu-item>.tektar-menu-link:before{opacity:1;}
.tektar-menu-icon{position:relative;z-index:2;flex:0 0 34px;display:grid;place-items:center;}
.tektar-menu-text{position:relative;z-index:2;}
.tektar-menu-shine{position:absolute;top:-40%;left:-40%;width:35%;height:180%;transform:rotate(20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:left .65s ease;}
.tektar-menu-link:hover .tektar-menu-shine{left:120%;}
.tektar-sidebar-art{place-items:end center;z-index:1;}
.tektar-sidebar-art img{position:relative;z-index:2;max-height:170px;object-fit:contain;filter:drop-shadow(0 12px 25px rgba(0,0,0,.3));}
.tektar-glow{position:absolute;border-radius:50%;filter:blur(28px);background:rgba(255,255,255,.18);animation:tektarPulse 5s ease-in-out infinite;}
.tektar-glow-a{width:190px;height:50px;bottom:8px;}
.tektar-glow-b{width:80px;height:80px;right:5px;bottom:30px;animation-delay:-2s;}
@keyframes tektarPulse{50%{opacity:.35;transform:scale(1.2)}
}
.tektar-main-panel{min-width:0;}
.tektar-topbar{height:74px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;}
.tektar-topbar-logo{font-size:17px;font-weight:800;letter-spacing:.09em;color:var(--green);}
.tektar-content{padding:38px 42px 56px;}
.tektar-hero{min-height:540px;padding:64px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;border-radius:32px;overflow:hidden;position:relative;background:linear-gradient(125deg,#eff8f2 0%,#f9fcfa 55%,#dceee3 100%);border:1px solid rgba(0,120,58,.1);}
.tektar-hero:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-200px;top:-220px;border:90px solid rgba(0,120,58,.04);}
.tektar-kicker{margin:0 0 10px;color:var(--green);font-weight:800;font-size:12px;letter-spacing:.18em;}
.tektar-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.06;margin:0 0 22px;max-width:760px;letter-spacing:-.045em;}
.tektar-hero-copy>p:not(.tektar-kicker){font-size:18px;color:var(--muted);max-width:650px;}
.tektar-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;}
.tektar-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:15px;font-weight:700;transition:.25s;}
.tektar-btn-primary,.tektar-btn-small{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;box-shadow:0 12px 30px rgba(0,120,58,.22);}
.tektar-btn-ghost{border:1px solid rgba(0,120,58,.18);background:#fff;}
.tektar-btn:hover{transform:translateY(-3px);}
.tektar-btn-small{min-height:42px;padding:0 18px;}
.tektar-hero-visual{position:relative;min-height:360px;display:grid;place-items:center;}
.tektar-orbit{position:absolute;width:330px;height:330px;border-radius:50%;border:1px solid rgba(0,120,58,.16);box-shadow:0 0 0 35px rgba(0,120,58,.035),0 0 0 75px rgba(0,120,58,.02);animation:orbit 15s linear infinite;}
.tektar-orbit:before,.tektar-orbit:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#00a85a;box-shadow:0 0 30px #00a85a;}
.tektar-orbit:before{top:25px;left:58px;}
.tektar-orbit:after{right:15px;bottom:90px;}
@keyframes orbit{to{transform:rotate(360deg)}
}
.tektar-leaf-mark{width:220px;height:220px;border-radius:42% 58% 52% 48%/60% 42% 58% 40%;display:grid;place-items:center;background:linear-gradient(145deg,#008944,#005d2d);color:#fff;font-size:110px;font-weight:800;box-shadow:0 40px 70px rgba(0,120,58,.25);transform:rotate(-8deg);}
.tektar-section{margin-top:42px;opacity:1;visibility:visible;transform:none;}


.tektar-product-grid, .tektar-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));}
.tektar-motion-card{--rx:0deg;--ry:0deg;position:relative;transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .18s ease,box-shadow .3s ease,border-color .3s ease;}
.tektar-motion-card:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.5),transparent 38%);opacity:0;transition:.3s;}
.tektar-motion-card:hover:after{opacity:1;}
.tektar-product-card:hover, .tektar-post-card:hover{border-color:rgba(0,120,58,.24);}


.tektar-featured{margin-bottom:30px;border-radius:28px;overflow:hidden;}
.tektar-editor-content{font-size:17px;}
.tektar-editor-content>*{max-width:900px;}
.tektar-editor-content .alignwide{max-width:1200px;}
.tektar-editor-content table,.tektar-data-content table{width:100%;border-collapse:collapse;border-radius:16px;overflow:hidden;}
.tektar-editor-content td,.tektar-editor-content th,.tektar-data-content td,.tektar-data-content th{padding:13px 15px;border:1px solid var(--line);text-align:left;}
.tektar-editor-content th,.tektar-data-content th{background:#edf7f1;}
.tektar-product-card,.tektar-post-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;}
.tektar-product-card-image,.tektar-post-card-media{min-height:240px;display:grid;place-items:center;background:linear-gradient(145deg,#f9fbfa,#edf5f0);padding:18px;}
.tektar-product-card-image img,.tektar-post-card-media img{width:100%;height:230px;object-fit:contain;transition:transform .4s ease;}
.tektar-product-card:hover img,.tektar-post-card:hover img{transform:scale(1.06) translateY(-5px);}
.tektar-product-card-body,.tektar-post-card-body{padding:22px;}
.tektar-product-card-body h2,.tektar-post-card-body h2{font-size:20px;line-height:1.25;margin:0 0 10px;}
.tektar-product-card-body p,.tektar-post-card-body p{color:var(--muted);font-size:14px;}
.tektar-text-link{color:var(--green);font-weight:700;}
.tektar-product-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:42px;align-items:center;}
.tektar-product-gallery img{max-height:520px;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(25,54,38,.16));}
.tektar-product-summary h1{margin:0 0 18px;}
.tektar-product-chips,.tektar-packages>div{display:flex;flex-wrap:wrap;gap:8px;}
.tektar-product-chips span,.tektar-packages span{padding:8px 12px;border-radius:999px;font-weight:700;font-size:12px;}
.tektar-product-intro{font-size:17px;color:var(--muted);}
.tektar-packages{margin-top:24px;}
.tektar-packages>b{display:block;margin-bottom:9px;}
.tektar-data-card{border-bottom:1px solid var(--line);opacity:1;visibility:visible;transform:none;}
.tektar-data-card h2{margin:0 0 16px;color:var(--green);}
.tektar-footer .custom-logo{filter:brightness(0) invert(1);}
.tektar-footer p,.tektar-footer li{color:rgba(255,255,255,.78);font-size:14px;}
.tektar-empty,.tektar-error{grid-column:1/-1;padding:60px 30px;text-align:center;border:1px dashed rgba(0,120,58,.25);border-radius:24px;background:#f8fbf9;}
.tektar-error span{font-size:110px;font-weight:800;color:#dceee3;}
.tektar-mobile-toggle,.tektar-menu-overlay{display:none;}
.nav-links{display:flex;gap:8px;justify-content:center;margin-top:30px;}
.page-numbers{padding:9px 13px;border-radius:10px;background:#f0f5f2;}
.page-numbers.current{background:var(--green);color:#fff;}
.tektar-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 22px;color:var(--muted);font-size:13px;}
.tektar-breadcrumb a:hover{color:var(--green);}
.tektar-breadcrumb b{color:var(--ink);}
.tektar-product-tabs{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;}
.tektar-tab-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));background:#edf7f1;border-bottom:1px solid var(--line);}
.tektar-tab-buttons button{appearance:none;border:0;border-right:1px solid var(--line);padding:18px 12px;background:transparent;color:var(--ink);font:700 14px "Helvetica Neue",Helvetica,"Swiss 721",Arial,sans-serif;cursor:pointer;transition:.25s;}
.tektar-tab-buttons button:last-child{border-right:0;}
.tektar-tab-buttons button:hover,.tektar-tab-buttons button[aria-selected=true]{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;}
.tektar-tab-panels>section{padding:32px;}
.tektar-data-warning{background:#fff9f2;}
.tektar-data-warning h2{color:#b85c00;}
.tektar-product-placeholder{width:260px;height:320px;border-radius:30px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#e8f4ed);font-weight:800;font-size:48px;color:var(--green);box-shadow:0 24px 45px rgba(0,120,58,.12);}
body.page-template-page-uyelik,
body.page-template-page-uyelik .tektar-registration-page,
body.page-template-page-uyelik .tektar-registration-page *,
body.page-id-0 .tektar-registration-page,
body.page-id-0 .tektar-registration-page * {font-family: "Helvetica Neue", Helvetica, "Swiss 721", Arial, sans-serif !important;}
.tektar-product-identity-grid{display:grid;gap:10px;margin:18px 0 20px;}
.tektar-product-identity-row{display:grid;grid-template-columns:minmax(135px,180px) 1fr;gap:14px;align-items:start;padding:12px 15px;border:1px solid rgba(0,120,58,.13);border-radius:14px;background:rgba(255,255,255,.76);}
.tektar-product-identity-row span{color:var(--green);font-weight:800;}
.tektar-product-identity-row strong{color:var(--ink);font-weight:650;}
.tektar-product-sections{display:grid!important;gap:18px!important;margin-top:28px!important;border:0!important;border-radius:0!important;overflow:visible!important;}
.tektar-data-card{padding:30px!important;border:1px solid var(--line)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 12px 35px rgba(0,70,35,.07)!important;}
.tektar-data-card:last-child{border-bottom:1px solid var(--line)!important;}
@media(max-width:700px){.tektar-product-identity-row{grid-template-columns:1fr;gap:3px}
.tektar-product-hero{padding:24px}
}
@media(max-width:1180px){:root{--sidebar:290px}
.tektar-product-grid, .tektar-post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.tektar-content{padding:32px}
.tektar-hero{padding:45px}
.tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){body{padding-top:70px}
.tektar-site-shell{width:calc(100% - 20px);margin:10px;display:block;min-height:auto;border-radius:24px}
.tektar-sidebar{position:fixed;z-index:1002;left:0;top:0;width:min(360px,88vw);height:100vh;transform:translateX(-105%);transition:transform .35s ease}
.tektar-sidebar-inner{height:100vh;min-height:0}
.tektar-menu-open .tektar-sidebar{transform:none}
.tektar-menu-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:1001;opacity:0;visibility:hidden;transition:.3s}
.tektar-menu-open .tektar-menu-overlay{opacity:1;visibility:visible}
.tektar-mobile-toggle{display:flex;position:fixed;z-index:1000;top:12px;left:14px;height:48px;align-items:center;gap:5px;padding:0 15px;border:0;border-radius:14px;background:#10251a;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.18)}
.tektar-mobile-toggle span{width:3px;height:18px;border-radius:3px;background:#70f4aa}
.tektar-mobile-toggle b{margin-left:5px}
.tektar-topbar{display:none}
.tektar-content{padding:24px}
.tektar-hero{grid-template-columns:1fr;min-height:auto}
.tektar-hero-visual{min-height:300px}
.tektar-product-grid, .tektar-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tektar-product-hero{grid-template-columns:1fr}
.tektar-footer{margin:0 12px 12px}
}
@media(max-width:600px){.tektar-content{padding:18px}
.tektar-hero{padding:30px 24px;border-radius:24px}
.tektar-hero h1{font-size:40px}
.tektar-hero-visual{min-height:230px}
.tektar-orbit{width:210px;height:210px}
.tektar-leaf-mark{width:145px;height:145px;font-size:72px}
.tektar-product-grid, .tektar-post-grid{grid-template-columns:1fr}

.tektar-product-hero{padding:24px;gap:18px}
.tektar-product-gallery{min-height:280px}
.tektar-product-summary h1{font-size:40px}
.tektar-footer{padding:30px 24px}
.tektar-footer-grid{grid-template-columns:1fr}
.tektar-footer-bottom{display:block}
.tektar-footer-bottom span{display:block;margin-top:5px}
.tektar-actions .tektar-btn{width:100%}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
.tektar-motion-card{transform:none!important}
}


@media(max-width:980px){


}
:root{--tektar-footer-dark:#004b25;--tektar-gold:#c9a74d;}
.tektar-brand{padding-bottom:18px!important;}
.tektar-brand .custom-logo{width:var(--tektar-user-logo-width,250px)!important;max-height:112px!important;}
.tektar-slogan{font-size:var(--tektar-user-slogan-size,12px)!important;font-weight:600!important;letter-spacing:.08em!important;margin-top:5px!important;color:#6b746f!important;}
.tektar-menu-link{letter-spacing:.015em!important;}
.tektar-menu-icon{flex-basis:32px!important;border-radius:10px!important;padding:1px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(229,246,236,.98))!important;border:1px solid rgba(0,120,58,.20);box-shadow:0 6px 18px rgba(0,120,58,.12),inset 0 1px 0 #fff!important;color:#087b40!important;}
.tektar-menu-icon-core{width:100%;height:100%;display:grid;place-items:center;border-radius:8px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.96),rgba(213,243,226,.55));transition:.3s;}
.tektar-menu-link:hover .tektar-menu-icon,.current-menu-item>.tektar-menu-link .tektar-menu-icon{color:#fff!important;background:linear-gradient(145deg,#10a85c,#006f36)!important;border-color:transparent;box-shadow:0 8px 22px rgba(0,120,58,.25),0 0 18px rgba(18,180,98,.20)!important;}
.tektar-menu-link:hover .tektar-menu-icon-core,.current-menu-item>.tektar-menu-link .tektar-menu-icon-core{background:transparent;}
.tektar-hero-visual img{position:relative;z-index:2;width:100%;object-fit:contain;}


.tektar-group-emblem{width:140px;height:140px;justify-self:end;display:grid;place-items:center;border-radius:38px;color:#fff;background:linear-gradient(145deg,#09aa5a,#006d35);box-shadow:0 25px 55px rgba(0,120,58,.26);transform:rotate(5deg);}
.tektar-group-emblem svg{width:60px;height:60px;}
.tektar-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.tektar-product-card{position:relative;background:#fff;border:1px solid rgba(0,120,58,.09);border-radius:24px;overflow:hidden;box-shadow:var(--tektar-card-shadow);transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s,border-color .4s;}
.tektar-product-card:hover{transform:translateY(-9px);box-shadow:0 28px 60px rgba(0,100,50,.16);border-color:rgba(0,120,58,.22);}
.tektar-product-card-image{height:270px;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 35%,#fff,#edf7f1);position:relative;overflow:hidden;}
.tektar-product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .55s cubic-bezier(.2,.7,.2,1);filter:drop-shadow(0 17px 19px rgba(10,55,30,.14));}
.tektar-product-card:hover img{transform:translateY(-7px) scale(1.045);}
.tektar-product-card-shine{position:absolute;left:-40%;top:-35%;width:25%;height:170%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);transition:left .8s;}
.tektar-product-card:hover .tektar-product-card-shine{left:125%;}
.tektar-product-card-body{padding:22px 23px 25px;}
.tektar-product-form{display:inline-flex;padding:5px 10px;border-radius:999px;background:#edf8f2;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;}
.tektar-product-card h2{font-size:22px;line-height:1.2;margin:11px 0 9px;}
.tektar-product-card p{font-size:14px;color:var(--muted);margin:0 0 18px;}
.tektar-product-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.05em;}
.tektar-product-link span{font-size:18px;transition:.3s;}
.tektar-product-link:hover span{transform:translateX(5px);}
.tektar-product-hero{padding:36px;border-radius:30px;background:linear-gradient(135deg,#f8fbf9,#fff);border:1px solid rgba(0,120,58,.10);box-shadow:0 20px 55px rgba(0,70,35,.09);}
.tektar-product-gallery{border-radius:24px;background:radial-gradient(circle,#fff,#edf7f1);min-height:480px;display:grid;place-items:center;padding:30px;}
.tektar-product-gallery>img{max-height:430px;width:100%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(10,55,30,.16));}
.tektar-product-summary h1{font-size:clamp(38px,5vw,65px);line-height:1.03;}
.tektar-product-chips span,.tektar-packages span{border:1px solid rgba(0,120,58,.13);background:#f0f8f3;color:#16643b;}
.tektar-product-tabs{box-shadow:0 16px 42px rgba(0,70,35,.08);}
.tektar-tab-buttons button{min-height:68px;}
.tektar-data-card h2{font-size:21px;border-bottom:1px solid rgba(0,120,58,.08);padding-bottom:12px;}
.tektar-footer{color:#fff;background:linear-gradient(135deg,#008342 0%,#006532 50%,#004b25 100%)!important;box-shadow:0 22px 55px rgba(0,75,35,.28)!important;}
.tektar-footer-grid{position:relative;z-index:2;display:grid;}
.tektar-footer h3{text-transform:uppercase;letter-spacing:.12em;margin:0 0 18px;color:#fff;}
.tektar-footer-brand img,.tektar-footer-brand .custom-logo{max-height:80px;filter:brightness(0) invert(1);}
.tektar-footer-brand p{max-width:340px;color:rgba(255,255,255,.78);font-size:14px;}
.tektar-footer ul{list-style:none;margin:0;padding:0;}
.tektar-footer li{margin:0 0 9px;}
.tektar-footer a{color:rgba(255,255,255,.84);transition:.25s;}
.tektar-footer a:hover{color:#fff;transform:translateX(3px);}
.tektar-footer-contact p{color:rgba(255,255,255,.86);font-size:14px;}
.tektar-footer-contact p span{text-transform:uppercase;letter-spacing:.11em;}
.tektar-footer-social{margin-top:18px;}
.tektar-footer-social a{font-size:12px;}
.tektar-footer-bottom{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.14);}
.tektar-footer-glow{position:absolute;border-radius:50%;filter:blur(15px);pointer-events:none;}
.tektar-footer-glow-a{width:340px;height:340px;right:-140px;top:-190px;background:rgba(62,255,151,.13);}
.tektar-footer-glow-b{width:180px;height:180px;left:28%;bottom:-140px;background:rgba(255,255,255,.09);}
@media(max-width:1100px){.tektar-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){.tektar-product-grid{grid-template-columns:1fr}


.tektar-group-emblem{display:none}

.tektar-footer{padding:42px 26px 18px!important;margin:6px 8px 8px!important}
.tektar-footer-grid{grid-template-columns:1fr;gap:28px}
.tektar-footer-bottom{gap:8px;flex-direction:column}
.tektar-product-card-image{height:250px}
.tektar-product-gallery{min-height:350px}
}
.tektar-footer-social a{align-items:center;gap:7px;min-height:38px;}
.tektar-footer-social svg{flex:0 0 18px;}
.tektar-footer-contact .tektar-contact-row{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;align-items:center;margin:0 0 12px;}
.tektar-contact-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.17);border-radius:11px;background:rgba(255,255,255,.08);box-shadow:inset 0 1px rgba(255,255,255,.08);}
.tektar-contact-icon svg{width:18px;height:18px;fill:#fff;}
.tektar-contact-content{display:flex!important;flex-direction:column;}
.tektar-contact-content small{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:rgba(255,255,255,.52);line-height:1.25;}
.tektar-contact-content a{font-size:14px;line-height:1.45;}
.tektar-footer-policies{flex-wrap:wrap;}
.tektar-footer-policies a{position:relative;}
.tektar-footer-policies a:not(:last-child):after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.32);right:-11px;top:50%;transform:translateY(-50%);}
.tektar-footer-policies a:hover{color:#fff;transform:none;}
@media(max-width:900px){.tektar-footer-bottom{align-items:flex-start}
.tektar-footer-policies{justify-content:flex-start}
}
@media(max-width:600px){.tektar-footer-social a span{display:none}
.tektar-footer-social a{width:40px;justify-content:center;padding:7px!important}
.tektar-footer-policies{gap:7px 14px}
.tektar-footer-policies a:not(:last-child):after{right:-9px}
}
html,body{max-width:100%;overflow-x:clip;}
.tektar-site-shell,.tektar-main-panel,.tektar-content,.tektar-footer,.tektar-footer-grid>*{min-width:0;}
.tektar-brand{min-height:148px;padding:8px 12px 20px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center!important;}
.tektar-brand .custom-logo-link{align-items:center;justify-content:center;width:100%;}
.tektar-brand .custom-logo{margin-inline:auto;}
.tektar-slogan{display:flex;align-items:center;justify-content:center;min-height:20px;line-height:1.15;text-align:center;}
.tektar-site-shell{column-gap:18px;background:transparent;}
.tektar-sidebar{margin:18px 0 18px 18px;border:1px solid rgba(0,0,0,.055);background:linear-gradient(180deg,#fff 0%,#fdfefd 66%,#f3f6f4 100%)!important;}
.tektar-sidebar-inner{padding:24px 24px 20px;}
.tektar-nav{flex:0 1 auto;overflow-y:auto;overflow-x:hidden;padding:4px 3px 8px;scrollbar-width:thin;scrollbar-color:rgba(0,120,58,.22) transparent;}
.tektar-search-below-menu{order:3;margin:13px 3px 12px;padding-top:15px;border-top:1px solid rgba(0,0,0,.075);}
.tektar-search-below-menu .tektar-search-form{box-shadow:0 12px 28px rgba(10,28,17,.12);}
.tektar-sidebar-art{order:4;}
.tektar-main-panel{margin:16px 16px 16px 0;background:#fff;}
.tektar-hero-slider{min-height:570px;padding:68px 62px;isolation:isolate;background:
    radial-gradient(circle at 78% 27%,rgba(0,168,90,.19),transparent 25%),
    radial-gradient(circle at 93% 88%,rgba(199,171,79,.12),transparent 28%),
    linear-gradient(122deg,#f7fbf8 0%,#eef8f2 45%,#d8ecdf 100%);border:1px solid rgba(0,120,58,.13)!important;box-shadow:0 30px 70px rgba(12,64,36,.17),inset 0 1px 0 rgba(255,255,255,.9)!important;}
.tektar-hero-slider:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(100deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.78) 49%,rgba(255,255,255,.12) 76%);}
.tektar-hero-slider:after{width:560px;height:560px;right:-210px;top:-220px;border-width:72px;border-color:rgba(0,120,58,.055);}
.tektar-hero-copy{position:relative;z-index:4;max-width:650px;}
.tektar-hero-slider-label{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;margin-bottom:17px;border:1px solid rgba(0,120,58,.14);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 9px 25px rgba(0,100,50,.09);color:#006f35;font-size:10px;font-weight:800;letter-spacing:.15em;}
.tektar-hero-slider h1{font-size:clamp(46px,5.1vw,76px);max-width:720px;text-wrap:balance;text-shadow:0 2px 0 rgba(255,255,255,.8);}
.tektar-hero-slider .tektar-kicker{font-size:13px;margin-bottom:11px;}
.tektar-hero-slider .tektar-actions{gap:14px;margin-top:34px;}
.tektar-hero-slider .tektar-btn{min-height:54px;padding-inline:27px;border-radius:17px;box-shadow:0 15px 32px rgba(0,90,42,.16);}
.tektar-hero-slider .tektar-btn-primary{box-shadow:0 17px 36px rgba(0,120,58,.28),inset 0 1px rgba(255,255,255,.25);}
.tektar-hero-slider .tektar-btn-ghost{background:rgba(255,255,255,.88);backdrop-filter:blur(8px);}
.tektar-hero-visual{z-index:3;}
.tektar-hero-visual img{max-height:475px!important;filter:drop-shadow(0 34px 42px rgba(0,70,34,.25))!important;}
.tektar-hero-halo{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.96) 0%,rgba(220,246,231,.74) 38%,rgba(0,168,90,.09) 66%,transparent 72%);filter:drop-shadow(0 28px 35px rgba(0,98,46,.15));animation:tektarHaloPulse 5s ease-in-out infinite;}
.tektar-hero-line{position:absolute;width:420px;height:420px;border:1px solid rgba(0,120,58,.18);border-radius:48% 52% 46% 54%;transform:rotate(-12deg);animation:tektarHeroRotate 22s linear infinite;}
@keyframes tektarHaloPulse{50%{transform:scale(1.055);opacity:.88}
}
@keyframes tektarHeroRotate{to{transform:rotate(348deg)}
}

.tektar-product-grid, .tektar-post-grid{gap:23px;}
.tektar-footer{width:100%!important;max-width:100%!important;margin:0!important;}
.tektar-footer-grid{width:100%;}
.tektar-footer-bottom>span:last-child{text-align:right;}
.tektar-footer-policies{min-width:0;}
@media(max-width:1180px){.tektar-site-shell{column-gap:12px}
.tektar-sidebar{margin-left:12px}
.tektar-main-panel{margin-right:12px}
.tektar-hero-slider{padding:52px 44px}
.tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tektar-footer-bottom{grid-template-columns:1fr}
.tektar-footer-bottom>span:last-child{text-align:left}
.tektar-footer-policies{justify-content:flex-start}
}
@media(max-width:900px){.tektar-site-shell{background:#fff;box-shadow:0 20px 60px rgba(12,40,25,.16);overflow:hidden}
.tektar-sidebar{margin:0;height:100vh;min-height:0;border-radius:0;box-shadow:18px 0 50px rgba(0,0,0,.28)}
.tektar-main-panel{margin:0;border-radius:24px;box-shadow:none;overflow:hidden}
.tektar-hero-slider{min-height:auto}
.tektar-footer{border-radius:0 0 24px 24px!important}
}
@media(max-width:760px){.tektar-brand{min-height:130px}
.tektar-hero-slider{padding:38px 27px}
.tektar-hero-slider h1{font-size:42px}
.tektar-hero-halo{width:250px;height:250px}
.tektar-hero-line{width:270px;height:270px}
.tektar-footer{padding:44px 26px 20px!important}
}
@media(max-width:600px){.tektar-hero-slider .tektar-actions{display:grid;grid-template-columns:1fr}
.tektar-hero-slider .tektar-btn{width:100%}
.tektar-footer-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.tektar-hero-halo,.tektar-hero-line{animation:none}
}
:root{--tektar-font-size:16px;}
body{font-size:var(--tektar-font-size);}
.tektar-sidebar{position:relative;overflow:visible!important;}
.tektar-sidebar-inner{display:flex;flex-direction:column;}
.tektar-sidebar-art{margin-top:auto;}
.tektar-policy-menu-item{margin-top:4px;}
.tektar-policy-menu-item .tektar-menu-text{font-size:13.5px;}


.tektar-product-card, .tektar-post-card, .tektar-data-card{box-shadow:0 20px 50px rgba(18,47,29,.16)!important;}
.tektar-product-card:hover, .tektar-post-card:hover{box-shadow:0 32px 72px rgba(0,72,34,.24)!important;}

.tektar-footer-reference{background:#007d3b!important;}
.tektar-footer-reference h3{text-transform:none;}
.tektar-footer-brand p,.tektar-footer-address p,.tektar-footer-contact p,.tektar-footer-column li{font-size:15px;line-height:1.85;color:#fff;}
.tektar-footer-contact p{display:flex!important;flex-direction:row!important;gap:8px;align-items:center;margin:0 0 10px;}
.tektar-footer-contact p span{font-size:15px;color:#fff;}
.tektar-footer-contact a,.tektar-footer-column a{color:#fff;font-weight:600;}
.tektar-footer-bottom{color:#fff;}
.tektar-footer-policies a{padding:0 20px;color:#fff;font-weight:700;}
.tektar-footer-policies a+a{border-left:1px solid rgba(255,255,255,.75);}
.tektar-footer-social{margin:0;}
.tektar-footer-social a{padding:0!important;}
.tektar-footer-social a:first-child svg{fill:currentColor;stroke:none;}
@media(max-width:1000px){
.tektar-footer-reference .tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tektar-footer-bottom,.tektar-footer-right{align-items:flex-start;flex-direction:column}
.tektar-footer-right{gap:16px}
}
@media(max-width:900px){.tektar-sidebar{height:100vh;min-height:100vh}
.tektar-sidebar-inner{min-height:100vh;overflow-y:auto}


}
@media(max-width:620px){body{font-size:15px}
.tektar-menu-link{font-size:15px}


.tektar-footer-reference{padding:44px 26px 24px!important;border-radius:28px!important}
.tektar-footer-reference .tektar-footer-grid{grid-template-columns:1fr;gap:30px}
.tektar-footer-policies{display:flex;flex-direction:column;align-items:flex-start}
.tektar-footer-policies a{padding:7px 0}
.tektar-footer-policies a+a{border:0}
.tektar-footer-bottom{gap:20px}
}
:root{--tektar-shell-max:1440px;}
.tektar-site-shell{width:min(1440px,calc(100% - 32px))!important;max-width:1440px!important;grid-template-columns:330px minmax(0,1fr)!important;align-items:stretch!important;}
.tektar-sidebar{height:auto!important;min-height:100%!important;align-self:stretch!important;margin-bottom:16px!important;border-radius:28px!important;}
.tektar-sidebar-inner{height:100%!important;min-height:100%!important;}
.tektar-main-panel{min-height:100%;display:flex;flex-direction:column;}
.tektar-content{flex:1;}
.tektar-menu-link{font-size:16px!important;}
.tektar-menu-icon{width:38px!important;height:38px!important;}


.tektar-footer-reference{padding:42px 56px 20px!important;}
.tektar-footer-brand p,.tektar-footer-address p,.tektar-footer-contact p,.tektar-footer-fixed-menu li{font-size:13px!important;line-height:1.55!important;}
.tektar-footer-fixed-menu{list-style:none;margin:0;padding:0;}
.tektar-footer-fixed-menu li{margin:0 0 8px;}
.tektar-footer-fixed-menu a{color:#fff;font-weight:600;white-space:nowrap;}
.tektar-footer-contact p{white-space:nowrap;}
.tektar-footer-bottom{font-size:12px!important;}
.tektar-footer-policies a{font-size:12px!important;white-space:nowrap;}
.tektar-footer-brand img,.tektar-footer-brand .custom-logo{max-width:185px!important;}


.tektar-page-brand-text{color:#00783a;font-size:18px;font-weight:900;letter-spacing:.16em;}


.tektar-portal-image{height:260px;display:grid;place-items:center;padding:15px;background:radial-gradient(circle at 50% 55%,#fff 0,#f5faf7 60%,#eaf3ed 100%);}
.tektar-portal-fallback{width:120px;height:120px;display:grid;place-items:center;border-radius:34px;background:#eef8f2;color:#00783a;box-shadow:0 18px 42px rgba(0,90,42,.15);}
.tektar-portal-fallback svg{width:68px;height:68px;}
.tektar-portal-copy small{font-size:10px;font-weight:900;letter-spacing:.15em;color:#00783a;}
.tektar-portal-copy h3{margin:8px 0 15px;font-size:25px;}
.tektar-portal-copy b{font-size:13px;color:#00783a;}
@media(max-width:1100px){.tektar-site-shell{grid-template-columns:300px minmax(0,1fr)!important}

.tektar-footer-reference .tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){.tektar-site-shell{width:100%!important;display:block!important}
.tektar-sidebar{height:100vh!important;min-height:100vh!important;border-radius:0!important}
.tektar-footer-reference{border-radius:0 0 24px 24px!important}
}
@media(max-width:680px){
.tektar-portal-image{height:220px}


.tektar-footer-reference .tektar-footer-grid{grid-template-columns:1fr}
.tektar-footer-policies{flex-wrap:wrap}
.tektar-footer-contact p{white-space:normal}
}
.tektar-group-logo-fallback{width:124px;height:124px;display:grid;place-items:center;border-radius:36px;background:linear-gradient(145deg,#f8fffb,#e9f6ee);color:#00783a;border:1px solid rgba(0,120,58,.12);box-shadow:0 18px 38px rgba(0,90,42,.16),inset 0 1px 0 #fff;}
.tektar-group-logo-fallback svg{width:72px;height:72px;}
:root{--tektar-deep-shadow:0 34px 95px rgba(3,25,14,.30),0 12px 32px rgba(3,25,14,.20);--tektar-card-shadow:0 24px 58px rgba(4,36,19,.24),0 8px 18px rgba(4,36,19,.14);}
body{overflow-x:hidden;}
.tektar-site-shell{box-shadow:var(--tektar-deep-shadow);overflow:visible;}
.tektar-sidebar{box-shadow:18px 0 42px rgba(3,25,14,.18);}
.tektar-sidebar-inner{position:sticky;overflow-y:auto;overflow-x:hidden;}
.tektar-content{overflow:visible;}


.tektar-portal-image{min-height:390px!important;}
.tektar-portal-image img{width:100%;height:100%;object-fit:cover;}
.tektar-portal-copy{padding:46px!important;display:flex;flex-direction:column;justify-content:center;}
.tektar-product-card, .tektar-post-card, .tektar-data-card{box-shadow:var(--tektar-card-shadow)!important;}

.tektar-product-card:hover, .tektar-post-card:hover{box-shadow:0 36px 82px rgba(2,31,16,.34),0 14px 28px rgba(2,31,16,.18)!important;}


.tektar-footer{position:relative;min-width:0;padding:40px 38px 20px!important;border-radius:0 0 36px 0!important;overflow:hidden!important;box-sizing:border-box;}
.tektar-footer-grid{grid-template-columns:1.25fr 1.15fr 1fr .8fr!important;gap:34px!important;min-width:0;}
.tektar-footer-grid>*{min-width:0;}
.tektar-footer h3{font-size:15px!important;white-space:nowrap;}
.tektar-footer p,.tektar-footer a{font-size:12px!important;line-height:1.55;}
.tektar-footer-contact p,.tektar-footer-links li{white-space:nowrap;}
.tektar-footer-bottom{grid-template-columns:1fr auto auto!important;min-width:0;}
.tektar-footer-legal{display:flex;justify-content:flex-end;gap:12px;flex-wrap:nowrap;white-space:nowrap;}
.tektar-footer-social{white-space:nowrap;}
.tektar-footer:before,.tektar-footer:after{max-width:100%;}
.tektar-editor-content form,.wpcf7 form,.wpforms-form,.contact-form{max-width:980px;padding:34px;border-radius:28px;background:#fff;border:1px solid rgba(0,120,58,.12);box-shadow:var(--tektar-card-shadow);}
.tektar-editor-content form p,.wpcf7 form p{margin:0 0 18px;}
.tektar-editor-content form label,.wpcf7 label,.wpforms-field-label{display:block;font-weight:750;color:#183124;margin-bottom:7px;}
.tektar-editor-content form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.tektar-editor-content form textarea,.tektar-editor-content form select,.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]),.wpcf7 textarea,.wpcf7 select,.wpforms-form input,.wpforms-form textarea,.wpforms-form select{width:100%!important;min-height:52px;padding:13px 16px;border:1px solid rgba(20,55,35,.20);border-radius:13px;background:#f9fcfa;font:500 15px "Helvetica Neue",Helvetica,"Swiss 721",Arial,sans-serif;transition:.25s;}
.tektar-editor-content form textarea,.wpcf7 textarea,.wpforms-form textarea{min-height:170px;}
.tektar-editor-content form input:focus,.tektar-editor-content form textarea:focus,.wpcf7 input:focus,.wpcf7 textarea:focus,.wpforms-form input:focus,.wpforms-form textarea:focus{outline:none;border-color:#008744;box-shadow:0 0 0 4px rgba(0,135,68,.10);background:#fff;}
.tektar-editor-content form input[type=submit],.wpcf7 input[type=submit],.wpforms-submit{min-height:52px;padding:0 28px;border:0;border-radius:999px;background:linear-gradient(135deg,#008744,#005f31);color:#fff;font-weight:800;box-shadow:0 14px 30px rgba(0,120,58,.24);cursor:pointer;}
.tektar-editor-content form input[type=checkbox]{width:18px;height:18px;vertical-align:middle;margin-right:10px;}
.tcc-logo img,.tcc-brand img,.tcc-head img,.tcc-modal img[alt*="TEKTAR" i]{max-width:118px!important;max-height:48px!important;width:auto!important;height:auto!important;}
@media(max-width:980px){.tektar-site-shell{width:100%;margin:0;border-radius:0;display:block}
.tektar-main-panel{border-radius:0}


.tektar-portal-image{min-height:340px!important}
.tektar-footer{border-radius:0!important}
.tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.tektar-footer-bottom{grid-template-columns:1fr!important;text-align:center}
.tektar-footer-legal,.tektar-footer-social{justify-content:center}
}
@media(max-width:600px){


.tektar-portal-image{min-height:280px!important}
.tektar-portal-copy{padding:30px!important}
.tektar-footer-grid{grid-template-columns:1fr!important}
.tektar-footer-contact p,.tektar-footer-links li,.tektar-footer-legal{white-space:normal}
.tektar-editor-content form,.wpcf7 form,.wpforms-form,.contact-form{padding:22px}
}
.tektar-footer-right{display:flex;align-items:center;justify-content:flex-end;gap:20px;min-width:0;}
.tektar-footer-policies{display:flex;align-items:center;justify-content:flex-end;gap:14px;white-space:nowrap;}
.tektar-footer-policies a+a:before{content:"|";margin-right:14px;opacity:.55;}
.tektar-footer-social{display:flex;gap:10px;}
.tektar-footer-social a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.65);border-radius:50%;}
.tektar-footer-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;}
.tektar-footer-social svg path{fill:currentColor;stroke:none;}
@media(max-width:980px){.tektar-footer-right{justify-content:center;flex-wrap:wrap}
.tektar-footer-policies{justify-content:center;flex-wrap:wrap;white-space:normal}
}


@media(max-width:980px){html,body{width:100%;max-width:100%;overflow-x:hidden}
body{padding-top:0!important}
.tektar-site-shell{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important}
.tektar-main-panel{width:100%;min-width:0;border-radius:0!important}
.tektar-content{width:100%;padding:0 0 38px!important}
.tektar-mobile-toggle{
        position:fixed;
        top:12px;
        left:12px;
        z-index:1005;
        margin:0;
    }


.tektar-editor-content{margin-left:20px;margin-right:20px}
}
@media(max-width:600px){body{padding-top:0!important}
.tektar-mobile-toggle{top:10px;left:10px;height:44px;padding:0 12px}


.tektar-editor-content{margin-left:16px;margin-right:16px}
}
@media(max-width:380px){


}


@media(max-width:980px){html,body{
        width:100%;
        max-width:100%;
        margin:0 !important;
        padding:0 !important;
        overflow-x:hidden;
    }
body.tektar-menu-open{
        overflow:hidden !important;
        touch-action:none;
    }
.tektar-site-shell{
        position:relative;
        display:block !important;
        width:100% !important;
        max-width:none !important;
        min-height:100vh;
        margin:0 !important;
        padding:0 !important;
        border-radius:0 !important;
        overflow:visible !important;
    }
.tektar-main-panel{
        position:relative;
        z-index:1;
        width:100% !important;
        min-width:0;
        margin:0 !important;
        padding:0 !important;
        border-radius:0 !important;
        transform:none !important;
    }
.tektar-content{
        width:100% !important;
        margin:0 !important;
        padding:0 0 40px !important;
    }
.tektar-sidebar{
        position:fixed !important;
        top:0 !important;
        bottom:0 !important;
        left:0 !important;
        z-index:1202 !important;
        display:block !important;
        width:min(360px,88vw) !important;
        max-width:88vw !important;
        height:100dvh !important;
        min-height:0 !important;
        margin:0 !important;
        border-radius:0 24px 24px 0 !important;
        overflow:hidden !important;
        transform:translate3d(-105%,0,0) !important;
        transition:transform .34s cubic-bezier(.2,.75,.2,1) !important;
        box-shadow:24px 0 55px rgba(0,0,0,.26) !important;
        will-change:transform;
    }
.tektar-menu-open .tektar-sidebar{
        transform:translate3d(0,0,0) !important;
    }
.tektar-sidebar-inner{
        position:relative !important;
        top:auto !important;
        width:100%;
        height:100dvh !important;
        min-height:0 !important;
        overflow-x:hidden !important;
        overflow-y:auto !important;
        overscroll-behavior:contain;
        -webkit-overflow-scrolling:touch;
    }
.tektar-menu-overlay{
        position:fixed !important;
        inset:0 !important;
        z-index:1201 !important;
        display:block !important;
        width:100vw;
        height:100dvh;
        margin:0 !important;
        background:rgba(5,9,7,.58) !important;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:opacity .28s ease,visibility .28s ease;
        backdrop-filter:blur(2px);
        -webkit-backdrop-filter:blur(2px);
    }
.tektar-menu-open .tektar-menu-overlay{
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
    }
.tektar-mobile-toggle{
        position:fixed !important;
        top:max(10px,env(safe-area-inset-top)) !important;
        left:10px !important;
        z-index:1203 !important;
        display:flex !important;
        margin:0 !important;
    }


.tektar-editor-content{
        margin-left:20px;
        margin-right:20px;
    }
}
@media(max-width:600px){


.tektar-editor-content{
        margin-left:16px;
        margin-right:16px;
    }
}
@media(max-width:380px){

}
@media (min-width:981px){.tektar-site-shell{
        width:min(1440px,calc(100% - 32px)) !important;
        max-width:1440px !important;
        min-height:calc(100vh - 32px);
        margin:16px auto !important;
        padding:0 !important;
        display:grid !important;
        grid-template-columns:330px minmax(0,1fr) !important;
        column-gap:20px !important;
        align-items:stretch !important;
        background:transparent !important;
        border:0 !important;
        border-radius:0 !important;
        box-shadow:none !important;
        overflow:visible !important;
    }
.tektar-sidebar{
        width:100% !important;
        min-width:0 !important;
        height:auto !important;
        min-height:calc(100vh - 32px) !important;
        margin:0 !important;
        padding:0 !important;
        align-self:stretch !important;
        background:linear-gradient(180deg,#fff 0%,#fdfefd 68%,#f4f7f5 100%) !important;
        border:1px solid rgba(7,45,25,.07) !important;
        border-radius:32px !important;
        box-shadow:0 28px 70px rgba(4,28,15,.24),0 8px 22px rgba(0,0,0,.08) !important;
        overflow:hidden !important;
    }
.tektar-sidebar-inner{
        position:sticky !important;
        top:16px !important;
        width:100% !important;
        height:auto !important;
        min-height:calc(100vh - 32px) !important;
        margin:0 !important;
        padding:28px 26px 22px !important;
        background:transparent !important;
        border:0 !important;
        border-radius:0 !important;
        box-shadow:none !important;
        overflow-x:hidden !important;
    }
.tektar-main-panel{
        width:100% !important;
        min-width:0 !important;
        min-height:calc(100vh - 32px) !important;
        margin:0 !important;
        padding:0 !important;
        background:#fff !important;
        border:1px solid rgba(7,45,25,.065) !important;
        border-radius:32px !important;
        box-shadow:0 34px 90px rgba(3,29,15,.24),0 10px 28px rgba(0,0,0,.08) !important;
        overflow:hidden !important;
    }
.tektar-main-panel::before,
    .tektar-main-panel::after,
    .tektar-content::before,
    .tektar-content::after{
        content:none !important;
        display:none !important;
    }
.tektar-topbar{
        width:100% !important;
        margin:0 !important;
        border-radius:0 !important;
        box-shadow:none !important;
    }
.tektar-content{
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
        padding:30px 30px 58px !important;
        background:#fff !important;
        border:0 !important;
        border-radius:0 !important;
        box-shadow:none !important;
        overflow:visible !important;
    }

.tektar-product-grid, .tektar-post-grid{
        width:100% !important;
        max-width:none !important;
    }
.tektar-product-card, .tektar-post-card{
        width:100% !important;
        max-width:none !important;
    }


}
@media (min-width:981px) and (max-width:1180px){.tektar-site-shell{
        grid-template-columns:290px minmax(0,1fr) !important;
        column-gap:14px !important;
        width:calc(100% - 20px) !important;
        margin:10px auto !important;
    }
.tektar-sidebar,
    .tektar-main-panel{
        min-height:calc(100vh - 20px) !important;
        border-radius:26px !important;
    }
.tektar-sidebar-inner{
        top:10px !important;
        min-height:calc(100vh - 20px) !important;
        padding:24px 20px 20px !important;
    }
.tektar-content{padding:24px 24px 48px !important;}
}
@media (max-width:980px){.tektar-site-shell{
        background:transparent !important;
        border:0 !important;
        box-shadow:none !important;
    }
.tektar-main-panel{
        border:0 !important;
        box-shadow:none !important;
    }
.tektar-content{
        background:#fff !important;
        border:0 !important;
        box-shadow:none !important;
    }
.tektar-sidebar-inner{
        background:transparent !important;
        border:0 !important;
        box-shadow:none !important;
    }
}
@media (min-width:981px){.tektar-site-shell{
    align-items:start!important;
  }
.tektar-main-panel{
    box-shadow:
      0 40px 105px rgba(2,22,11,.34),
      0 16px 40px rgba(0,0,0,.16),
      0 2px 0 rgba(255,255,255,.82) inset!important;
  }
.tektar-content{
    padding-top:28px!important;
  }

.tektar-sidebar{
    height:max-content!important;
    min-height:0!important;
    align-self:start!important;
    overflow:visible!important;
    box-shadow:
      0 28px 74px rgba(3,28,15,.26),
      0 10px 25px rgba(0,0,0,.10)!important;
  }
.tektar-sidebar-inner{
    position:sticky!important;
    top:16px!important;
    height:auto!important;
    min-height:0!important;
    padding:28px 26px 24px!important;
    overflow:visible!important;
  }
.tektar-sidebar-art{
    min-height:0!important;
    margin-top:20px!important;
  }
.tektar-brand{
    position:relative!important;
    z-index:3!important;
  }
}
@media (min-width:981px) and (max-width:1180px){
}
@media (max-width:980px){
}
@media (min-width:981px){.tektar-sidebar{
    position:sticky!important;
    top:16px!important;
    height:max-content!important;
    max-height:calc(100vh - 32px)!important;
    align-self:start!important;
    overflow:hidden!important;
  }
.tektar-sidebar-inner{
    position:relative!important;
    top:auto!important;
    height:auto!important;
    max-height:calc(100vh - 32px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    scrollbar-width:thin;
  }
.tektar-brand{
    position:sticky!important;
    top:0!important;
    z-index:12!important;
    margin:-4px -8px 10px!important;
    padding:8px 8px 22px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 78%,rgba(255,255,255,0) 100%)!important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
.tektar-brand .custom-logo{
    max-width:calc(var(--tektar-user-logo-width,250px) + 12px)!important;
    max-height:104px!important;
  }

}
@media (max-width:980px){
}
@media (min-width:981px){.tektar-site-shell{align-items:start!important;overflow:visible!important}
.tektar-sidebar{
    position:sticky!important;
    top:16px!important;
    align-self:start!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    scrollbar-width:none!important;
  }
.tektar-sidebar::-webkit-scrollbar,
  .tektar-sidebar-inner::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.tektar-sidebar-inner{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:28px 26px 24px!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
  }
.tektar-brand{position:relative!important;top:auto!important;margin:0!important;padding:4px 8px 24px!important;background:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.tektar-brand .custom-logo{max-width:calc(var(--tektar-user-logo-width,250px) + 16px)!important;max-height:110px!important}
.tektar-sidebar-art{min-height:0!important;margin-top:16px!important}
.tektar-editor-content,
  .tektar-editor-content > *,
  .tektar-editor-content > .wp-block-group,
  .tektar-editor-content > .wp-block-columns,
  .tektar-editor-content .contact-form,
  .tektar-editor-content [class*="contact"],
  .tektar-editor-content [class*="iletisim"]{width:100%!important;max-width:none!important}
}
.tektar-menu-contact .tektar-menu-icon{color:#007f43!important;background:linear-gradient(145deg,rgba(225,255,238,.96),rgba(238,255,246,.72))!important;border:1px solid rgba(0,145,73,.22)!important;}
.tektar-menu-contact .tektar-menu-icon svg{width:21px!important;height:21px!important;stroke-width:1.9!important;}


.tektar-footer-policies-center{display:flex!important;justify-content:center!important;align-items:center!important;gap:0!important;margin:36px auto 0!important;padding-top:24px!important;border-top:1px solid rgba(255,255,255,.18)!important;}
.tektar-footer-policies-center a{display:inline-flex!important;padding:0 22px!important;color:#fff!important;font-size:13px!important;font-weight:750!important;line-height:1.4!important;}
.tektar-footer-policies-center a+a{border-left:1px solid rgba(255,255,255,.55)!important;}
.tektar-footer-social-center{align-items:center!important;gap:14px!important;}
.tektar-footer-social-center a{position:relative;width:48px!important;height:48px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.62)!important;border-radius:16px!important;color:#fff!important;background:linear-gradient(145deg,rgba(255,255,255,.20),rgba(255,255,255,.06))!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 10px 24px rgba(0,0,0,.18)!important;transition:transform .25s ease,background .25s ease,box-shadow .25s ease!important;}
.tektar-footer-social-center a:hover{transform:translateY(-4px) scale(1.04)!important;background:rgba(255,255,255,.26)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 15px 28px rgba(0,0,0,.24)!important;}
.tektar-footer-social-center svg{width:21px!important;height:21px!important;fill:none;stroke:currentColor;stroke-width:1.8;}
.tektar-footer-social-center a:first-child svg{fill:currentColor;stroke:none;}
@media (max-width:980px){.tektar-sidebar,.tektar-sidebar-inner{overflow:visible!important;max-height:none!important}

.tektar-footer-policies-center{flex-wrap:wrap!important;gap:10px!important}
.tektar-footer-policies-center a{padding:4px 12px!important}
.tektar-footer-policies-center a+a{border-left:0!important}
}
@media (min-width:981px){.tektar-site-shell{
    position:relative!important;
    display:grid!important;
    grid-template-columns:330px minmax(0,1fr)!important;
    column-gap:18px!important;
    align-items:start!important;
    overflow:visible!important;
  }
.tektar-sidebar{
    position:fixed!important;
    z-index:90!important;
    top:20px!important;
    left:max(16px,calc((100vw - 1440px)/2))!important;
    width:330px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    overflow:visible!important;
    border-radius:30px!important;
    box-shadow:0 18px 42px rgba(8,31,19,.22)!important;
  }
.admin-bar .tektar-sidebar{top:52px!important}
.tektar-sidebar-inner{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:24px 24px 22px!important;
    overflow:visible!important;
  }
.tektar-main-panel{
    grid-column:2!important;
    width:100%!important;
    min-width:0!important;
  }
}
.tektar-brand{position:relative!important;isolation:isolate!important;}
.tektar-brand .custom-logo{max-width:calc(var(--tektar-user-logo-width,250px) + 20px)!important;transform-origin:center!important;animation:tektarLogoFloat 5.6s ease-in-out infinite,tektarLogoGlow 4.4s ease-in-out infinite!important;}
.tektar-brand:after{content:"";position:absolute;z-index:3;top:0;bottom:16px;left:-48%;width:30%;pointer-events:none;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),rgba(255,255,255,.72),rgba(255,255,255,.08),transparent);mix-blend-mode:screen;animation:tektarLogoSweep 5.8s ease-in-out infinite;}
.tektar-slogan{animation:tektarSloganGlow 4.4s ease-in-out infinite!important;}
@keyframes tektarLogoFloat{0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-7px) scale(1.018)}
}
@keyframes tektarLogoGlow{0%,100%{filter:drop-shadow(0 10px 13px rgba(0,91,47,.18)) brightness(1)}
50%{filter:drop-shadow(0 15px 24px rgba(0,136,70,.34)) brightness(1.08)}
}
@keyframes tektarLogoSweep{0%,18%{left:-48%;opacity:0}
28%{opacity:1}
55%{left:122%;opacity:.9}
62%,100%{left:122%;opacity:0}
}
@keyframes tektarSloganGlow{0%,100%{text-shadow:0 0 0 transparent}
50%{text-shadow:0 2px 12px rgba(0,126,64,.28)}
}
.tektar-menu-icon,
.tektar-menu-link:hover .tektar-menu-icon,
.current-menu-item>.tektar-menu-link .tektar-menu-icon{position:relative!important;width:34px!important;height:34px!important;flex:0 0 34px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#00894a!important;overflow:visible!important;}
.tektar-menu-icon-core,
.tektar-menu-link:hover .tektar-menu-icon-core,
.current-menu-item>.tektar-menu-link .tektar-menu-icon-core{position:relative!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:hidden!important;}
.tektar-menu-icon-core:after{content:"";position:absolute;top:-40%;left:-70%;height:180%;transform:rotate(22deg);}
.tektar-menu-link:hover .tektar-menu-icon-core:after,
.current-menu-item>.tektar-menu-link .tektar-menu-icon-core:after{animation:tektarIconSweep 1.25s ease;}
.tektar-menu-icon svg{width:23px!important;height:23px!important;overflow:visible!important;stroke-width:1.72!important;filter:drop-shadow(0 1px 0 rgba(255,255,255,.95)) drop-shadow(0 4px 5px rgba(0,111,57,.30))!important;transition:transform .3s ease,filter .3s ease,color .3s ease!important;}
.tektar-menu-link:hover .tektar-menu-icon svg,
.current-menu-item>.tektar-menu-link .tektar-menu-icon svg{color:#00a85a!important;transform:translateY(-2px) scale(1.12)!important;filter:drop-shadow(0 1px 0 #fff) drop-shadow(0 6px 7px rgba(0,151,76,.42)) drop-shadow(0 0 9px rgba(62,255,157,.35))!important;}
@keyframes tektarIconSweep{0%{left:-70%;opacity:0}
20%{opacity:1}
100%{left:135%;opacity:0}
}
@media (min-width:981px){


}
@media (max-width:980px){.tektar-brand .custom-logo{animation-duration:6.2s!important}
}
@media (prefers-reduced-motion:reduce){.tektar-brand .custom-logo,.tektar-brand:after,.tektar-slogan{animation:none!important}
}
.tektar-main-panel{box-shadow:0 26px 58px rgba(2,24,12,.30),0 8px 18px rgba(0,0,0,.14)!important;}
.tektar-brand .tektar-slogan{margin-top:18px!important;}
.tektar-menu-link .tektar-menu-text{font-size:calc(1em + 1px)!important;letter-spacing:.003em!important;}
.tektar-menu-icon-core:after{width:42%!important;opacity:.0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),rgba(196,255,222,.98),rgba(255,255,255,.3),transparent)!important;filter:blur(.5px);animation:tektarIconSweepStrong 3.8s ease-in-out infinite!important;}
.tektar-menu-item:nth-child(2n) .tektar-menu-icon-core:after{animation-delay:.45s!important;}
.tektar-menu-item:nth-child(3n) .tektar-menu-icon-core:after{animation-delay:.9s!important;}
@keyframes tektarIconSweepStrong{
  0%,38%{left:-78%;opacity:0}
  47%{opacity:1}
  67%{left:142%;opacity:.92}
  74%,100%{left:142%;opacity:0}
}
.tektar-sidebar-art{position:relative!important;min-height:64px!important;margin:10px 0 -4px!important;overflow:hidden!important;isolation:isolate!important;}
.tektar-sidebar-art:before,
.tektar-sidebar-art:after{content:"";position:absolute;left:-18%;width:136%;height:30px;border-radius:50%;pointer-events:none;}
.tektar-sidebar-art:before{bottom:12px;border-top:2px solid rgba(29,213,118,.48);box-shadow:0 -3px 10px rgba(33,255,151,.24),0 -12px 26px rgba(0,145,75,.16);transform:rotate(-2deg) scaleY(.75);animation:tektarSidebarWaveA 5.2s ease-in-out infinite;}
.tektar-sidebar-art:after{bottom:2px;border-top:1px solid rgba(161,255,205,.38);box-shadow:0 -2px 8px rgba(255,255,255,.34),0 -10px 24px rgba(0,201,99,.18);transform:rotate(3deg) scaleY(.62);animation:tektarSidebarWaveB 6.4s ease-in-out infinite reverse;}
@keyframes tektarSidebarWaveA{0%,100%{transform:translateX(-2%) rotate(-2deg) scaleY(.75)}
50%{transform:translateX(4%) rotate(2deg) scaleY(1.05)}
}
@keyframes tektarSidebarWaveB{0%,100%{transform:translateX(3%) rotate(3deg) scaleY(.62)}
50%{transform:translateX(-5%) rotate(-1deg) scaleY(.9)}
}
@media (max-width:980px){.tektar-menu-open{overflow:auto!important}
.tektar-sidebar{
    position:absolute!important;
    top:0!important;
    bottom:auto!important;
    height:auto!important;
    min-height:100vh!important;
    max-height:none!important;
    overflow:visible!important;
  }
.admin-bar .tektar-sidebar{top:32px!important}
.tektar-sidebar-inner,
  .tektar-nav,
  .tektar-menu{
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
.tektar-sidebar-art{min-height:54px!important}
}
.tektar-corporate-header{width:min(1440px,calc(100% - 32px));min-height:86px;margin:16px auto 14px;padding:14px 24px 14px 30px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:24px;background:linear-gradient(135deg,#008848 0%,#006f39 55%,#005f31 100%);box-shadow:0 14px 30px rgba(0,76,39,.27),inset 0 1px 0 rgba(255,255,255,.20);overflow:hidden;position:relative;isolation:isolate;}
.tektar-corporate-header:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.10) 34%,transparent 58%);transform:translateX(-100%);animation:tektarHeaderSweep 8s ease-in-out infinite;}
.tektar-corporate-header-title{position:relative;z-index:1;text-transform:uppercase;}
.tektar-corporate-header-logo{position:relative;z-index:1;flex:0 0 auto;display:flex;align-items:center;justify-content:center;}
.tektar-corporate-header-logo img{display:block;}
@keyframes tektarHeaderSweep{0%,45%{transform:translateX(-105%);opacity:0}
53%{opacity:1}
72%{transform:translateX(105%);opacity:.65}
78%,100%{transform:translateX(105%);opacity:0}
}
.tektar-site-shell{margin-top:0!important;}


.tektar-brand .custom-logo{filter:drop-shadow(0 16px 11px rgba(0,0,0,.34)) drop-shadow(0 4px 3px rgba(0,79,41,.18))!important;}
@keyframes tektarLogoGlow{
  0%,100%{filter:drop-shadow(0 16px 11px rgba(0,0,0,.34)) drop-shadow(0 4px 3px rgba(0,79,41,.18)) brightness(1)}
  50%{filter:drop-shadow(0 19px 15px rgba(0,0,0,.39)) drop-shadow(0 7px 11px rgba(0,136,70,.34)) brightness(1.08)}
}
@media(max-width:980px){.tektar-corporate-header{
    width:calc(100% - 20px);
    min-height:72px;
    margin:10px auto;
    padding:11px 14px 11px 17px;
    border-radius:18px;
    gap:12px;
  }
.tektar-corporate-header-title{font-size:11px;line-height:1.25;letter-spacing:0}
.tektar-corporate-header-logo{padding:5px 9px;border-width:1px}
.tektar-corporate-header-logo img{height:34px;max-width:110px}

}
@media(max-width:560px){.tektar-corporate-header-title{max-width:68%;font-size:9px}
.tektar-corporate-header-logo img{height:29px;max-width:88px}
}
@media(prefers-reduced-motion:reduce){.tektar-corporate-header:before{animation:none!important}
}
.tektar-main-panel > .tektar-corporate-header{width:100%!important;min-height:64px!important;margin:0!important;padding:10px 20px 10px 28px!important;border-radius:30px 30px 0 0!important;}
.tektar-corporate-header-title{max-width:calc(100% - 150px)!important;font-size:clamp(8px,.72vw,11px)!important;line-height:1.25!important;letter-spacing:.018em!important;font-weight:800!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tektar-corporate-header-logo{width:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 8px 7px rgba(0,0,0,.32));}
.tektar-corporate-header-logo img{width:auto!important;height:36px!important;max-width:132px!important;filter:drop-shadow(0 0 1px rgba(255,255,255,.98)) drop-shadow(0 0 1px rgba(255,255,255,.98))!important;}
.tektar-content{padding-top:30px!important;}

.tektar-footer-reference .tektar-footer-grid{column-gap:clamp(28px,4vw,58px)!important;row-gap:30px!important;align-items:start!important;}
.tektar-footer-reference .tektar-footer-grid > *{min-width:0!important;}
.tektar-footer-reference h3{margin-top:0!important;margin-bottom:14px!important;}
.tektar-footer-reference p,
.tektar-footer-reference li{margin-top:0!important;}
.tektar-footer-social-center{display:flex!important;justify-content:center!important;margin:24px auto 0!important;}
.tektar-footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;width:100%!important;margin-top:18px!important;padding-top:18px!important;text-align:left!important;}
.tektar-footer-copyright{margin-right:auto!important;text-align:left!important;white-space:nowrap;}
.tektar-footer-bottom .tektar-footer-policies{margin-left:auto!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;white-space:nowrap!important;}
.tektar-footer-bottom .tektar-footer-policies a{padding:0!important;border:0!important;}
.tektar-footer-bottom .tektar-footer-policies a:before,
.tektar-footer-bottom .tektar-footer-policies a:after,
.tektar-footer-bottom .tektar-footer-policies a+a:before{content:none!important;display:none!important;border:0!important;margin:0!important;}
@media(max-width:980px){.tektar-main-panel > .tektar-corporate-header{
    width:100%!important;
    min-height:58px!important;
    margin:0!important;
    border-radius:0!important;
    padding:9px 14px 9px 18px!important;
  }
.tektar-corporate-header-title{max-width:calc(100% - 105px)!important;font-size:8px!important}
.tektar-corporate-header-logo img{height:29px!important;max-width:94px!important}

.tektar-footer-reference .tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.tektar-footer-bottom{align-items:flex-start!important;flex-direction:column!important}
.tektar-footer-bottom .tektar-footer-policies{margin-left:0!important;justify-content:flex-start!important;flex-wrap:wrap!important;white-space:normal!important}
}
@media(max-width:620px){.tektar-corporate-header-title{font-size:7px!important}
.tektar-corporate-header-logo img{height:25px!important;max-width:80px!important}
.tektar-footer-reference .tektar-footer-grid{grid-template-columns:1fr!important}
.tektar-footer-copyright{white-space:normal!important}
}
.tektar-main-panel > .tektar-corporate-header{background:linear-gradient(135deg,#bceee8 0%,#8fded4 55%,#70cfc4 100%)!important;border:1px solid rgba(0,120,98,.20)!important;box-shadow:0 10px 24px rgba(0,82,70,.18),inset 0 1px 0 rgba(255,255,255,.65)!important;}
.tektar-sidebar-art{display:none!important;}


@keyframes tektarPageLogoSweep{0%,58%{left:-45%;opacity:0}
65%{opacity:.9}
82%{left:125%;opacity:.65}
100%{left:125%;opacity:0}
}


.tektar-editor-content .tektar-contact-card,
.tektar-editor-content .contact-card,
.tektar-editor-content [class*="bize-ulas"],
.tektar-editor-content [class*="contact-block"],
.tektar-editor-content [class*="iletisim-card"]{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;}
.tektar-editor-content a[href*="maps"],
.tektar-editor-content a[href^="tel:"]{border:1px solid rgba(255,255,255,.68)!important;background:linear-gradient(135deg,rgba(0,137,68,.78),rgba(0,91,57,.58))!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(255,255,255,.12),0 13px 24px rgba(0,52,35,.25)!important;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease!important;}
.tektar-editor-content a[href*="maps"]:hover,
.tektar-editor-content a[href^="tel:"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 17px 28px rgba(0,52,35,.31)!important;}
.tektar-main-panel{overflow:hidden!important;border-radius:30px!important;}
.tektar-footer-reference{width:100%!important;max-width:100%!important;margin:0!important;border-radius:30px!important;overflow:hidden!important;box-shadow:0 15px 34px rgba(0,58,31,.22)!important;}
.tektar-footer-reference .tektar-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(28px,4vw,54px)!important;}
.tektar-footer-reference h3{color:#65e4d5!important;font-size:17px!important;letter-spacing:.01em!important;}
.tektar-footer-reference .tektar-footer-grid p,
.tektar-footer-reference .tektar-footer-grid li{line-height:1.65!important;}
.tektar-footer-social-center{position:relative!important;width:100%!important;margin-top:30px!important;padding-top:24px!important;border-top:1px solid rgba(255,255,255,.17)!important;}
.tektar-footer-bottom .tektar-footer-policies{gap:0!important;}
.tektar-footer-bottom .tektar-footer-policies a{display:inline-flex!important;align-items:center!important;}
.tektar-footer-bottom .tektar-footer-policies a+a{margin-left:18px!important;padding-left:19px!important;border-left:1px solid rgba(255,255,255,.72)!important;}
.tektar-footer-bottom .tektar-footer-policies a+a:before,
.tektar-footer-bottom .tektar-footer-policies a+a:after{content:none!important;}
@media(max-width:980px){

.tektar-footer-reference .tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.tektar-footer-reference .tektar-footer-address{text-align:left!important;justify-self:stretch!important}
.tektar-footer-reference .tektar-footer-address p{text-align:left!important}
}
@media(max-width:620px){

.tektar-footer-reference .tektar-footer-grid{grid-template-columns:1fr!important}
.tektar-footer-bottom .tektar-footer-policies a+a{margin-left:12px!important;padding-left:13px!important}
}
.tektar-main-panel > .tektar-corporate-header{position:relative!important;overflow:hidden!important;isolation:isolate!important;}
.tektar-main-panel > .tektar-corporate-header:after{content:"";position:absolute;z-index:0;top:-65%;bottom:-65%;left:-38%;width:22%;transform:skewX(-24deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),rgba(255,255,255,.72),rgba(255,255,255,.16),transparent);filter:blur(2px);animation:tektarHeaderSweep 7.8s ease-in-out infinite;pointer-events:none;}
.tektar-corporate-header>*{position:relative;z-index:1;}
.tektar-corporate-header-title{color:#d7f7ff!important;}
@keyframes tektarHeaderSweep{
  0%,55%{left:-38%;opacity:0}
  63%{opacity:.85}
  82%{left:120%;opacity:.55}
  100%{left:120%;opacity:0}
}
.tektar-editor-content a[href*="maps"]{background:linear-gradient(135deg,rgba(111,164,8,.72),rgba(58,121,8,.48))!important;border-color:rgba(225,255,190,.72)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(0,42,16,.18),0 11px 0 rgba(41,74,8,.34),0 15px 20px rgba(18,46,13,.26)!important;}
.tektar-editor-content a[href^="tel:"]{background:linear-gradient(135deg,rgba(22,48,65,.74),rgba(5,92,83,.48))!important;border-color:rgba(195,245,239,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.68),inset 0 -1px 0 rgba(0,18,26,.22),0 11px 0 rgba(8,37,46,.38),0 15px 20px rgba(7,31,39,.28)!important;}
.tektar-editor-content a[href*="maps"],
.tektar-editor-content a[href^="tel:"]{position:relative!important;overflow:hidden!important;backdrop-filter:blur(22px) saturate(180%)!important;-webkit-backdrop-filter:blur(22px) saturate(180%)!important;}
.tektar-editor-content a[href*="maps"]:after,
.tektar-editor-content a[href^="tel:"]:after{content:"";position:absolute;inset:1px 8% auto;height:45%;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.32),transparent);pointer-events:none
;}
.tektar-editor-content a[href*="maps"]:hover,
.tektar-editor-content a[href^="tel:"]:hover{transform:translateY(-2px)!important;filter:brightness(1.08) saturate(1.08)!important;}

@media (min-width:981px){

}
@media (max-width:980px){


}
@media (max-width:620px){


}
@media (max-width:380px){


}

@media (min-width:981px){


}
@media (max-width:980px){


}
@media (max-width:620px){


}
@media (max-width:380px){


}


@media(max-width:620px){
}

.tektar-about-card{position:relative;overflow:hidden;padding:clamp(28px,4vw,52px);border:1px solid rgba(0,120,58,.12);border-radius:28px;background:linear-gradient(140deg,#fff 0%,#fbfdfc 58%,#eef8f2 100%);box-shadow:0 24px 55px rgba(12,40,25,.14),0 8px 18px rgba(12,40,25,.07);}
.tektar-about-card:before{content:"";position:absolute;right:-110px;top:-120px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(0,168,90,.10),rgba(0,168,90,0) 68%);pointer-events:none;}
.tektar-about-accent{position:absolute;left:0;top:34px;bottom:34px;width:4px;border-radius:0 8px 8px 0;background:linear-gradient(180deg,#00a85a,#00783a);box-shadow:0 0 20px rgba(0,168,90,.38);}
.tektar-about-intro{position:relative;max-width:1050px;padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid rgba(0,120,58,.11);}
.tektar-about-intro p{margin:0;font-size:clamp(18px,1.55vw,23px);line-height:1.65;letter-spacing:-.015em;color:#1b2b22;}
.tektar-about-intro strong{color:#00783a;font-weight:800;}
.tektar-about-body{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,3vw,38px);}
.tektar-about-body p{position:relative;margin:0;padding-top:18px;color:#526159;font-size:15px;line-height:1.82;}
.tektar-about-body p:before{content:"";position:absolute;left:0;top:0;width:44px;height:3px;border-radius:3px;background:linear-gradient(90deg,#00a85a,#83d9ad);}


@media(max-width:900px){.tektar-about-body{grid-template-columns:1fr}
.tektar-about-body p{padding-top:15px}
}
@media(max-width:620px){
.tektar-about-card{padding:26px 22px 28px;border-radius:22px}
.tektar-about-accent{top:24px;bottom:24px}
.tektar-about-intro{padding-bottom:22px;margin-bottom:22px}
.tektar-about-intro p{font-size:17px;line-height:1.62}
.tektar-about-body{gap:22px}
.tektar-about-body p{font-size:14px;line-height:1.75}

}


.tektar-about-accent{overflow:hidden;}
.tektar-about-accent-left{left:0;right:auto;border-radius:0 8px 8px 0;}
.tektar-about-accent-right{right:0;left:auto;border-radius:8px 0 0 8px;}
.tektar-about-accent:after{content:"";position:absolute;left:0;right:0;top:-35%;height:34%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.98),transparent);filter:blur(.2px);animation:tektarAccentLight 3.8s ease-in-out infinite;}
.tektar-about-accent-right:after{animation-delay:1.1s;}
@keyframes tektarAccentLight{0%,15%{transform:translateY(0);opacity:0}
28%{opacity:1}
72%,100%{transform:translateY(410%);opacity:0}
}
@media(max-width:620px){

.tektar-about-accent-right{display:block}
}
@media(prefers-reduced-motion:reduce){
}


.tektar-contact-only{padding-top:0!important;}
.tektar-contact-only>.tektar-contact-card,
.tektar-contact-only>.contact-card,
.tektar-contact-only>div:last-child{margin-top:0!important;}
.tektar-corporate-header-title{text-shadow:0 1px 0 rgba(0,38,31,.82),0 3px 3px rgba(0,35,27,.78),0 7px 14px rgba(0,20,14,.62),0 0 12px rgba(255,255,255,.18)!important;filter:drop-shadow(0 5px 5px rgba(0,24,17,.48))!important;}
.tektar-policy-menu-item .tektar-menu-icon svg{width:22px!important;height:22px!important;stroke-width:1.8!important;}
.tektar-policy-menu-item .tektar-menu-text{white-space:nowrap!important;}


.tektar-contact-card{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:34px;padding:38px;border:1px solid rgba(0,145,72,.18);border-radius:30px;background:linear-gradient(135deg,#fff 0%,#fbfffd 58%,#eefaf4 100%);box-shadow:0 20px 42px rgba(17,50,37,.18),0 6px 14px rgba(0,120,58,.08);overflow:hidden
;}
.tektar-contact-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,transparent,#00a653 24%,#00783a 74%,transparent);box-shadow:0 0 18px rgba(0,166,83,.6);}
.tektar-contact-card:after{content:"";position:absolute;width:260px;height:260px;right:-100px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(0,166,83,.12),transparent 70%);pointer-events:none;}
.tektar-contact-kicker{display:block;margin-bottom:11px;color:#00783a;font-size:12px;font-weight:900;letter-spacing:.16em;}
.tektar-contact-card-copy h3{max-width:700px;margin:0 0 14px;font-size:clamp(25px,2.2vw,38px);line-height:1.08;letter-spacing:-.035em;}
.tektar-contact-card-copy p{max-width:720px;margin:0;color:#405148;font-size:16px;line-height:1.7;}
.tektar-contact-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:25px;}
.tektar-contact-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font-weight:850;text-decoration:none;}
.tektar-contact-primary{background:#008b45;color:#fff!important;box-shadow:0 10px 22px rgba(0,139,69,.24);}
.tektar-contact-primary span{margin-left:10px;}
.tektar-contact-secondary{border:1px solid rgba(0,120,58,.2);background:#fff;color:#00783a!important;}
.tektar-contact-card-details{position:relative;z-index:1;display:grid;align-content:center;gap:12px;}
.tektar-contact-card-details>a,.tektar-contact-card-details>div{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:13px;padding:13px 14px;border:1px solid rgba(0,120,58,.11);border-radius:16px;background:rgba(255,255,255,.82);text-decoration:none;box-shadow:0 7px 18px rgba(23,62,44,.06);}
.tektar-contact-detail-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ecf9f2;color:#008b45;}
.tektar-contact-detail-icon svg{width:23px;height:23px;}
.tektar-contact-card-details small{display:block;margin-bottom:3px;color:#6a7a72;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.tektar-contact-card-details strong{color:#18251f;font-size:14px;}
.tektar-cookie-menu-item .tektar-menu-icon-core svg,.tektar-kvkk-menu-item .tektar-menu-icon-core svg,.tektar-account-menu-item .tektar-menu-icon-core svg{width:22px!important;height:22px!important;}
@media(max-width:780px){.tektar-contact-card{grid-template-columns:1fr;padding:25px;gap:24px}
.tektar-contact-card-copy h3{font-size:27px}
}


@keyframes tektarContactSeparatorLight{0%,18%{transform:translateX(-160%);opacity:0}
34%{opacity:1}
64%,100%{transform:translateX(520%);opacity:0}
}
.tektar-contact-card.tektar-contact-card-map{position:relative;isolation:isolate;display:grid!important;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr)!important;gap:0!important;min-height:390px!important;padding:18px!important;overflow:hidden!important;border:1px solid rgba(0,166,83,.22)!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,251,244,.94))!important;box-shadow:0 22px 48px rgba(15,55,37,.17),0 8px 18px rgba(0,120,58,.08)!important;}
.tektar-contact-card.tektar-contact-card-map:before,.tektar-contact-card.tektar-contact-card-map:after{content:none!important;}
.tektar-contact-map{position:relative;z-index:1;min-height:354px;border-radius:20px;overflow:hidden;background:#eaf5ef;box-shadow:inset 0 0 0 1px rgba(0,120,58,.1),0 10px 25px rgba(24,62,45,.1);}
.tektar-contact-map iframe{display:block;width:100%;height:100%;min-height:354px;border:0;filter:saturate(.92) contrast(1.02);}
.tektar-contact-card-map .tektar-contact-card-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:34px 38px 34px 42px;}
.tektar-contact-card-map .tektar-contact-kicker{margin:0 0 10px;font-size:11px;letter-spacing:.15em;}
.tektar-contact-card-map .tektar-contact-card-copy h3{max-width:530px;margin:0 0 13px!important;font-size:clamp(20px,1.75vw,28px)!important;line-height:1.14!important;letter-spacing:-.025em!important;}
.tektar-contact-card-map .tektar-contact-card-copy p{max-width:540px;font-size:14px!important;line-height:1.65!important;}
.tektar-contact-card-map .tektar-contact-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;margin-top:23px!important;}
.tektar-contact-action{position:relative;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:11px;min-height:58px!important;padding:8px 15px 8px 9px!important;border-radius:16px!important;text-decoration:none!important;font-size:14px;font-weight:900;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;}
.tektar-contact-action-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.18);box-shadow:inset 0 1px rgba(255,255,255,.32),0 7px 14px rgba(0,70,35,.13);}
.tektar-contact-action-icon svg{width:21px;height:21px;fill:currentColor;}
.tektar-contact-route{color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;background:linear-gradient(145deg,#00a653,#007d3f)!important;box-shadow:0 13px 25px rgba(0,139,69,.25),inset 0 1px rgba(255,255,255,.22)!important;}
.tektar-contact-call{color:#007d3f!important;border:1px solid rgba(0,139,69,.22)!important;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(232,249,240,.95))!important;box-shadow:0 13px 25px rgba(23,74,49,.12),inset 0 1px rgba(255,255,255,.9)!important;}
.tektar-contact-action:hover{transform:translateY(-3px);filter:brightness(1.03);}
.tektar-contact-accent{position:absolute;z-index:4;top:20px;bottom:20px;width:4px;border-radius:99px;background:linear-gradient(180deg,transparent,#00a653 20%,#00783a 80%,transparent);box-shadow:0 0 17px rgba(0,166,83,.6);overflow:hidden;}
.tektar-contact-accent:after{content:"";position:absolute;left:-2px;width:8px;height:58px;background:linear-gradient(180deg,transparent,#fff,transparent);filter:blur(1px);animation:tektarContactRail 3.2s ease-in-out infinite;}
.tektar-contact-accent-left{left:0;}
.tektar-contact-accent-right{right:0;}
.tektar-contact-accent-right:after{animation-delay:1.15s;}
@keyframes tektarContactRail{0%{top:-70px;opacity:0}
18%{opacity:1}
75%{opacity:1}
100%{top:calc(100% + 20px);opacity:0}
}
.tektar-footer-brand p{margin-top:15px!important;}
.tektar-footer-reference .tektar-footer-grid h3{color:#bfe9ff!important;text-shadow:0 1px 10px rgba(126,211,255,.18)!important;}
@media(max-width:900px){.tektar-contact-card.tektar-contact-card-map{grid-template-columns:1fr!important}
.tektar-contact-map,.tektar-contact-map iframe{min-height:320px}
.tektar-contact-card-map .tektar-contact-card-copy{padding:30px 18px 24px}
}
@media(max-width:560px){.tektar-contact-card.tektar-contact-card-map{padding:10px!important;border-radius:22px!important}
.tektar-contact-map,.tektar-contact-map iframe{min-height:275px}
.tektar-contact-card-map .tektar-contact-actions{grid-template-columns:1fr}
.tektar-contact-card-map .tektar-contact-card-copy h3{font-size:22px!important}
}


@media(max-width:620px){


}
.tektar-about-accent,
.tektar-contact-accent {top: 22px !important;bottom: 22px !important;width: 4px !important;border-radius: 999px !important;overflow: hidden !important;background: linear-gradient(
        to bottom,
        rgba(0, 168, 90, 0) 0%,
        rgba(0, 168, 90, .18) 10%,
        rgba(0, 168, 90, .92) 30%,
        #008f4d 50%,
        rgba(0, 168, 90, .92) 70%,
        rgba(0, 168, 90, .18) 90%,
        rgba(0, 168, 90, 0) 100%
    ) !important;box-shadow: 0 0 10px rgba(0,168,90,.22) !important;}
.tektar-about-accent::before,
.tektar-contact-accent::before {content: "" !important;position: absolute !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 34% !important;border-radius: inherit !important;background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(220,255,235,.85) 46%,
        rgba(255,255,255,.95) 52%,
        rgba(220,255,235,.72) 58%,
        rgba(255,255,255,0) 100%
    ) !important;transform: translateY(-140%) !important;animation: tektarAccentSweepSafe 4s ease-in-out infinite !important;pointer-events: none !important;}
.tektar-about-accent::after,
.tektar-contact-accent::after {content: none !important;}
.tektar-about-accent-right::before,
.tektar-contact-accent-right::before {animation-delay: 1.1s !important;}
@keyframes tektarAccentSweepSafe {
    0%   { transform: translateY(-140%); opacity: 0; }
    12%  { opacity: .85; }
    50%  { opacity: 1; }
    88%  { opacity: .75; }
    100% { transform: translateY(430%); opacity: 0; }
}
@media (max-width: 620px) {.tektar-about-accent,
    .tektar-contact-accent {
        top: 16px !important;
        bottom: 16px !important;
        width: 3px !important;
    }
}
@media (prefers-reduced-motion: reduce) {.tektar-about-accent::before,
    .tektar-contact-accent::before {
        animation: none !important;
        transform: translateY(190%) !important;
        opacity: .35 !important;
    }
}


@media(max-width:620px){


}

.tektar-membership-copy h3{margin:4px 0 8px!important;}
.tektar-membership-copy>p{margin:0 0 16px;color:#5d6b63;font-size:14px;line-height:1.55;}
.tektar-membership-copy form{display:grid;gap:10px;margin:0;}
.tektar-membership-copy form p{margin:0;}
.tektar-membership-copy label{display:block;margin-bottom:5px;color:#33463b;font-size:12px;font-weight:800;letter-spacing:.02em;}
.tektar-membership-copy .login-username input,
.tektar-membership-copy .login-password input{width:100%;height:44px;border:1px solid rgba(0,120,58,.18);border-radius:13px;background:#fbfefc;padding:0 13px;color:#15241b;font:600 14px inherit;outline:0;transition:border-color .25s,box-shadow .25s,background .25s
;}
.tektar-membership-copy .login-username input:focus,
.tektar-membership-copy .login-password input:focus{border-color:rgba(0,168,90,.62);background:#fff;box-shadow:0 0 0 4px rgba(0,168,90,.10);}
.tektar-membership-copy .login-remember label{display:flex;align-items:center;gap:7px;margin:0;font-size:12px;font-weight:700;}
.tektar-membership-copy .login-submit{margin-top:2px;}
.tektar-membership-copy .button-primary,
.tektar-membership-primary,
.tektar-membership-register{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:43px;border-radius:999px;font-weight:800;transition:transform .25s,box-shadow .25s,background .25s
;}
.tektar-membership-copy .button-primary,
.tektar-membership-primary{width:100%;border:1px solid rgba(255,255,255,.55);background:linear-gradient(135deg,#00a85a,#00783a);color:#fff;padding:0 18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 24px rgba(0,120,58,.22);}
.tektar-membership-copy .button-primary:hover,
.tektar-membership-primary:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 14px 28px rgba(0,120,58,.27);}
.tektar-membership-links{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;font-size:12px;font-weight:750;color:#087844;}
.tektar-membership-register{min-height:36px;padding:0 13px;border:1px solid rgba(0,120,58,.16);background:rgba(0,120,58,.055);}
.tektar-membership-register:hover{transform:translateY(-1px);background:rgba(0,120,58,.09);}

@media(max-width:760px){


.tektar-footer-bottom{align-items:flex-start!important;gap:14px!important}
.tektar-footer-policies{width:100%;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;white-space:normal!important;justify-items:start!important}
.tektar-footer-policies a{display:block;width:100%;margin:0!important;padding:0!important;line-height:1.45!important}
.tektar-footer-policies a+a:before{content:none!important;display:none!important;margin:0!important}
}
@media(max-width:460px){.tektar-membership-links{align-items:stretch;flex-direction:column}
.tektar-membership-links>a{width:100%}
.tektar-membership-register{justify-content:center}
}
.tektar-membership-state{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 10px;}
.tektar-membership-level,.tektar-membership-status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(0,120,58,.15);border-radius:999px;background:rgba(0,120,58,.07);color:#087844;font-size:11px;font-weight:850;letter-spacing:.03em;}
.tektar-membership-status{background:rgba(239,174,0,.10);border-color:rgba(239,174,0,.22);color:#8b6400;}
.tektar-membership-copy .tektar-login-form,
.tektar-membership-copy .tektar-studio-login-form{display:grid;gap:10px;width:100%;}
.tektar-membership-copy input[type="email"],
.tektar-membership-copy input[type="text"],
.tektar-membership-copy input[type="password"]{width:100%;min-height:44px;border:1px solid rgba(0,120,58,.18);border-radius:12px;background:rgba(247,252,249,.96);padding:0 13px;color:#17221b;outline:0;}
.tektar-membership-copy input[type="submit"],
.tektar-membership-copy button[type="submit"]{min-height:42px;border:1px solid rgba(255,255,255,.55);border-radius:12px;background:linear-gradient(135deg,#00a85a,#00783a);color:#fff;font-weight:850;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 24px rgba(0,120,58,.22);}

.tektar-membership-panel .login-username input,
.tektar-membership-panel .login-password input{width:100%;border:1px solid rgba(0,120,58,.18);border-radius:14px;background:#fbfefc;padding:0 14px;color:#15241b;font:600 14px inherit;outline:0;}
.tektar-membership-panel .login-username input:focus,
.tektar-membership-panel .login-password input:focus{border-color:rgba(0,168,90,.62);background:#fff;box-shadow:0 0 0 4px rgba(0,168,90,.10);}
.tektar-membership-panel .button-primary,
.tektar-membership-panel .tektar-membership-primary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;width:100%;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:linear-gradient(135deg,#00a85a,#00783a);color:#fff;padding:0 20px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 24px rgba(0,120,58,.22);}
.tektar-membership-panel .tektar-membership-links{flex-wrap:wrap;font-size:12px;font-weight:750;color:#087844;}
.tektar-membership-panel .tektar-membership-register{display:inline-flex;align-items:center;justify-content:center;}
@media(max-width:760px){.tektar-footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:14px!important;text-align:left!important}
.tektar-footer-copyright{display:block;width:100%;margin:0!important;padding:0!important;line-height:1.4!important}
.tektar-footer-policies{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;gap:8px!important;margin:0!important;padding:0!important;white-space:normal!important}
.tektar-footer-policies a{display:block!important;width:auto!important;margin:0!important;padding:0!important;border:0!important;line-height:1.4!important}
.tektar-footer-policies a+a{margin:0!important;padding:0!important;border:0!important}
.tektar-footer-policies a:before,.tektar-footer-policies a:after,.tektar-footer-policies a+a:before,.tektar-footer-policies a+a:after{content:none!important;display:none!important}

}
@media(max-width:460px){.tektar-membership-panel .tektar-membership-links{align-items:stretch;flex-direction:column;gap:10px}
.tektar-membership-panel .tektar-membership-links>a{width:100%}
}
.tektar-membership-login-title{margin:0 0 24px;color:#14251b;font-size:clamp(24px,2.4vw,36px);line-height:1.12;font-weight:800;letter-spacing:-.025em;}
.tektar-membership-panel .login-remember label{cursor:pointer;}
.tektar-membership-panel .tektar-membership-links>a:first-child{justify-self:start;font-size:14px!important;font-weight:700!important;}
@media(max-width:560px){.tektar-membership-login-title{font-size:27px;margin-bottom:20px}
.tektar-membership-panel .tektar-membership-links{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
.tektar-membership-panel .tektar-membership-links>a:first-child,
  .tektar-membership-panel .tektar-membership-register{
    justify-self:start;
  }
}
.tektar-customizer-preview *,
.tektar-customizer-preview *::before,
.tektar-customizer-preview *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;}
.tektar-customizer-preview .tektar-sidebar,
.tektar-customizer-preview .tektar-main-panel{contain:none!important;}
.customize-partial-edit-shortcut button{z-index:999999!important;}

.tektar-membership-account-action, .tektar-membership-welcome, .tektar-membership-visual{min-width:0;}

.tektar-membership-panel form{display:grid;gap:14px;margin:0;}
.tektar-membership-panel form p{margin:0;}
.tektar-membership-panel label{display:block;margin:0 0 7px;color:#33463b;font-size:13px;font-weight:750;}
.tektar-membership-panel .login-username input,
.tektar-membership-panel .login-password input{height:52px!important;font-size:15px!important;}
.tektar-membership-panel .login-remember label{color:#34483d!important;}
.tektar-membership-panel .login-remember input[type="checkbox"]{appearance:auto!important;-webkit-appearance:checkbox!important;accent-color:#009c52;}
.tektar-membership-panel .login-submit{margin-top:5px!important;}
.tektar-membership-panel .login-submit .button,
.tektar-membership-panel .login-submit .button-primary{min-height:54px!important;font-size:15px!important;}
.tektar-membership-panel form .lost_password,
.tektar-membership-panel form .lost-password,
.tektar-membership-panel form .tektar-login-lost-password,
.tektar-membership-panel form a[href*="lostpassword"],
.tektar-membership-panel form a[href*="lost-password"]{display:none!important;}
.tektar-membership-panel .tektar-membership-links{grid-template-columns:minmax(0,1fr) auto!important;gap:18px!important;}
.tektar-membership-lost{justify-self:start;color:#006f38!important;font-size:15px!important;font-weight:650!important;font-family:inherit!important;text-decoration:none!important;}
.tektar-membership-panel .tektar-membership-register{justify-self:end;border:1px solid rgba(0,120,58,.19)!important;border-radius:999px!important;background:rgba(0,120,58,.065)!important;white-space:nowrap;}
.tektar-membership-visual,
.tektar-membership-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 30px;text-align:center;}
.tektar-membership-visual h3,
.tektar-membership-welcome h3{margin:0 0 15px;color:#14251b;font-size:clamp(28px,3vw,43px);line-height:1.08;font-weight:800;letter-spacing:-.03em;}
.tektar-membership-welcome small{margin-bottom:10px;color:#00783a;font-size:11px;font-weight:900;letter-spacing:.18em;}
.tektar-membership-lock{position:relative;width:min(100%,340px);height:255px;margin-top:4px;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 48%,rgba(0,0,0,.45) 73%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 48%,rgba(0,0,0,.45) 73%,transparent 100%);}
.tektar-membership-lock svg{display:block;width:100%;height:100%;overflow:visible;}
.tektar-membership-lock svg *{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}
.tektar-membership-lock svg circle{fill:rgba(0,136,71,.12);}
.tektar-membership-account-action{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:34px 42px;background:linear-gradient(180deg,rgba(239,249,243,.76),rgba(255,255,255,.94));}
.tektar-membership-account-action .tektar-membership-lock{height:270px;margin-bottom:-12px;opacity:.22;}
.tektar-membership-account-button{width:min(100%,430px)!important;min-height:56px!important;font-size:16px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 16px 34px rgba(0,120,58,.27)!important;}
.tektar-membership-welcome{align-items:flex-start;text-align:left;padding-left:50px;}
.tektar-membership-welcome .tektar-membership-state{margin-top:4px;}
@media(max-width:900px){


.tektar-membership-lock{height:175px;width:min(100%,250px)}
}
@media(max-width:560px){
.tektar-membership-panel .tektar-membership-links{grid-template-columns:1fr!important;gap:12px!important}
.tektar-membership-lost,.tektar-membership-panel .tektar-membership-register{justify-self:stretch!important}
.tektar-membership-panel .tektar-membership-register{width:100%;white-space:normal}
.tektar-membership-visual h3,.tektar-membership-welcome h3{font-size:30px}
}
.tektar-membership-visual h3{margin:0 0 15px!important;font-family:Helvetica,Arial,sans-serif!important;font-size:25px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;}
.tektar-membership-panel form > h1,
.tektar-membership-panel form > h2,
.tektar-membership-panel form > h3,
.tektar-membership-panel .tektar-login-title,
.tektar-membership-panel .membership-login-title,
.tektar-membership-panel .login-title{display:none!important;}
.tektar-membership-panel .login-remember{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;margin:8px 0 5px!important;text-align:left!important;}
.tektar-membership-panel .login-remember label{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:auto!important;margin:0!important;padding:0!important;font-family:Helvetica,Arial,sans-serif!important;font-size:15px!important;line-height:1.25!important;font-weight:400!important;text-align:left!important;}
.tektar-membership-panel .login-remember input[type="checkbox"]{width:22px!important;height:22px!important;flex:0 0 22px!important;margin:0!important;}
.tektar-membership-panel form .lost_password,
.tektar-membership-panel form .lost-password,
.tektar-membership-panel form .tektar-login-lost-password{display:block!important;margin:3px 0 0!important;font-family:Helvetica,Arial,sans-serif!important;font-size:15px!important;line-height:1.3!important;font-weight:400!important;text-align:left!important;}
.tektar-membership-panel form .lost_password a,
.tektar-membership-panel form .lost-password a,
.tektar-membership-panel form .tektar-login-lost-password a,
.tektar-membership-panel form a[href*="lostpassword"],
.tektar-membership-panel form a[href*="lost-password"]{display:inline-flex!important;color:#006f38!important;font-family:Helvetica,Arial,sans-serif!important;font-size:15px!important;line-height:1.3!important;font-weight:400!important;text-decoration:none!important;}
.tektar-membership-panel .tektar-membership-links{display:flex!important;justify-content:flex-end!important;align-items:center!important;width:100%!important;margin-top:17px!important;}
.tektar-membership-panel .tektar-membership-register{margin-left:auto!important;min-height:50px!important;padding:0 24px!important;font-family:Helvetica,Arial,sans-serif!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important;}
@media(max-width:560px){.tektar-membership-visual h3{font-size:23px!important}
.tektar-membership-panel .tektar-membership-register{width:auto!important;max-width:100%;padding:0 18px!important}
}
.tektar-membership-welcome h3{margin:0 0 13px!important;font-family:Helvetica,Arial,sans-serif!important;font-size:25px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;}
.tektar-membership-level{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 13px!important;border-radius:999px!important;border:1px solid rgba(0,120,58,.18)!important;background:linear-gradient(180deg,rgba(236,248,241,.98),rgba(218,240,227,.9))!important;color:#006f38!important;font-family:Helvetica,Arial,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:700!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 7px 16px rgba(0,120,58,.08)!important;}
.tektar-membership-lock{color:#008e4b!important;opacity:.18!important;}
.tektar-membership-lock svg{filter:drop-shadow(0 18px 30px rgba(0,120,58,.17))!important;}
.tektar-membership-lock svg *{stroke-width:8!important;}
.tektar-membership-lock-open svg,
.tektar-membership-lock-closed svg{transform:scale(1.06);transform-origin:center;}
@media(max-width:700px){.tektar-footer-bottom{
    align-items:flex-end!important;
    text-align:right!important;
  }
.tektar-footer-policies{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:flex-end!important;
    text-align:right!important;
    gap:8px!important;
    margin-left:auto!important;
  }
.tektar-footer-policies a{
    width:auto!important;
    margin:0!important;
    padding:0!important;
    text-align:right!important;
  }
.tektar-footer-copyright{
    width:100%!important;
    text-align:right!important;
  }
}

.tektar-member-login-panel,.tektar-member-access-panel{min-width:0;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(180deg,rgba(247,252,249,.96),rgba(239,248,243,.92));}
.tektar-member-login-box{width:min(100%,620px);border:1px solid rgba(0,120,58,.16);border-radius:24px;padding:30px;background:rgba(255,255,255,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 38px rgba(19,54,35,.08);}
.tektar-member-login-form form{display:grid!important;gap:17px!important;margin:0!important;}
.tektar-member-login-form form>h1,.tektar-member-login-form form>h2,.tektar-member-login-form form>h3,
.tektar-member-login-form .tektar-login-title,.tektar-member-login-form .membership-login-title,.tektar-member-login-form .login-title{display:none!important;}
.tektar-member-login-form form p{margin:0!important;}
.tektar-member-login-form label{display:block!important;margin:0 0 8px!important;color:#253b2e!important;font-family:Helvetica,Arial,sans-serif!important;font-size:15px!important;line-height:1.25!important;font-weight:600!important;}
.tektar-member-login-form .login-username input,.tektar-member-login-form .login-password input,
.tektar-member-login-form input[type="text"],.tektar-member-login-form input[type="email"],.tektar-member-login-form input[type="password"]{width:100%!important;height:58px!important;padding:0 18px!important;border:1px solid rgba(0,120,58,.2)!important;border-radius:16px!important;background:#f1f6ff!important;color:#14251b!important;font-family:Helvetica,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;outline:0!important;box-shadow:inset 0 1px 2px rgba(25,55,38,.05)!important;}
.tektar-member-login-form input:focus{border-color:#00a85a!important;box-shadow:0 0 0 4px rgba(0,168,90,.1)!important;background:#fff!important;}
.tektar-member-login-form .login-remember{margin:2px 0 0!important;}
.tektar-member-login-form .login-remember label{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;margin:0!important;font-size:16px!important;font-weight:400!important;cursor:pointer!important;}
.tektar-member-login-form .login-remember input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;flex:0 0 22px!important;width:22px!important;height:22px!important;margin:0!important;border:2px solid rgba(0,120,58,.34)!important;border-radius:6px!important;background:#fff!important;position:relative!important;}
.tektar-member-login-form .login-remember input[type="checkbox"]:checked{background:#008f4c!important;border-color:#008f4c!important;}
.tektar-member-login-form .login-remember input[type="checkbox"]:checked:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}
.tektar-member-login-form .login-submit{margin-top:3px!important;}
.tektar-member-login-form .login-submit .button,.tektar-member-login-form .login-submit .button-primary,
.tektar-member-login-form button[type="submit"],.tektar-member-login-form input[type="submit"]{width:100%!important;min-height:58px!important;border:1px solid rgba(255,255,255,.5)!important;border-radius:999px!important;background:linear-gradient(135deg,#00ad60,#008641)!important;color:#fff!important;font-family:Helvetica,Arial,sans-serif!important;font-size:16px!important;font-weight:800!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 14px 30px rgba(0,120,58,.24)!important;cursor:pointer!important;}
.tektar-member-login-form form .lost_password,.tektar-member-login-form form .lost-password,
.tektar-member-login-form form a[href*="lostpassword"],.tektar-member-login-form form a[href*="lost-password"]{display:none!important;}
.tektar-member-login-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;}
.tektar-member-forgot{color:#006f38!important;font-family:Helvetica,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;}
.tektar-member-login-actions .tektar-membership-register{margin-left:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:48px!important;padding:0 22px!important;border:1px solid rgba(0,120,58,.22)!important;border-radius:999px!important;background:linear-gradient(180deg,#f8fcfa,#edf7f1)!important;color:#006f38!important;font-family:Helvetica,Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;text-decoration:none!important;box-shadow:inset 0 1px 0 #fff,0 8px 20px rgba(0,120,58,.08)!important;}
.tektar-member-guest-panel,.tektar-member-welcome-panel{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:44px 54px;background:#fff;}
.tektar-member-guest-panel small,.tektar-member-welcome-panel small{margin:0 0 10px;color:#00783a;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:900;letter-spacing:.16em;}
.tektar-member-guest-panel h3,.tektar-member-welcome-panel h3{margin:0;color:#12251a;font-family:Helvetica,Arial,sans-serif;font-size:25px;line-height:1.16;font-weight:800;letter-spacing:-.02em;}
.tektar-member-lock-art{width:100%;max-width:390px;height:230px;margin:12px auto -28px;color:#00a85a;overflow:hidden;}
.tektar-member-lock-art svg{width:100%;height:100%;fill:none;stroke:url(#tektarClosedLockFade);stroke-width:10;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 16px 26px rgba(0,120,58,.1));}
.tektar-member-lock-art-open svg{stroke:url(#tektarOpenLockFade);}
.tektar-member-access-panel{flex-direction:column;justify-content:center;padding:28px 38px;}
.tektar-member-access-panel .tektar-member-lock-art{max-width:430px;height:260px;margin:-8px auto -22px;}
.tektar-member-account-button{width:min(100%,520px);min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;background:linear-gradient(135deg,#00ad60,#008641);color:#fff!important;text-decoration:none!important;font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 14px 30px rgba(0,120,58,.24);}
.tektar-member-level-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;}
.tektar-member-level-badge,.tektar-member-status-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 15px;border:1px solid rgba(0,120,58,.2);border-radius:999px;background:linear-gradient(180deg,#f4fbf7,#e7f5ed);color:#006f38;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;}
.tektar-member-status-badge{background:#fff8e8;color:#785700;border-color:rgba(158,115,0,.2);}
@media(max-width:900px){
.tektar-member-login-panel,.tektar-member-access-panel{padding:15px!important}
.tektar-member-login-box{padding:22px!important}
.tektar-member-guest-panel,.tektar-member-welcome-panel{padding:28px 24px!important;align-items:center!important;text-align:center!important;min-height:260px}
.tektar-member-login-panel{order:2}
.tektar-member-guest-panel{order:1}
.tektar-member-access-panel{order:1}
.tektar-member-welcome-panel{order:2}
.tektar-member-lock-art{height:190px;margin:8px auto -18px}
.tektar-member-access-panel .tektar-member-lock-art{height:220px}
}
@media(max-width:600px){.tektar-member-login-actions{flex-direction:column;align-items:stretch}
.tektar-member-login-actions .tektar-membership-register{margin-left:0!important;width:100%!important}
.tektar-member-forgot{text-align:left}
.tektar-member-login-box{padding:19px 16px!important}
}
.tektar-member-guest-panel small{display:none!important;}
.tektar-member-register-wrap{width:100%;max-width:520px;margin-top:24px;display:flex;justify-content:flex-end;}
.tektar-member-register-wrap .tektar-membership-register{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;min-height:54px!important;padding:0 27px!important;border:1px solid rgba(0,120,58,.24)!important;border-radius:999px!important;background:linear-gradient(180deg,#f9fcfa,#eaf6ef)!important;color:#006f38!important;font-family:Helvetica,Arial,sans-serif!important;font-size:16px!important;line-height:1.2!important;font-weight:700!important;text-decoration:none!important;box-shadow:inset 0 1px 0 #fff,0 10px 24px rgba(0,120,58,.10)!important;}
.tektar-member-register-wrap .tektar-membership-register:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 #fff,0 15px 30px rgba(0,120,58,.16)!important;}
.tektar-member-login-form form .lost_password,
.tektar-member-login-form form .lost-password,
.tektar-member-login-form form .tektar-login-lost-password,
.tektar-member-login-form form a[href*="lostpassword"],
.tektar-member-login-form form a[href*="lost-password"]{display:block!important;color:#006f38!important;font-family:Helvetica,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;}
.tektar-member-login-actions,.tektar-member-forgot{display:none!important;}
@media(max-width:900px){.tektar-member-guest-panel h3{font-size:27px!important;text-align:center!important}
.tektar-member-register-wrap{justify-content:center}
}
@media(max-width:600px){.tektar-member-register-wrap .tektar-membership-register{width:100%!important;padding:0 18px!important}
}
.tektar-registration-shell{overflow:hidden;margin-top:24px;border:1px solid rgba(0,120,58,.12);border-radius:28px;background:linear-gradient(145deg,#f8fcfa 0%,#fff 52%,#f1f8f4 100%);box-shadow:0 22px 55px rgba(24,51,37,.09);}
.tektar-registration-intro{padding:34px 40px 30px;background:linear-gradient(135deg,#0b512b,#16803e 58%,#2b9649);color:#fff;}
.tektar-registration-kicker{display:block;margin-bottom:10px;font-size:11px;font-weight:900;letter-spacing:.16em;opacity:.8;}
.tektar-registration-intro h2{margin:0;font-size:clamp(28px,3.2vw,43px);line-height:1.08;color:#fff;}
.tektar-registration-intro p{max-width:850px;margin:14px 0 0;font-size:14px;line-height:1.7;color:rgba(255,255,255,.86);}
.tektar-registration-form-wrap{padding:34px 40px 40px;}
.tektar-registration-form-wrap .tmp-form{max-width:none;margin:0;padding:0;border:0;background:transparent;box-shadow:none;}
.tektar-registration-form-wrap .tmp-form>h3{display:none!important;}
.tektar-registration-form-wrap .tmp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;}
.tektar-registration-form-wrap .tmp-form label{display:flex;flex-direction:column;gap:8px;margin:0;color:#26382d;font-size:13px;font-weight:800;}
.tektar-registration-form-wrap .tmp-form input:not([type="checkbox"]),
.tektar-registration-form-wrap .tmp-form select{width:100%;min-height:52px;border:1px solid rgba(0,120,58,.18);border-radius:14px;background:#fff;padding:0 15px;color:#17251c;font:600 14px/1.2 inherit;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.025);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
.tektar-registration-form-wrap .tmp-form input:focus,
.tektar-registration-form-wrap .tmp-form select:focus{border-color:#15904b;box-shadow:0 0 0 4px rgba(21,144,75,.11);}
.tektar-registration-form-wrap .tmp-form details{margin:24px 0 0;border:1px solid rgba(0,120,58,.14);border-radius:18px;background:rgba(244,250,247,.9);padding:0 20px 20px;}
.tektar-registration-form-wrap .tmp-form details[open]{padding-bottom:22px;}
.tektar-registration-form-wrap .tmp-form summary{cursor:pointer;padding:18px 0;color:#0d6e38;font-size:14px;font-weight:900;list-style:none;}
.tektar-registration-form-wrap .tmp-form summary::-webkit-details-marker{display:none;}
.tektar-registration-form-wrap .tmp-form summary:after{content:"+";float:right;font-size:22px;line-height:16px;}
.tektar-registration-form-wrap .tmp-form details[open] summary:after{content:"−";}
.tektar-registration-form-wrap .tmp-check{display:grid!important;grid-template-columns:22px 1fr;align-items:start;gap:11px!important;margin:22px 0 0!important;padding:17px 18px;border:1px solid rgba(0,120,58,.14);border-radius:15px;background:#f7fbf8;color:#34483b!important;font-size:13px!important;line-height:1.55;}
.tektar-registration-form-wrap .tmp-check input[type="checkbox"]{width:19px;height:19px;margin:1px 0 0;accent-color:#138544;}
.tektar-registration-form-wrap .tmp-check span{display:block;font-weight:700;}
.tektar-disclosure-link{color:#087844;text-decoration:underline;text-underline-offset:3px;font-weight:900;}
.tektar-registration-form-wrap .tmp-form>button[type="submit"]{display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;margin-top:20px;border:0;border-radius:14px;background:linear-gradient(135deg,#149247,#087238);color:#fff;padding:0 24px;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 13px 28px rgba(0,120,58,.22);transition:transform .2s ease,box-shadow .2s ease;}
.tektar-registration-form-wrap .tmp-form>button[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 17px 32px rgba(0,120,58,.27);}
.tektar-registration-notice{padding:20px;border:1px solid rgba(0,120,58,.16);border-radius:16px;background:#eff9f3;color:#176338;font-weight:800;}
.tektar-registration-notice.is-error{border-color:rgba(170,35,35,.18);background:#fff4f4;color:#9c2525;}
@media(max-width:760px){.tektar-registration-shell{border-radius:22px}
.tektar-registration-intro{padding:27px 22px 25px}
.tektar-registration-form-wrap{padding:25px 20px 28px}
.tektar-registration-form-wrap .tmp-grid{grid-template-columns:1fr;gap:16px}
.tektar-registration-form-wrap .tmp-form details{padding-left:15px;padding-right:15px}
}
.tektar-member-guest-panel h3{max-width:520px!important;margin:0!important;color:#12251a!important;font-family:Helvetica,Arial,sans-serif!important;font-size:25px!important;line-height:1.18!important;font-weight:600!important;letter-spacing:-.015em!important;}
@media(max-width:560px){.tektar-member-guest-panel h3{
    font-size:23px!important;
    line-height:1.2!important;
  }
}
.tektar-brand{overflow:visible!important;padding-top:12px!important;}
.tektar-brand .custom-logo-link{display:inline-flex!important;overflow:visible!important;padding-top:3px!important;}
.tektar-brand .custom-logo{display:block!important;overflow:visible!important;}
.tektar-brand:after{clip-path:inset(0 0 16px 0 round 18px)!important;}


.tektar-member-welcome-panel small,
.tektar-contact-kicker{font-family:Helvetica,"Helvetica Neue","Swiss 721",Arial,sans-serif!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.15em!important;color:#00783a!important;text-transform:uppercase!important;}
.tektar-member-welcome-panel h3{margin:8px 0 15px!important;font-family:Helvetica,"Helvetica Neue","Swiss 721",Arial,sans-serif!important;font-size:25px!important;line-height:1.2!important;font-weight:700!important;}


.tektar-member-welcome-title{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;margin:8px 0 18px!important;}
.tektar-member-welcome-title > span{display:block!important;}
.tektar-member-welcome-name{margin:0!important;}
.tektar-password-field-wrap{position:relative!important;display:block!important;width:100%!important;}
.tektar-password-field-wrap input[type="password"],
.tektar-password-field-wrap input[type="text"]{padding-right:58px!important;}
.tektar-password-toggle{position:absolute!important;z-index:3!important;top:50%!important;right:14px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#00783a!important;display:grid!important;place-items:center!important;transform:translateY(-50%)!important;box-shadow:none!important;cursor:pointer!important;transition:background .2s ease,color .2s ease,transform .2s ease!important;}
.tektar-password-toggle:hover,
.tektar-password-toggle:focus-visible{background:rgba(0,120,58,.09)!important;color:#005f2e!important;outline:none!important;}
.tektar-password-toggle:active{transform:translateY(-50%) scale(.94)!important;}
.tektar-password-toggle svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none!important;}
@media(max-width:980px){

.tektar-member-welcome-title{align-items:center!important;gap:10px!important}
}

.tektar-footer-reference .tektar-footer-brand>a,
.tektar-footer-reference .tektar-footer-brand .custom-logo-link{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;height:auto!important;max-width:230px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;box-shadow:none!important;}
.tektar-footer-reference .tektar-footer-brand img,
.tektar-footer-reference .tektar-footer-brand .custom-logo{display:block!important;width:auto!important;height:auto!important;max-width:230px!important;max-height:86px!important;object-fit:contain!important;object-position:left center!important;border:0!important;border-radius:0!important;clip-path:none!important;background:transparent!important;box-shadow:none!important;}
.tektar-footer-reference .tektar-footer-address{text-align:left!important;justify-self:stretch!important;min-width:0!important;}
.tektar-footer-reference .tektar-footer-address p{display:block!important;margin:0!important;text-align:left!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;line-height:1.65!important;max-width:270px!important;}
.tektar-footer-reference .tektar-footer-contact{min-width:230px!important;}
.tektar-footer-contact-row{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 10px!important;line-height:1.35!important;white-space:nowrap!important;}
.tektar-footer-contact-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;flex:0 0 22px!important;color:#fff!important;}
.tektar-footer-contact-icon svg{display:block!important;width:21px!important;height:21px!important;fill:currentColor!important;}
.tektar-footer-contact-row a{color:#fff!important;white-space:nowrap!important;}
@media(max-width:980px){.tektar-footer-reference .tektar-footer-address p{max-width:none!important}
.tektar-footer-reference .tektar-footer-contact{min-width:0!important}
}
@media(max-width:620px){.tektar-footer-reference .tektar-footer-brand>a,
  .tektar-footer-reference .tektar-footer-brand .custom-logo-link{
    max-width:200px!important;
  }
.tektar-footer-reference .tektar-footer-brand img,
  .tektar-footer-reference .tektar-footer-brand .custom-logo{
    max-width:200px!important;
    max-height:74px!important;
  }
}
@media (min-width:981px){.tektar-footer-reference .tektar-footer-grid{
    grid-template-columns:minmax(210px,1.16fr) repeat(3,minmax(0,1fr))!important;
    column-gap:0!important;
    align-items:start!important;
  }
.tektar-footer-reference .tektar-footer-address,
  .tektar-footer-reference .tektar-footer-contact,
  .tektar-footer-reference .tektar-footer-column{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    padding-left:46px!important;
    padding-right:34px!important;
    justify-self:stretch!important;
  }
.tektar-footer-reference .tektar-footer-address{
    padding-left:58px!important;
  }
.tektar-footer-reference .tektar-footer-address::after,
  .tektar-footer-reference .tektar-footer-contact::after{
    content:""!important;
    position:absolute!important;
    top:2px!important;
    right:0!important;
    width:1px!important;
    height:calc(100% - 4px)!important;
    background:rgba(255,255,255,.28)!important;
    pointer-events:none!important;
  }
.tektar-footer-reference .tektar-footer-address p{
    max-width:100%!important;
  }
}
@media (max-width:980px){.tektar-footer-reference .tektar-footer-address::after,
  .tektar-footer-reference .tektar-footer-contact::after{
    content:none!important;
  }
}
@media (min-width:981px){.tektar-footer-reference .tektar-footer-address::after,
  .tektar-footer-reference .tektar-footer-contact::after{
    top:0!important;
    bottom:auto!important;
    width:1px!important;
    height:168px!important;
    min-height:168px!important;
    max-height:168px!important;
    background:rgba(255,255,255,.24)!important;
  }
}
.tektar-footer-reference h1,
.tektar-footer-reference h2,
.tektar-footer-reference h3,
.tektar-footer-reference h4,
.tektar-footer-reference p,
.tektar-footer-reference li,
.tektar-footer-reference a,
.tektar-footer-reference span,
.tektar-footer-reference small{text-shadow:0 1px 2px rgba(0,0,0,.42),0 0 3px rgba(0,0,0,.16)!important;}
.tektar-footer-reference h3{text-shadow:0 2px 3px rgba(0,0,0,.44),0 0 4px rgba(0,0,0,.16)!important;}
.tektar-member-welcome-panel>small{display:inline-flex!important;align-items:center!important;gap:8px!important;width:max-content!important;margin:0 0 12px!important;padding:7px 11px!important;border:1px solid rgba(0,120,58,.16)!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(0,120,58,.08),rgba(0,120,58,.02))!important;color:#08763e!important;font-size:10px!important;font-weight:900!important;letter-spacing:.14em!important;line-height:1!important;box-shadow:0 6px 18px rgba(0,120,58,.07)!important;}
.tektar-member-welcome-panel>small:before{content:"";width:6px;height:6px;border-radius:50%;background:#16a45c;box-shadow:0 0 0 4px rgba(22,164,92,.10);}
.tektar-member-level-badge{padding:8px 12px!important;border-radius:999px!important;font-weight:800!important;letter-spacing:.01em!important;}
@media (max-width:900px){html.tektar-menu-open,
  body.tektar-menu-open{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
body.tektar-menu-open{
    position:fixed!important;
    inset:auto 0 0 0!important;
    top:var(--tektar-lock-y,0)!important;
    width:100%!important;
  }
body{padding-top:70px}
body>.tektar-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:max(10px,env(safe-area-inset-top))!important;
    left:12px!important;
    z-index:2147483646!important;
    height:48px!important;
    align-items:center!important;
    gap:5px!important;
    padding:0 15px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:15px!important;
    background:linear-gradient(145deg,#123122,#071b12)!important;
    color:#fff!important;
    box-shadow:0 10px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.08)!important;
    transform:translateZ(0)!important;
    visibility:visible!important;
    opacity:1!important;
    transition:background .25s ease,box-shadow .25s ease,transform .25s ease!important;
  }
body>.tektar-mobile-toggle:active{transform:scale(.97)!important}
body>.tektar-mobile-toggle span{
    width:3px!important;
    height:19px!important;
    border-radius:999px!important;
    background:#66f1a3!important;
    box-shadow:0 0 10px rgba(102,241,163,.38)!important;
  }
body>.tektar-mobile-toggle b{font-size:15px!important;letter-spacing:-.01em!important}
body.tektar-menu-open>.tektar-mobile-toggle{
    background:linear-gradient(145deg,#0a2417,#06160f)!important;
    box-shadow:0 8px 25px rgba(0,0,0,.28),0 0 0 1px rgba(102,241,163,.08)!important;
  }
body>.tektar-menu-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:2147483644!important;
    background:rgba(5,18,12,.56)!important;
    -webkit-backdrop-filter:blur(3px)!important;
    backdrop-filter:blur(3px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease,visibility .28s ease!important;
    touch-action:none!important;
  }
body>#tektar-sidebar{
    display:block!important;
    position:fixed!important;
    inset:0 auto auto 0!important;
    width:min(360px,88vw)!important;
    height:var(--tektar-mobile-vh,100dvh)!important;
    min-height:0!important;
    max-height:var(--tektar-mobile-vh,100dvh)!important;
    z-index:2147483645!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
    transform:translate3d(-104%,0,0) scale(.992)!important;
    transform-origin:left center!important;
    visibility:hidden!important;
    opacity:.98!important;
    pointer-events:none!important;
    transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility .38s ease!important;
    will-change:transform!important;
    border-radius:0 34px 34px 0!important;
    box-shadow:18px 0 55px rgba(5,28,16,.24)!important;
    contain:layout paint!important;
  }
body>#tektar-sidebar>.tektar-sidebar-inner{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    padding:max(18px,env(safe-area-inset-top)) 22px calc(18px + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    background:linear-gradient(180deg,#fff 0%,#fff 70%,#f8fcfa 100%)!important;
  }
#tektar-sidebar .tektar-brand{
    flex:0 0 auto!important;
    padding:0 4px 27px!important;
    margin:0!important;
  }
#tektar-sidebar .custom-logo-link{display:inline-flex!important;justify-content:center!important}
#tektar-sidebar .custom-logo{
    display:block!important;
    max-width:216px!important;
    max-height:98px!important;
    width:auto!important;
    height:auto!important;
    filter:drop-shadow(0 6px 8px rgba(0,0,0,.08))!important;
  }
#tektar-sidebar .tektar-slogan{
    margin-top:11px!important;
    font-size:13px!important;
    line-height:1.35!important;
    letter-spacing:.085em!important;
    color:#616661!important;
  }
#tektar-sidebar .tektar-nav{
    flex:1 1 auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0 3px 5px 0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:contain!important;
    touch-action:pan-y!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(0,120,58,.30) transparent!important;
  }
#tektar-sidebar .tektar-nav::-webkit-scrollbar{width:4px!important}
#tektar-sidebar .tektar-nav::-webkit-scrollbar-track{background:transparent!important}
#tektar-sidebar .tektar-nav::-webkit-scrollbar-thumb{background:rgba(0,120,58,.30)!important;border-radius:10px!important}
#tektar-sidebar .tektar-menu{margin:0!important;padding:0!important;touch-action:pan-y!important}
#tektar-sidebar .tektar-menu-item{margin:0 0 4px!important}
#tektar-sidebar .tektar-menu-link{
    min-height:44px!important;
    padding:5px 12px!important;
    gap:12px!important;
    border-radius:15px!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:600!important;
    transform:none!important;
    transition:background .28s ease,color .28s ease,box-shadow .28s ease,transform .28s ease!important;
  }
#tektar-sidebar .tektar-menu-link:before{
    background:radial-gradient(circle at 18% 50%,rgba(61,219,137,.22),rgba(25,166,96,.10) 46%,rgba(0,120,58,.02) 80%)!important;
  }
#tektar-sidebar .tektar-menu-link:hover,
  #tektar-sidebar .current-menu-item>.tektar-menu-link,
  #tektar-sidebar .current_page_item>.tektar-menu-link{
    transform:translateX(2px)!important;
    background:linear-gradient(90deg,rgba(36,190,111,.15),rgba(0,120,58,.045))!important;
    color:#087d43!important;
    box-shadow:inset 0 0 0 1px rgba(0,140,70,.035),0 7px 18px rgba(16,107,60,.055)!important;
  }
#tektar-sidebar .tektar-menu-icon{
    width:31px!important;
    height:31px!important;
    flex:0 0 31px!important;
    border-radius:10px!important;
    color:#1d9b5d!important;
    background:radial-gradient(circle at 35% 25%,rgba(162,255,205,.34),rgba(28,166,94,.08) 58%,rgba(0,120,58,.025))!important;
    box-shadow:0 0 15px rgba(13,171,86,.13)!important;
  }
#tektar-sidebar .tektar-menu-icon-core{display:grid!important;place-items:center!important;line-height:0!important}
#tektar-sidebar .tektar-menu-icon svg{display:block!important;width:18px!important;height:18px!important}
#tektar-sidebar .tektar-menu-text{display:block!important;min-width:0!important}
#tektar-sidebar .tektar-policy-menu-item{margin-top:0!important}
#tektar-sidebar .tektar-policy-menu-item .tektar-menu-text{font-size:14px!important}
#tektar-sidebar .tektar-search{
    flex:0 0 auto!important;
    margin:12px 0 0!important;
    padding-top:11px!important;
    border-top:1px solid rgba(0,120,58,.12)!important;
    touch-action:manipulation!important;
  }
#tektar-sidebar .tektar-search-form{
    height:45px!important;
    border-radius:14px!important;
    border:1px solid rgba(0,120,58,.16)!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 9px 24px rgba(20,70,42,.09),inset 0 1px rgba(255,255,255,.9)!important;
    transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease!important;
  }
#tektar-sidebar .tektar-search-form:focus-within{
    border-color:rgba(0,146,70,.40)!important;
    box-shadow:0 11px 27px rgba(20,100,57,.13),0 0 0 3px rgba(0,154,74,.08)!important;
    transform:translateY(-1px)!important;
  }
#tektar-sidebar .tektar-search-form button{width:45px!important;height:45px!important;padding:12px!important}
#tektar-sidebar .tektar-search-form input{font-size:14px!important}
#tektar-sidebar .tektar-sidebar-art{display:none!important;min-height:0!important;margin:0!important}
body.tektar-menu-open>.tektar-menu-overlay{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
body.tektar-menu-open>#tektar-sidebar{
    transform:translate3d(0,0,0) scale(1)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}
@media (max-width:900px) and (max-height:760px){body>#tektar-sidebar>.tektar-sidebar-inner{
    padding:max(12px,env(safe-area-inset-top)) 20px calc(12px + env(safe-area-inset-bottom))!important;
  }
#tektar-sidebar .tektar-brand{padding-bottom:16px!important}
#tektar-sidebar .custom-logo{max-width:198px!important;max-height:88px!important}
#tektar-sidebar .tektar-slogan{font-size:12px!important;margin-top:6px!important}
#tektar-sidebar .tektar-menu-item{margin-bottom:2px!important}
#tektar-sidebar .tektar-menu-link{min-height:40px!important;padding:4px 10px!important;font-size:14px!important}
#tektar-sidebar .tektar-menu-icon{width:29px!important;height:29px!important;flex-basis:29px!important}
#tektar-sidebar .tektar-menu-icon svg{width:17px!important;height:17px!important}
#tektar-sidebar .tektar-policy-menu-item .tektar-menu-text{font-size:13px!important}
#tektar-sidebar .tektar-search{margin-top:8px!important;padding-top:8px!important}
#tektar-sidebar .tektar-search-form{height:41px!important}
#tektar-sidebar .tektar-search-form button{width:41px!important;height:41px!important;padding:10px!important}
}
@media (prefers-reduced-motion:reduce) and (max-width:900px){body>#tektar-sidebar,
  body>.tektar-menu-overlay,
  body>.tektar-mobile-toggle,
  #tektar-sidebar .tektar-menu-link,
  #tektar-sidebar .tektar-search-form{transition:none!important}
}
