/*
Theme Name: E-GROWTH
Theme URI: https://www.e-growth.gr/
Author: E-GROWTH
Author URI: https://www.e-growth.gr/
Description: A fast, modern and mobile-first WordPress theme created for E-GROWTH. Fully compatible with Elementor and WooCommerce.
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: e-growth
*/

@font-face{font-family:Catorze;src:url(//www.e-growth.gr/wp-content/themes/e-growth/assets/fonts/catorze-light.woff2) format("woff2");font-display:optional;font-style:normal;font-weight:300}
@font-face{font-family:Catorze;src:url(//www.e-growth.gr/wp-content/themes/e-growth/assets/fonts/catorze-book.woff) format("woff");font-display:optional;font-style:normal;font-weight:400}
@font-face{font-family:"Open Sans";src:url(//www.e-growth.gr/wp-content/themes/e-growth/assets/fonts/open-sans-greek.woff2) format("woff2");font-display:optional;font-style:normal;font-weight:300 800;unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}
@font-face{font-family:"Open Sans";src:url(//www.e-growth.gr/wp-content/themes/e-growth/assets/fonts/open-sans-latin.woff2) format("woff2");font-display:optional;font-style:normal;font-weight:300 800;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --eg-yellow:#f8d608;
  --eg-yellow-hot:#ffe325;
  --eg-ink:#08090b;
  --eg-ink-soft:#111318;
  --eg-panel:#171a20;
  --eg-paper:#f6f5ef;
  --eg-white:#fff;
  --eg-muted:#9297a3;
  --eg-line:rgba(255,255,255,.12);
  --eg-radius:20px;
  --eg-container:min(1280px,calc(100% - 48px));
  --eg-body-font:"Open Sans",Helvetica,Arial,sans-serif;
  --eg-heading-font:Catorze,"Arial Narrow",Arial,sans-serif;
  --eg-shadow:0 24px 80px rgba(0,0,0,.24);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{--e-global-typography-primary-font-family:"Open Sans",Helvetica,Arial,sans-serif;--e-global-typography-secondary-font-family:"Open Sans",Helvetica,Arial,sans-serif;--e-global-typography-text-font-family:"Open Sans",Helvetica,Arial,sans-serif;--e-global-typography-accent-font-family:"Open Sans",Helvetica,Arial,sans-serif;margin:0;background:var(--eg-paper);color:var(--eg-ink);font-family:var(--eg-body-font)!important;font-size:18px;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-wrap:break-word}
body.eg-menu-open{overflow:hidden}
img{max-width:100%;height:auto}
svg{display:block}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input,textarea,select{font:inherit}
button,input,textarea,select,option,label,blockquote,figcaption,table,pre,code,kbd,samp,.elementor-widget-text-editor,.elementor-widget-text-editor *,.elementor-button,.elementor-button *,.elementor-nav-menu,.elementor-nav-menu a{font-family:var(--eg-body-font)!important}
h1,h1 *,h2,h2 *,h3,h3 *,h4,h4 *,h5,h5 *,h6,h6 *,.elementor-widget-heading .elementor-heading-title,.elementor-widget-heading .elementor-heading-title *{font-family:var(--eg-heading-font)!important;text-transform:uppercase!important}
.eg-header .eg-menu a,.eg-header .eg-menu a *,.elementor-location-header .elementor-nav-menu a,.elementor-location-header .elementor-nav-menu a *,.eg-header__cta,.eg-header__cta *,.eg-button,.eg-button *,.elementor-button,.elementor-button *,.wp-element-button,.wp-element-button *,.woocommerce a.button,.woocommerce a.button *,.woocommerce button.button,.woocommerce button.button *,button,button *,input[type="button"],input[type="submit"],input[type="reset"],.eg-footer__email,.eg-footer__email *,.eg-footer a[href^="mailto:"],.eg-footer a[href^="mailto:"] *,.elementor-location-footer a[href^="mailto:"],.elementor-location-footer a[href^="mailto:"] *,.has-catorze-font-family,.has-catorze-font-family *{font-family:var(--eg-heading-font)!important;text-transform:uppercase!important}
::selection{background:var(--eg-yellow);color:var(--eg-ink)}

.eg-container{width:var(--eg-container);margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;z-index:999999;top:12px;left:12px;width:auto;height:auto;padding:12px 18px;clip:auto;background:var(--eg-yellow);color:var(--eg-ink);font-weight:800}
.skip-link{z-index:10000}

/* Header */
.eg-header{position:fixed;z-index:1000;inset:0 0 auto;height:88px;background:rgba(8,9,11,.96);color:var(--eg-white);transition:background .3s ease,box-shadow .3s ease,transform .3s ease}
#masthead{width:100%;max-width:none}
.home .eg-header,.eg-hero-content-page .eg-header{background:transparent}
.admin-bar .eg-header{top:32px}
.eg-header.is-scrolled{background:rgba(8,9,11,.92);box-shadow:0 8px 40px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
.eg-header__inner{width:100%;height:100%;margin-inline:auto;padding-inline:clamp(20px,3vw,48px);display:flex;align-items:center;gap:32px}
.eg-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-family:var(--eg-heading-font)!important;font-size:32px;font-weight:400;line-height:1;letter-spacing:.04em;text-transform:none!important;white-space:nowrap}
.eg-brand span{display:flex;align-items:center;align-self:center;font-family:inherit!important;line-height:1;text-transform:none!important;transform:translateY(-0.1em)}
.eg-brand img{display:block;flex:0 0 auto;width:42px;height:48px;object-fit:contain;object-position:center}
.eg-nav{margin-left:auto}
.eg-menu{display:flex;align-items:center;gap:3px;margin:0;padding:0;list-style:none}
.eg-menu li{position:relative;margin:0}
.eg-menu a{display:flex;align-items:center;min-height:44px;padding:9px 13px;color:rgba(255,255,255,.82);font-size:15px;font-weight:600;letter-spacing:.035em;text-decoration:none;transition:color .2s ease,background .2s ease}
.eg-menu a:hover,.eg-menu a.is-section-active,.eg-menu .current-menu-item>a:not([href*="#"]),.eg-menu .current-menu-ancestor>a:not([href*="#"]),.elementor-location-header a.is-section-active{color:var(--eg-yellow)}
.eg-menu .menu-item-has-children>a::after{content:"+";margin-left:7px;color:var(--eg-yellow)}
.eg-menu .sub-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;margin:0;padding:10px;background:var(--eg-panel);border:1px solid var(--eg-line);border-radius:14px;box-shadow:var(--eg-shadow);list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.eg-menu li:hover>.sub-menu,.eg-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.eg-menu .sub-menu a{min-height:40px;border-radius:8px}
.eg-menu .sub-menu a:hover{background:rgba(255,255,255,.06)}
.eg-header__cta{display:inline-flex;align-items:center;gap:12px;padding:11px 17px;background:var(--eg-yellow);color:var(--eg-ink);border:1px solid var(--eg-yellow);border-radius:999px;text-decoration:none;font-size:15px;font-weight:800;white-space:nowrap;transition:transform .2s ease,background .2s ease}
.eg-header__cta:hover{background:var(--eg-yellow-hot);transform:translateY(-2px)}
.eg-menu-toggle{display:none;width:48px;height:48px;margin-left:auto;padding:12px;border:1px solid var(--eg-line);border-radius:50%;background:transparent;color:var(--eg-white);cursor:pointer}
.eg-menu-toggle span:not(.screen-reader-text){display:block;width:21px;height:1px;margin:5px auto;background:currentColor;transition:.25s ease}
.eg-menu-toggle[aria-expanded="true"] span:nth-last-child(3){transform:translateY(6px) rotate(45deg)}
.eg-menu-toggle[aria-expanded="true"] span:nth-last-child(2){opacity:0}
.eg-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-6px) rotate(-45deg)}
.eg-scroll-progress{position:fixed;z-index:1001;top:0;left:0;width:100%;height:2px;pointer-events:none}
.admin-bar .eg-scroll-progress{top:32px}
.eg-scroll-progress span{display:block;width:100%;height:100%;background:var(--eg-yellow);transform:scaleX(0);transform-origin:left}

/* Hero */
.eg-hero{position:relative;min-height:100svh;display:grid;align-items:center;overflow:hidden;background:var(--eg-ink);color:var(--eg-white);isolation:isolate}
.eg-hero__grid{position:absolute;z-index:-2;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 90%);mask-image:linear-gradient(to bottom,black,transparent 90%)}
.eg-hero__grid::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 46%,rgba(248,214,8,.07) 46% 46.15%,transparent 46.15%)}
.eg-hero__glow{position:absolute;z-index:-1;width:600px;height:600px;right:-240px;top:8%;background:var(--eg-yellow);border-radius:50%;filter:blur(160px);opacity:.16;animation:eg-pulse 7s ease-in-out infinite alternate}
.eg-hero__inner{width:var(--eg-container);margin-inline:auto;padding:148px 0 110px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.72fr);align-items:center;gap:clamp(52px,7vw,110px)}
.eg-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 24px;color:var(--eg-muted);font-size:13px;font-weight:800;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}
.eg-eyebrow>span{width:30px;height:2px;background:var(--eg-yellow)}
.eg-hero h1{max-width:800px;margin:0;font-size:clamp(52px,6vw,92px);font-weight:300;letter-spacing:-.045em;line-height:.94}
.eg-hero h1 span{position:relative;color:var(--eg-yellow);white-space:nowrap}
.eg-hero h1 span::after{content:"";position:absolute;left:0;right:0;bottom:.02em;height:3px;background:var(--eg-yellow);transform:scaleX(.18);transform-origin:left;animation:eg-line 1.2s .4s ease forwards}
.eg-hero__lead{max-width:680px;margin:34px 0 0;color:#b9bdc5;font-size:clamp(18px,1.6vw,23px);line-height:1.55}
.eg-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}
.eg-button,.elementor a.elementor-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:13px 22px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-weight:800;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.eg-button:hover,.elementor a.elementor-button:hover{transform:translateY(-3px)}
.eg-button--primary{background:var(--eg-yellow);color:var(--eg-ink);box-shadow:0 12px 32px rgba(248,214,8,.14)}
.eg-button--primary:hover{box-shadow:0 18px 42px rgba(248,214,8,.24)}
.eg-button--ghost{border-color:var(--eg-line);color:var(--eg-white)}
.eg-button--ghost:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.25)}
.eg-tech-list{display:flex;flex-wrap:wrap;gap:8px;margin:38px 0 0;padding:0;list-style:none}
.eg-tech-list li{margin:0;padding:7px 11px;border:1px solid var(--eg-line);border-radius:999px;color:#aeb2ba;font-family:var(--eg-body-font);font-size:11px;font-weight:600;letter-spacing:.05em}
.eg-tech-list li::before{content:"•";margin-right:7px;color:var(--eg-yellow)}

/* Code console */
.eg-console{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:var(--eg-radius);background:rgba(20,22,27,.8);box-shadow:0 40px 100px rgba(0,0,0,.48);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:perspective(1000px) rotateY(-2deg)}
.eg-console::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 35%);pointer-events:none}
.eg-console__bar{height:49px;display:flex;align-items:center;gap:7px;padding:0 17px;border-bottom:1px solid var(--eg-line)}
.eg-console__bar>span{width:8px;height:8px;border-radius:50%;background:#ff6767}
.eg-console__bar>span:nth-child(2){background:var(--eg-yellow)}
.eg-console__bar>span:nth-child(3){background:#4bd684}
.eg-console__bar b{margin-left:auto;color:#727782;font-family:var(--eg-body-font);font-size:11px;font-weight:500}
.eg-console__body{padding:24px 18px;font-family:var(--eg-body-font);font-size:13px;font-weight:400;line-height:1.75}
.eg-console__body p{display:grid;grid-template-columns:30px 1fr;margin:0;color:#d7dae0}
.eg-console__body i{color:#4e535e;font-style:normal;text-align:right;margin-right:16px;user-select:none}
.eg-console__body b{color:#d87fff;font-weight:500}
.eg-console__body em{color:#b9e46e;font-style:normal}
.eg-code-muted{color:#7b818b}
.eg-console__body .eg-console__status{margin-top:14px;padding-top:13px;border-top:1px solid var(--eg-line);color:var(--eg-yellow)}
.eg-console__status u{display:inline-block;width:6px;height:6px;margin-right:8px;background:#4bd684;border-radius:50%;box-shadow:0 0 12px #4bd684;text-decoration:none}
.eg-console__stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--eg-line)}
.eg-console__stats div{padding:19px 12px;text-align:center;border-right:1px solid var(--eg-line)}
.eg-console__stats div:last-child{border:0}
.eg-console__stats strong{display:block;color:var(--eg-yellow);font-size:25px;font-weight:600;line-height:1}
.eg-console__stats span{display:block;margin-top:6px;color:#767c87;font-family:var(--eg-body-font);font-size:10px;font-weight:600;text-transform:uppercase}
.eg-hero__scroll{position:absolute;left:24px;bottom:28px;display:flex;align-items:center;gap:12px;color:#777d87;font-family:var(--eg-body-font);font-size:10px;font-weight:600;letter-spacing:.14em;text-decoration:none;text-transform:uppercase;transform:rotate(-90deg);transform-origin:left center}
.eg-hero__scroll span{width:42px;height:1px;background:var(--eg-yellow)}

/* Editable "We Are Developers" section */
.eg-features{position:relative;padding:clamp(90px,10vw,150px) 0;background:var(--eg-paper);overflow:hidden}
.eg-features__inner{width:var(--eg-container);margin-inline:auto}
.eg-features__header{max-width:760px;margin:0 auto clamp(62px,7vw,94px);text-align:center}
.eg-features__header>p{margin:0 0 16px;color:#8b8f96;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eg-features__header h2{margin:0;color:var(--eg-ink);font-size:clamp(46px,6vw,78px);font-weight:300;letter-spacing:.025em;line-height:1}
.eg-features__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.2vw,34px)}
.eg-feature-card{position:relative;min-width:0;margin:0;text-align:center}
.eg-feature-card__link{display:block;height:100%;color:inherit;text-decoration:none}
.eg-feature-card__icon{position:relative;width:120px;height:120px;margin:0 auto 33px;display:grid;place-items:center;border-radius:50%;background:var(--eg-yellow);box-shadow:0 0 0 0 rgba(248,214,8,.25);transition:transform .35s ease,box-shadow .35s ease}
.eg-feature-card__icon::after{content:"";position:absolute;inset:-8px;border:1px solid transparent;border-radius:inherit;transition:border-color .35s ease,transform .35s ease}
.eg-feature-card__icon svg{width:59px;height:59px;fill:none;stroke:var(--eg-white);stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round}
.eg-feature-card__icon img{width:66px;height:66px;object-fit:contain}
.eg-feature-card h3{margin:0 0 14px;color:#24262b;font-size:clamp(23px,2vw,30px);font-weight:400;letter-spacing:.015em;line-height:1.12}
.eg-feature-card p{max-width:290px;margin:0 auto;color:#6f737a;font-size:15px;line-height:1.75}
.eg-feature-card__arrow{position:absolute;top:91px;left:calc(50% + 38px);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--eg-ink);color:var(--eg-yellow);font-family:var(--eg-heading-font);font-size:14px;opacity:0;transform:translate(-8px,8px);transition:opacity .3s ease,transform .3s ease}
.eg-feature-card:hover .eg-feature-card__icon,.eg-feature-card:focus-within .eg-feature-card__icon{transform:translateY(-7px);box-shadow:0 20px 45px rgba(154,130,0,.2)}
.eg-feature-card:hover .eg-feature-card__icon::after,.eg-feature-card:focus-within .eg-feature-card__icon::after{border-color:rgba(8,9,11,.2);transform:scale(1.04)}
.eg-feature-card:hover .eg-feature-card__arrow,.eg-feature-card:focus-within .eg-feature-card__arrow{opacity:1;transform:none}
.eg-feature-card__link:focus-visible{outline:3px solid var(--eg-ink);outline-offset:8px;border-radius:12px}

/* Editable "We Are Professionals" section and shortcode area */
.eg-about{position:relative;padding:clamp(90px,10vw,150px) 0;background:var(--eg-white);border-top:1px solid #ebe9e2;overflow:hidden}
.eg-about::after{content:"";position:absolute;z-index:0;right:-170px;top:-170px;width:410px;height:410px;border:1px solid rgba(248,214,8,.4);border-radius:50%;box-shadow:0 0 0 58px rgba(248,214,8,.035),0 0 0 116px rgba(248,214,8,.02);pointer-events:none}
.eg-about__inner{position:relative;z-index:1;width:var(--eg-container);margin-inline:auto}
.eg-about__header{max-width:760px;margin:0 auto 42px;text-align:center}
.eg-about__eyebrow{margin:0 0 16px;color:#8b8f96;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eg-about__header h2{margin:0;color:var(--eg-ink);font-size:clamp(46px,6vw,78px);font-weight:300;letter-spacing:.025em;line-height:1}
.eg-about__intro{width:min(980px,100%);margin:0 auto;text-align:center;color:#656970;font-size:clamp(18px,1.7vw,24px);line-height:1.75}
.eg-about__intro p{margin:.35em 0}
.eg-about__intro em{font-style:italic;font-weight:600}
.eg-team{margin-top:clamp(60px,8vw,105px)}
.eg-team__header{margin:0 auto 42px;text-align:center}
.eg-team__header>p{margin:0 0 13px;color:#8b8f96;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eg-team__header h3{margin:0;color:var(--eg-ink);font-size:clamp(34px,4vw,56px);font-weight:300;letter-spacing:.025em;line-height:1}
.eg-team__grid{display:grid;grid-template-columns:repeat(var(--eg-team-columns),minmax(0,1fr));gap:22px}
.eg-team-card{min-width:0;background:#f3f3f0;border:1px solid rgba(8,9,11,.06);overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.eg-team-card:hover{transform:translateY(-7px);border-color:var(--eg-yellow);box-shadow:0 22px 50px rgba(8,9,11,.1)}
.eg-team-card__photo{display:grid;place-items:center;aspect-ratio:4/5;background:linear-gradient(145deg,#24292e,#0d0f11);overflow:hidden}
.eg-team-card__photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .4s ease,transform .5s ease}
.eg-team-card:hover .eg-team-card__photo img{filter:none;transform:scale(1.035)}
.eg-team-card__photo span{color:var(--eg-yellow);font:400 clamp(42px,5vw,70px)/1 Catorze,sans-serif}
.eg-team-card__content{padding:27px}
.eg-team-card h4{margin:0;font-size:clamp(24px,2.2vw,32px);line-height:1.05}
.eg-team-card__role{margin:9px 0 0;color:#a88e00;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.eg-team-card__bio{margin:18px 0 0;color:var(--eg-muted);font-size:14px;line-height:1.65}
.eg-team-card__socials{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}
.eg-team-card__socials a{padding:6px 9px;border:1px solid #d8d8d3;border-radius:999px;color:#555b62;font-size:10px;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease}
.eg-team-card__socials a:hover,.eg-team-card__socials a:focus-visible{border-color:var(--eg-ink);background:var(--eg-ink);color:var(--eg-yellow)}
.eg-about__dynamic{width:100%;margin-top:clamp(54px,7vw,92px)}
.eg-about__dynamic>.wp-block-group:first-child,.eg-about__dynamic>div:first-child{margin-top:0}
.eg-about__dynamic>:last-child{margin-bottom:0}
.eg-about__dynamic .elementor-shortcode{width:100%}
.eg-about__cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(38px,5vw,64px);
    flex-direction: column;
    align-items: center;
}
.eg-about__cta .eg-button{min-width:220px}

/* Editable "We Are Experts" section */
.eg-expertise{position:relative;padding:clamp(90px,10vw,150px) 0;background:#f1f2f2;overflow:hidden}
.eg-expertise::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,9,11,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(8,9,11,.025) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}
.eg-expertise__inner{position:relative;width:var(--eg-container);margin-inline:auto}
.eg-expertise__header{max-width:940px;margin:0 auto clamp(60px,7vw,92px);text-align:center}
.eg-expertise__header>p{margin:0 0 16px;color:#8b8f96;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eg-expertise__header h2{margin:0;color:var(--eg-ink);font-size:clamp(44px,5.6vw,76px);font-weight:300;letter-spacing:.025em;line-height:1.05}
.eg-expertise__grid{display:grid;gap:28px}
.eg-expertise--cols-1 .eg-expertise__grid{grid-template-columns:1fr}
.eg-expertise--cols-2 .eg-expertise__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.eg-expertise--cols-3 .eg-expertise__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.eg-expertise--cols-4 .eg-expertise__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.eg-expertise-card{position:relative;min-width:0;min-height:198px;margin:0;background:var(--eg-white);border:1px solid rgba(8,9,11,.055);box-shadow:0 2px 0 rgba(8,9,11,.04);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.eg-expertise-card__link,.eg-expertise-card--static{height:100%}
.eg-expertise-card__link{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:27px;padding:34px;color:inherit;text-decoration:none}
.eg-expertise-card--static{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:27px;padding:34px}
.eg-expertise-card__media{display:grid;place-items:center;width:100px;height:100px;color:#ddbe00}
.eg-expertise-card__media svg{width:82px;height:82px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.eg-expertise-card__media img{max-width:100px;max-height:82px;object-fit:contain}
.eg-expertise-card__media>span{font-family:var(--eg-heading-font);font-size:38px;font-weight:600;text-transform:uppercase}
.eg-expertise-card__content{min-width:0}
.eg-expertise-card h3{margin:0 0 10px;color:#2b2d31;font-size:clamp(22px,1.8vw,29px);font-weight:400;letter-spacing:.015em;line-height:1.18}
.eg-expertise-card p{margin:0;color:#74787e;font-size:15px;line-height:1.7}
.eg-expertise-card__arrow{position:absolute;right:22px;top:20px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--eg-yellow);color:var(--eg-ink);font-family:var(--eg-heading-font);font-size:16px;opacity:0;transform:translate(-7px,7px);transition:opacity .25s ease,transform .25s ease}
.eg-expertise-card:hover,.eg-expertise-card:focus-within{z-index:1;border-color:rgba(190,160,0,.35);box-shadow:0 24px 55px rgba(23,22,14,.1);transform:translateY(-6px)}
.eg-expertise-card:hover .eg-expertise-card__arrow,.eg-expertise-card:focus-within .eg-expertise-card__arrow{opacity:1;transform:none}
.eg-expertise-card__link:focus-visible{outline:3px solid var(--eg-yellow);outline-offset:4px}
.eg-expertise--cols-3 .eg-expertise-card__link,.eg-expertise--cols-4 .eg-expertise-card__link{grid-template-columns:1fr;align-content:start;text-align:center}
.eg-expertise--cols-3 .eg-expertise-card--static,.eg-expertise--cols-4 .eg-expertise-card--static{grid-template-columns:1fr;align-content:start;text-align:center}
.eg-expertise--cols-3 .eg-expertise-card__media,.eg-expertise--cols-4 .eg-expertise-card__media{margin-inline:auto}

/* Configurable and interactive news section */
.eg-news{position:relative;padding:clamp(90px,10vw,150px) 0;background:var(--eg-white);overflow:hidden}
.eg-news__inner{width:var(--eg-container);margin-inline:auto}
.eg-news__header{max-width:900px;margin:0 auto clamp(50px,6vw,78px);text-align:center}
.eg-news__header>p{margin:0 0 16px;color:#8b8f96;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eg-news__header h2{margin:0;color:var(--eg-ink);font-size:clamp(46px,6vw,78px);font-weight:300;letter-spacing:.025em;line-height:1}
.eg-news__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:-24px 0 48px}
.eg-news__filters button{min-height:38px;padding:8px 14px;border:1px solid #d8d6ce;border-radius:999px;background:transparent;color:#71757c;font-size:12px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.eg-news__filters button:hover{border-color:#a78f00;color:var(--eg-ink);transform:translateY(-2px)}
.eg-news__filters button.is-active{border-color:var(--eg-yellow);background:var(--eg-yellow);color:var(--eg-ink)}
.eg-news__items{display:grid;gap:28px}
.eg-news--grid.eg-news--cols-2 .eg-news__items{grid-template-columns:repeat(2,minmax(0,1fr))}
.eg-news--grid.eg-news--cols-3 .eg-news__items{grid-template-columns:repeat(3,minmax(0,1fr))}
.eg-news--grid.eg-news--cols-4 .eg-news__items{grid-template-columns:repeat(4,minmax(0,1fr))}
.eg-news--list .eg-news__items{grid-template-columns:1fr;gap:0;border-top:1px solid #dfddd5}
.eg-news-card{position:relative;min-width:0;margin:0;background:#f7f7f4;border:1px solid #e2e0d8;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.eg-news-card[hidden]{display:none!important}
.eg-news-card:hover,.eg-news-card:focus-within{z-index:1;border-color:rgba(190,160,0,.42);box-shadow:0 22px 55px rgba(20,19,12,.1);transform:translateY(-6px)}
.eg-news-card__image{display:grid;place-items:center;overflow:hidden;background:var(--eg-yellow);text-decoration:none}
.eg-news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.eg-news-card:hover .eg-news-card__image img,.eg-news-card:focus-within .eg-news-card__image img{transform:scale(1.055)}
.eg-news-card__image>span{color:var(--eg-ink);font-family:var(--eg-heading-font);font-size:35px;text-transform:none}
.eg-news-card__content{min-width:0;padding:27px}
.eg-news-card__categories{margin:0 0 12px;color:#aa9000;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.eg-news-card h3{margin:0;font-size:clamp(25px,2.2vw,34px);font-weight:400;line-height:1.16}
.eg-news-card h3 a{text-decoration:none}
.eg-news-card__excerpt{margin:17px 0 0;color:#70747a;font-size:15px;line-height:1.75}
.eg-news-card__meta{display:flex;align-items:center;gap:16px;margin-top:23px;padding-top:17px;border-top:1px solid #deddd6;color:#858990;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.eg-news-card__meta>a{display:grid;place-items:center;width:34px;height:34px;margin-left:auto;border-radius:50%;background:var(--eg-ink);color:var(--eg-yellow);font-family:var(--eg-heading-font);font-size:16px;text-decoration:none;transform:rotate(-18deg);transition:transform .25s ease,background .25s ease}
.eg-news-card:hover .eg-news-card__meta>a,.eg-news-card:focus-within .eg-news-card__meta>a{background:var(--eg-yellow);color:var(--eg-ink);transform:none}
.eg-news--grid .eg-news-card{display:flex;flex-direction:column;border-radius:var(--eg-radius);overflow:hidden}
.eg-news--grid .eg-news-card__image{aspect-ratio:1.55}
.eg-news--grid .eg-news-card__content{display:flex;flex:1;flex-direction:column}
.eg-news--grid .eg-news-card__meta{margin-top:auto}
.eg-news--list .eg-news-card{display:grid;grid-template-columns:minmax(240px,375px) minmax(0,1fr);align-items:stretch;background:transparent;border-width:0 0 1px;box-shadow:none}
.eg-news--list .eg-news-card:hover,.eg-news--list .eg-news-card:focus-within{background:#f8f8f5;box-shadow:none;transform:none}
.eg-news--list .eg-news-card__image{min-height:220px;margin:30px 0}
.eg-news--list .eg-news-card__content{align-self:center;padding:38px}
.eg-news__cta{display:flex;justify-content:center;margin-top:clamp(42px,6vw,72px)}

/* Editable contact section */
.eg-contact{position:relative;padding:clamp(90px,10vw,150px) 0;background:var(--eg-paper);border-top:1px solid #e3e1d9;overflow:hidden}
.eg-contact::before{content:"";position:absolute;left:-190px;bottom:-230px;width:520px;height:520px;border-radius:50%;background:var(--eg-yellow);filter:blur(3px);opacity:.075;pointer-events:none}
.eg-contact__inner{position:relative;width:var(--eg-container);margin-inline:auto}
.eg-contact__header{max-width:900px;margin:0 auto clamp(64px,7vw,94px);text-align:center}
.eg-contact__header>p{margin:0 0 16px;color:#8b8f96;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.eg-contact__header h2{margin:0;color:var(--eg-ink);font-size:clamp(46px,6vw,78px);font-weight:300;letter-spacing:.025em;line-height:1}
.eg-contact__header>div{margin-top:28px;color:#767a81;font-size:16px;font-weight:600;letter-spacing:.06em}
.eg-contact__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:start;gap:clamp(48px,7vw,100px)}
.eg-contact__form{min-width:0;padding:clamp(26px,3vw,42px);background:var(--eg-white);border:1px solid #e3e1d9;border-radius:var(--eg-radius);box-shadow:0 22px 65px rgba(18,18,12,.07)}
.eg-contact__form .wpforms-container{margin:0}
.eg-contact__form .wpforms-field{padding:0 0 20px}
.eg-contact__form .wpforms-field-label{margin:0 0 8px;color:#3b3e43;font-family:var(--eg-body-font)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.1em;text-transform:uppercase}
.eg-contact__form input:not([type="checkbox"]):not([type="radio"]),.eg-contact__form textarea,.eg-contact__form select{width:100%!important;max-width:none!important;min-height:52px;padding:12px 15px!important;border:1px solid #d8d7d0!important;border-radius:9px!important;background:#f7f7f4!important;color:var(--eg-ink)!important;box-shadow:none!important;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.eg-contact__form textarea{min-height:190px!important;resize:vertical}
.eg-contact__form input:focus,.eg-contact__form textarea:focus,.eg-contact__form select:focus{border-color:#a18a00!important;background:var(--eg-white)!important;box-shadow:0 0 0 3px rgba(248,214,8,.2)!important}
.eg-contact__form .wpforms-submit-container{padding-top:6px}
.eg-contact__form button[type="submit"]{min-height:54px!important;padding:13px 25px!important;border:1px solid var(--eg-yellow)!important;border-radius:999px!important;background:var(--eg-yellow)!important;color:var(--eg-ink)!important;box-shadow:none!important}
.eg-contact__form button[type="submit"]:hover{background:var(--eg-yellow-hot)!important;transform:translateY(-2px)}
.eg-contact__aside{min-width:0}
.eg-contact__copy{color:#686c73;font-size:16px;line-height:1.75}
.eg-contact__copy h4{margin:0 0 8px;color:#292b30;font-size:clamp(24px,2.2vw,34px);font-weight:400;line-height:1.15}
.eg-contact__copy p{margin:0 0 28px}
.eg-contact__copy strong{color:#35383d;font-weight:700}
.eg-contact__details{margin-top:clamp(54px,7vw,82px);padding-top:34px;border-top:1px solid #d9d7cf}
.eg-contact__details h3{margin:0 0 27px;color:#292b30;font-size:32px;font-weight:400}
.eg-contact-detail{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:15px;margin:0 0 20px;color:#6b6f76}
.eg-contact-detail__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#deddd7;color:#555960}
.eg-contact-detail__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.eg-contact-detail address{margin:0;font-style:normal;line-height:1.7}
.eg-contact-detail a{align-self:center;color:#555960;text-decoration:none}
.eg-contact-detail a:hover{color:#897500}
.eg-contact-detail__email{color:#897500!important;font-weight:600}

/* Elementor compatibility and enhancement */
.eg-elementor-content{position:relative;background:var(--eg-paper)}
.eg-elementor-content>.elementor{overflow:hidden}
.elementor-widget-text-editor,.elementor-widget-text-editor p{font-family:var(--eg-body-font)}
.elementor-widget-heading .elementor-heading-title{letter-spacing:-.025em}
.elementor a.elementor-button{border-radius:999px}
.elementor img{height:auto}
.elementor-section-wrap>.elementor-section,.elementor>.elementor-section{isolation:isolate}
.elementor-widget-container ul:not(.menu):not(.slick-dots){padding-left:1.2em}
.eg-elementor-content input:not([type="checkbox"]):not([type="radio"]),.eg-elementor-content textarea,.eg-elementor-content select{width:100%;min-height:52px;padding:12px 15px;border:1px solid #d5d4cd;border-radius:10px;background:#fff;color:var(--eg-ink);outline:0;transition:border-color .2s,box-shadow .2s}
.eg-elementor-content textarea{min-height:140px;resize:vertical}
.eg-elementor-content input:focus,.eg-elementor-content textarea:focus,.eg-elementor-content select:focus{border-color:#9e8900;box-shadow:0 0 0 3px rgba(248,214,8,.22)}

/* Interior pages */
.eg-main{min-height:65vh}
.eg-page-main,.eg-fullwidth{padding-top:88px}
.eg-hero-content-page .eg-site,
.eg-hero-content-main,
.eg-hero-content-main>.eg-hero-content,
.eg-hero-content-main>.eg-hero-content>.elementor{
  width:100%;
  max-width:none;
  margin:0;
  padding:0
}
.eg-hero-content-page .eg-page-content:not(.elementor),
.page-template-template-hero-content-php .eg-page-content:not(.elementor){
  width:100%;
  max-width:none;
  margin:0!important;
  padding:0!important
}
.eg-hero-content-main>.eg-hero-content>.elementor>.e-con.e-parent,
.eg-hero-content-main>.eg-hero-content>.elementor>.elementor-section,
.eg-hero-content-main>.eg-hero-content>.elementor>.elementor-section-wrap>.elementor-section{
  width:100%;
  max-width:none;
  margin-inline:0!important;
  padding:0!important
}
.eg-hero-content-page .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
  padding:0!important
}
.eg-page-hero{padding:clamp(90px,12vw,170px) 0 70px;background:var(--eg-ink);color:var(--eg-white)}
.eg-page-hero h1,.eg-listing__header h1,.eg-single__header h1{max-width:1000px;margin:0;font-size:clamp(44px,7vw,88px);font-weight:300;letter-spacing:-.045em;line-height:1}
.eg-page-content:not(.elementor){width:var(--eg-container);margin:70px auto}
.elementor-page .eg-page-content{width:100%}
.eg-contained-content{padding-top:150px;padding-bottom:100px}
.eg-listing{padding-top:170px;padding-bottom:110px}
.eg-listing__header{max-width:900px;margin-bottom:70px}
.eg-listing__header>div{max-width:680px;color:#60636a}
.eg-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.eg-post-card{overflow:hidden;background:#fff;border:1px solid #e5e3dc;border-radius:var(--eg-radius);transition:transform .3s ease,box-shadow .3s ease}
.eg-post-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(20,20,15,.1)}
.eg-post-card__image{display:grid;place-items:center;aspect-ratio:1.6;overflow:hidden;background:var(--eg-yellow);text-decoration:none}
.eg-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.eg-post-card:hover .eg-post-card__image img{transform:scale(1.04)}
.eg-post-card__image>span{font-size:80px;font-weight:800;line-height:1}
.eg-post-card__body{padding:26px}
.eg-post-card__body>p{margin:0 0 10px;color:#777;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.eg-post-card h2{margin:0 0 14px;font-size:28px;line-height:1.12}
.eg-post-card h2 a{text-decoration:none}
.eg-post-card__body>div{color:#5a5d63;font-size:16px}
.eg-post-card__link{display:inline-block;margin-top:12px;color:#685a00;font-size:14px;font-weight:800}
.navigation.pagination{margin-top:50px}
.nav-links{display:flex;gap:8px}
.page-numbers{display:grid;place-items:center;min-width:44px;height:44px;padding:0 12px;border:1px solid #d7d5cd;border-radius:999px;text-decoration:none}
.page-numbers.current,.page-numbers:hover{background:var(--eg-yellow);border-color:var(--eg-yellow)}
.eg-single{padding-top:170px;padding-bottom:110px}
.eg-single__header{margin-bottom:55px}
.eg-single__header>a{display:inline-block;margin-top:24px;color:#6c5d00}
.eg-single__image{overflow:hidden;max-height:680px;border-radius:var(--eg-radius)}
.eg-single__image img{width:100%;height:100%;object-fit:cover}
.eg-prose{width:min(780px,calc(100% - 48px));margin:64px auto;font-family:var(--eg-body-font);font-size:18px;line-height:1.8}
.eg-prose h2,.eg-prose h3,.eg-prose h4{line-height:1.15}
.eg-prose h2{margin-top:2em;font-size:42px}
.eg-prose a{color:#695900}
.eg-prose blockquote{margin:2em 0;padding:8px 0 8px 26px;border-left:4px solid var(--eg-yellow);font-family:var(--eg-body-font);font-size:24px}
.eg-prose pre{max-width:100%;overflow:auto;padding:24px;border-radius:14px;background:var(--eg-ink);color:#eee}
.eg-article-share{width:min(780px,calc(100% - 48px));margin:0 auto;padding-top:30px;border-top:1px solid #d9d7cf}
.eg-article-share>p{margin:0 0 16px;color:#696c72;font-family:var(--eg-heading-font);font-size:13px;font-weight:600;letter-spacing:.12em}
.eg-article-share__buttons{display:flex;flex-wrap:wrap;gap:9px}
.eg-article-share__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:10px 15px;border:1px solid #d5d3cb;border-radius:999px;background:#fff;color:var(--eg-ink);font:600 13px/1 var(--eg-body-font);text-decoration:none;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}
.eg-article-share__button:hover,.eg-article-share__button:focus-visible{transform:translateY(-2px);border-color:var(--eg-yellow);background:var(--eg-yellow);color:var(--eg-ink)}
.eg-article-share__button svg{width:17px;height:17px;flex:none;fill:currentColor}
.eg-article-share__button[hidden]{display:none}
.comments-area{padding-top:40px;border-top:1px solid #ddd}
.comment-list{padding:0;list-style:none}
.comment-body{margin:22px 0;padding:24px;background:#fff;border-radius:14px}
.eg-error{padding-top:180px;padding-bottom:120px;text-align:center}
.eg-error__code{margin:0;color:var(--eg-yellow);font-size:clamp(120px,24vw,300px);font-weight:800;letter-spacing:-.08em;line-height:.75;text-shadow:1px 1px 0 #111,-1px -1px 0 #111}
.eg-error h1{font-size:clamp(38px,5vw,68px);line-height:1}
.eg-error .eg-button{margin-top:25px}

/* Footer */
.eg-footer{position:relative;overflow:hidden;background:var(--eg-ink);color:var(--eg-white)}
.eg-footer__signal{height:8px;background:#191b20}
.eg-footer__signal span{display:block;width:32%;height:100%;background:var(--eg-yellow)}
.eg-footer__inner{width:var(--eg-container);margin-inline:auto;padding:80px 0 64px;display:grid;grid-template-columns:minmax(260px,.8fr) 2fr;gap:clamp(55px,8vw,120px)}
.eg-brand--footer{font-size:38px}
.eg-brand--footer img{width:52px;height:59px}
.eg-footer__intro>p{max-width:390px;margin:27px 0;color:#999ea8;font-size:16px}
.eg-footer__email{display:inline-flex;gap:10px;color:var(--eg-yellow);font-size:19px;font-weight:600}
.eg-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.eg-socials a{padding:6px 10px;border:1px solid var(--eg-line);border-radius:999px;color:#9297a1;font-family:var(--eg-body-font);font-size:10px;font-weight:600;letter-spacing:.04em;text-decoration:none;transition:.2s ease}
.eg-socials a:hover{border-color:var(--eg-yellow);color:var(--eg-yellow)}
.eg-footer__techbehemoths{display:block;width:215px;margin:36px 0 0;padding:0;border:0;background:transparent;color:inherit;line-height:0;text-decoration:none}
.eg-footer__techbehemoths img{display:block;width:100%;height:auto}
.eg-footer__techbehemoths svg{display:none}
.eg-footer__techbehemoths:focus-visible{outline:2px solid var(--eg-yellow);outline-offset:6px}
.eg-footer__trustindex{margin-top:30px}
.eg-footer__developer-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:min(100%,390px);margin-top:24px;gap:14px;line-height:0}
.eg-footer__developer-badges img{display:block;width:100%;height:auto}
.eg-footer__badges{width:var(--eg-container);margin-inline:auto;padding:28px 0 34px;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:28px;overflow-x:auto;border-top:1px solid var(--eg-line);scrollbar-width:thin;scrollbar-color:#626773 transparent}
.eg-footer__badges:focus-visible{outline:2px solid var(--eg-yellow);outline-offset:-2px}
.eg-footer__badges .eg-footer__developer-badges{display:contents}
.eg-footer__badges .eg-footer__developer-badges img{flex:0 0 170px;width:170px;height:auto}
.eg-footer__badges .eg-footer__techbehemoths{flex:0 0 170px;width:170px;margin:0}
.eg-footer__badges .eg-footer__trustindex{flex:0 0 200px;margin:0}
.eg-footer__badges .eg-footer__trustindex img{display:block;width:200px;height:auto}
.eg-footer__widgets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.eg-footer-widget{margin:0}
.eg-footer-widget .widget-title{margin:0 0 22px;color:#8a8f99;font-size:15px;font-weight:600;line-height:1.3;letter-spacing:.12em}
.eg-footer-widget ul{margin:0;padding:0;list-style:none}
.eg-footer-widget li{margin:0 0 10px}
.eg-footer-widget a{color:#c7cad0;font-size:14px;text-decoration:none;transition:color .2s ease}
.eg-footer-widget a:hover{color:var(--eg-yellow)}
#nav_menu-9{margin-top:20px}
.eg-footer__base{width:var(--eg-container);margin-inline:auto;padding:24px 0 30px;display:flex;align-items:center;gap:30px;border-top:1px solid var(--eg-line);color:#696e78;font-family:var(--eg-body-font);font-size:10px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}
.eg-footer__base p{margin:0}
.eg-footer__base p:nth-child(2){margin-left:auto}
.eg-footer__base a{color:#a9adb5;text-decoration:none}
.eg-footer__base a:hover{color:var(--eg-yellow)}

.js .eg-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.js .eg-reveal.is-visible{opacity:1;transform:none}
@keyframes eg-pulse{to{opacity:.23;transform:translate(-40px,50px) scale(1.1)}}
@keyframes eg-line{to{transform:scaleX(1)}}

@media (max-width:1180px){
  .eg-header__cta{display:none}
  .eg-menu a{padding-inline:9px;font-size:14px}
  .eg-footer__inner{grid-template-columns:1fr}
}

@media (max-width:1024px){
  :root{--eg-container:min(100% - 40px,960px)}
	.eg-header.is-scrolled{background:rgba(8,9,11,.98);-webkit-backdrop-filter:none;backdrop-filter:none}
  .eg-menu-toggle{display:block}
  .eg-nav{position:fixed;inset:88px 0 auto;display:none;width:100%;height:calc(100vh - 88px);height:calc(100dvh - 88px);margin:0;padding:30px 20px max(60px,env(safe-area-inset-bottom));background:rgba(8,9,11,.99);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .admin-bar .eg-nav{top:120px;height:calc(100vh - 120px);height:calc(100dvh - 120px)}
  .eg-nav.is-open{display:block}
  .eg-menu{display:block;width:min(700px,100%);margin:auto}
  .eg-menu a{min-height:58px;padding:10px 4px;border-bottom:1px solid var(--eg-line);font-size:clamp(24px,5vw,40px);font-weight:300}
  .eg-menu .menu-item-has-children>a::after{margin-left:auto}
  .eg-menu .sub-menu{position:static;display:block;min-width:0;padding:0 0 0 22px;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .eg-menu .sub-menu a{min-height:44px;font-size:18px}
  .eg-hero__inner{grid-template-columns:1fr;padding-top:150px;gap:64px}
  .eg-console{width:min(700px,100%);transform:none}
  .eg-hero__scroll{display:none}
  .eg-features__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px 28px}
  .eg-expertise--cols-3 .eg-expertise__grid,.eg-expertise--cols-4 .eg-expertise__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eg-news--grid.eg-news--cols-3 .eg-news__items,.eg-news--grid.eg-news--cols-4 .eg-news__items{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eg-news--list .eg-news-card{grid-template-columns:minmax(210px,32%) minmax(0,1fr)}
  .eg-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eg-footer__widgets{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:782px){
  .admin-bar .eg-header{top:46px}
  .admin-bar .eg-scroll-progress{top:46px}
  .admin-bar .eg-nav{top:134px;height:calc(100vh - 134px);height:calc(100dvh - 134px)}
}

@media (max-width:680px){
  :root{--eg-container:calc(100% - 28px);--eg-radius:16px}
  html{scroll-padding-top:78px}
  body{font-size:17px}
  .eg-header{height:76px}
  .eg-brand{gap:9px;font-size:27px}
  .eg-brand img{width:35px;height:40px}
  .eg-menu-toggle{width:44px;height:44px}
  .eg-nav{top:76px;height:calc(100vh - 76px);height:calc(100dvh - 76px)}
  .admin-bar .eg-nav{top:122px;height:calc(100vh - 122px);height:calc(100dvh - 122px)}
  .eg-hero__inner{padding:125px 0 82px;gap:48px}
  .eg-eyebrow{margin-bottom:18px;font-size:10px}
  .eg-hero h1{font-size:clamp(43px,13.5vw,64px)}
  .eg-hero h1 span{white-space:normal}
  .eg-hero__lead{margin-top:25px;font-size:18px}
  .eg-hero__actions{display:grid;margin-top:30px}
  .eg-button{width:100%}
  .eg-tech-list{margin-top:28px}
  .eg-console__body{padding:18px 9px;font-size:10px}
  .eg-console__body p{grid-template-columns:25px 1fr}
  .eg-console__body i{margin-right:10px}
  .eg-console__stats strong{font-size:20px}
  .eg-console__stats span{font-size:8px}
  .eg-features{padding:80px 0}
  .eg-features__header{margin-bottom:58px}
  .eg-features__grid{grid-template-columns:1fr;gap:58px}
  .eg-feature-card p{max-width:360px}
  .eg-about{padding:80px 0}
  .eg-about__header{margin-bottom:32px}
  .eg-about__intro{font-size:18px;line-height:1.7}
  .eg-team__grid{grid-template-columns:1fr}
  .eg-about__dynamic{margin-top:52px}
  .eg-about__cta{margin-top:38px}
  .eg-expertise{padding:80px 0}
  .eg-expertise__header{margin-bottom:52px}
  .eg-expertise--cols-2 .eg-expertise__grid,.eg-expertise--cols-3 .eg-expertise__grid,.eg-expertise--cols-4 .eg-expertise__grid{grid-template-columns:1fr}
  .eg-expertise-card__link,.eg-expertise-card--static{grid-template-columns:82px minmax(0,1fr);gap:20px;padding:25px;text-align:left}
  .eg-expertise--cols-3 .eg-expertise-card__link,.eg-expertise--cols-4 .eg-expertise-card__link,.eg-expertise--cols-3 .eg-expertise-card--static,.eg-expertise--cols-4 .eg-expertise-card--static{grid-template-columns:82px minmax(0,1fr);align-content:center;text-align:left}
  .eg-expertise-card__media{width:74px;height:74px;margin:0}
  .eg-expertise--cols-3 .eg-expertise-card__media,.eg-expertise--cols-4 .eg-expertise-card__media{margin:0}
  .eg-expertise-card__media svg{width:64px;height:64px}
  .eg-expertise-card__media img{max-width:74px;max-height:64px}
  .eg-expertise-card h3{font-size:23px}
  .eg-news{padding:80px 0}
  .eg-news__header{margin-bottom:50px}
  .eg-news__filters{justify-content:flex-start;margin:-18px 0 35px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}
  .eg-news__filters button{flex:0 0 auto}
  .eg-news--grid.eg-news--cols-2 .eg-news__items,.eg-news--grid.eg-news--cols-3 .eg-news__items,.eg-news--grid.eg-news--cols-4 .eg-news__items{grid-template-columns:1fr}
  .eg-news--list .eg-news-card{grid-template-columns:1fr}
  .eg-news--list .eg-news-card__image{min-height:0;aspect-ratio:1.65;margin:24px 0 0}
  .eg-news--list .eg-news-card__content{padding:25px 4px 30px}
  .eg-contact{padding:80px 0}
  .eg-contact__header{margin-bottom:54px}
  .eg-contact__layout{grid-template-columns:1fr;gap:55px}
  .eg-contact__form{padding:22px}
  .eg-contact__details{margin-top:48px}
  .eg-page-main,.eg-fullwidth{padding-top:76px}
  .eg-listing,.eg-single{padding-top:125px;padding-bottom:80px}
  .eg-post-grid{grid-template-columns:1fr}
  .eg-footer__inner{padding:60px 0 45px}
  .eg-footer__badges{flex-direction:column;justify-content:flex-start;overflow-x:visible}
  .eg-footer__badges .eg-footer__developer-badges img,.eg-footer__badges .eg-footer__techbehemoths,.eg-footer__badges .eg-footer__trustindex{flex:0 0 auto}
  .eg-footer__techbehemoths{width:145px;margin-top:36px}
  .eg-footer__widgets{grid-template-columns:1fr 1fr;gap:38px 22px}
  .eg-footer__base{align-items:flex-start;flex-direction:column;gap:9px}
  .eg-footer__base p:nth-child(2){margin-left:0}
  .eg-prose{width:calc(100% - 28px)}
  .eg-article-share{width:calc(100% - 28px)}
}

@media (max-width:430px){
  .eg-footer__widgets{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

@media print{
  .eg-header,.eg-footer,.eg-scroll-progress,.eg-hero__scroll{display:none!important}
  .eg-hero{min-height:auto;padding:40px;background:#fff;color:#000}
  .eg-console{box-shadow:none}
}

/* Front-page collections: Portfolio, Services, Projects and Software. */
.eg-collection{position:relative;padding:clamp(90px,10vw,155px) 0;overflow:hidden;scroll-margin-top:96px}
.eg-collection__header{width:min(980px,var(--eg-container));margin:0 auto clamp(60px,7vw,92px);text-align:center}
.eg-collection__header .eg-eyebrow{display:block;margin:0 0 16px;color:#8b8f96;font-family:var(--eg-body-font);font-size:12px;font-weight:700;letter-spacing:.2em;line-height:1.3;text-transform:uppercase}
.eg-collection__header h2{margin:0;font-size:clamp(44px,5.6vw,76px);font-weight:300;line-height:1.05;letter-spacing:.025em}
.eg-collection__intro{width:min(850px,100%);margin:26px auto 0;color:#656970;font-family:var(--eg-body-font);font-size:clamp(18px,1.7vw,24px);line-height:1.75}
.eg-collection__intro p{margin:.35em 0}
.eg-collection__cta{display:flex;justify-content:center;width:var(--eg-container);margin:52px auto 0}

.eg-portfolio{background:#f6f6f3}
.eg-portfolio::before{content:"CLIENTS";position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);color:rgba(16,19,22,.025);font:400 clamp(120px,24vw,360px)/1 Catorze,sans-serif;letter-spacing:.06em;pointer-events:none}
.eg-logo-reel{position:relative;width:100%;overflow:hidden;padding:9px 0}
.eg-logo-reel::before,.eg-logo-reel::after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:min(13vw,180px);pointer-events:none}
.eg-logo-reel::before{left:0;background:linear-gradient(90deg,#f6f6f3,transparent)}
.eg-logo-reel::after{right:0;background:linear-gradient(-90deg,#f6f6f3,transparent)}
.eg-logo-reel__track{display:flex;width:max-content;animation:eg-logo-reel 48s ease-in-out infinite alternate}
.eg-logo-reel:hover .eg-logo-reel__track,.eg-logo-reel:focus-within .eg-logo-reel__track{animation-play-state:paused}
.js .eg-logo-reel__track{animation-play-state:paused}
.js .eg-logo-reel.is-in-view .eg-logo-reel__track{animation-play-state:running}
.js .eg-logo-reel.is-in-view:hover .eg-logo-reel__track,.js .eg-logo-reel.is-in-view:focus-within .eg-logo-reel__track{animation-play-state:paused}
.eg-logo-reel__set{display:flex;align-items:stretch;gap:18px;padding-inline:min(8vw,120px)}
.eg-client-logo{display:grid;place-items:center;width:clamp(190px,18vw,285px);min-height:145px;padding:28px;background:#fff;border:1px solid rgba(16,19,22,.08);color:var(--eg-ink);text-decoration:none;box-shadow:0 12px 34px rgba(12,16,20,.04);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
a.eg-client-logo:hover,a.eg-client-logo:focus-visible{transform:translateY(-7px);border-color:var(--eg-yellow);box-shadow:0 20px 45px rgba(12,16,20,.1)}
.eg-client-logo img{display:block;max-width:170px;max-height:72px;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .3s ease,opacity .3s ease}
a.eg-client-logo:hover img,a.eg-client-logo:focus-visible img{filter:none;opacity:1}
.eg-client-logo strong{font:400 clamp(24px,2vw,34px)/1 Catorze,sans-serif;text-transform:uppercase;letter-spacing:.07em}
@keyframes eg-logo-reel{to{transform:translateX(calc(-100% + 100vw))}}

.eg-services{background:#fff}
.eg-services__grid,.eg-projects__grid,.eg-software__grid{display:grid;grid-template-columns:repeat(var(--eg-columns),minmax(0,1fr));gap:18px;width:var(--eg-container);margin:0 auto}
.eg-service-card{position:relative;min-height:380px;background:#f5f5f2;border:1px solid transparent;overflow:hidden;transition:background .35s ease,transform .35s ease,border-color .35s ease}
.eg-service-card>a,.eg-service-card:not(:has(a)){display:flex;flex-direction:column;height:100%;padding:0;color:inherit;text-decoration:none}
.eg-service-card:hover{transform:translateY(-8px);background:#fff;border-color:var(--eg-yellow)}
.eg-service-card__icon{display:grid;place-items:center;width:100%;height:190px;margin:0 0 30px;background:linear-gradient(135deg,#1a1e22,#0e1013);overflow:hidden}
.eg-service-card__icon img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.eg-service-card__icon svg{width:78px;height:78px;color:var(--eg-yellow);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .35s ease}
.eg-service-card__icon span{color:var(--eg-yellow);font:400 48px/1 Catorze,sans-serif}
.eg-service-card h3{margin:0 64px 16px 30px;font-size:clamp(23px,2vw,30px);line-height:1.08}
.eg-service-card p{margin:0 30px 32px;color:var(--eg-muted);font-size:15px;line-height:1.65}
.eg-service-card b{position:absolute;right:28px;top:215px;font-size:22px;transition:transform .3s ease}
.eg-service-card:hover .eg-service-card__icon img{transform:scale(1.055)}
.eg-service-card:hover .eg-service-card__icon svg{transform:scale(1.08) rotate(-3deg)}
.eg-service-card:hover b{transform:translate(4px,-4px)}

.eg-projects{background:#101316;color:#fff}
.eg-projects .eg-collection__header .eg-eyebrow,.eg-projects .eg-collection__intro{color:#a7adb2}
.eg-projects__grid{gap:25px}
.eg-project-card{min-width:0;background:#191d21;border:1px solid rgba(255,255,255,.1);overflow:hidden}
.eg-project-card a{display:block;height:100%;color:inherit;text-decoration:none}
.eg-project-card__visual{position:relative;display:flex;align-items:flex-end;justify-content:space-between;aspect-ratio:1.48;padding:28px;background:linear-gradient(135deg,#252b31,#14171a);overflow:hidden}
.eg-project-card__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 20%,rgba(247,205,0,.18));opacity:0;transition:opacity .4s ease}
.eg-project-card__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.eg-project-card__visual span{color:var(--eg-yellow);font:400 52px/1 Catorze,sans-serif}
.eg-project-card__visual strong{max-width:70%;font:400 32px/1 Catorze,sans-serif;text-align:right;text-transform:uppercase;letter-spacing:.05em}
.eg-project-card__body{position:relative;padding:30px}
.eg-project-card__body>span{color:var(--eg-yellow);font:400 11px/1 Catorze,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.eg-project-card h3{margin:14px 45px 12px 0;font-size:30px}
.eg-project-card p{margin:0;color:#adb2b6;font-size:15px;line-height:1.65}
.eg-project-card__body b{position:absolute;right:29px;top:53px;font-size:22px;transition:transform .3s ease}
.eg-project-card:not(.eg-project-card--static):hover{border-color:var(--eg-yellow)}
.eg-project-card:not(.eg-project-card--static):hover img{transform:scale(1.055)}
.eg-project-card:not(.eg-project-card--static):hover .eg-project-card__visual::after{opacity:1}
/* Κάρτα χωρίς προορισμό: χωρίς βέλος, άρα ούτε το κενό που του κρατούσε χώρο. */
.eg-project-card--static h3{margin-right:0}
.eg-project-card--static{cursor:default}
.eg-project-card:hover .eg-project-card__body b{transform:translate(4px,-4px)}

.eg-software{background:var(--eg-yellow);color:#101316}
.eg-software .eg-collection__header .eg-eyebrow{color:rgba(16,19,22,.58)}
.eg-software .eg-collection__intro{color:rgba(16,19,22,.7)}
.eg-software-card{background:#fff;border-radius:var(--eg-radius);overflow:hidden;box-shadow:0 20px 55px rgba(16,19,22,.12);transition:transform .35s ease,box-shadow .35s ease}
.eg-software-card:hover{transform:translateY(-9px);box-shadow:0 32px 70px rgba(16,19,22,.2)}
.eg-software-card a,.eg-software-card:not(:has(a)){display:grid;grid-template-columns:minmax(140px,36%) 1fr;align-items:center;min-height:285px;padding:24px;color:inherit;text-decoration:none}
.eg-software-card__media{display:grid;place-items:center;height:100%;min-height:235px;background:#111519;border-radius:calc(var(--eg-radius) - 6px);overflow:hidden}
.eg-software-card__media img{width:100%;height:100%;object-fit:cover}
.eg-software-card__media span{color:var(--eg-yellow);font:400 clamp(44px,6vw,78px)/1 Catorze,sans-serif}
.eg-software-card>a>div:last-child,.eg-software-card:not(:has(a))>div:last-child{padding:28px}
.eg-software-card small{font:400 11px/1 Catorze,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.eg-software-card h3{margin:17px 0 15px;font-size:clamp(28px,3vw,42px)}
.eg-software-card p{margin:0 0 28px;color:var(--eg-muted);font-size:16px;line-height:1.7}
.eg-software-card b{font:400 14px/1 Catorze,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.eg-software-card b span{display:inline-block;margin-left:8px;transition:transform .3s ease}
.eg-software-card:hover b span{transform:translateX(6px)}
.eg-software .eg-button--ghost{border-color:#101316;color:#101316}
.eg-software .eg-button--ghost:hover{background:#101316;color:#fff}

@media (max-width:1099px){
	.eg-team__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eg-services__grid,.eg-projects__grid,.eg-software__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .eg-collection{padding:80px 0}
	.eg-team__grid{grid-template-columns:1fr}
  .eg-collection__header{margin-bottom:48px}
  .eg-logo-reel::before,.eg-logo-reel::after{width:30px}
  .eg-client-logo{width:190px;min-height:120px}
  .eg-services__grid,.eg-projects__grid,.eg-software__grid{grid-template-columns:1fr}
  .eg-service-card{min-height:360px}
  .eg-service-card__icon{height:180px;margin-bottom:28px}
  .eg-service-card b{top:203px}
  .eg-software-card a,.eg-software-card:not(:has(a)){grid-template-columns:1fr}
  .eg-software-card__media{min-height:190px}
}
@media (prefers-reduced-motion:reduce){.eg-logo-reel__track{animation:none}.eg-logo-reel{overflow-x:auto}}

/* Elementor widget: E-GROWTH Hero. */
.eg-elementor-hero{
  --egh-bg:#08090b;
  --egh-accent:#f8d608;
  position:relative;
  display:grid;
  align-items:center;
  min-height:650px;
  overflow:hidden;
  isolation:isolate;
  background:var(--egh-bg);
  color:#fff
}
.eg-elementor-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-32%;
  right:-12%;
  width:min(74vw,1050px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(248,214,8,.16) 0,rgba(248,214,8,.055) 29%,transparent 68%);
  pointer-events:none
}
.eg-elementor-hero__grid{
  position:absolute;
  z-index:-2;
  inset:0;
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.038) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.038) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,transparent 0,#000 38%,#000 100%);
  pointer-events:none
}
.eg-elementor-hero__grid::after{
  content:"";
  position:absolute;
  right:-5%;
  bottom:-30%;
  width:70%;
  aspect-ratio:1.3;
  opacity:.72;
  background:
    radial-gradient(circle at 20% 56%,var(--egh-accent) 0 2px,transparent 3px),
    radial-gradient(circle at 44% 38%,var(--egh-accent) 0 2px,transparent 3px),
    radial-gradient(circle at 69% 60%,var(--egh-accent) 0 2px,transparent 3px),
    radial-gradient(circle at 84% 30%,var(--egh-accent) 0 2px,transparent 3px);
  filter:drop-shadow(0 0 8px rgba(248,214,8,.65))
}
.eg-elementor-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(0,2fr);
  align-items:center;
  gap:clamp(48px,7vw,110px);
  width:min(1380px,calc(100% - 64px));
  margin:0 auto;
  padding:clamp(82px,8vw,126px) 0
}
.eg-elementor-hero__content{
  min-width:0;
  animation:egh-content-in .72s cubic-bezier(.2,.7,.25,1) both
}
.eg-elementor-hero__eyebrow{
  margin:0 0 24px;
  color:var(--egh-accent);
  font-family:var(--eg-body-font);
  font-size:clamp(12px,1.2vw,16px);
  font-weight:700;
  line-height:1.35;
  letter-spacing:.14em;
  text-transform:uppercase
}
.eg-elementor-hero h1{
  max-width:850px;
  margin:0;
  color:#fff;
  font-size:clamp(44px,4.7vw,70px);
  font-weight:400;
  line-height:.98;
  letter-spacing:.015em;
  text-wrap:balance
}
.eg-elementor-hero__description{
  max-width:760px;
  margin-top:clamp(30px,3.8vw,48px);
  color:#c4c7ca;
  font-family:var(--eg-body-font);
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.75
}
.eg-elementor-hero__description p{margin:0 0 .75em}
.eg-elementor-hero__description p:last-child{margin-bottom:0}
.eg-elementor-hero__highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:clamp(36px,5vw,58px)
}
.eg-elementor-highlight{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:16px;
  min-width:0;
  padding:3px clamp(18px,2vw,30px);
  border-left:1px solid rgba(255,255,255,.22)
}
.eg-elementor-highlight:first-child{
  padding-left:0;
  border-left:0
}
.eg-elementor-highlight>span{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:50px;
  height:50px;
  color:var(--egh-accent)
}
.eg-elementor-highlight svg{
  display:block;
  width:46px;
  height:46px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.eg-elementor-highlight strong,.eg-elementor-highlight small{
  display:block;
  overflow-wrap:anywhere
}
.eg-elementor-highlight strong{
  color:var(--egh-accent);
  font-family:var(--eg-heading-font);
  font-size:clamp(16px,1.5vw,24px);
  font-weight:400;
  line-height:1;
  letter-spacing:.02em;
  text-transform:uppercase
}
.eg-elementor-highlight small{
  margin-top:8px;
  color:#e3e4e5;
  font-family:var(--eg-body-font);
  font-size:13px;
  line-height:1.35
}
.eg-elementor-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:38px
}
.eg-elementor-hero__cta{margin:0}
.eg-elementor-hero__cta span{
  display:grid;
  place-items:center
}
.eg-elementor-hero__cta span svg{
  width:14px;
  height:14px;
  fill:currentColor
}
.eg-elementor-hero__visual{
  position:relative;
  min-width:0;
  perspective:1200px;
  animation:egh-visual-in .82s .1s cubic-bezier(.2,.7,.25,1) both
}
.eg-elementor-hero__image{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain;
  transform:perspective(1200px) rotateY(-6deg) rotateZ(-2.5deg);
  filter:drop-shadow(0 35px 44px rgba(0,0,0,.48));
  transition:transform .55s cubic-bezier(.2,.7,.25,1)
}
.eg-elementor-hero:hover .eg-elementor-hero__image{
  transform:perspective(1200px) rotateY(-2deg) rotateZ(-1deg) translateY(-5px)
}
.eg-certificate{
  position:relative;
  width:100%;
  max-width:650px;
  aspect-ratio:1.38;
  margin:0 auto;
  transform:perspective(1200px) rotateY(-8deg) rotateZ(-3deg);
  transform-style:preserve-3d;
  transition:transform .55s cubic-bezier(.2,.7,.25,1)
}
.eg-elementor-hero:hover .eg-certificate{
  transform:perspective(1200px) rotateY(-3deg) rotateZ(-1.5deg) translateY(-5px)
}
.eg-certificate__back{
  position:absolute;
  inset:8% -7% -9% 7%;
  border:1px solid rgba(255,255,255,.15);
  border-radius:7px;
  background:linear-gradient(145deg,#282b31,#111317);
  box-shadow:0 36px 60px rgba(0,0,0,.52);
  transform:translateZ(-24px)
}
.eg-certificate__paper{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:10%;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.8);
  border-radius:6px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.9),transparent 36%),
    repeating-linear-gradient(0deg,transparent 0 34px,rgba(14,17,20,.04) 35px),
    #f4f3ee;
  color:#15191d;
  text-align:center;
  box-shadow:0 30px 50px rgba(0,0,0,.36);
  transform:translateZ(8px)
}
.eg-certificate__paper::before{
  content:"E-GROWTH";
  position:absolute;
  right:-2%;
  bottom:2%;
  color:rgba(8,9,11,.035);
  font:400 clamp(60px,8vw,126px)/1 var(--eg-heading-font);
  letter-spacing:.05em
}
.eg-certificate__paper small{
  font-family:var(--eg-body-font);
  font-size:clamp(21px,2.5vw,37px);
  font-weight:700;
  letter-spacing:.1em
}
.eg-certificate__paper>span{
  margin-top:7px;
  font-family:var(--eg-body-font);
  font-size:clamp(10px,1vw,15px);
  letter-spacing:.22em
}
.eg-certificate__paper i{
  width:46px;
  height:3px;
  margin:24px 0;
  background:var(--egh-accent)
}
.eg-certificate__paper strong{
  font-family:var(--eg-body-font);
  font-size:clamp(15px,1.6vw,23px);
  letter-spacing:.08em
}
.eg-certificate__paper p{
  margin:clamp(22px,3vw,38px) 0 0;
  color:#666a6e;
  font-family:var(--eg-body-font);
  font-size:clamp(11px,1vw,14px);
  line-height:1.65
}
.eg-certificate__paper b{
  position:absolute;
  right:8%;
  bottom:9%;
  display:grid;
  place-items:center;
  width:clamp(58px,7vw,92px);
  aspect-ratio:1;
  border:7px double #171b1f;
  border-radius:50%;
  background:var(--egh-accent);
  color:#171b1f;
  font-size:clamp(22px,3vw,38px);
  box-shadow:0 8px 18px rgba(0,0,0,.24)
}
@keyframes egh-content-in{
  from{opacity:0;transform:translate3d(-24px,18px,0)}
  to{opacity:1;transform:none}
}
@keyframes egh-visual-in{
  from{opacity:0;transform:translate3d(34px,18px,0) scale(.98)}
  to{opacity:1;transform:none}
}
.elementor-editor-active .eg-elementor-hero__content,
.elementor-editor-active .eg-elementor-hero__visual{animation:none}

@media (max-width:1100px){
  .eg-elementor-hero__inner{
    grid-template-columns:1fr;
    gap:70px;
    width:min(860px,calc(100% - 48px))
  }
  .eg-elementor-hero__visual{width:min(720px,92%);margin:0 auto}
  .eg-elementor-hero__highlights{max-width:760px}
}
@media (max-width:680px){
  .eg-elementor-hero__grid{background-size:48px 48px}
  .eg-elementor-hero__inner{
    gap:54px;
    width:calc(100% - 28px);
    padding:72px 0
  }
  .eg-elementor-hero h1{font-size:clamp(37px,11.5vw,52px);line-height:1.02}
  .eg-elementor-hero__highlights{grid-template-columns:1fr;gap:0}
  .eg-elementor-highlight{
    min-height:82px;
    padding:15px 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.18)
  }
  .eg-elementor-highlight:first-child{border-top:0}
  .eg-elementor-highlight>span{width:44px;height:44px}
  .eg-elementor-highlight svg{width:40px;height:40px}
  .eg-elementor-highlight strong{font-size:20px}
  .eg-elementor-hero__actions{display:grid}
  .eg-elementor-hero__cta{width:100%}
  .eg-elementor-hero__visual{width:100%}
  .eg-certificate__paper{padding:8%}
  .eg-certificate__paper i{margin:15px 0}
  .eg-certificate__paper p{margin-top:16px}
  .eg-certificate__paper b{right:6%;bottom:7%;border-width:4px}
}
@media (prefers-reduced-motion:reduce){
  .eg-elementor-hero__content,.eg-elementor-hero__visual{animation:none}
  .eg-elementor-hero__image,.eg-certificate{transition:none}
}

/* Elementor widget: E-GROWTH Capability Cards. */
.eg-capability-cards{
  --egc-columns:3;
  display:grid;
  grid-template-columns:repeat(var(--egc-columns),minmax(0,1fr));
  align-items:stretch;
  gap:18px;
  width:100%
}
.eg-capability-card{
  --egc-accent:#f8d608;
  position:relative;
  min-width:0;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(8,9,11,.075);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 35px rgba(8,9,11,.075);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease
}
.eg-capability-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:var(--egc-accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease
}
.eg-capability-card:hover{
  z-index:1;
  transform:translateY(-7px);
  border-color:var(--egc-accent);
  box-shadow:0 22px 48px rgba(8,9,11,.13)
}
.eg-capability-card:hover::before{transform:scaleX(1)}
.eg-capability-card__inner{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:30px
}
.eg-capability-card__link{
  position:absolute;
  z-index:3;
  inset:0;
  border-radius:inherit;
  color:inherit;
  text-decoration:none
}
.eg-capability-card__link:focus-visible{
  outline:3px solid var(--egc-accent);
  outline-offset:-4px
}
.eg-capability-card__header{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:25px
}
.eg-capability-card__icon{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 50px;
  width:50px;
  height:50px;
  overflow:hidden;
  border-radius:10px;
  background:var(--egc-accent);
  color:#fff;
  box-shadow:0 9px 22px color-mix(in srgb,var(--egc-accent) 28%,transparent)
}
.eg-capability-card__icon::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 55%);
  pointer-events:none
}
.eg-capability-card__icon i,
.eg-capability-card__icon svg{
  position:relative;
  z-index:1;
  display:block;
  width:23px;
  height:23px;
  font-size:23px;
  fill:currentColor
}
.eg-capability-card h3{
  min-width:0;
  margin:0;
  color:var(--egc-accent);
  font-size:clamp(22px,2vw,30px);
  font-weight:400;
  line-height:1.1;
  letter-spacing:.015em
}
.eg-capability-card ul{
  display:grid;
  gap:11px;
  margin:0;
  padding:0;
  list-style:none
}
.eg-capability-card li{
  position:relative;
  margin:0;
  padding-left:18px;
  color:#34383c;
  font-family:var(--eg-body-font);
  font-size:15px;
  line-height:1.5
}
.eg-capability-card li::before{
  content:"";
  position:absolute;
  top:.68em;
  left:1px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--egc-accent);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--egc-accent) 12%,transparent)
}
@media (max-width:1024px){
  .eg-capability-cards{--egc-columns:2}
}
@media (max-width:680px){
  .eg-capability-cards{--egc-columns:1}
  .eg-capability-card__inner{padding:25px}
  .eg-capability-card h3{font-size:24px}
}
@media (prefers-reduced-motion:reduce){
  .eg-capability-card,.eg-capability-card::before{transition:none}
}

/* Elementor widget: E-GROWTH Certifications. */
.eg-certifications{
  width:100%;
  color:var(--eg-ink)
}
.eg-certifications__header{
  margin:0 0 28px;
  text-align:center
}
.eg-certifications__header h2{
  margin:0;
  font-size:clamp(34px,3.8vw,54px);
  font-weight:400;
  line-height:1.08
}
.eg-certifications__header>span{
  display:block;
  width:40px;
  height:3px;
  margin:15px auto 0;
  background:var(--eg-yellow)
}
.eg-certifications__filters{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 10px;
  margin:0 0 34px
}
.eg-certifications__filters button{
  min-height:38px;
  margin:0;
  padding:8px 16px;
  border:1px solid transparent;
  border-radius:999px;
  background:transparent;
  color:#34383c;
  font-family:var(--eg-body-font)!important;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  text-transform:none!important;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease
}
.eg-certifications__filters button:hover{
  border-color:rgba(8,9,11,.14);
  transform:translateY(-1px)
}
.eg-certifications__filters button.is-active{
  border-color:var(--eg-yellow);
  background:var(--eg-yellow);
  color:var(--eg-ink)
}
.eg-certifications__grid{
  --egcert-columns:4;
  display:grid;
  grid-template-columns:repeat(var(--egcert-columns),minmax(0,1fr));
  align-items:stretch;
  gap:18px;
  width:100%
}
.eg-certificate-card{
  --egcert-accent:#f8d608;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:0;
  min-height:320px;
  padding:27px 20px 20px;
  overflow:hidden;
  border:1px solid rgba(8,9,11,.07);
  border-radius:13px;
  background:#fff;
  text-align:center;
  box-shadow:0 10px 30px rgba(8,9,11,.065);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease
}
.eg-certificate-card::after{
  content:"";
  position:absolute;
  inset:auto 18% -45px;
  height:70px;
  border-radius:50%;
  background:var(--egcert-accent);
  opacity:.08;
  filter:blur(18px);
  pointer-events:none
}
.eg-certificate-card:hover{
  transform:translateY(-6px);
  border-color:color-mix(in srgb,var(--egcert-accent) 55%,transparent);
  box-shadow:0 20px 44px rgba(8,9,11,.12)
}
.eg-certificate-card[hidden]{display:none}
.eg-certificate-card__media{
  display:grid;
  place-items:center;
  width:86px;
  height:78px;
  margin:0 auto 18px
}
.eg-certificate-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain
}
.eg-certificate-card__media>span{
  display:grid;
  place-items:center;
  width:60px;
  height:60px;
  border-radius:13px;
  background:var(--egcert-accent);
  color:#fff;
  box-shadow:0 9px 20px color-mix(in srgb,var(--egcert-accent) 30%,transparent)
}
.eg-certificate-card__media i,
.eg-certificate-card__media svg{
  display:block;
  width:29px;
  height:29px;
  font-size:29px;
  fill:currentColor
}
.eg-certificate-card h3{
  margin:0;
  font-size:clamp(18px,1.5vw,23px);
  font-weight:400;
  line-height:1.18
}
.eg-certificate-card>p{
  margin:15px 0 20px;
  color:#7b7f83;
  font-size:13px;
  line-height:1.3
}
.eg-certificate-card__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  margin:auto auto 0;
  padding:7px 17px;
  border:1px solid rgba(8,9,11,.075);
  border-radius:999px;
  background:#f5f5f3;
  color:#31353a;
  font-family:var(--eg-body-font)!important;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  text-transform:none!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease
}
a.eg-certificate-card__button:hover{
  border-color:var(--egcert-accent);
  background:var(--egcert-accent);
  color:#fff
}
@media (max-width:1024px){
  .eg-certifications__grid{--egcert-columns:3}
}
@media (max-width:767px){
  .eg-certifications__filters{
    justify-content:flex-start;
    flex-wrap:nowrap;
    margin-inline:-14px;
    padding:0 14px 9px;
    overflow-x:auto;
    scrollbar-width:thin
  }
  .eg-certifications__filters button{flex:0 0 auto}
  .eg-certifications__grid{--egcert-columns:1}
  .eg-certificate-card{min-height:290px}
}
@media (prefers-reduced-motion:reduce){
  .eg-certificate-card,.eg-certifications__filters button{transition:none}
}

/* Elementor widget: E-GROWTH CTA Banner. */
.eg-cta-banner{
  --egcta-bg-start:#08090b;
  --egcta-bg-end:#1a1d20;
  --egcta-accent:#f8d608;
  --egcta-text:#fff;
  position:relative;
  width:100%;
  min-height:190px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 8% 50%,color-mix(in srgb,var(--egcta-accent) 18%,transparent),transparent 28%),
    linear-gradient(110deg,var(--egcta-bg-start),var(--egcta-bg-end));
  color:var(--egcta-text)
}
.eg-cta-banner--full{
  left:50%;
  width:100vw;
  width:100dvw;
  max-width:none;
  margin-left:-50vw;
  margin-left:-50dvw
}
.eg-cta-banner__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(28px,4vw,58px);
  width:100%;
  max-width:1280px;
  min-height:inherit;
  margin:0 auto;
  padding:34px 70px
}
.eg-cta-banner::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-100%;
  right:12%;
  width:380px;
  aspect-ratio:1;
  border:1px solid color-mix(in srgb,var(--egcta-accent) 15%,transparent);
  border-radius:50%;
  opacity:.7
}
.eg-cta-banner::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.16;
  background-image:
    linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.18) 50%,transparent 50.2%),
    linear-gradient(transparent 49.8%,rgba(255,255,255,.15) 50%,transparent 50.2%);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,transparent 35%,#000)
}
.eg-cta-banner__visual{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:96px;
  height:96px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.7);
  border-radius:50%;
  background:#fff;
  color:var(--egcta-accent);
  box-shadow:0 18px 35px rgba(0,0,0,.2)
}
.eg-cta-banner__visual img{
  display:block;
  width:68%;
  height:68%;
  object-fit:contain
}
.eg-cta-banner__visual i,
.eg-cta-banner__visual svg{
  display:block;
  width:43px;
  height:43px;
  font-size:43px;
  fill:currentColor
}
.eg-cta-banner__content{min-width:0}
.eg-cta-banner__content h2{
  margin:0 0 10px;
  color:var(--egcta-text);
  font-size:clamp(27px,2.6vw,40px);
  font-weight:400;
  line-height:1.08
}
.eg-cta-banner__content>div{
  max-width:720px;
  color:color-mix(in srgb,var(--egcta-text) 78%,transparent);
  font-family:var(--eg-body-font);
  font-size:15px;
  line-height:1.65
}
.eg-cta-banner__content p{margin:0 0 .4em}
.eg-cta-banner__content p:last-child{margin-bottom:0}
.eg-cta-banner__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  min-width:260px;
  min-height:56px;
  padding:13px 23px;
  border:1px solid var(--egcta-accent);
  border-radius:999px;
  background:transparent;
  color:var(--egcta-text);
  font-size:14px;
  font-weight:400;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,transform .2s ease
}
.eg-cta-banner__button:hover{
  transform:translateY(-3px);
  background:var(--egcta-accent);
  color:#08090b
}
.eg-cta-banner__button span{font-family:var(--eg-body-font)!important;font-size:18px}
@media (max-width:900px){
  .eg-cta-banner__inner{
    grid-template-columns:auto minmax(0,1fr);
    padding:38px
  }
  .eg-cta-banner__button{
    grid-column:1/-1;
    width:max-content;
    min-width:240px;
    margin-left:124px
  }
}
@media (max-width:600px){
  .eg-cta-banner__inner{
    grid-template-columns:1fr;
    gap:24px;
    padding:38px 24px;
    text-align:center
  }
  .eg-cta-banner__visual{width:82px;height:82px;margin:auto}
  .eg-cta-banner__content>div{font-size:14px}
  .eg-cta-banner__button{
    grid-column:auto;
    width:100%;
    min-width:0;
    margin:0
  }
}
@media (prefers-reduced-motion:reduce){
  .eg-cta-banner__button{transition:none}
}

/* Elementor widget: E-GROWTH Tech Chips. */
.eg-tech-chips{
  --egchip-accent:#f8d608;
  --egchip-text:#08090b;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:9px;
  width:100%
}
.eg-tech-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:31px;
  padding:7px 13px;
  border:1px solid var(--egchip-accent);
  border-radius:999px;
  color:var(--egchip-text);
  font-family:var(--eg-heading-font);
  font-size:12px;
  font-weight:400;
  line-height:1;
  letter-spacing:.075em;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease
}
.eg-tech-chip__icon{
  display:grid;
  place-items:center;
  width:1.15em;
  height:1.15em;
  font-size:1.05em;
  font-style:normal
}
.eg-tech-chip__icon i,
.eg-tech-chip__icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:currentColor
}
.eg-tech-chips--outline .eg-tech-chip{
  background:color-mix(in srgb,var(--egchip-accent) 7%,transparent)
}
.eg-tech-chips--solid .eg-tech-chip{
  background:var(--egchip-accent);
  color:#08090b
}
.eg-tech-chips--dark .eg-tech-chip{
  border-color:#202429;
  background:#101316;
  color:#fff
}
a.eg-tech-chip:hover,
a.eg-tech-chip:focus-visible{
  transform:translateY(-2px);
  border-color:var(--egchip-accent);
  background:var(--egchip-accent);
  color:#08090b;
  box-shadow:0 8px 18px color-mix(in srgb,var(--egchip-accent) 20%,transparent)
}
@media (max-width:600px){
  .eg-tech-chips{gap:7px}
  .eg-tech-chip{white-space:normal;text-align:center}
}
@media (prefers-reduced-motion:reduce){
  .eg-tech-chip{transition:none}
}

/* Addons archive and single addon. */
.post-type-archive-eg_addon .eg-header:not(.is-scrolled),
.single-eg_addon .eg-header:not(.is-scrolled){background:transparent}
.eg-addon-archive,.eg-addon-single{background:#f6f5ef}
.eg-addon-archive__hero{
  position:relative;
  overflow:hidden;
  padding:clamp(165px,16vw,235px) 0 clamp(90px,9vw,135px);
  background:#08090b;
  color:#fff
}
.eg-addon-archive__hero::before{
  content:"";
  position:absolute;
  top:-70%;
  right:-15%;
  width:min(80vw,1100px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(248,214,8,.17),transparent 66%);
  pointer-events:none
}
.eg-addon-archive__hero .eg-container{position:relative}
.eg-addon-archive__hero h1{
  max-width:1100px;
  margin:24px 0;
  font-size:clamp(50px,7vw,94px);
  font-weight:300;
  line-height:.98;
  letter-spacing:.015em
}
.eg-addon-archive__hero>.eg-container>p:last-child{
  max-width:750px;
  margin:0;
  color:#b9bec2;
  font-size:clamp(17px,1.5vw,21px);
  line-height:1.7
}
.eg-addon-archive__body{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  align-items:start;
  gap:clamp(40px,5vw,76px);
  padding-top:clamp(70px,8vw,115px);
  padding-bottom:clamp(90px,10vw,150px)
}
.eg-addon-filters{
  position:sticky;
  top:116px;
  padding:26px;
  border:1px solid #dfddd5;
  border-radius:14px;
  background:#fff;
  box-shadow:0 15px 40px rgba(8,9,11,.055)
}
.eg-addon-filters form{transition:opacity .2s ease}
.eg-addon-filters form.is-loading{opacity:.55;pointer-events:none}
.eg-addon-filters__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:25px
}
.eg-addon-filters__top h2{margin:0;font-size:28px;font-weight:400}
.eg-addon-filters__top>span{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--eg-yellow);
  font-size:12px;
  font-weight:700
}
.eg-addon-filters fieldset{
  display:grid;
  gap:5px;
  margin:0;
  padding:22px 0;
  border:0;
  border-top:1px solid #e6e4dd
}
.eg-addon-filters legend{
  width:100%;
  margin:0 0 13px;
  padding:0;
  font-family:var(--eg-heading-font);
  font-size:19px;
  text-transform:uppercase
}
.eg-addon-filters label{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:35px;
  color:#45494e;
  cursor:pointer
}
.eg-addon-filters input{
  width:17px;
  height:17px;
  margin:0;
  accent-color:var(--eg-yellow)
}
.eg-addon-filters label>span{font-size:14px;line-height:1.3}
.eg-addon-filters label>small{
  display:grid;
  place-items:center;
  min-width:24px;
  height:24px;
  padding:0 5px;
  border-radius:999px;
  background:#f2f1ec;
  color:#777b80;
  font-size:11px
}
.eg-addon-filters__actions{display:grid;gap:10px;margin-top:5px}
.eg-addon-filters__actions button{
  min-height:45px;
  border:1px solid var(--eg-yellow);
  border-radius:999px;
  background:var(--eg-yellow);
  color:var(--eg-ink);
  cursor:pointer
}
.eg-addon-filters__actions>a{
  color:#676b70;
  font-family:var(--eg-heading-font);
  font-size:12px;
  text-align:center;
  text-decoration:none
}
.eg-addon-results{min-width:0}
.eg-addon-results__top{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:25px;
  margin-bottom:32px
}
.eg-addon-results__top p{
  margin:0 0 8px;
  color:#85898e;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em
}
.eg-addon-results__top h2{margin:0;font-size:clamp(34px,4vw,54px);font-weight:400}
.eg-addon-results__top>a{
  color:#4a4e53;
  font-family:var(--eg-heading-font);
  font-size:13px;
  text-decoration-color:var(--eg-yellow);
  text-underline-offset:5px
}
.eg-addon-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.eg-addon-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #dfddd5;
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 32px rgba(8,9,11,.045);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease
}
.eg-addon-card:hover{
  transform:translateY(-7px);
  border-color:var(--eg-yellow);
  box-shadow:0 24px 50px rgba(8,9,11,.11)
}
.eg-addon-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}
.eg-addon-card__media{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:1.48;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    #121519;
  background-size:34px 34px
}
.eg-addon-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease
}
.eg-addon-card:hover .eg-addon-card__media img{transform:scale(1.045)}
.eg-addon-card__media>span{
  color:var(--eg-yellow);
  font:400 clamp(50px,6vw,82px)/1 var(--eg-heading-font);
  text-transform:uppercase
}
.eg-addon-card__media>b{
  position:absolute;
  top:14px;
  left:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(8,9,11,.82);
  color:#fff;
  font-family:var(--eg-body-font);
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px)
}
.eg-addon-card__body{display:flex;flex:1;flex-direction:column;padding:25px}
.eg-addon-card__platform{
  margin:0 0 11px;
  color:#927c00;
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase
}
.eg-addon-card h3{margin:0;font-size:clamp(25px,2.2vw,33px);font-weight:400;line-height:1.05}
.eg-addon-card__excerpt{
  margin:16px 0 20px;
  color:#6c7075;
  font-size:14px;
  line-height:1.65
}
.eg-addon-card__terms{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:23px}
.eg-addon-card__terms span{
  padding:6px 9px;
  border:1px solid #e2dfd3;
  border-radius:999px;
  background:#faf9f4;
  color:#575b60;
  font-size:10px;
  line-height:1
}
.eg-addon-card footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid #e7e5de
}
.eg-addon-card footer small{color:#898d91;font-size:10px;letter-spacing:.08em}
.eg-addon-card footer strong{
  color:var(--eg-ink);
  font-family:var(--eg-heading-font);
  font-size:12px;
  font-weight:400;
  letter-spacing:.07em
}
.eg-addon-card footer strong span{display:inline-block;color:#927c00;transition:transform .2s ease}
.eg-addon-card:hover footer strong span{transform:translate(3px,-3px)}
.eg-addon-empty{
  padding:clamp(45px,7vw,90px);
  border:1px dashed #ccc9be;
  background:#fff;
  text-align:center
}
.eg-addon-empty h3{margin:0 0 14px;font-size:36px}
.eg-addon-empty p{max-width:570px;margin:0 auto 28px;color:#6d7175;line-height:1.7}

/* Single addon. */
.eg-addon-single__hero{
  position:relative;
  overflow:hidden;
  padding:145px 0 clamp(75px,8vw,120px);
  background:#08090b;
  color:#fff
}
.eg-addon-single__hero::after{
  content:"";
  position:absolute;
  top:-55%;
  right:-18%;
  width:min(82vw,1050px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(248,214,8,.16),transparent 67%);
  pointer-events:none
}
.eg-addon-single__hero>.eg-container{position:relative;z-index:1}
.eg-addon-breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:55px;
  color:#767c81;
  font-family:var(--eg-heading-font);
  font-size:11px;
  letter-spacing:.1em
}
.eg-addon-breadcrumbs a{color:#aeb3b7;text-decoration:none}
.eg-addon-breadcrumbs a:hover{color:var(--eg-yellow)}
.eg-addon-single__hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr);
  align-items:center;
  gap:clamp(55px,8vw,120px)
}
.eg-addon-single__platforms{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:25px}
.eg-addon-single__platforms span,.eg-addon-single__platforms b{
  padding:7px 11px;
  border-radius:999px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase
}
.eg-addon-single__platforms span{border:1px solid rgba(255,255,255,.18);color:#c7cbce}
.eg-addon-single__platforms b{background:var(--eg-yellow);color:var(--eg-ink)}
.eg-addon-single h1{
  max-width:900px;
  margin:0;
  font-size:clamp(55px,7vw,96px);
  font-weight:300;
  line-height:.94;
  letter-spacing:.01em
}
.eg-addon-single__lead{
  max-width:730px;
  margin:30px 0 0;
  color:#b9bdc1;
  font-size:clamp(17px,1.5vw,21px);
  line-height:1.7
}
.eg-addon-single__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:38px}
.eg-addon-text-link{
  padding:12px 8px;
  color:#d7dade;
  font-family:var(--eg-heading-font);
  font-size:13px;
  letter-spacing:.06em;
  text-decoration-color:var(--eg-yellow);
  text-underline-offset:6px
}
.eg-addon-single__meta{display:flex;flex-wrap:wrap;gap:30px;margin:45px 0 0}
.eg-addon-single__meta>div{min-width:120px;padding-left:17px;border-left:2px solid var(--eg-yellow)}
.eg-addon-single__meta dt{color:#777d82;font-size:10px;font-weight:700;letter-spacing:.13em}
.eg-addon-single__meta dd{margin:6px 0 0;color:#fff;font-size:14px}
.eg-addon-single__cover{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:1.2;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    #15191d;
  background-size:44px 44px;
  box-shadow:0 40px 80px rgba(0,0,0,.36);
  transform:rotate(1.5deg)
}
.eg-addon-single__cover::after{
  content:"";
  position:absolute;
  inset:auto -10% -30% 20%;
  height:50%;
  border-radius:50%;
  background:var(--eg-yellow);
  opacity:.1;
  filter:blur(40px)
}
.eg-addon-single__cover img{display:block;width:100%;height:100%;object-fit:cover}
.eg-addon-single__cover>div{
  color:var(--eg-yellow);
  font:400 clamp(80px,10vw,150px)/1 var(--eg-heading-font);
  text-transform:uppercase
}
.eg-addon-single__body{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  align-items:start;
  gap:clamp(55px,8vw,110px);
  padding-top:clamp(75px,9vw,135px);
  padding-bottom:clamp(85px,10vw,145px)
}
.eg-addon-single__content.eg-prose{
  width:100%;
  max-width:820px;
  margin:0;
  font-size:17px
}
.eg-addon-single__content.eg-prose>:first-child{margin-top:0}
.eg-addon-single__content img{border-radius:12px}
.eg-addon-gallery{
  margin-top:clamp(65px,8vw,105px);
  padding-top:42px;
  border-top:1px solid #dcd9cf
}
.eg-addon-gallery>header{margin-bottom:28px}
.eg-addon-gallery>header>p{
  margin:0 0 10px;
  color:#8a7500;
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em
}
.eg-addon-gallery>header h2{margin:0;font-size:clamp(34px,4vw,52px);font-weight:400}
.eg-addon-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.eg-addon-gallery__grid>a{
  position:relative;
  display:block;
  min-width:0;
  aspect-ratio:1.45;
  overflow:hidden;
  border:1px solid #dedbd1;
  border-radius:12px;
  background:#fff
}
.eg-addon-gallery__grid>a:first-child:nth-last-child(n+3){
  grid-column:1/-1;
  aspect-ratio:2.15
}
.eg-addon-gallery__grid img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  transition:transform .35s ease
}
.eg-addon-gallery__grid>a:hover img{transform:scale(1.025)}
.eg-addon-gallery__grid>a>span{
  position:absolute;
  right:12px;
  bottom:12px;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--eg-yellow);
  color:var(--eg-ink);
  font-family:var(--eg-body-font);
  font-size:17px;
  box-shadow:0 7px 18px rgba(8,9,11,.15)
}
.eg-addon-single__aside{position:sticky;top:120px;display:grid;gap:22px}
.eg-addon-single__updated{margin:0;color:#6b6f76;font-size:13px}
.eg-addon-single__updated time{color:#17191c;font-weight:600}
.eg-addon-single__aside>div{
  padding:30px;
  border-radius:15px;
  background:#101316;
  color:#fff;
  box-shadow:0 20px 48px rgba(8,9,11,.14)
}
.eg-addon-single__aside>div>p{margin:0 0 14px;color:var(--eg-yellow);font-size:10px;letter-spacing:.14em}
.eg-addon-single__aside h2{margin:0 0 15px;font-size:30px;font-weight:400;line-height:1.05}
.eg-addon-single__aside>div>span{display:block;color:#aeb3b7;font-size:14px;line-height:1.65}
.eg-addon-single__aside>div>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-family:var(--eg-heading-font);
  font-size:13px;
  text-decoration:none
}
.eg-addon-single__aside>div>a b{color:var(--eg-yellow)}
.eg-addon-single__aside>section{padding:25px;border:1px solid #dfddd5;border-radius:15px;background:#fff}
.eg-addon-single__aside h3{margin:0 0 16px;font-size:20px}
.eg-addon-single__uses{display:flex;flex-wrap:wrap;gap:7px}
.eg-addon-single__uses span{
  padding:7px 9px;
  border:1px solid #e2dfd3;
  border-radius:999px;
  background:#faf9f4;
  color:#55595e;
  font-size:10px
}
.eg-addon-interest{scroll-margin-top:90px;padding:clamp(85px,10vw,145px) 0;background:#eeede7}
.eg-addon-interest__inner{
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(520px,1.25fr);
  align-items:start;
  gap:clamp(55px,8vw,115px)
}
.eg-addon-interest header{padding-top:25px}
.eg-addon-interest header>p{margin:0 0 19px;color:#85898d;font-size:11px;font-weight:700;letter-spacing:.16em}
.eg-addon-interest h2{margin:0;font-size:clamp(50px,6vw,78px);font-weight:300;line-height:.98}
.eg-addon-interest header>div{margin-top:25px;color:#65696e;font-size:17px;line-height:1.75}
.eg-addon-interest header>a{
  display:inline-block;
  margin-top:27px;
  color:#8a7500;
  font-family:var(--eg-heading-font);
  text-underline-offset:5px
}
.eg-addon-interest__form{width:100%}

@media (max-width:1180px){
  .eg-addon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
  .eg-addon-archive__body{grid-template-columns:1fr}
  .eg-addon-filters{position:static}
  .eg-addon-filters form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 35px}
  .eg-addon-filters__top,.eg-addon-filters__actions{grid-column:1/-1}
  .eg-addon-single__hero-grid{grid-template-columns:1fr}
  .eg-addon-single__cover{width:min(680px,100%);margin:auto}
  .eg-addon-single__body{grid-template-columns:1fr}
  .eg-addon-single__aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .eg-addon-interest__inner{grid-template-columns:1fr}
}
@media (max-width:650px){
  .eg-addon-archive__hero{padding-top:135px}
  .eg-addon-archive__hero h1{font-size:45px}
  .eg-addon-filters{padding:22px}
  .eg-addon-filters form{grid-template-columns:1fr}
  .eg-addon-filters__top,.eg-addon-filters__actions{grid-column:auto}
  .eg-addon-grid{grid-template-columns:1fr}
  .eg-addon-results__top{align-items:start}
  .eg-addon-results__top>a{display:none}
  .eg-addon-single__hero{padding-top:120px}
  .eg-addon-breadcrumbs{margin-bottom:38px}
  .eg-addon-single h1{font-size:47px}
  .eg-addon-single__cover{border-radius:12px}
  .eg-addon-single__aside{grid-template-columns:1fr}
  .eg-addon-gallery__grid{grid-template-columns:1fr}
  .eg-addon-gallery__grid>a:first-child:nth-last-child(n+3){grid-column:auto;aspect-ratio:1.45}
  .eg-addon-interest__inner{display:block}
  .eg-addon-interest__form{margin-top:45px}
}
@media (prefers-reduced-motion:reduce){
  .eg-addon-card,.eg-addon-card__media img,.eg-addon-card footer strong span,.eg-addon-gallery__grid img{transition:none}
}

/* --- Γραμμή κλήσης κάτω από κάθε κουμπί CTA ------------------------- */
/* Το component πέφτει μέσα σε ~20 διαφορετικά CTA, καθένα με δικούς του
   κανόνες για p και a. Επομένως παίρνει χρώμα με currentColor και
   μηδενίζει ρητά ό,τι θα του επέβαλλε ο γονέας — αλλιώς το tel: link
   κληρονομεί, π.χ., το στυλ κουμπιού του .eg-client-single__cta a. */
.eg-cta-actions{display:inline-flex;flex-direction:column;align-items:center;gap:0}
.eg-cta-call.eg-cta-call{max-width:none;margin:13px 0 0!important;color:inherit;font:400 14px/1.5 var(--eg-body-font,inherit);letter-spacing:normal;text-transform:none;opacity:.9}
.eg-cta-actions .eg-cta-call.eg-cta-call{text-align:center}
.eg-cta-call.eg-cta-call a{display:inline;align-items:normal;gap:0;min-height:0;padding:0;border:0;border-bottom:1px solid currentColor;border-radius:0;background:none;box-shadow:none;color:inherit;font:inherit;font-weight:700;letter-spacing:inherit;text-decoration:none;white-space:nowrap}
.eg-cta-call.eg-cta-call a:hover{background:none;color:inherit;opacity:.7}.egcsc-page {
	--egcsc-yellow: #ffc800;
	--egcsc-gold: #e8a800;
	--egcsc-bg: #070a0c;
	--egcsc-panel: #0d1114;
	--egcsc-line: rgba(255, 255, 255, .14);
	--egcsc-text: #c6cbd0;
	--egcsc-white: #f5f6f7;
	background: var(--egcsc-bg);
	color: var(--egcsc-text);
}

.egcsc-page .eg-header {
	background: rgba(5, 8, 10, .92);
	border-bottom: 1px solid var(--egcsc-line);
	backdrop-filter: blur(14px);
}

.egcsc-main {
	overflow: hidden;
	background: var(--egcsc-bg);
	font-size: 16px;
	line-height: 1.75;
}

.egcsc-main * { box-sizing: border-box; }
.egcsc-main h1,
.egcsc-main h2,
.egcsc-main h3 { font-family: var(--eg-heading-font); font-weight: 600; }
.egcsc-main h2 { margin: 0; color: var(--egcsc-white); font-size: clamp(29px, 2.35vw, 40px); line-height: 1.12; }
.egcsc-main p { margin: 0 0 18px; }
.egcsc-wrap { width: min(1420px, calc(100% - 80px)); margin-inline: auto; }
.egcsc-section { padding: 70px 0; border-top: 1px solid var(--egcsc-line); }
.egcsc-kicker { margin: 0 0 18px !important; color: var(--egcsc-yellow); font-size: 14px; font-weight: 800; letter-spacing: .035em; }
.egcsc-heading { max-width: 920px; margin-bottom: 40px; }
.egcsc-heading > p:last-child { max-width: 820px; margin: 20px 0 0; font-size: 17px; }
.egcsc-icon { display: block; width: 38px; height: 38px; color: inherit; font-size: 32px; line-height: 38px; text-align: center; }
.egcsc-icon:is(svg) { fill: currentColor; }

.egcsc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 50px;
	padding: 14px 20px;
	border: 1px solid rgba(255, 200, 0, .55);
	border-radius: 4px;
	color: var(--egcsc-white);
	font: 700 14px/1.2 var(--eg-heading-font);
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.egcsc-button:hover { border-color: var(--egcsc-yellow); color: var(--egcsc-yellow); transform: translateY(-2px); }
.egcsc-button--solid { background: var(--egcsc-yellow); border-color: var(--egcsc-yellow); color: #080a0b; }
.egcsc-button--solid:hover { background: #ffe04d; color: #080a0b; }
.egcsc-button span { font-size: 20px; }

/* Hero */
.egcsc-hero {
	position: relative;
	min-height: 800px;
	padding: 150px 0 72px;
	background: radial-gradient(circle at 73% 38%, rgba(255, 168, 0, .13), transparent 33%), #06090b;
}
.egcsc-grid-bg {
	position: absolute;
	inset: 88px 0 0;
	opacity: .25;
	background-image: linear-gradient(rgba(255, 182, 0, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 182, 0, .075) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(circle at 73% 42%, #000, transparent 58%);
}
.egcsc-hero__inner { position: relative; display: grid; grid-template-columns: minmax(560px, 1.08fr) minmax(500px, .92fr); align-items: center; gap: 34px; }
.egcsc-hero__copy { max-width: 735px; }
.egcsc-hero h1 { margin: 0 0 28px; color: var(--egcsc-white); font-size: clamp(54px, 4.75vw, 76px); line-height: .98; }
.egcsc-hero h1 span { color: var(--egcsc-yellow); }
.egcsc-lead { color: #eef0f1; font-size: 18px; font-weight: 600; }
.egcsc-hero__copy > p:not(.egcsc-kicker):not(.egcsc-lead) { max-width: 670px; }
.egcsc-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 36px 0; }
.egcsc-stats > div { display: flex; align-items: center; gap: 11px; min-width: 0; }
.egcsc-stats strong { color: #fff; font: 700 25px/1 var(--eg-heading-font); }
.egcsc-stats .egcsc-icon { flex: 0 0 33px; width: 33px; height: 33px; color: var(--egcsc-yellow); font-size: 27px; line-height: 33px; }
.egcsc-stats small { color: #e0e3e5; font: 700 13px/1.35 var(--eg-heading-font); }
.egcsc-actions { display: flex; flex-wrap: wrap; gap: 18px; }

.egcsc-hero__visual { position: relative; min-height: 590px; }
.egcsc-orbit { position: absolute; z-index: 1; top: 255px; left: 50%; border: 1px solid rgba(255, 200, 0, .28); border-radius: 50%; transform: translate(-50%, -50%); }
.egcsc-orbit--one { width: 500px; height: 230px; }
.egcsc-orbit--two { width: 580px; height: 310px; opacity: .45; }
.egcsc-hero-cart { position: absolute; z-index: 5; top: 76px; left: 50%; display: grid; place-items: center; width: 230px; height: 210px; transform: translateX(-50%); color: var(--egcsc-yellow); filter: drop-shadow(0 0 8px #ffae00) drop-shadow(0 0 30px rgba(255, 174, 0, .72)); }
.egcsc-hero-cart .egcsc-icon { width: 190px; height: 165px; font-size: 158px; line-height: 165px; transform: rotate(-4deg); }
.egcsc-hero-cart span { position: absolute; bottom: -3px; color: var(--egcsc-yellow); font: 800 16px/1 var(--eg-heading-font); letter-spacing: .12em; }
.egcsc-platform { position: absolute; z-index: 2; left: 50%; bottom: 15px; width: 440px; height: 250px; transform: translateX(-50%); filter: drop-shadow(0 28px 22px #000); }
.egcsc-platform i { position: absolute; left: 50%; width: 100%; height: 108px; border: 1px solid #60666b; background: linear-gradient(145deg, #262d32, #090b0d 70%); transform: translateX(-50%) rotate(30deg) skewX(-30deg); box-shadow: inset 0 -3px 0 rgba(255, 184, 0, .8); }
.egcsc-platform i:nth-child(1) { bottom: 0; }
.egcsc-platform i:nth-child(2) { bottom: 52px; width: 80%; }
.egcsc-platform i:nth-child(3) { bottom: 100px; width: 58%; }
.egcsc-hero-card { position: absolute; z-index: 6; width: 160px; min-height: 142px; padding: 17px; border: 1px solid #60676c; border-radius: 7px; background: rgba(13, 17, 20, .96); color: var(--egcsc-yellow); box-shadow: 0 18px 30px #000; }
.egcsc-hero-card .egcsc-icon { margin-bottom: 10px; }
.egcsc-hero-card strong { display: block; color: #fff; font: 700 14px/1.25 var(--eg-heading-font); }
.egcsc-hero-card small { display: block; margin-top: 8px; color: #d6d9dc; font-size: 13px; line-height: 1.5; }
.egcsc-hero-card--vendors { top: 22px; left: 0; }
.egcsc-hero-card--shipping { top: 28px; right: 0; }
.egcsc-hero-card--payments { top: 257px; left: 0; }
.egcsc-hero-card--marketplaces { top: 262px; right: 0; }

/* Intro and cards */
.egcsc-intro { background: radial-gradient(circle at 72% 45%, rgba(255, 182, 0, .055), transparent 34%), #0a0d0f; }
.egcsc-intro__inner { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 80px; }
.egcsc-intro .egcsc-heading { margin: 0; }
.egcsc-intro__copy { padding-left: 42px; border-left: 1px solid rgba(255, 200, 0, .35); }
.egcsc-intro__copy p { max-width: 850px; color: #d4d8db; font-size: 17px; line-height: 1.9; }
.egcsc-intro__copy p:last-child { margin-bottom: 0; }

.egcsc-capabilities { background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .04), transparent 35%), #090c0e; }
.egcsc-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.egcsc-card { min-height: 252px; padding: 28px; border: 1px solid var(--egcsc-line); border-radius: 7px; background: linear-gradient(145deg, rgba(255, 255, 255, .035), transparent), #0c1013; transition: border-color .2s ease, transform .2s ease; }
.egcsc-card:hover { border-color: rgba(255, 200, 0, .6); transform: translateY(-3px); }
.egcsc-card .egcsc-icon { margin-bottom: 24px; color: var(--egcsc-yellow); }
.egcsc-card h3 { margin: 0 0 16px; color: #fff; font-size: 17px; text-transform: uppercase; }
.egcsc-card p { margin: 0; font-size: 15px; line-height: 1.7; }

/* Process */
.egcsc-process { background: #080b0d; }
.egcsc-process-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.egcsc-process-grid article { position: relative; padding: 0 17px; text-align: center; }
.egcsc-process-grid article:not(:last-child)::after { content: ""; position: absolute; top: 44px; left: calc(50% + 45px); width: calc(100% - 90px); border-top: 1px solid rgba(255, 200, 0, .58); }
.egcsc-process-icon { display: grid; place-items: center; width: 88px; height: 88px; margin: 0 auto 15px; border: 1px solid rgba(255, 200, 0, .55); border-radius: 50%; color: #fff; }
.egcsc-process-icon .egcsc-icon { width: 36px; height: 36px; font-size: 29px; line-height: 36px; }
.egcsc-process-grid article > strong { display: block; color: var(--egcsc-yellow); font-size: 17px; }
.egcsc-process-grid h3 { margin: 4px 0 10px; color: #fff; font-size: 15px; text-transform: uppercase; }
.egcsc-process-grid p { margin: 0; font-size: 13px; line-height: 1.65; }

/* Platform strengths */
.egcsc-strengths { background: #0a0d0f; }
.egcsc-strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.egcsc-strength-grid article { min-height: 200px; padding: 28px; border: 1px solid var(--egcsc-line); background: rgba(255, 255, 255, .018); }
.egcsc-strength-grid .egcsc-icon { margin-bottom: 18px; color: var(--egcsc-yellow); }
.egcsc-strength-grid h3 { margin: 0 0 10px; color: #fff; font-size: 17px; text-transform: uppercase; }
.egcsc-strength-grid p { margin: 0; font-size: 15px; line-height: 1.7; }

/* CS-Cart addons from the eg_addon post type */
.egcsc-addons { background: radial-gradient(circle at 82% 18%, rgba(255, 200, 0, .07), transparent 30%), #090c0e; }
.egcsc-addons__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.egcsc-addons__top .egcsc-heading { margin-bottom: 40px; }
.egcsc-addons__top > .egcsc-button { flex: 0 0 auto; margin-bottom: 40px; }
.egcsc-addon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.egcsc-addon-card { min-width: 0; overflow: hidden; border: 1px solid var(--egcsc-line); border-radius: 8px; background: linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 45%), #0d1114; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.egcsc-addon-card:hover { border-color: rgba(255, 200, 0, .62); box-shadow: 0 22px 55px rgba(0, 0, 0, .35); transform: translateY(-4px); }
.egcsc-addon-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.egcsc-addon-card__media { position: relative; min-height: 210px; overflow: hidden; background: #f5f5f3; }
.egcsc-addon-card__media > img { display: block; width: 100%; height: 210px; object-fit: cover; transition: transform .35s ease; }
.egcsc-addon-card:hover .egcsc-addon-card__media > img { transform: scale(1.035); }
.egcsc-addon-card__media > b { position: absolute; top: 14px; right: 14px; padding: 7px 10px; border: 1px solid rgba(0, 0, 0, .08); border-radius: 99px; background: rgba(8, 10, 11, .9); color: #fff; font: 700 11px/1 var(--eg-heading-font); letter-spacing: .025em; }
.egcsc-addon-card__fallback { display: grid; place-items: center; align-content: center; gap: 13px; min-height: 210px; background: radial-gradient(circle, rgba(255, 200, 0, .2), transparent 55%), linear-gradient(135deg, #161b1f, #080b0d); color: var(--egcsc-yellow); }
.egcsc-addon-card__fallback .egcsc-icon { width: 58px; height: 58px; font-size: 50px; line-height: 58px; }
.egcsc-addon-card__fallback span { color: #fff; font: 700 13px/1 var(--eg-heading-font); letter-spacing: .09em; }
.egcsc-addon-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.egcsc-addon-card__platform { margin: 0 0 10px !important; color: var(--egcsc-yellow); font: 800 12px/1.2 var(--eg-heading-font); letter-spacing: .065em; }
.egcsc-addon-card h3 { margin: 0 0 15px; color: #fff; font-size: clamp(22px, 1.8vw, 29px); line-height: 1.1; }
.egcsc-addon-card__excerpt { display: -webkit-box; margin: 0 0 20px !important; overflow: hidden; color: var(--egcsc-text); font-size: 15px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.egcsc-addon-card__terms { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 22px; }
.egcsc-addon-card__terms span { padding: 5px 8px; border: 1px solid rgba(255, 200, 0, .3); border-radius: 3px; color: #dde0e2; font-size: 12px; line-height: 1.25; }
.egcsc-addon-card footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid var(--egcsc-line); }
.egcsc-addon-card footer small { color: #9fa5aa; font-size: 12px; letter-spacing: .055em; }
.egcsc-addon-card footer strong { color: var(--egcsc-yellow); font: 700 13px/1.2 var(--eg-heading-font); }
.egcsc-addon-card footer strong span { display: inline-block; font-size: 17px; transition: transform .2s ease; }
.egcsc-addon-card:hover footer strong span { transform: translate(3px, -3px); }

/* Verified CS-Cart clients */
.egcsc-clients { background: radial-gradient(circle at 50% 50%, rgba(255, 200, 0, .035), transparent 45%), #080b0d; }
.egcsc-client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.egcsc-client-card { overflow: hidden; border: 1px solid var(--egcsc-line); border-radius: 7px; background: #0d1114; }
.egcsc-client-card img { display: block; width: 100%; height: 170px; padding: 34px; object-fit: contain; background: #fff; }
.egcsc-client-card h3 { margin: 18px 18px 8px; color: #fff; font-size: 18px; }
.egcsc-client-card small { display: inline-block; margin: 0 18px 18px; padding: 4px 9px; border: 1px solid rgba(255, 200, 0, .38); border-radius: 3px; color: var(--egcsc-yellow); font-size: 12px; }

/* Add-ons and integrations */
.egcsc-integrations { background: #090c0e; }
.egcsc-integration-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.egcsc-integration-grid article { min-height: 205px; padding: 24px 20px; border: 1px solid var(--egcsc-line); border-radius: 7px; text-align: center; background: #0d1114; }
.egcsc-integration-grid .egcsc-icon { margin: 0 auto 15px; color: var(--egcsc-yellow); }
.egcsc-integration-grid h3 { margin: 0 0 10px; color: #fff; font-size: 16px; }
.egcsc-integration-grid p { margin: 0; font-size: 13px; line-height: 1.65; }
/* FAQ — ίδιο split με το intro: επικεφαλίδα αριστερά, accordion δεξιά. */
.egcsc-faq { padding-bottom: 48px; background: radial-gradient(circle at 22% 30%, rgba(255, 200, 0, .05), transparent 36%), #0a0d0f; }
.egcsc-faq__inner { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 80px; }
.egcsc-faq .egcsc-heading { margin: 0; }
.egcsc-faq__items { border-top: 1px solid var(--egcsc-line); }
.egcsc-faq-item { border-bottom: 1px solid var(--egcsc-line); }
.egcsc-faq-item summary { display: grid; grid-template-columns: 44px minmax(0, 1fr) 30px; align-items: center; gap: 16px; padding: 22px 0; cursor: pointer; list-style: none; }
.egcsc-faq-item summary::-webkit-details-marker { display: none; }
.egcsc-faq-item summary::marker { content: ""; }
.egcsc-faq-item summary:focus-visible { outline: 2px solid var(--egcsc-yellow); outline-offset: 4px; }
.egcsc-faq-item__n { color: var(--egcsc-yellow); font: 700 15px/1 var(--eg-heading-font); }
.egcsc-faq-item__q { color: #fff; font: 600 17px/1.45 var(--eg-body-font, "Open Sans", Helvetica, Arial, sans-serif); transition: color .2s ease; }
.egcsc-faq-item summary:hover .egcsc-faq-item__q { color: var(--egcsc-yellow); }

/* Ο σταυρός γίνεται παύλα όταν ανοίγει. */
.egcsc-faq-item__toggle { position: relative; width: 18px; height: 18px; justify-self: end; }
.egcsc-faq-item__toggle::before,
.egcsc-faq-item__toggle::after { content: ""; position: absolute; top: 50%; left: 0; width: 18px; height: 2px; background: var(--egcsc-yellow); transform: translateY(-50%); transition: transform .25s ease, opacity .25s ease; }
.egcsc-faq-item__toggle::after { transform: translateY(-50%) rotate(90deg); }
.egcsc-faq-item[open] .egcsc-faq-item__toggle::after { opacity: 0; transform: translateY(-50%) rotate(0deg); }
.egcsc-faq-item__a { padding: 0 30px 24px 60px; }
.egcsc-faq-item__a p { margin: 0; color: var(--egcsc-text); font-size: 15px; line-height: 1.8; }
.egcsc-final { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 38px; padding: 38px 50px; overflow: hidden; border: 1px solid #535b60; border-radius: 8px; background: radial-gradient(ellipse at 68% 130%, rgba(255, 200, 0, .23), transparent 45%), #0c1013; }
.egcsc-final::after { content: ""; position: absolute; right: 20%; bottom: -45px; width: 480px; height: 110px; border: 1px solid rgba(255, 200, 0, .22); border-radius: 50%; transform: rotate(-8deg); }
.egcsc-final > * { position: relative; z-index: 1; }
.egcsc-final h2 { font-size: clamp(28px, 2.2vw, 36px); }
.egcsc-final p { margin: 12px 0 0; font-size: 16px; }

@media (max-width: 1199px) {
	.egcsc-wrap { width: min(1120px, calc(100% - 48px)); }
	.egcsc-hero__inner { grid-template-columns: minmax(390px, .82fr) minmax(500px, 1.18fr); }
	.egcsc-hero__visual { transform: scale(.9); transform-origin: center; }
	.egcsc-stats { grid-template-columns: repeat(2, 1fr); }
	.egcsc-card-grid { grid-template-columns: repeat(2, 1fr); }
	.egcsc-addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.egcsc-client-grid { grid-template-columns: repeat(4, 1fr); }
	.egcsc-integration-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 899px) {
	.egcsc-wrap { width: min(760px, calc(100% - 36px)); }
	.egcsc-hero { min-height: 0; padding-top: 130px; }
	.egcsc-hero__inner { grid-template-columns: 1fr; }
	.egcsc-hero__copy { max-width: 720px; }
	.egcsc-hero__visual { width: 720px; max-width: 100%; margin: 0 auto; transform: none; }
	.egcsc-intro__inner { grid-template-columns: 1fr; gap: 28px; }
	.egcsc-intro__copy { padding: 24px 0 0; border-top: 1px solid rgba(255, 200, 0, .35); border-left: 0; }
	.egcsc-faq__inner { grid-template-columns: 1fr; gap: 30px; }
	.egcsc-process-grid { grid-template-columns: repeat(3, 1fr); gap: 40px 0; }
	.egcsc-process-grid article::after { display: none; }
	.egcsc-strength-grid { grid-template-columns: repeat(2, 1fr); }
	.egcsc-addons__top { align-items: flex-start; flex-direction: column; gap: 0; }
	.egcsc-addons__top > .egcsc-button { margin-top: -18px; }
	.egcsc-client-grid { grid-template-columns: repeat(2, 1fr); }
	.egcsc-final { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
	.egcsc-wrap { width: calc(100% - 28px); }
	.egcsc-section { padding: 50px 0; }
	.egcsc-main h2 { font-size: 28px; }
	.egcsc-heading { margin-bottom: 30px; }
	.egcsc-hero { padding: 116px 0 42px; }
	.egcsc-hero__inner { gap: 30px; }
	.egcsc-hero h1 { font-size: clamp(40px, 12vw, 54px); overflow-wrap: normal; }
	.egcsc-lead { font-size: 17px; }
	.egcsc-stats { gap: 20px 12px; }
	.egcsc-stats small { font-size: 12px; }
	.egcsc-actions { align-items: stretch; flex-direction: column; }
	.egcsc-actions .egcsc-button { width: 100%; }

	/* Mobile hero: the four information cards join the normal grid flow. */
	.egcsc-hero__visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; min-height: 0; padding-top: 250px; }
	.egcsc-orbit { display: none; }
	.egcsc-hero-cart { top: 15px; width: 150px; height: 145px; }
	.egcsc-hero-cart .egcsc-icon { width: 135px; height: 112px; font-size: 108px; line-height: 112px; }
	.egcsc-hero-cart span { bottom: -2px; font-size: 13px; }
	.egcsc-platform { top: 78px; bottom: auto; width: 250px; height: 158px; }
	.egcsc-hero-card,
	.egcsc-hero-card--vendors,
	.egcsc-hero-card--shipping,
	.egcsc-hero-card--payments,
	.egcsc-hero-card--marketplaces { position: relative; inset: auto; width: auto; min-width: 0; min-height: 145px; padding: 14px; }
	.egcsc-hero-card .egcsc-icon { width: 30px; height: 30px; margin-bottom: 8px; font-size: 25px; line-height: 30px; }
	.egcsc-hero-card strong { font-size: 13px; overflow-wrap: anywhere; }
	.egcsc-hero-card small { font-size: 13px; line-height: 1.45; }

	.egcsc-card-grid,
	.egcsc-strength-grid,
	.egcsc-addon-grid,
	.egcsc-client-grid,
	.egcsc-integration-grid { grid-template-columns: 1fr; }
	.egcsc-card { min-height: 0; }
	.egcsc-addons__top > .egcsc-button { width: 100%; margin: -10px 0 28px; }
	.egcsc-addon-card__media,
	.egcsc-addon-card__fallback { min-height: 185px; }
	.egcsc-addon-card__media > img { height: 185px; }
	.egcsc-addon-card__body { padding: 22px; }
	.egcsc-process-grid { grid-template-columns: 1fr; gap: 0; }
	.egcsc-process-grid article { display: grid; grid-template-columns: 70px 46px 1fr; grid-template-rows: auto auto; align-items: center; gap: 0 12px; padding: 20px 0; border-bottom: 1px solid var(--egcsc-line); text-align: left; }
	.egcsc-process-icon { grid-row: 1 / 3; width: 68px; height: 68px; margin: 0; }
	.egcsc-process-grid article > strong { grid-column: 2; grid-row: 1 / 3; }
	.egcsc-process-grid h3 { grid-column: 3; margin: 0 0 5px; }
	.egcsc-process-grid p { grid-column: 3; margin: 0; }
	.egcsc-client-card img { height: 160px; }
	.egcsc-faq-item summary { grid-template-columns: 32px minmax(0, 1fr) 22px; gap: 12px; }
	.egcsc-faq-item__toggle { width: 14px; height: 14px; }
	.egcsc-faq-item__toggle::before,
	.egcsc-faq-item__toggle::after { width: 14px; }
	.egcsc-faq-item__a { padding: 0 0 22px 44px; }
	.egcsc-final { padding: 30px 22px; }
	.egcsc-final .egcsc-button { width: 100%; }
}

@media (max-width: 380px) {
	.egcsc-stats { grid-template-columns: 1fr; }
	.egcsc-hero__visual { grid-template-columns: 1fr; padding-top: 230px; }
	.egcsc-platform { width: 225px; }
}

@media (prefers-reduced-motion: reduce) {
	.egcsc-button,
	.egcsc-card,
	.egcsc-addon-card,
	.egcsc-addon-card__media > img,
	.egcsc-addon-card footer strong span,
	.egcsc-faq-item__q,
	.egcsc-faq-item__toggle::before,
	.egcsc-faq-item__toggle::after { transition: none; }
}

/* --------------------------------------- εξειδικεύσεις & σχετικά άρθρα */

.egcsc-topics__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:38px 0 0;padding:0;list-style:none}
.egcsc-topics__grid li{display:flex}
.egcsc-topics__grid a{display:flex;flex-direction:column;width:100%;padding:26px;border:1px solid var(--egcsc-line);border-radius:8px;background:linear-gradient(150deg,rgba(255,255,255,.035),transparent 55%),var(--egcsc-panel);color:inherit;text-decoration:none;transition:border-color .2s ease,transform .2s ease}
.egcsc-topics__grid a:hover{border-color:var(--egcsc-yellow);transform:translateY(-3px)}
.egcsc-topics__grid h3{margin:0 0 10px;color:#fff;font-family:var(--eg-body-font);font-size:18px;font-weight:700;line-height:1.3}
.egcsc-topics__grid p{margin:0 0 18px;color:var(--egcsc-text);font-size:14px;line-height:1.65}
.egcsc-topics__grid b{margin-top:auto;color:var(--egcsc-yellow);font-size:13px;font-weight:700}

.egcsc-articles__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:38px}
.egcsc-articles__grid article{display:flex}
.egcsc-articles__grid a{display:flex;flex-direction:column;width:100%;padding:24px;border:1px solid var(--egcsc-line);border-radius:8px;background:var(--egcsc-panel);color:inherit;text-decoration:none;transition:border-color .2s ease}
.egcsc-articles__grid a:hover{border-color:var(--egcsc-yellow)}
.egcsc-articles__grid time{color:#8f959b;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.egcsc-articles__grid h3{margin:12px 0 18px;color:#fff;font-family:var(--eg-body-font);font-size:17px;font-weight:600;line-height:1.4}
.egcsc-articles__grid b{margin-top:auto;color:var(--egcsc-yellow);font-size:13px;font-weight:700}

@media(max-width:1099px){.egcsc-topics__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.egcsc-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.egcsc-topics__grid,.egcsc-articles__grid{grid-template-columns:1fr;margin-top:28px}}
@media(prefers-reduced-motion:reduce){.egcsc-topics__grid a{transition:none}}
@font-face{font-family:"Happy Icons";src:url(//www.e-growth.gr/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.woff2) format("woff2"),url(//www.e-growth.gr/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.woff) format("woff"),url(//www.e-growth.gr/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.svg#happy-icons) format("svg");font-weight:normal;font-style:normal;font-display:swap;}.hm,.fashm{font-family:"Happy Icons"!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.hm-3d-rotate:before{content:"\e900";}.hm-degree:before{content:"\e901";}.hm-accordion-horizontal:before{content:"\e902";}.hm-accordion-vertical:before{content:"\e903";}.hm-alarm-clock:before{content:"\e904";}.hm-alien-gun:before{content:"\e905";}.hm-alien:before{content:"\e906";}.hm-anchor:before{content:"\e907";}.hm-android:before{content:"\e908";}.hm-angle-down:before{content:"\e909";}.hm-angle-left:before{content:"\e90a";}.hm-angle-right:before{content:"\e90b";}.hm-angle-up:before{content:"\e90c";}.hm-apple:before{content:"\e90d";}.hm-arrow-left:before{content:"\e90e";}.hm-arrow-right:before{content:"\e90f";}.hm-arrow-zoom-out:before{content:"\e910";}.hm-arrow-corner:before{content:"\e911";}.hm-arrow-down:before{content:"\e912";}.hm-arrow-left1:before{content:"\e913";}.hm-arrow-right1:before{content:"\e914";}.hm-arrow-up:before{content:"\e915";}.hm-article:before{content:"\e916";}.hm-avatar-man:before{content:"\e917";}.hm-avatar-woman:before{content:"\e918";}.hm-badge1:before{content:"\e919";}.hm-badge2:before{content:"\e91a";}.hm-badge3:before{content:"\e91b";}.hm-bamboo:before{content:"\e91c";}.hm-basketball:before{content:"\e91d";}.hm-battery:before{content:"\e91e";}.hm-beach-seat:before{content:"\e91f";}.hm-bell:before{content:"\e920";}.hm-bicycle:before{content:"\e921";}.hm-blog-content:before{content:"\e922";}.hm-bluetooth:before{content:"\e923";}.hm-board:before{content:"\e924";}.hm-body:before{content:"\e925";}.hm-bomb:before{content:"\e926";}.hm-bond-hand:before{content:"\e927";}.hm-bond:before{content:"\e928";}.hm-bonsai:before{content:"\e929";}.hm-book:before{content:"\e92a";}.hm-bowl:before{content:"\e92b";}.hm-brick-wall:before{content:"\e92c";}.hm-brush-paint:before{content:"\e92d";}.hm-brush-roll:before{content:"\e92e";}.hm-brush:before{content:"\e92f";}.hm-bug:before{content:"\e930";}.hm-bulb:before{content:"\e931";}.hm-calculation:before{content:"\e932";}.hm-calendar:before{content:"\e933";}.hm-camera:before{content:"\e934";}.hm-candle:before{content:"\e935";}.hm-candles:before{content:"\e936";}.hm-car:before{content:"\e937";}.hm-card:before{content:"\e938";}.hm-caret-down:before{content:"\e939";}.hm-caret-fill-down:before{content:"\e93a";}.hm-caret-fill-left:before{content:"\e93b";}.hm-caret-fill-right:before{content:"\e93c";}.hm-caret-fill-up:before{content:"\e93d";}.hm-caret-left:before{content:"\e93e";}.hm-caret-right:before{content:"\e93f";}.hm-caret-up:before{content:"\e940";}.hm-carousal:before{content:"\e941";}.hm-cart-empty:before{content:"\e942";}.hm-cart-full:before{content:"\e943";}.hm-caution:before{content:"\e944";}.hm-chair:before{content:"\e945";}.hm-chair2:before{content:"\e946";}.hm-chat-bubble-single:before{content:"\e947";}.hm-chat-bubble:before{content:"\e948";}.hm-cheese:before{content:"\e949";}.hm-chef-cap:before{content:"\e94a";}.hm-clip-board:before{content:"\e94b";}.hm-clip:before{content:"\e94c";}.hm-cloud-down:before{content:"\e94d";}.hm-cloud-up:before{content:"\e94e";}.hm-cloud:before{content:"\e94f";}.hm-code-browser:before{content:"\e950";}.hm-code-clean:before{content:"\e951";}.hm-code:before{content:"\e952";}.hm-cog:before{content:"\e953";}.hm-color-card:before{content:"\e954";}.hm-color-plate:before{content:"\e955";}.hm-compass-math:before{content:"\e956";}.hm-compass:before{content:"\e957";}.hm-corner:before{content:"\e958";}.hm-crop:before{content:"\e959";}.hm-cross-circle:before{content:"\e95a";}.hm-cross-game:before{content:"\e95b";}.hm-cross-gap:before{content:"\e95c";}.hm-cross:before{content:"\e95d";}.hm-crown:before{content:"\e95e";}.hm-cube:before{content:"\e95f";}.hm-cup-coffee:before{content:"\e960";}.hm-cup:before{content:"\e961";}.hm-currency-paper:before{content:"\e962";}.hm-dashboard:before{content:"\e963";}.hm-delivery-van:before{content:"\e964";}.hm-diamond-ring:before{content:"\e965";}.hm-direction-both:before{content:"\e966";}.hm-direction-right:before{content:"\e967";}.hm-disable-person:before{content:"\e968";}.hm-disc:before{content:"\e969";}.hm-dislike:before{content:"\e96a";}.hm-dollar-on-hand:before{content:"\e96b";}.hm-door-path:before{content:"\e96c";}.hm-Download-circle:before{content:"\e96d";}.hm-download:before{content:"\e96e";}.hm-drag-inside:before{content:"\e96f";}.hm-drag-outside:before{content:"\e970";}.hm-drag:before{content:"\e971";}.hm-drawer:before{content:"\e972";}.hm-dribbble:before{content:"\e973";}.hm-dropper:before{content:"\e974";}.hm-egg-fry:before{content:"\e975";}.hm-ellipsis-fill-h:before{content:"\e976";}.hm-ellipsis-fill-v:before{content:"\e977";}.hm-ellipsis-horizontal:before{content:"\e978";}.hm-ellipsis-vertical:before{content:"\e979";}.hm-emo-normal:before{content:"\e97a";}.hm-emo-sad:before{content:"\e97b";}.hm-emo-smile:before{content:"\e97c";}.hm-envelop:before{content:"\e97d";}.hm-facebook:before{content:"\e97e";}.hm-fancy-futton:before{content:"\e97f";}.hm-feeder:before{content:"\e980";}.hm-file-cabinet:before{content:"\e981";}.hm-file-rotate:before{content:"\e982";}.hm-file:before{content:"\e983";}.hm-files:before{content:"\e984";}.hm-film-roll:before{content:"\e985";}.hm-film:before{content:"\e986";}.hm-finger-index:before{content:"\e987";}.hm-finger-print:before{content:"\e988";}.hm-fire-flame:before{content:"\e989";}.hm-flag:before{content:"\e98a";}.hm-flip-card1:before{content:"\e98b";}.hm-flip-card2:before{content:"\e98c";}.hm-folder-network:before{content:"\e98d";}.hm-folder:before{content:"\e98e";}.hm-football:before{content:"\e98f";}.hm-footer:before{content:"\e990";}.hm-form:before{content:"\e991";}.hm-forward:before{content:"\e992";}.hm-fountain-pen:before{content:"\e993";}.hm-gender-female:before{content:"\e994";}.hm-gender-male:before{content:"\e995";}.hm-gender-sign:before{content:"\e996";}.hm-gender:before{content:"\e997";}.hm-ghost:before{content:"\e998";}.hm-gift-box:before{content:"\e999";}.hm-globe1:before{content:"\e99a";}.hm-globe2:before{content:"\e99b";}.hm-globe3:before{content:"\e99c";}.hm-globe4:before{content:"\e99d";}.hm-google:before{content:"\e99e";}.hm-graduate-cap:before{content:"\e99f";}.hm-graph-bar:before{content:"\e9a0";}.hm-graph-pie:before{content:"\e9a1";}.hm-graph:before{content:"\e9a2";}.hm-grid-even:before{content:"\e9a3";}.hm-grid-masonry:before{content:"\e9a4";}.hm-grid-twist:before{content:"\e9a5";}.hm-grid:before{content:"\e9a6";}.hm-group:before{content:"\e9a7";}.hm-hand-mike:before{content:"\e9a8";}.hm-hand-watch:before{content:"\e9a9";}.hm-hand:before{content:"\e9aa";}.hm-header:before{content:"\e9ab";}.hm-headphone:before{content:"\e9ac";}.hm-headset:before{content:"\e9ad";}.hm-heart-beat:before{content:"\e9ae";}.hm-hexa:before{content:"\e9af";}.hm-highlighter:before{content:"\e9b0";}.hm-home:before{content:"\e9b1";}.hm-hot-spot:before{content:"\e9b2";}.hm-hotdog:before{content:"\e9b3";}.hm-ice-cream:before{content:"\e9b4";}.hm-icon-box:before{content:"\e9b5";}.hm-imac:before{content:"\e9b6";}.hm-image-compare:before{content:"\e9b7";}.hm-image-slider:before{content:"\e9b8";}.hm-image:before{content:"\e9b9";}.hm-inbox:before{content:"\e9ba";}.hm-infinity:before{content:"\e9bb";}.hm-info:before{content:"\e9bc";}.hm-injection:before{content:"\e9bd";}.hm-instagram:before{content:"\e9be";}.hm-jar-chemical:before{content:"\e9bf";}.hm-key:before{content:"\e9c0";}.hm-language-change:before{content:"\e9c1";}.hm-laptop:before{content:"\e9c2";}.hm-layer:before{content:"\e9c3";}.hm-lens:before{content:"\e9c4";}.hm-like:before{content:"\e9c5";}.hm-line-graph-pointed:before{content:"\e9c6";}.hm-link:before{content:"\e9c7";}.hm-linkedin:before{content:"\e9c8";}.hm-linux:before{content:"\e9c9";}.hm-list-2:before{content:"\e9ca";}.hm-list-group:before{content:"\e9cb";}.hm-list:before{content:"\e9cc";}.hm-location-pointer:before{content:"\e9cd";}.hm-lock:before{content:"\e9ce";}.hm-logo-carousel:before{content:"\e9cf";}.hm-logo-grid:before{content:"\e9d0";}.hm-lotus:before{content:"\e9d1";}.hm-love:before{content:"\e9d2";}.hm-madel:before{content:"\e9d3";}.hm-magic-wand:before{content:"\e9d4";}.hm-magnet:before{content:"\e9d5";}.hm-mail-open:before{content:"\e9d6";}.hm-man-range:before{content:"\e9d7";}.hm-map-marker:before{content:"\e9d8";}.hm-map-pointer:before{content:"\e9d9";}.hm-measurement:before{content:"\e9da";}.hm-memory:before{content:"\e9db";}.hm-menu-price:before{content:"\e9dc";}.hm-micro-chip:before{content:"\e9dd";}.hm-microphone1:before{content:"\e9de";}.hm-microphone2:before{content:"\e9df";}.hm-mobile:before{content:"\e9e0";}.hm-money-bag:before{content:"\e9e1";}.hm-money:before{content:"\e9e2";}.hm-monitor:before{content:"\e9e3";}.hm-mouse:before{content:"\e9e4";}.hm-muscle:before{content:"\e9e5";}.hm-net:before{content:"\e9e6";}.hm-network1:before{content:"\e9e7";}.hm-network2:before{content:"\e9e8";}.hm-newspaper:before{content:"\e9e9";}.hm-nuclear-circle:before{content:"\e9ea";}.hm-office-file:before{content:"\e9eb";}.hm-pacman:before{content:"\e9ec";}.hm-paper-fold:before{content:"\e9ed";}.hm-paper-plane-alt:before{content:"\e9ee";}.hm-paper-plane:before{content:"\e9ef";}.hm-pause:before{content:"\e9f0";}.hm-pen-head:before{content:"\e9f1";}.hm-pen-pencil:before{content:"\e9f2";}.hm-pen-scale:before{content:"\e9f3";}.hm-pen-paper:before{content:"\e9f4";}.hm-pen:before{content:"\e9f5";}.hm-pencil:before{content:"\e9f6";}.hm-pendrive:before{content:"\e9f7";}.hm-phone:before{content:"\e9f8";}.hm-pillar:before{content:"\e9f9";}.hm-pin-man-range:before{content:"\e9fa";}.hm-pin-man:before{content:"\e9fb";}.hm-pin:before{content:"\e9fc";}.hm-plane:before{content:"\e9fd";}.hm-play-end:before{content:"\e9fe";}.hm-play-next:before{content:"\e9ff";}.hm-play-previous:before{content:"\ea00";}.hm-play-start:before{content:"\ea01";}.hm-play-button:before{content:"\ea02";}.hm-play-store:before{content:"\ea03";}.hm-play:before{content:"\ea04";}.hm-playing-card:before{content:"\ea05";}.hm-plus-box:before{content:"\ea06";}.hm-plus-circle:before{content:"\ea07";}.hm-plus-gap:before{content:"\ea08";}.hm-plus-open:before{content:"\ea09";}.hm-popup:before{content:"\ea0a";}.hm-power:before{content:"\ea0b";}.hm-printer:before{content:"\ea0c";}.hm-progress-bar:before{content:"\ea0d";}.hm-promo:before{content:"\ea0e";}.hm-pulse:before{content:"\ea0f";}.hm-puzzle:before{content:"\ea10";}.hm-question:before{content:"\ea11";}.hm-quote:before{content:"\ea12";}.hm-radar:before{content:"\ea13";}.hm-radiation:before{content:"\ea14";}.hm-reading-glass-alt:before{content:"\ea15";}.hm-reading-glass:before{content:"\ea16";}.hm-recycle-bin:before{content:"\ea17";}.hm-recycle:before{content:"\ea18";}.hm-refresh-time:before{content:"\ea19";}.hm-reply:before{content:"\ea1a";}.hm-responsive-device:before{content:"\ea1b";}.hm-review:before{content:"\ea1c";}.hm-rocket1:before{content:"\ea1d";}.hm-rocket2:before{content:"\ea1e";}.hm-rss:before{content:"\ea1f";}.hm-safety-cap:before{content:"\ea20";}.hm-safety-kit:before{content:"\ea21";}.hm-sand-watch:before{content:"\ea22";}.hm-scale:before{content:"\ea23";}.hm-scanner:before{content:"\ea24";}.hm-scissor:before{content:"\ea25";}.hm-screen:before{content:"\ea26";}.hm-search:before{content:"\ea27";}.hm-seo:before{content:"\ea28";}.hm-server-network:before{content:"\ea29";}.hm-server:before{content:"\ea2a";}.hm-share:before{content:"\ea2b";}.hm-shield:before{content:"\ea2c";}.hm-ship:before{content:"\ea2d";}.hm-shirt:before{content:"\ea2e";}.hm-shopping-bag1:before{content:"\ea2f";}.hm-shopping-bag2:before{content:"\ea30";}.hm-shopping-bag3:before{content:"\ea31";}.hm-shopping-bag4:before{content:"\ea32";}.hm-shuffle:before{content:"\ea33";}.hm-shutter:before{content:"\ea34";}.hm-sign-in:before{content:"\ea35";}.hm-sign-out:before{content:"\ea36";}.hm-sitemap1:before{content:"\ea37";}.hm-sitemap2:before{content:"\ea38";}.hm-skart:before{content:"\ea39";}.hm-skull:before{content:"\ea3a";}.hm-skyscraper:before{content:"\ea3b";}.hm-slider-doc:before{content:"\ea3c";}.hm-slider-h-range:before{content:"\ea3d";}.hm-slider-image:before{content:"\ea3e";}.hm-slider-range-h:before{content:"\ea3f";}.hm-slider-v-open:before{content:"\ea40";}.hm-slider-video:before{content:"\ea41";}.hm-slider:before{content:"\ea42";}.hm-smart-watch:before{content:"\ea43";}.hm-snow:before{content:"\ea44";}.hm-spa-face:before{content:"\ea45";}.hm-spa-stone-flower:before{content:"\ea46";}.hm-spa-stone:before{content:"\ea47";}.hm-spark:before{content:"\ea48";}.hm-speaker-off:before{content:"\ea49";}.hm-speaker-on:before{content:"\ea4a";}.hm-spoon-fork:before{content:"\ea4b";}.hm-spoon:before{content:"\ea4c";}.hm-star:before{content:"\ea4d";}.hm-step-flow:before{content:"\ea4e";}.hm-steps:before{content:"\ea4f";}.hm-stop-watch:before{content:"\ea50";}.hm-stop:before{content:"\ea51";}.hm-support-call:before{content:"\ea52";}.hm-tab:before{content:"\ea53";}.hm-table-lamp:before{content:"\ea54";}.hm-tablet:before{content:"\ea55";}.hm-tag:before{content:"\ea56";}.hm-target-arrow:before{content:"\ea57";}.hm-target:before{content:"\ea58";}.hm-target1:before{content:"\ea59";}.hm-team-carousel:before{content:"\ea5a";}.hm-team-member:before{content:"\ea5b";}.hm-tennis-ball:before{content:"\ea5c";}.hm-terminal:before{content:"\ea5d";}.hm-testimonial-carousel:before{content:"\ea5e";}.hm-testimonial:before{content:"\ea5f";}.hm-text-animation:before{content:"\ea60";}.hm-theatre:before{content:"\ea61";}.hm-tick-circle:before{content:"\ea62";}.hm-tick:before{content:"\ea63";}.hm-tickets:before{content:"\ea64";}.hm-tie-knot:before{content:"\ea65";}.hm-tie:before{content:"\ea66";}.hm-timeline:before{content:"\ea67";}.hm-toggle:before{content:"\ea68";}.hm-tools:before{content:"\ea69";}.hm-tree-square:before{content:"\ea6a";}.hm-twitter-bird:before{content:"\ea6b";}.hm-twitter:before{content:"\ea6c";}.hm-ufo:before{content:"\ea6d";}.hm-umbralla:before{content:"\ea6e";}.hm-unlock:before{content:"\ea6f";}.hm-up-down:before{content:"\ea70";}.hm-upload:before{content:"\ea71";}.hm-upward-top-right:before{content:"\ea72";}.hm-user-female:before{content:"\ea73";}.hm-user-id:before{content:"\ea74";}.hm-user-male:before{content:"\ea75";}.hm-video-camera:before{content:"\ea76";}.hm-water-drop:before{content:"\ea77";}.hm-weather-cloud-day:before{content:"\ea78";}.hm-weather-cloud:before{content:"\ea79";}.hm-weather-day-rain:before{content:"\ea7a";}.hm-weather-day-snow:before{content:"\ea7b";}.hm-weather-day-windy-rain:before{content:"\ea7c";}.hm-weather-flood:before{content:"\ea7d";}.hm-weather-night-cloud:before{content:"\ea7e";}.hm-weather-rain-alt:before{content:"\ea7f";}.hm-weather-rain:before{content:"\ea80";}.hm-weather-snow:before{content:"\ea81";}.hm-weather-sun-rain:before{content:"\ea82";}.hm-weather-sun:before{content:"\ea83";}.hm-weather-sunny-day:before{content:"\ea84";}.hm-weather-thunder:before{content:"\ea85";}.hm-weather-windy-rain:before{content:"\ea86";}.hm-webcam1:before{content:"\ea87";}.hm-webcam2:before{content:"\ea88";}.hm-weight-scale:before{content:"\ea89";}.hm-windows:before{content:"\ea8a";}.hm-wine-glass2:before{content:"\ea8b";}.hm-wine-glass:before{content:"\ea8c";}.hm-worker-cap:before{content:"\ea8d";}.hm-youtube:before{content:"\ea8e";}.hm-centralize:before{content:"\ea8f";}.hm-add-section:before{content:"\ea90";}.hm-advanced-heading:before{content:"\ea91";}.hm-air-baloon:before{content:"\ea92";}.hm-arrow2:before{content:"\ea93";}.hm-bicycle2:before{content:"\ea94";}.hm-bond2:before{content:"\ea95";}.hm-bond3:before{content:"\ea96";}.hm-bond4:before{content:"\ea97";}.hm-calendar2:before{content:"\ea98";}.hm-carousel:before{content:"\ea99";}.hm-code-page:before{content:"\ea9a";}.hm-comment-circle:before{content:"\ea9b";}.hm-comment-square:before{content:"\ea9c";}.hm-copy:before{content:"\ea9d";}.hm-cursor:before{content:"\ea9e";}.hm-envelop2:before{content:"\ea9f";}.hm-factory:before{content:"\eaa0";}.hm-finger-point:before{content:"\eaa1";}.hm-finger-swipe-both:before{content:"\eaa2";}.hm-finger-swipe-corner:before{content:"\eaa3";}.hm-finger-swipe-left:before{content:"\eaa4";}.hm-finger-swipe-up:before{content:"\eaa5";}.hm-finger-swipe:before{content:"\eaa6";}.hm-finger-touch:before{content:"\eaa7";}.hm-folder-network:before{content:"\eaa8";}.hm-folder-sync:before{content:"\eaa9";}.hm-graph-bar2:before{content:"\eaaa";}.hm-graph-pie2:before{content:"\eaab";}.hm-heading-h:before{content:"\eaac";}.hm-heading-html:before{content:"\eaad";}.hm-heart:before{content:"\eaae";}.hm-home2:before{content:"\eaaf";}.hm-indent-left:before{content:"\eab0";}.hm-indent-right:before{content:"\eab1";}.hm-lock-close:before{content:"\eab2";}.hm-lock-open:before{content:"\eab3";}.hm-map-pointer-add:before{content:"\eab4";}.hm-map-pointer-check:before{content:"\eab5";}.hm-map-pointer-delete:before{content:"\eab6";}.hm-map-pointer2:before{content:"\eab7";}.hm-map:before{content:"\eab8";}.hm-navigation1:before{content:"\eab9";}.hm-navigation2:before{content:"\eaba";}.hm-page-export:before{content:"\eabb";}.hm-page-sync:before{content:"\eabc";}.hm-piramid:before{content:"\eabd";}.hm-plug:before{content:"\eabe";}.hm-point-marker:before{content:"\eabf";}.hm-quote2:before{content:"\eac0";}.hm-refresh-check:before{content:"\eac1";}.hm-refresh:before{content:"\eac2";}.hm-refresh2:before{content:"\eac3";}.hm-scrolling-image:before{content:"\eac4";}.hm-sign-turn-right:before{content:"\eac5";}.hm-speedometer:before{content:"\eac6";}.hm-sticky:before{content:"\eac7";}.hm-sync-cloud:before{content:"\eac8";}.hm-sync:before{content:"\eac9";}.hm-sync2:before{content:"\eaca";}.hm-table-lamp2:before{content:"\eacb";}.hm-target2:before{content:"\eacc";}.hm-timeline-spiral:before{content:"\eacd";}.hm-tv:before{content:"\eace";}.hm-vespa:before{content:"\eacf";}.hm-happyaddons:before{content:"\ead0";}.hm-brain:before{content:"\ead1";}.hm-breadcrumbs:before{content:"\ead2";}.hm-circular-chat:before{content:"\ead3";}.hm-currency-exchange:before{content:"\ead4";}.hm-cta:before{content:"\ead5";}.hm-data-table:before{content:"\ead6";}.hm-display-condition:before{content:"\ead7";}.hm-digital-memory:before{content:"\ead8";}.hm-dollar-box:before{content:"\ead9";}.hm-faq:before{content:"\eada";}.hm-facebook-feed:before{content:"\eadb";}.hm-header-footer:before{content:"\eadc";}.hm-heart:before{content:"\eadd";}.hm-image-accordion:before{content:"\eade";}.hm-image-masking:before{content:"\eadf";}.hm-instagram:before{content:"\eae0";}.hm-mail-chimp:before{content:"\eae1";}.hm-minus-large:before{content:"\eae2";}.hm-minus-small:before{content:"\eae3";}.hm-mobile-chat:before{content:"\eae4";}.hm-motion-button:before{content:"\eae5";}.hm-news-ticker:before{content:"\eae6";}.hm-offcanvas-menu:before{content:"\eae7";}.hm-post-grid:before{content:"\eae8";}.hm-post-list:before{content:"\eae9";}.hm-post-tab:before{content:"\eaea";}.hm-pricing-menu:before{content:"\eaeb";}.hm-scheduled-section:before{content:"\eaec";}.hm-section-link:before{content:"\eaed";}.hm-sticky-video:before{content:"\eaee";}.hm-section-nesting:before{content:"\eaef";}.hm-traffic-signal:before{content:"\eaf0";}.hm-tshirt:before{content:"\eaf1";}.hm-twitter-feed:before{content:"\eaf2";}.hm-grid-layout:before{content:"\eaf3";}.hm-add-to-cart-button:before{content:"\eaf4";}.hm-billing-address:before{content:"\eaf5";}.hm-cart:before{content:"\eaf6";}.hm-Category-Carousel:before{content:"\eaf7";}.hm-Category-Grid:before{content:"\eaf8";}.hm-Category-List:before{content:"\eaf9";}.hm-checkout-1:before{content:"\eafa";}.hm-checkout-2:before{content:"\eafb";}.hm-compare:before{content:"\eafc";}.hm-edit-menu:before{content:"\eafd";}.hm-facebook-review:before{content:"\eafe";}.hm-fb-messanger:before{content:"\eaff";}.hm-filter:before{content:"\eb00";}.hm-google-review:before{content:"\eb01";}.hm-grid-filter:before{content:"\eb02";}.hm-home3:before{content:"\eb03";}.hm-horizontal-timeline:before{content:"\eb04";}.hm-image-scroll:before{content:"\eb05";}.hm-mini-cart:before{content:"\eb06";}.hm-off-canvas-cart:before{content:"\eb07";}.hm-popup1:before{content:"\eb08";}.hm-post-list:before{content:"\eb09";}.hm-Product-Carousel:before{content:"\eb0a";}.hm-product-filter:before{content:"\eb0b";}.hm-product-gallery:before{content:"\eb0c";}.hm-Product-Grid:before{content:"\eb0d";}.hm-Product-List-double:before{content:"\eb0e";}.hm-product-list-single:before{content:"\eb0f";}.hm-product-rating:before{content:"\eb10";}.hm-product-table:before{content:"\eb11";}.hm-product-variation:before{content:"\eb12";}.hm-retina-image:before{content:"\eb13";}.hm-shipping-address:before{content:"\eb14";}.hm-shop:before{content:"\eb15";}.hm-shopping-details:before{content:"\eb16";}.hm-sticky-video-2:before{content:"\eb17";}.hm-Template-Import:before{content:"\eb18";}.hm-trendy-product:before{content:"\eb19";}.hm-user-check:before{content:"\eb1a";}.hm-User-Circle:before{content:"\eb1b";}.hm-user-plus:before{content:"\eb1c";}.hm-user:before{content:"\eb1d";}.hm-video-gallery:before{content:"\eb1e";}.hm-wishlist:before{content:"\eb1f";}.hm-mouse-scroll-h:before{content:"\eb20";}.hm-mouse-scroll-v:before{content:"\eb21";}.hm-speaker:before{content:"\eb22";}.hm-mega-menu:before{content:"\eb23";}.hm-content-slider:before{content:"\eb24";}.hm-text-outline:before{content:"\eb25";}.hm-vector-path:before{content:"\eb26";}.hm-rough-notation:before{content:"\eb27";}.hm-unfold-folder:before{content:"\eb28";}.hm-unfold-paper:before{content:"\eb29";}.hm-speaker2:before{content:"\eb2a";}.hm-video-mask:before{content:"\eb2b";}.hm-dot-navigation:before{content:"\eb2c";}.hm-cursor-hover-click:before{content:"\eb2d";}.hm-finger-hover-touch:before{content:"\eb2e";}.hm-repeat:before{content:"\eb2f";}.hm-event-calendar:before{content:"\eb30";}.hm-map-location-unfold:before{content:"\eb31";}.hm-ticket2:before{content:"\eb32";}.hm-thunder1:before{content:"\eb33";}.hm-thunder2:before{content:"\eb34";}.hm-shield1:before{content:"\eb35";}.hm-switcher:before{content:"\eb36";}.hm-global-badge:before{content:"\eb37";}.hm-wallet:before{content:"\eb38";}.hm-asteroid:before{content:"\eb39";}.hm-repeat2:before{content:"\eb3a";}.hm-corona-covid1:before{content:"\eb3b";}.hm-corona-covid2:before{content:"\eb3c";}.hm-fixed-size-button:before{content:"\eb3d";}.hm-full-page-scroll:before{content:"\eb3e";}.hm-multi-page-scroll:before{content:"\eb3f";}.hm-flag2:before{content:"\eb40";}.hm-advanced-data-table:before{content:"\eb41";}.hm-add-group:before{content:"\eb42";}.hm-add-peoples:before{content:"\eb43";}.hm-age-gate:before{content:"\eb44";}.hm-age-gate2:before{content:"\eb45";}.hm-animated-link:before{content:"\eb46";}.hm-behance-feed:before{content:"\eb47";}.hm-binary-digit:before{content:"\eb48";}.hm-both-way-arrow:before{content:"\eb49";}.hm-camera-plus:before{content:"\eb4a";}.hm-cancel-meeting:before{content:"\eb4b";}.hm-chat-bubble1:before{content:"\eb4c";}.hm-checkout1:before{content:"\eb4d";}.hm-clap:before{content:"\eb4e";}.hm-dribbble-feed:before{content:"\eb4f";}.hm-edd-cart:before{content:"\eb50";}.hm-edd-category-carousel:before{content:"\eb51";}.hm-edd-category:before{content:"\eb52";}.hm-edd-discount:before{content:"\eb53";}.hm-edd-download:before{content:"\eb54";}.hm-edd-login1:before{content:"\eb55";}.hm-edd-login2:before{content:"\eb56";}.hm-edd-mini-cart:before{content:"\eb57";}.hm-edd-my-account-tab:before{content:"\eb58";}.hm-edd-product-carousel:before{content:"\eb59";}.hm-edd-product-grid:before{content:"\eb5a";}.hm-edd-profile-edit:before{content:"\eb5b";}.hm-edd-purchased:before{content:"\eb5c";}.hm-edd-register:before{content:"\eb5d";}.hm-edd-search-bar:before{content:"\eb5e";}.hm-edd-single-product:before{content:"\eb5f";}.hm-facebook-review1:before{content:"\eb60";}.hm-feather:before{content:"\eb61";}.hm-file2:before{content:"\eb62";}.hm-fly-out-menu:before{content:"\eb63";}.hm-grid-link:before{content:"\eb64";}.hm-hexa-bond:before{content:"\eb65";}.hm-image-accordion1:before{content:"\eb66";}.hm-image-swap:before{content:"\eb67";}.hm-link-box:before{content:"\eb68";}.hm-meeting:before{content:"\eb69";}.hm-pdf1:before{content:"\eb6a";}.hm-pdf2:before{content:"\eb6b";}.hm-photo-stack:before{content:"\eb6c";}.hm-qr-code:before{content:"\eb6d";}.hm-remote_carousel:before{content:"\eb6e";}.hm-scroll-top:before{content:"\eb6f";}.hm-square-clock:before{content:"\eb70";}.hm-step-flow2:before{content:"\eb71";}.hm-sub-list:before{content:"\eb72";}.hm-swap-left:before{content:"\eb73";}.hm-tooltips:before{content:"\eb74";}.hm-traveller:before{content:"\eb75";}.hm-tb-archieve-content:before{content:"\eb76";}.hm-tb-archieve-title:before{content:"\eb77";}.hm-tb-author-meta:before{content:"\eb78";}.hm-tb-comments:before{content:"\eb79";}.hm-tb-featured-image:before{content:"\eb7a";}.hm-tb-page-title:before{content:"\eb7b";}.hm-tb-post-content:before{content:"\eb7c";}.hm-tb-post-excerpt:before{content:"\eb7d";}.hm-tb-post-grid:before{content:"\eb7e";}.hm-tb-post-info:before{content:"\eb7f";}.hm-tb-post-list:before{content:"\eb80";}.hm-tb-post-title:before{content:"\eb81";}.hm-tb-site-logo:before{content:"\eb82";}.hm-tb-site-title:before{content:"\eb83";}.hm-lordicon:before{content:"\eb84";}.hm-vault:before{content:"\eb85";}.hm-liquid-hover-image:before{content:"\eb86";}.hm-image-replace:before{content:"\eb87";}.hm-title-tips-vector-path:before{content:"\eb88";}.hm-reading-progress-bar:before{content:"\eb89";}.hm-metro-grid-text-outline:before{content:"\eb8a";}.hm-loop-grid-content-slider:before{content:"\eb8b";}.hm-woo-builder:before{content:"\eb8c";}.hm-verified-info:before{content:"\eb8d";}.hm-unused-media:before{content:"\eb8e";}.hm-related-product:before{content:"\eb8f";}.hm-reading-book:before{content:"\eb90";}.hm-product-title:before{content:"\eb91";}.hm-product-stock:before{content:"\eb92";}.hm-product-rating-78:before{content:"\eb93";}.hm-product-price:before{content:"\eb94";}.hm-product-meta:before{content:"\eb95";}.hm-product-image:before{content:"\eb96";}.hm-product-grid:before{content:"\eb97";}.hm-product-description:before{content:"\eb98";}.hm-product-atribute:before{content:"\eb99";}.hm-media-all:before{content:"\eb9a";}.hm-magic-scroll:before{content:"\eb9b";}.hm-lightbox:before{content:"\eb9c";}.hm-invoice:before{content:"\eb9d";}.hm-global-badge1:before{content:"\eb9e";}.hm-empty-cart-notice:before{content:"\eb9f";}.hm-creative-slider-two:before{content:"\eba0";}.hm-creative-slider-one:before{content:"\eba1";}.hm-comparison-table:before{content:"\eba2";}.hm-checkout-shipping:before{content:"\eba3";}.hm-checkout-payment-method:before{content:"\eba4";}.hm-checkout-order-review:before{content:"\eba5";}.hm-checkout-login:before{content:"\eba6";}.hm-checkout-invoice:before{content:"\eba7";}.hm-checkout-info:before{content:"\eba8";}.hm-checkout-coupon:before{content:"\eba9";}.hm-checkout-bill-form:before{content:"\ebaa";}.hm-cart-total:before{content:"\ebab";}.hm-cart-table:before{content:"\ebac";}.hm-cart-redirection:before{content:"\ebad";}.hm-cart-checkout:before{content:"\ebae";}.hm-cart-btn-number:before{content:"\ebaf";}.hm-ai:before{content:"\ebb0";}