@import"https://fonts.googleapis.com/css2?family=Days+One&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Tagesschrift&family=Varela+Round&family=Winky+Rough:ital,wght@0,300..900;1,300..900&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap";:root{--primary-blue: #1e3a8a;--bright-teal: #09a6e4;--white: #ffffff;--light-gray: #f8fafc;--medium-gray: #e2e8f0;--dark-gray: #64748b;--text-dark: #1e293b;--nav-gray: #374151;font-family:Open Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;margin:0;padding:0;box-sizing:border-box}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Open Sans,system-ui,-apple-system,sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.6}#root{width:100%;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}h1{font-size:3.5rem;font-weight:700;color:var(--primary-blue)}h2{font-size:2.5rem;font-weight:600;color:var(--primary-blue)}h3{font-size:1.875rem;font-weight:600;color:var(--primary-blue)}p{margin:0 0 1rem}.btn{display:inline-block;padding:12px 24px;border-radius:25px;font-weight:700;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;font-family:inherit}.btn-primary{background-color:#09a6e4!important;color:var(--white)!important;border:none;font-weight:700}.btn-primary:hover{background-color:#247cda!important;transform:translateY(-2px);box-shadow:0 4px 12px #3cd2e94d}.btn-secondary{background-color:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background-color:var(--primary-blue);color:var(--white)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.container{padding:0 15px}h1{font-size:2.5rem}h2{font-size:2rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.app{min-height:100vh;background-color:var(--white);overflow-x:hidden}@media(max-width:768px){.container{padding:0 1rem;max-width:100%;overflow-x:hidden;margin:0 auto}*{max-width:100%;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,span,div{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}section{text-align:center;padding-left:1rem;padding-right:1rem}.content,.copy,.text{text-align:center;padding:0 .5rem;max-width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6,p,span,div,.solutions,.portfolio,.content,.copy,.text,.section{text-align:center!important}*{margin-left:0!important;margin-right:0!important}}.header{background-color:var(--white);padding:1rem 0;border-bottom:1px solid var(--medium-gray);position:sticky;top:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%}.header-right{display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo-image{height:40px;width:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--bright-teal);text-decoration:none;font-weight:600;font-size:1.1rem;letter-spacing:.5px;padding-top:1rem;border-top:3px solid transparent;transition:color .3s ease,border-color .3s ease;display:inline-flex;align-items:center;position:relative}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-menu span{width:100%;height:3px;background-color:var(--nav-gray);border-radius:3px;transition:all .3s ease}.mobile-menu-overlay.open~.header-content .hamburger-menu span:nth-child(1),.header.hamburger-open .hamburger-menu span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-overlay.open~.header-content .hamburger-menu span:nth-child(2),.header.hamburger-open .hamburger-menu span:nth-child(2){opacity:0}.mobile-menu-overlay.open~.header-content .hamburger-menu span:nth-child(3),.header.hamburger-open .hamburger-menu span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-300px;width:280px;height:100vh;background:var(--white);box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;padding-top:80px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;z-index:1001}.mobile-menu-overlay.open .mobile-menu{right:0}.mobile-dropdown{border-bottom:1px solid var(--medium-gray)}.mobile-nav-link{color:#03708f;text-decoration:none;font-weight:600;font-size:1.2rem;letter-spacing:.5px;padding:.75rem 0;transition:color .3s ease;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mobile-nav-link:hover{color:var(--bright-teal)}.dropdown-icon{width:20px;height:20px;transition:transform .3s ease}.mobile-nav-link.open .dropdown-icon{transform:rotate(180deg)}.mobile-submenu{padding:.5rem 0;animation:slideDown .3s ease}.mobile-submenu-link{display:block;color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1rem;letter-spacing:.3px;padding:.6rem 1rem;border-bottom:1px solid #f0f0f0;transition:color .3s ease,padding-left .3s ease}.mobile-submenu-link:hover{color:var(--primary-blue);padding-left:1.5rem}.mobile-cta{margin-top:1rem;width:100%}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.nav-link:hover,.nav-link.active{border-top-color:var(--bright-teal)}.search-icon{color:var(--nav-gray);cursor:pointer;transition:color .3s ease;display:inline-flex;align-items:center;padding-top:1rem}.search-icon:hover{color:var(--bright-teal)}.header-cta{font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1.5rem;font-size:.9rem;background-color:#09a6e4!important;color:#fff!important}.mega-menu-overlay{position:fixed;inset:0;background:#0000;z-index:900;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mega-menu{position:absolute;top:72px;left:0;width:100%;background:#fff;box-shadow:0 3px 6px #0000001f;z-index:1100;padding:0 0 80px;border-top:1px solid var(--medium-gray);animation:slideDown .3s ease-out}.mega-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:50px 0}.mega-title{font-family:Roboto,sans-serif;font-weight:900;font-size:34px;letter-spacing:2.72px;color:var(--primary-blue)}.mega-subtitle{font-family:Roboto,sans-serif;font-size:18px;line-height:24px;letter-spacing:1.44px;color:var(--nav-gray);max-width:640px}.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.mega-card{border-radius:20px;box-shadow:0 3px 6px #00000029;padding:28px;background-color:transparent;position:relative;overflow:hidden}.mega-card.gradient-a,.mega-card.gradient-b{background:#fff}.rc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:100%}.about-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:100%}.mega-card.rc{background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-decoration:none;color:inherit;transition:background .3s ease;min-height:120px;padding:24px;position:relative;overflow:hidden}.mega-card.hoverable:hover{background:#fff}.mega-card.about{background:#fff;display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:inherit;transition:background .3s ease;min-height:100px;padding:20px;position:relative;overflow:hidden}.about-card-content{display:flex;flex-direction:column;gap:6px;z-index:2;position:relative;max-width:65%}.mega-card.about .mega-card-title{margin:0;font-size:15px;font-weight:900;line-height:20px;letter-spacing:1px;color:var(--primary-blue)}.mega-card.about .mega-card-desc{margin:0;font-size:12px;line-height:16px;letter-spacing:.2px}.about-card-image{position:absolute;right:12px;bottom:8px;width:35%;max-width:100px;height:auto;object-fit:contain;opacity:.9;pointer-events:none;z-index:1}.rc-card-content{flex:1;display:flex;flex-direction:column;gap:8px;z-index:2;position:relative;max-width:60%}.rc-card-image{position:absolute;right:15px;bottom:10px;width:45%;max-width:180px;height:auto;object-fit:contain;opacity:.9;pointer-events:none;z-index:1}.mega-card.rc .mega-card-title{margin:0;font-size:16px;font-weight:900;line-height:22px;letter-spacing:1.2px;color:var(--primary-blue)}.mega-card.rc .mega-card-desc{margin:0;font-size:13px;line-height:17px;letter-spacing:.24px}.mega-card.er-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.er-card-image{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:35%;max-width:140px;height:auto;object-fit:contain;opacity:.9;pointer-events:none;z-index:1}.er-card-content{flex:1;display:flex;flex-direction:column;gap:8px;z-index:2;position:relative;margin-right:40%;padding-right:10px}.mega-card.id-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.id-card-image{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:35%;max-width:140px;height:auto;object-fit:contain;opacity:.9;pointer-events:none;z-index:1}.id-card-content{flex:1;display:flex;flex-direction:column;gap:8px;z-index:2;position:relative;margin-right:40%;padding-right:10px}.mega-card-title{font-family:Mulish,sans-serif;font-size:20px;font-weight:900;line-height:24px;letter-spacing:1.44px;color:var(--nav-gray);margin:0 0 12px}.mega-card-title a{color:inherit;text-decoration:none}.mega-card-title a:hover,.mega-card-title a:focus{color:#09a6e4}.mega-card-desc{font-family:Mulish,sans-serif;font-size:14px;line-height:19px;letter-spacing:.28px;color:var(--nav-gray);max-width:60ch;margin:0 0 16px}.mega-links{list-style:none;padding:0;margin:0;display:grid;gap:10px}.mega-links a{text-decoration:none;color:var(--nav-gray);font-weight:900}.mega-links a:hover,.mega-links a:focus{color:#09a6e4}@media(min-width:768px){.mega-card{width:95%}}@media(max-width:1024px){.mega-header{gap:60px;padding:40px 20px}.mega-title{font-size:24px}.mega-subtitle{font-size:16px}.rc-grid,.about-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.mega-card.rc{min-height:110px;padding:20px}.rc-card-image{max-width:150px}.er-card-content{margin-right:38%}.er-card-image{max-width:120px}.id-card-content{margin-right:38%}.id-card-image{max-width:120px}}@media(max-width:767px){.mega-menu{padding-bottom:20px;position:fixed;top:0;left:0;width:100%;height:100vh;overflow-y:auto;z-index:1200}.mega-header{padding:27px 16px 20px;text-align:center}.mega-title{font-size:1.5rem}.mega-subtitle{font-size:.9rem}.mega-grid{grid-template-columns:1fr;gap:15px;padding:0 16px}.mega-card{padding:1rem;text-align:center}.mega-card-title{font-size:1.1rem}.mega-card-desc{font-size:.9rem}.rc-grid,.about-grid{grid-template-columns:1fr;gap:10px}.mega-card-title{font-size:16px;line-height:21px}.mega-card-desc{line-height:20px}.mega-card.rc{min-height:100px;padding:18px}.rc-card-content{max-width:55%}.rc-card-image{max-width:120px;right:10px}.mega-card.er-card{min-height:100px;padding:18px}.er-card-content{margin-right:35%;padding-right:8px;max-width:60%}.er-card-image{max-width:100px;right:10px}.id-card-content{margin-right:35%;padding-right:8px;max-width:60%}.id-card-image{max-width:100px;right:10px}}.hero{background:linear-gradient(135deg,var(--light-gray) 0%,var(--white) 100%);padding:4rem 0 6rem;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;min-height:600px}.hero-text{display:flex;flex-direction:column;gap:.75rem;text-align:left}.hero-title{font-size:3.5rem;font-weight:700;color:var(--primary-blue);line-height:1.1;margin-bottom:1rem}.hero-title .highlight{color:var(--primary-blue)}.hero-subtitle{font-size:1.25rem;font-weight:500;color:var(--nav-gray);line-height:1.4;margin-bottom:.5rem}.hero-description{font-size:1rem;color:var(--dark-gray);font-weight:400;margin-bottom:.5rem}.hero-cta{align-self:flex-start;padding:1rem 2rem;font-size:1.1rem;font-weight:700;margin-bottom:1rem;border-radius:25px;text-transform:uppercase;letter-spacing:.5px;background-color:#09a6e4!important;color:#fff!important;text-align:left}.trust-indicator{font-size:.9rem;color:var(--dark-gray);font-weight:400;margin-top:1rem}.hero-logo-slider{margin-top:10px;max-width:520px}.hero-logo-slider .swiper{width:100%}.hero-logo-slide{width:auto!important}.hero-logo-figure{margin:0;padding:0}.hero-logo-image{height:28px;width:auto;object-fit:contain;opacity:1;filter:none}@media(max-width:768px){.hero-logo-slider{max-width:100%;padding:0 1rem;overflow:hidden}.hero-logo-image{height:20px;max-width:100%}.hero-logo-slide{margin-right:8px}}.hero-visuals{position:relative;min-height:480px;display:flex;align-items:center;justify-content:flex-end;padding-right:2rem;overflow:visible}.hero-image{width:auto!important;max-width:650px!important;height:auto!important;display:block!important;object-fit:contain!important;margin-left:auto!important;margin-right:-6rem!important;transform:translate(4rem)!important}.chart-background{position:absolute;top:20px;right:20px;background:var(--white);padding:1rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1;width:250px}.chart-title{font-size:.8rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;line-height:1.2}.chart-bars{display:flex;align-items:end;gap:.5rem;height:120px}.chart-bar{background-color:var(--bright-teal);border-radius:4px 4px 0 0;min-width:30px;display:flex;align-items:end;justify-content:center;padding-bottom:.25rem;font-size:.7rem;color:var(--white);font-weight:600}.monitor-container{position:relative;z-index:3}.monitor{width:280px;height:200px;background:var(--white);border-radius:12px;box-shadow:0 8px 24px #00000026;position:relative}.monitor-screen{width:100%;height:85%;background:var(--light-gray);border-radius:8px 8px 0 0;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.training-module h3{font-size:1rem;color:var(--primary-blue);margin-bottom:1rem;text-align:center}.training-steps{display:flex;gap:.5rem;margin-bottom:1rem}.step{flex:1;text-align:center;position:relative}.figure{width:40px;height:40px;background-color:var(--primary-blue);border-radius:50%;margin:0 auto .5rem;position:relative}.checkmark{position:absolute;top:-5px;right:-5px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.step.correct .checkmark{background-color:var(--bright-teal);color:var(--white)}.step.incorrect .checkmark{background-color:#ef4444;color:var(--white)}.step p{font-size:.7rem;color:var(--text-dark);margin:0;line-height:1.2}.module-controls{display:flex;justify-content:space-between;gap:1rem}.module-btn{background-color:var(--primary-blue);color:var(--white);border:none;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .3s ease}.module-btn:hover{background-color:var(--bright-teal);transform:translateY(-2px);box-shadow:0 4px 12px #09a6e44d}.monitor-stand{width:60px;height:20px;background-color:#374151;margin:0 auto;border-radius:0 0 4px 4px}.vr-headset{position:absolute;bottom:40px;right:60px;z-index:2;width:120px;height:80px}.headset-body{width:100%;height:60px;background-color:var(--white);border-radius:12px;box-shadow:0 4px 12px #0000001a;position:relative}.headset-strap{width:80px;height:4px;background-color:var(--primary-blue);position:absolute;top:20px;left:20px;border-radius:2px}.headset-lenses{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:8px}.lens{width:20px;height:20px;background-color:var(--primary-blue);border-radius:50%;opacity:.8}.client-logos{background-color:var(--white);padding:3rem 0;border-top:1px solid var(--medium-gray)}.logos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center}.logo-item{text-align:center;font-size:1.5rem;font-weight:700;padding:1rem;border-radius:8px;transition:transform .3s ease}.logo-item:hover{transform:translateY(-2px)}.logo-item.manpower{color:#1e3a8a;font-weight:600}.logo-item.airproducts{color:#0ea5e9;font-weight:600}.logo-item.amazon{color:#f90;position:relative}.logo-item.amazon:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent 0%,#ff9900 50%,transparent 100%);border-radius:2px}.logo-item.walmart{color:#004c91;position:relative}.logo-item.walmart:after{content:"★";position:absolute;top:-5px;right:-5px;color:gold;font-size:1rem}@media(max-width:768px){.header{padding:.75rem 0}.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:nowrap}.logo{flex-shrink:0;order:1}.header-right{display:flex;align-items:center;gap:.5rem}.hamburger-menu{display:flex;flex-shrink:0}.desktop-nav,.desktop-cta{display:none}.nav{gap:.5rem;order:2;flex-shrink:1;min-width:0}.nav-link{font-size:.8rem;padding:.25rem .5rem;white-space:nowrap}.search-icon{padding:.25rem;flex-shrink:0}.header-cta{display:none}.hero{padding:2rem 0 3rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:auto}.hero-title{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.hero-cta{align-self:center;padding:.8rem 1.5rem;font-size:1rem}.hero-visuals{min-height:200px;padding-right:0;justify-content:center}.hero-image{max-width:100%!important;height:auto!important;margin-right:0!important;transform:none!important}.portfolio-section{padding:2rem 0;overflow-x:hidden}.portfolio-content{padding:0 1rem;text-align:center;max-width:100%;margin:0 auto}.portfolio-title{font-size:1.8rem;text-align:center;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word;padding:0 .5rem}.portfolio-subtitle{font-size:1rem;text-align:center;margin-bottom:2rem;word-wrap:break-word;overflow-wrap:break-word;padding:0 .5rem}.portfolio-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.portfolio-item{padding:1rem;text-align:center}.portfolio-item h3{font-size:1.1rem;margin-bottom:.5rem;word-wrap:break-word}.portfolio-item p{font-size:.9rem;line-height:1.4;word-wrap:break-word}.monitor{width:200px;height:130px}.chart-background{width:180px;right:10px;top:10px}.vr-headset{width:100px;height:60px;bottom:20px;right:40px}.logos-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.solutions{padding:4rem 0}.solutions-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.solutions-copy{text-align:left;margin-left:-2rem}@media(max-width:768px){.solutions-copy{text-align:center!important;margin-left:0!important;padding:0 1rem}.solutions-copy h2{text-align:center!important;font-size:2rem!important;margin-bottom:1rem!important}.solutions-subtitle{text-align:center!important;font-size:1.1rem!important}.solutions-body{text-align:center!important;font-size:.9rem!important;line-height:1.5!important}.solutions-cta{text-align:center!important;margin:1rem auto 0!important}}.solutions-copy h2{color:var(--primary-blue);font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.solutions-subtitle{color:var(--nav-gray);font-size:1.5rem;font-weight:700;margin:0 0 2rem;line-height:1.3}.solutions-body{color:var(--text-dark);font-size:1.125rem;line-height:1.6;margin:0 0 1.5rem}.solutions-body strong{font-weight:700;color:var(--text-dark)}.solutions-cta{margin-top:1.5rem;align-self:flex-start}.solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start;margin-top:1rem}.solution-card{background:var(--white);border-radius:28px;padding:2.5rem 1.5rem;box-shadow:0 20px 60px #00000026,0 8px 25px #0000001a;text-align:center;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.solution-card:hover{transform:translateY(-8px);box-shadow:0 25px 80px #0003,0 12px 35px #00000026}.solution-card:nth-child(2),.solution-card:nth-child(4){margin-top:-4rem}.solution-card-media{flex:0 0 auto}.solution-card-media img{width:140px;height:auto;display:block;margin:0 auto 1.5rem}.solution-card-title{color:var(--primary-blue);font-size:1.25rem;font-weight:700;margin:0 0 1rem;flex:0 0 auto}.solution-card-desc{color:var(--nav-gray);font-size:1rem;line-height:1.6;margin:0;flex:1 1 auto}@media(max-width:992px){.solutions-content{grid-template-columns:1fr}.solutions-copy h2{font-size:2.5rem}.solutions-subtitle{font-size:1.25rem}.solutions-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.solutions-grid{grid-template-columns:1fr}}.video-section{background:linear-gradient(135deg,#00997d,#1fc0c8,#03708f);padding:6rem 0;min-height:80vh;display:flex;align-items:center;justify-content:center}.video-content{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center;min-height:70vh;max-width:1400px;width:100%;margin:0 auto}.video-container{position:relative}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:0;overflow:hidden;box-shadow:0 25px 80px #0006;transform:scale(1.1)}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-text{text-align:left;color:var(--white)}.pit-logo{margin-bottom:1.5rem}.pit-logo-image{height:80px;width:auto;object-fit:contain}.video-title{font-size:2.5rem;font-weight:700;color:var(--white);margin:0 0 2rem;line-height:1.2}.video-description{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin:0 0 2.5rem}.video-cta{background-color:var(--bright-teal)!important;color:var(--white)!important;border:2px solid var(--white);font-size:1.125rem;padding:1.25rem 2.5rem}.video-cta:hover{background-color:var(--white)!important;color:var(--bright-teal)!important}.awards-section{padding:4rem 0;background-color:var(--white)}.awards-grid{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.award-badge{height:140px;width:auto;object-fit:contain;transition:transform .3s ease}.award-badge:hover{transform:scale(1.05)}.testimonials-section{padding:4rem 0;background-color:var(--light-gray);text-align:center}.testimonials-title{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:3rem}.testimonials-slider{position:relative;max-width:1200px;margin:0 auto;overflow:hidden;padding:0 60px;min-height:200px}@media(max-width:768px){.testimonials-slider{padding:0 20px;min-height:150px}.testimonial-slide{padding:1.5rem;gap:1rem}.testimonial-text{font-size:1rem;line-height:1.4}.testimonial-author{font-size:.9rem}.testimonial-company{font-size:.8rem}}@media(max-width:480px){.testimonials-slider{padding:0 15px;min-height:120px}.testimonial-slide{padding:1rem;gap:.75rem}.testimonial-text{font-size:.9rem}}.testimonials-track{display:flex;justify-content:center;align-items:center;position:relative;width:100%;min-height:300px}.testimonial-slide{width:100%;max-width:800px;flex-shrink:0;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;opacity:0;transition:opacity .8s ease-in-out;position:absolute;top:0;left:50%;transform:translate(-50%)}.testimonial-slide.active{opacity:1}.testimonial-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.testimonial-content{text-align:center;max-width:900px;width:100%}.testimonial-company{font-size:1.25rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}.testimonial-content p{font-size:1.125rem;line-height:1.6;color:var(--text-dark);font-style:italic;margin:0;max-width:none}.testimonials-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.testimonial-prev,.testimonial-next{width:40px;height:40px;border-radius:50%;border:2px solid var(--bright-teal);background-color:var(--white);color:var(--bright-teal);font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;pointer-events:auto;box-shadow:0 2px 8px #0000001a}.testimonial-prev:hover,.testimonial-next:hover{background-color:var(--bright-teal);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #09a6e44d}@media(max-width:992px){.video-content{grid-template-columns:1fr;gap:2rem}.video-text{text-align:center}.pit-logo-image{height:50px}.video-title{font-size:1.75rem}.awards-grid{gap:3rem}.award-badge{height:100px}.testimonials-title{font-size:2rem}.testimonial-content{gap:1.5rem}.testimonial-image{width:100px;height:100px}.testimonial-text p{font-size:1rem}}.portfolio-section{padding:4rem 0 6rem;background-color:var(--white)}.portfolio-slider{position:relative;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;align-items:center;gap:2rem}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;animation:fadeInGrid .5s ease-in-out}@keyframes fadeInGrid{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.portfolio-item{width:100%;text-decoration:none;display:block;transition:transform .3s ease;animation:fadeInItem .6s ease-in-out;animation-fill-mode:both}@keyframes fadeInItem{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.portfolio-item:nth-child(1){animation-delay:.1s}.portfolio-item:nth-child(2){animation-delay:.2s}.portfolio-item:nth-child(3){animation-delay:.3s}.portfolio-item:nth-child(4){animation-delay:.4s}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-image{position:relative;width:100%;height:300px;border-radius:0;overflow:hidden;box-shadow:0 8px 25px #00000026;transition:transform .3s ease,box-shadow .3s ease}.portfolio-item:hover .portfolio-image img{transform:scale(1.05)}.portfolio-item:hover .portfolio-image{box-shadow:0 12px 35px #00000040}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem 1.5rem 1.5rem;color:#fff;transform:translateY(100%);transition:transform .4s ease,opacity .4s ease;opacity:0}.portfolio-image:hover .portfolio-overlay{transform:translateY(0);opacity:1}.portfolio-title{font-size:1rem;font-weight:600;line-height:1.4;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.portfolio-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;margin-bottom:1rem}.dot{width:14px;height:14px;border-radius:50%;background-color:#e0e0e0;cursor:pointer;transition:all .3s ease;position:relative}.dot:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:var(--bright-teal);transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.dot.active{background-color:var(--bright-teal);transform:scale(1.2);animation:pulseDot 1.5s ease-in-out infinite}@keyframes pulseDot{0%,to{box-shadow:0 0 #09a6e4b3}50%{box-shadow:0 0 0 8px #09a6e400}}.dot:hover{background-color:var(--primary-blue);transform:scale(1.1)}@media(max-width:992px){.portfolio-slider{gap:1.5rem}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.portfolio-image{height:300px}.portfolio-title{font-size:.9rem}}@media(min-width:769px)and (max-width:992px){.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:993px){.portfolio-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.portfolio-section{padding:3rem 0 4rem}.portfolio-slider{gap:1rem}.portfolio-grid{grid-template-columns:1fr;gap:1.5rem}.portfolio-image{height:250px}.portfolio-overlay{padding:1.5rem 1rem 1rem}.portfolio-title{font-size:.9rem}}@media(max-width:480px){.header{padding:.5rem 0}.header-content{flex-wrap:nowrap;gap:.5rem}.logo-image{height:32px}.header-right{gap:.25rem}.nav{gap:.25rem;flex-wrap:wrap}.nav-link{font-size:.8rem;padding:.25rem .5rem}.header-cta{font-size:.7rem;padding:.5rem 1rem}.hero{padding:1.5rem 0 2rem}.hero-title{font-size:1.8rem;line-height:1.1}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.hero-cta{padding:.7rem 1.2rem;font-size:.9rem}.hero-visuals{min-height:150px}.monitor{width:160px;height:100px}.chart-background{width:140px}.vr-headset{width:60px;height:40px}.portfolio-grid{grid-template-columns:1fr;gap:1rem}.portfolio-content{padding:0 .5rem;text-align:center}.portfolio-title{font-size:1.5rem;padding:0 .25rem;text-align:center}.portfolio-subtitle{font-size:.9rem;padding:0 .25rem;text-align:center}.portfolio-item{padding:.75rem;text-align:center}.portfolio-item h3{font-size:1rem;text-align:center}.portfolio-item p{font-size:.85rem;text-align:center}.portfolio-image{height:300px}}.training-content-section{padding:4rem 0;background:linear-gradient(135deg,#00997d,#1fc0c8,#03708f);color:#fff}.training-content-header{text-align:center;margin-bottom:3rem}.training-content-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.training-content-header p{font-size:1.2rem;opacity:.9;margin:0}.training-tabs-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:center;min-height:500px}.training-tabs-nav{flex:0 0 300px;display:flex;flex-direction:column;gap:.25rem}.training-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;background:transparent;border:none;color:#fff;font-size:1rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;text-transform:uppercase;letter-spacing:.5px}.training-tab:hover{color:#fffc}.training-tab.active{color:#fff;font-weight:500}.tab-icon{font-size:1rem;font-weight:400;transition:transform .3s ease;margin-left:.5rem}.training-tab:hover .tab-icon{transform:translate(2px)}.training-tab.active .tab-icon{transform:translate(3px)}.training-content-panel{flex:1;background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000026;overflow:hidden}.training-content-card{display:flex;height:500px}.training-content-left{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center}.training-content-left h3{font-size:2rem;color:var(--primary-blue);margin-bottom:1.5rem;font-weight:700}.training-content-left p{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}.training-benefits{list-style:none;padding:0;margin:0 0 2rem}.training-benefits li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:var(--primary-blue)}.check-icon{color:#333;font-size:1rem;font-weight:700;flex-shrink:0;margin-right:.5rem}.training-cta-btn{background:var(--bright-teal);color:#fff;border:none;padding:.75rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease;align-self:flex-start}.training-cta-btn:hover{background:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #09a6e44d}.training-content-right{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.training-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.training-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 4px 16px #0000001a}@media(max-width:992px){.training-tabs-container{flex-direction:column;gap:1.5rem}.training-tabs-nav{flex:none;width:100%}.training-content-card{flex-direction:column}.training-content-left{padding:2rem}.training-content-right{min-height:300px}}@media(max-width:768px){.training-content-section{padding:3rem 0}.training-content-header h2{font-size:2rem}.training-content-header p{font-size:1rem}.training-content-left{padding:1.5rem}.training-content-left h3{font-size:1.5rem}.training-tab{padding:.75rem 1rem;font-size:.9rem}}@media(max-width:480px){.training-content-left{padding:1rem}.training-content-left h3{font-size:1.3rem}.training-benefits li{font-size:.8rem}.training-cta-btn{padding:.6rem 1.5rem;font-size:.8rem}.training-tab{padding:.6rem .8rem;font-size:.8rem}}.mercury-section{padding:4rem 0;background:#fff;color:#333}.mercury-header{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;position:relative;gap:2rem}.mercury-logo{flex:0 0 auto}.mercury-logo img{max-width:200px;height:auto}.mercury-monitor{flex:0 0 auto;max-width:600px}.mercury-monitor img{width:100%;height:auto;border-radius:0;box-shadow:none}.mercury-title{font-size:2.5rem;font-weight:700;text-align:center;color:teal;margin:0;white-space:nowrap;line-height:1.2}.mercury-content{display:flex;gap:4rem;margin-bottom:3rem;align-items:flex-start}.mercury-left{flex:1}.mercury-video{margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.mercury-video iframe{width:100%;height:300px;border:none}.mercury-description{background:#f8f9fa;padding:2rem;border-radius:12px;border:1px solid #e9ecef}.mercury-description p{font-size:1.1rem;line-height:1.6;margin:0;color:#333}.mercury-right{flex:1}.mercury-accordion{background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;overflow:hidden}.accordion-item{border-bottom:1px solid #e9ecef}.accordion-item:last-child{border-bottom:none}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;background:transparent}.accordion-header:hover{background:#ffffff1a}.accordion-title{font-size:1.1rem;font-weight:600;color:#333}.accordion-icon{font-size:1.2rem;color:#333;transition:transform .3s ease}.accordion-item.active .accordion-icon{transform:rotate(180deg)}.accordion-content{padding:0 2rem 1.5rem;display:none}.accordion-item.active .accordion-content{display:block}.accordion-content p{font-size:1rem;line-height:1.5;color:#666;margin:0}.mercury-cta{text-align:center}.mercury-btn{background:teal;color:#fff;border:none;padding:1rem 3rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.mercury-btn:hover{background:#066;transform:translateY(-2px);box-shadow:0 8px 25px #0080804d}@media(max-width:992px){.mercury-content{flex-direction:column;gap:2rem}.mercury-monitor{max-width:250px}.mercury-title{font-size:2rem}}@media(max-width:768px){.mercury-section{padding:3rem 0}.mercury-title{font-size:1.8rem}.mercury-video iframe{height:250px}.accordion-header{padding:1rem 1.5rem}.accordion-content{padding:0 1.5rem 1rem}.mercury-btn{padding:.8rem 2rem;font-size:1rem}}@media(max-width:480px){.mercury-title{font-size:1.5rem}.mercury-video iframe{height:200px}.accordion-header{padding:.8rem 1rem}.accordion-content{padding:0 1rem .8rem}.mercury-description{padding:1.5rem}}.journey-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh}.journey-title{text-align:center;font-size:2.5rem;font-weight:700;color:teal;margin-bottom:4rem}.timeline-wrapper{max-width:1200px;margin:0 auto;position:relative}.timeline-container{position:relative;padding:25px 0}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:4px;background:#ddd;transform:translate(-50%);z-index:1}.timeline-fill{position:absolute;left:0;top:0;width:100%;height:0;background:#20b2aa;transition:height .1s ease-out;z-index:2}.timeline-entries{position:relative;z-index:3}.timeline-entry{position:relative;margin-bottom:2rem;display:flex;align-items:center}.timeline-entry.left-aligned{flex-direction:row}.timeline-entry.right-aligned{flex-direction:row-reverse}.timeline-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;display:flex;align-items:center;gap:1rem}.timeline-entry.left-aligned .timeline-node{flex-direction:row}.timeline-entry.right-aligned .timeline-node{flex-direction:row-reverse}.timeline-circle{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;border:2px solid #e9ecef}.timeline-icon{font-size:1.2rem;color:#333;font-weight:700}.timeline-step-label{font-size:.9rem;font-weight:600;color:#666;text-align:center;white-space:nowrap}.timeline-content{display:flex;align-items:center;width:100%;max-width:500px;position:relative}.timeline-card{background:#fff;padding:1.5rem 2rem;border-radius:20px;box-shadow:0 4px 20px #0000001a;flex:1;position:relative;max-width:400px}.timeline-card:before{content:"";position:absolute;top:50%;width:30px;height:2px;background:#e9ecef;transform:translateY(-50%)}.timeline-entry.left-aligned .timeline-card:before{right:-30px}.timeline-entry.right-aligned .timeline-card:before{left:-30px}.timeline-title{font-size:1.2rem;font-weight:700;color:teal;margin-bottom:1rem;line-height:1.3}.timeline-description{font-size:.95rem;color:#666;line-height:1.6;margin:0}@media(max-width:992px){.timeline-line{left:2rem}.timeline-entry{flex-direction:column!important;align-items:flex-start;padding-left:4rem}.timeline-label{left:2rem;transform:translate(-50%)}.timeline-content{max-width:100%}.timeline-card:before{display:none}.timeline-icon{position:absolute;left:-1.5rem;margin:0}}@media(max-width:768px){.journey-title{font-size:2rem}.timeline-entry{padding-left:3rem}.timeline-line,.timeline-label{left:1.5rem}.timeline-icon{left:-1rem;width:40px;height:40px;font-size:1rem}.timeline-card{padding:1.5rem}.timeline-title{font-size:1.2rem}}@media(max-width:480px){.journey-section{padding:3rem 0}.journey-title{font-size:1.8rem}.timeline-entry{padding-left:2.5rem}.timeline-line,.timeline-label{left:1.25rem}.timeline-icon{left:-.75rem;width:35px;height:35px;font-size:.9rem}.timeline-card{padding:1rem}}.xr-page{min-height:100vh;background-color:var(--white)}.xr-hero-section{position:relative;background:#fff;padding:0;overflow:hidden;min-height:600px}.xr-hero-container{max-width:1400px;margin:0 auto;padding:60px 40px;position:relative;z-index:2}.xr-hero-inner{background-image:linear-gradient(135deg,#0d6a8de0,#0b5471d1,#0d6a8dbf),url(/extended-reality-hero-container-background.png);background-size:cover;background-position:center right;background-repeat:no-repeat;border-radius:40px;padding:80px 60px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.xr-hero-content-wrapper{display:grid;grid-template-columns:1fr;max-width:700px;gap:30px;position:relative;z-index:2}.xr-hero-text-content{display:flex;flex-direction:column;gap:28px}.xr-main-title{font-family:Roboto,Mulish,sans-serif;font-size:2.75rem;font-weight:400;line-height:1.25;color:#fff;margin:0;letter-spacing:-.3px}.xr-subtitle{font-family:Mulish,sans-serif;font-size:1.15rem;font-weight:400;line-height:1.6;color:#fff;margin:0;opacity:.95}.xr-button-group{display:flex;flex-direction:column;gap:16px;margin-top:12px}.xr-button{display:inline-block;padding:16px 32px;font-family:Mulish,sans-serif;font-size:.875rem;font-weight:700;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:1.2px;border-radius:4px;transition:all .3s ease;cursor:pointer;max-width:320px}.xr-button-primary{background-color:#09a6e4;color:#fff!important;border:none;box-shadow:0 4px 12px #09a6e440}.xr-button-primary:hover{background-color:#0891d1;transform:translateY(-2px);box-shadow:0 6px 20px #09a6e459}.xr-button-secondary{background-color:transparent;color:#fff!important;border:2px solid #ffffff}.xr-button-secondary:hover{background-color:#ffffff1a;border-color:#09a6e4;color:#09a6e4!important;transform:translateY(-2px)}.xr-what-is-section{background-color:#fff;padding:100px 0}.xr-what-is-container{max-width:1200px;margin:0 auto;padding:0 40px}.xr-what-is-inner{max-width:900px;margin:0 auto;text-align:left}.xr-what-is-title{font-family:Roboto,Mulish,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;color:#1e3a8a;margin:0 0 40px;text-align:left}.xr-what-is-content{display:flex;flex-direction:column;gap:24px}.xr-what-is-content p{font-family:Mulish,sans-serif;font-size:1.125rem;line-height:1.8;color:#333;margin:0}.xr-testimonials-section{background:#f8f9fa;padding:100px 0}.xr-testimonials-container{max-width:1200px;margin:0 auto;padding:0 40px;text-align:center}.xr-awards-gallery{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:60px}.xr-award-badge{width:120px;height:120px;object-fit:contain;transition:transform .3s ease}.xr-award-badge:hover{transform:scale(1.1)}.xr-testimonials-title{font-family:Roboto,Mulish,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;color:#1e3a8a;margin:0 0 50px}.xr-testimonial-card{background:#fff;border-radius:20px;padding:50px 60px;max-width:900px;margin:0 auto;box-shadow:0 4px 20px #00000014}.xr-testimonial-content{margin-bottom:40px}.xr-testimonial-quote{font-family:Mulish,sans-serif;font-size:1.25rem;line-height:1.8;color:#1e3a8a;font-style:italic;margin:0}.xr-testimonial-meta{display:flex;align-items:center;justify-content:center;gap:25px}.xr-testimonial-image{width:80px;height:80px;flex-shrink:0}.xr-testimonial-image img{width:100%;height:100%;object-fit:contain}.xr-testimonial-author{text-align:left}.xr-testimonial-name{font-family:Roboto,Mulish,sans-serif;font-size:1.125rem;font-weight:500;color:#333;margin-bottom:5px}.xr-testimonial-job{font-family:Mulish,sans-serif;font-size:.95rem;color:#666}.xr-why-choose-section{background:#fff;padding:100px 0}.xr-why-choose-container{max-width:1200px;margin:0 auto;padding:0 40px}.xr-why-choose-title{font-family:Roboto,Mulish,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;margin:0 0 40px;text-align:center}.xr-title-highlight{color:#09a6e4}.xr-why-choose-content{max-width:900px;margin:0 auto 60px;display:flex;flex-direction:column;gap:24px}.xr-why-choose-content p{font-family:Mulish,sans-serif;font-size:1.125rem;line-height:1.8;color:#333;margin:0;text-align:left}.xr-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.xr-stat-card{text-align:center;padding:30px 20px}.xr-stat-number{font-family:Roboto,Mulish,sans-serif;font-size:4rem;font-weight:700;line-height:1;color:#09a6e4;margin-bottom:15px}.xr-stat-label{font-family:Mulish,sans-serif;font-size:1.125rem;line-height:1.5;color:#333}.xr-enterprises-section{background:#fff;padding:100px 0}.xr-enterprises-container{max-width:1200px;margin:0 auto;padding:0 40px;text-align:center}.xr-enterprises-title{font-family:Roboto,Mulish,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;margin:0 0 60px}.xr-client-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:60px 80px;max-width:1000px;margin:0 auto}.xr-client-logo{height:60px;width:auto;max-width:180px;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.xr-client-logo:hover{filter:grayscale(0%) opacity(1);transform:scale(1.05)}.xr-faq-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 0}.xr-faq-container{max-width:900px;margin:0 auto;padding:0 40px}.xr-faq-title{font-family:Roboto,Mulish,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;color:#1e3a8a;margin:0 0 50px;text-align:center}.xr-faq-accordion{display:flex;flex-direction:column;gap:20px}.xr-faq-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease}.xr-faq-item:hover{box-shadow:0 4px 15px #0000001f}.xr-faq-question{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:all .3s ease}.xr-faq-question::-webkit-details-marker{display:none}.xr-faq-question h3{font-family:Roboto,Mulish,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.4;color:#1e3a8a;margin:0;flex:1;padding-right:20px}.xr-faq-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#09a6e4;border-radius:50%;color:#fff;font-size:14px;transition:transform .3s ease;flex-shrink:0}.xr-faq-icon i:before{content:"▼";font-style:normal}.xr-faq-item[open] .xr-faq-icon{transform:rotate(180deg)}.xr-faq-answer{padding:0 30px 25px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.xr-faq-answer p{font-family:Mulish,sans-serif;font-size:1rem;line-height:1.7;color:#333;margin:0 0 15px}.xr-faq-answer p:last-child{margin-bottom:0}.xr-cta-section{background:#fff;padding:80px 0 100px}.xr-cta-container{max-width:1200px;margin:0 auto;padding:0 40px}.xr-cta-inner{background:linear-gradient(135deg,#2ab9bc,#1fa4a7);border-radius:30px;padding:60px 50px;text-align:left;box-shadow:0 10px 40px #0000001a}.xr-cta-header{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:20px}.xr-cta-title{font-family:Roboto,Mulish,sans-serif;font-size:2rem;font-weight:400;line-height:1.3;color:#fff;margin:0;flex:1}.xr-cta-description{font-family:Mulish,sans-serif;font-size:1.125rem;line-height:1.7;color:#fff;margin:0;opacity:.95}.xr-cta-button-desktop{display:inline-block;padding:16px 32px;background-color:#0d6a8d;color:#fff;font-family:Mulish,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:8px;letter-spacing:1.5px;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0d6a8d4d}.xr-cta-button-desktop:hover{background-color:#0a5570;transform:translateY(-2px);box-shadow:0 6px 20px #0d6a8d66}.xr-cta-button-mobile{display:none}.xr-form-section{background:#fff;padding:100px 0}.xr-form-container{max-width:800px;margin:0 auto;padding:0 40px}.hs-form-frame{width:100%;min-height:604px;position:relative}.xr-form-iframe{border:none;height:100%;width:100%;min-height:604px}@media(max-width:1200px){.xr-hero-container{padding:40px 30px}.xr-hero-inner{padding:60px 40px;border-radius:30px}.xr-hero-content-wrapper{max-width:650px}.xr-main-title{font-size:2.25rem}.xr-subtitle{font-size:1.05rem}}@media(max-width:968px){.xr-hero-section{min-height:500px}.xr-hero-inner{padding:50px 35px}.xr-hero-content-wrapper{max-width:100%}.xr-main-title{font-size:2rem}.xr-subtitle{font-size:1rem}.xr-what-is-section{padding:70px 0}.xr-what-is-title{font-size:2rem;margin-bottom:30px}.xr-what-is-content p{font-size:1.05rem}.xr-types-section{padding:70px 0}.xr-types-header{margin-bottom:50px}.xr-types-title{font-size:2rem}.xr-types-intro{font-size:1.05rem}.xr-types-grid{gap:25px}.xr-type-card{padding:35px 25px}.xr-type-card-image{height:220px}.xr-testimonials-section{padding:70px 0}.xr-awards-gallery{gap:30px;margin-bottom:50px}.xr-award-badge{width:100px;height:100px}.xr-testimonials-title{font-size:2rem;margin-bottom:40px}.xr-testimonial-card{padding:40px 50px}.xr-testimonial-quote{font-size:1.15rem}.xr-why-choose-section{padding:70px 0}.xr-why-choose-title{font-size:2rem;margin-bottom:35px}.xr-why-choose-content{margin-bottom:50px}.xr-why-choose-content p{font-size:1.05rem}.xr-stats-grid{gap:30px}.xr-stat-number{font-size:3.5rem}.xr-stat-label{font-size:1.05rem}.xr-enterprises-section{padding:70px 0}.xr-enterprises-title{font-size:2rem;margin-bottom:50px}.xr-client-logos{gap:40px 60px}.xr-client-logo{height:50px;max-width:160px}.xr-faq-section{padding:70px 0}.xr-faq-title{font-size:2rem;margin-bottom:40px}.xr-faq-question{padding:20px 25px}.xr-faq-question h3{font-size:1.15rem}.xr-faq-answer{padding:0 25px 20px}.xr-faq-answer p{font-size:.95rem}.xr-form-section{padding:70px 0}.xr-form-container{padding:0 30px}.xr-cta-section{padding:60px 0 70px}.xr-cta-inner{padding:50px 40px}.xr-cta-title{font-size:1.75rem}.xr-cta-description{font-size:1.05rem}}@media(max-width:767px){.xr-hero-section{min-height:450px}.xr-hero-container{padding:30px 20px}.xr-hero-inner{padding:40px 25px;border-radius:20px}.xr-main-title{font-size:1.65rem;line-height:1.3}.xr-subtitle{font-size:.95rem;line-height:1.5}.xr-button-group{gap:12px}.xr-button{width:100%;max-width:100%;padding:14px 24px;font-size:.8rem}.xr-bg-image{object-position:center center}.xr-what-is-section{padding:50px 0}.xr-what-is-container{padding:0 20px}.xr-what-is-title{font-size:1.65rem;margin-bottom:24px}.xr-what-is-content{gap:20px}.xr-what-is-content p{font-size:.95rem;line-height:1.7}.xr-types-section{padding:50px 0}.xr-types-container{padding:0 20px}.xr-types-header{margin-bottom:40px}.xr-types-title{font-size:1.65rem;margin-bottom:20px}.xr-types-intro{font-size:.95rem}.xr-types-grid{grid-template-columns:1fr;gap:20px}.xr-type-card{padding:30px 25px}.xr-type-card-title{font-size:1.35rem}.xr-type-card-description{font-size:.95rem}.xr-type-card-image{height:200px}.xr-testimonials-section{padding:50px 0}.xr-testimonials-container{padding:0 20px}.xr-awards-gallery{gap:20px;margin-bottom:40px}.xr-award-badge{width:80px;height:80px}.xr-testimonials-title{font-size:1.65rem;margin-bottom:30px}.xr-testimonial-card{padding:35px 25px}.xr-testimonial-content{margin-bottom:30px}.xr-testimonial-quote{font-size:1rem;line-height:1.7}.xr-testimonial-meta{flex-direction:column;gap:15px}.xr-testimonial-image{width:70px;height:70px}.xr-testimonial-author{text-align:center}.xr-testimonial-name{font-size:1rem}.xr-testimonial-job{font-size:.875rem}.xr-why-choose-section{padding:50px 0}.xr-why-choose-container{padding:0 20px}.xr-why-choose-title{font-size:1.65rem;margin-bottom:30px}.xr-why-choose-content{margin-bottom:40px}.xr-why-choose-content p{font-size:.95rem;line-height:1.7}.xr-stats-grid{grid-template-columns:1fr;gap:25px}.xr-stat-card{padding:20px 15px}.xr-stat-number{font-size:3rem}.xr-stat-label{font-size:1rem}.xr-enterprises-section{padding:50px 0}.xr-enterprises-container{padding:0 20px}.xr-enterprises-title{font-size:1.65rem;margin-bottom:40px}.xr-client-logos{gap:30px 40px}.xr-client-logo{height:45px;max-width:140px}.xr-faq-section{padding:50px 0}.xr-faq-container{padding:0 20px}.xr-faq-title{font-size:1.65rem;margin-bottom:35px}.xr-faq-accordion{gap:15px}.xr-faq-item{border-radius:12px}.xr-faq-question{padding:18px 20px}.xr-faq-question h3{font-size:1.05rem}.xr-faq-icon{width:26px;height:26px;font-size:12px}.xr-faq-answer{padding:0 20px 18px}.xr-faq-answer p{font-size:.9rem;margin-bottom:12px}.xr-form-section{padding:50px 0}.xr-form-container{padding:0 20px}.xr-cta-section{padding:50px 0}.xr-cta-container{padding:0 20px}.xr-cta-inner{padding:40px 30px;border-radius:20px}.xr-cta-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:20px}.xr-cta-title{font-size:1.5rem}.xr-cta-description{font-size:.95rem;margin-bottom:20px}.xr-cta-button-desktop{display:none}.xr-cta-button-mobile{display:inline-block;width:100%;padding:16px 32px;background-color:#0d6a8d;color:#fff;font-family:Mulish,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;text-decoration:none;text-align:center;border-radius:8px;letter-spacing:1.5px;transition:all .3s ease;box-shadow:0 4px 15px #0d6a8d4d}.xr-cta-button-mobile:hover{background-color:#0a5570;transform:translateY(-2px);box-shadow:0 6px 20px #0d6a8d66}}@media(max-width:480px){.xr-hero-section{min-height:400px}.xr-hero-inner{padding:30px 20px}.xr-main-title{font-size:1.4rem}.xr-subtitle{font-size:.875rem}.xr-button{padding:12px 20px;font-size:.75rem;letter-spacing:1px}.xr-what-is-title{font-size:1.4rem}.xr-what-is-content p{font-size:.875rem}.xr-types-title{font-size:1.4rem}.xr-types-intro{font-size:.875rem}.xr-type-card{padding:25px 20px}.xr-type-card-title{font-size:1.25rem}.xr-type-card-description{font-size:.875rem}.xr-awards-gallery{gap:15px;margin-bottom:30px}.xr-award-badge{width:70px;height:70px}.xr-testimonials-title{font-size:1.4rem}.xr-testimonial-card{padding:30px 20px}.xr-testimonial-quote{font-size:.95rem}.xr-testimonial-image{width:60px;height:60px}.xr-testimonial-name{font-size:.95rem}.xr-testimonial-job{font-size:.8rem}.xr-why-choose-title{font-size:1.4rem}.xr-why-choose-content p{font-size:.875rem}.xr-stats-grid{gap:20px}.xr-stat-number{font-size:2.5rem}.xr-stat-label{font-size:.95rem}.xr-enterprises-title{font-size:1.4rem;margin-bottom:30px}.xr-client-logos{gap:25px 30px}.xr-client-logo{height:40px;max-width:120px}.xr-faq-title{font-size:1.4rem;margin-bottom:30px}.xr-faq-question{padding:16px 18px}.xr-faq-question h3{font-size:1rem}.xr-faq-icon{width:24px;height:24px;font-size:11px}.xr-faq-answer{padding:0 18px 16px}.xr-faq-answer p{font-size:.85rem;margin-bottom:10px}.xr-cta-inner{padding:30px 20px}.xr-cta-title{font-size:1.25rem}.xr-cta-description{font-size:.875rem}.xr-cta-button-mobile{padding:14px 28px;font-size:.8rem}}.site-footer{background:linear-gradient(135deg,#0d5e6d,#0a4a56);color:#fff;width:100%}.footer-container{max-width:1900px;margin:0 auto;padding:0}.footer-widget-area{padding:60px 200px;background:linear-gradient(135deg,#0d5e6d,#0a4a56)}.footer-content{display:flex;gap:80px;justify-content:space-between;align-items:flex-start}.footer-column{flex:1}.footer-logo-column{max-width:220px;flex:0 0 220px}.footer-logo-image{max-width:100%;height:auto;display:block}.footer-address-column{flex:1;max-width:300px}.footer-links-column{flex:1;max-width:250px}.footer-title{color:#5dd3dd;font-size:.75rem;font-weight:600;letter-spacing:1px;margin:0 0 20px;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:12px;color:#fff;font-size:14px;line-height:1.6;font-weight:300}.footer-list a{color:#fff;text-decoration:none;transition:color .3s ease;font-size:14px;font-weight:300}.footer-list a:hover{color:#5dd3dd}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:25px 200px;background:linear-gradient(135deg,#0d5e6d,#0a4a56)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-copyright{color:#ffffffd9;font-size:14px;font-weight:300}.footer-copyright a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-copyright a:hover{color:#5dd3dd}.footer-social{display:flex;gap:12px;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:0;background-color:transparent;transition:all .3s ease;text-decoration:none}.social-icon svg{width:20px;height:20px;fill:#fff;transition:fill .3s ease}.social-icon:hover svg{fill:#5dd3dd}@media(max-width:1400px){.footer-widget-area{padding:60px 100px}.footer-bottom{padding:25px 100px}}@media(max-width:1024px){.footer-widget-area{padding:50px 40px}.footer-content{gap:40px}.footer-logo-column{max-width:200px;flex:0 0 200px}.footer-bottom{padding:20px 40px}}@media(max-width:768px){.footer-widget-area{padding:50px 21px}.footer-content{flex-direction:column;gap:35px;align-items:center;text-align:center}.footer-logo-column{max-width:180px;flex:0 0 auto}.footer-address-column,.footer-links-column{max-width:100%}.footer-title,.footer-list{text-align:center}.footer-list li{margin-bottom:10px}.footer-bottom{padding:20px 20px 30px}.footer-bottom-content{flex-direction:column;justify-content:center;gap:15px}.footer-copyright{text-align:center;width:100%}.footer-social{justify-content:center;width:100%}}@media(max-width:480px){.footer-widget-area{padding:40px 20px}.footer-content{gap:30px}.footer-logo-column{max-width:160px}.footer-title{font-size:.7rem;margin-bottom:15px}.footer-list li{font-size:13px;margin-bottom:8px}.footer-list a{font-size:13px}.footer-bottom{padding:15px 20px 25px}.footer-copyright{font-size:13px}.social-icon{width:32px;height:32px}.social-icon svg{width:18px;height:18px}}.cta-section{padding:4rem 0;background:linear-gradient(135deg,teal,#066);text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2rem;font-weight:400;color:#fff;margin-bottom:.5rem;font-family:Arial,sans-serif}.cta-subtitle{font-size:3rem;font-weight:700;color:#fff;margin-bottom:2rem;font-family:Arial,sans-serif}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Arial,sans-serif}.cta-btn-primary{background:#00b3b3;color:#333}.cta-btn-primary:hover{background:#00a3a3;transform:translateY(-2px)}.cta-btn-secondary{background:#004d4d;color:#fff}.cta-btn-secondary:hover{background:#003d3d;transform:translateY(-2px)}@media(max-width:768px){.cta-title{font-size:1.5rem}.cta-subtitle{font-size:2.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:200px}}.youtube-section{background:#f8f9fa;padding:4rem 0}.youtube-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.youtube-left{display:flex;flex-direction:column;justify-content:center}.youtube-text{max-width:100%}.youtube-heading{font-size:3.5rem;font-weight:700;color:teal;margin:0;line-height:1.1;font-family:Arial,sans-serif}.youtube-description{font-size:1.1rem;color:#666;line-height:1.6;margin:2rem 0;font-family:Arial,sans-serif}.youtube-btn{display:inline-flex;align-items:center;gap:.75rem;background:red;color:#fff;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;font-family:Arial,sans-serif}.youtube-btn:hover{background:#c00;transform:translateY(-2px)}.youtube-icon{width:20px;height:20px;fill:#fff}.youtube-right{display:flex;flex-direction:column;gap:1.5rem}.youtube-main-video{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000026}.youtube-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.youtube-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.youtube-thumbnail{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.youtube-thumbnail:hover{transform:scale(1.05)}.youtube-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.youtube-thumbnail:hover .thumbnail-overlay{background:#00000080}.play-icon{width:40px;height:40px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@media(max-width:1024px){.youtube-content{gap:3rem}.youtube-heading{font-size:3rem}}@media(max-width:768px){.youtube-section{padding:3rem 0}.youtube-content{grid-template-columns:1fr;gap:2rem}.youtube-heading{font-size:2.5rem}.youtube-description{font-size:1rem;margin:1.5rem 0}.youtube-thumbnails{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.youtube-heading{font-size:2rem}.youtube-description{font-size:.95rem}.youtube-btn{padding:.75rem 1.25rem;font-size:.85rem}.youtube-thumbnails{grid-template-columns:1fr}}.blog-section{background:#f8f9fa;padding:4rem 0}.blog-title{font-size:2.5rem;font-weight:400;color:teal;text-align:center;margin:0 0 3rem;font-family:Arial,sans-serif}.blog-filters{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.blog-filter{background:none;border:none;color:#666;font-size:.9rem;font-weight:600;cursor:pointer;padding:.5rem 0;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;font-family:Arial,sans-serif;position:relative}.blog-filter:hover,.blog-filter.active{color:teal}.blog-filter.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:teal}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.blog-post{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.blog-post:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.blog-image{width:100%;height:200px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post:hover .blog-image img{transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.85rem;color:#666}.blog-author{display:flex;align-items:center;gap:.5rem}.author-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}.author-name{font-weight:500}.blog-date{font-weight:400}.blog-post-title{margin:0;font-size:1.1rem;line-height:1.4}.blog-post-title a{color:teal;text-decoration:none;font-weight:600;transition:color .3s ease}.blog-post-title a:hover{color:#066}.blog-cta{text-align:center}.blog-read-more-btn{display:inline-block;background:teal;color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;font-family:Arial,sans-serif}.blog-read-more-btn:hover{background:#066;transform:translateY(-2px)}@media(max-width:1024px){.blog-grid,.blog-filters{gap:1.5rem}}@media(max-width:768px){.blog-section{padding:3rem 0}.blog-title{font-size:2rem;margin-bottom:2rem}.blog-filters{gap:1rem;margin-bottom:2rem}.blog-filter{font-size:.8rem}.blog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog-content{padding:1.25rem}.blog-post-title{font-size:1rem}}@media(max-width:480px){.blog-title{font-size:1.75rem}.blog-filters{flex-direction:column;align-items:center;gap:.75rem}.blog-grid{grid-template-columns:1fr;gap:1rem}.blog-image{height:180px}.blog-content{padding:1rem}.blog-meta{font-size:.8rem}.blog-post-title{font-size:.95rem}.blog-read-more-btn{padding:.75rem 1.5rem;font-size:.8rem}}.newsletter-section{background:linear-gradient(135deg,#00b3b3,teal);padding:4rem 0}.newsletter-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.newsletter-logo{display:flex;justify-content:center;align-items:center}.newsletter-logo img{max-width:200px;height:auto}.newsletter-form{color:#fff}.newsletter-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px;font-family:Arial,sans-serif}.newsletter-form-container{max-width:100%}.newsletter-form-element{width:100%}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.5rem;font-family:Arial,sans-serif}.required{color:#ff6b6b;margin-left:2px}.form-input-group{display:flex;gap:1rem;align-items:flex-end}.form-input{flex:1;padding:.875rem 1.25rem;border:none;border-radius:50px;font-size:1rem;background:#fff;color:#333;outline:none;transition:all .3s ease;font-family:Arial,sans-serif}.form-input:focus{box-shadow:0 0 0 3px #ffffff4d}.form-input::placeholder{color:#999}.form-submit-btn{background:#00b3b3;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:Arial,sans-serif}.form-submit-btn:hover{background:#00a3a3;transform:translateY(-2px);box-shadow:0 4px 15px #0003}@media(max-width:1024px){.newsletter-content{gap:3rem}.newsletter-logo img{max-width:180px}}@media(max-width:768px){.newsletter-section{padding:3rem 0}.newsletter-content{grid-template-columns:1fr;gap:2rem;text-align:center}.newsletter-logo img{max-width:160px}.newsletter-title{font-size:1.25rem}.form-input-group{flex-direction:column;gap:1rem}.form-submit-btn{width:100%}}@media(max-width:480px){.newsletter-section{padding:2.5rem 0}.newsletter-logo img{max-width:140px}.newsletter-title{font-size:1.1rem}.form-input{padding:.75rem 1rem;font-size:.9rem}.form-submit-btn{padding:.75rem 1.25rem;font-size:.85rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vr-training-page{width:100%;min-height:100vh}.vr-hero-section{position:relative;width:100%;padding:80px 40px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.vr-hero-container{position:relative;width:100%;max-width:1400px;margin:0 auto}.vr-hero-inner{position:relative;width:100%;min-height:500px;display:flex;align-items:center;background-image:url(/Roundtable-VR-Training-Hero.jpg);background-size:cover;background-position:center right;background-repeat:no-repeat;border-radius:30px;overflow:hidden}.vr-hero-inner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#7bb9dce6,#7bb9dcb3,#7bb9dc4d);z-index:1}.vr-hero-content{position:relative;z-index:2;max-width:600px;padding:60px;color:#fff;text-align:left}.vr-hero-title{font-size:2.8rem;font-weight:400;line-height:1.3;margin:0 0 25px;color:#fff;letter-spacing:-.5px}.vr-hero-subtitle{font-size:1.15rem;font-weight:300;line-height:1.6;margin:0 0 40px;color:#fff}.vr-hero-emphasis{font-weight:600;font-style:italic;color:#fff}.vr-hero-buttons{display:flex;gap:15px;flex-direction:column;align-items:flex-start}.vr-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;border-radius:50px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.vr-button-primary{background-color:#0d3a6d;color:#fff;border-color:#0d3a6d}.vr-button-primary:hover{background-color:#0a2d54;border-color:#0a2d54;transform:translateY(-2px);box-shadow:0 8px 20px #0d3a6d4d}.vr-button-secondary{background-color:transparent;color:#fff;border-color:#fff}.vr-button-secondary:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.vr-button-text{position:relative}@media(max-width:1200px){.vr-hero-section{padding:60px 30px}.vr-hero-content{padding:50px}.vr-hero-title{font-size:2.5rem}.vr-hero-subtitle{font-size:1.1rem}}@media(max-width:968px){.vr-hero-section{padding:40px 20px}.vr-hero-inner{min-height:450px;border-radius:20px}.vr-hero-content{padding:40px}.vr-hero-title{font-size:2.2rem;margin-bottom:20px}.vr-hero-subtitle{font-size:1rem;margin-bottom:35px}.vr-button{padding:14px 28px;font-size:.75rem}}@media(max-width:767px){.vr-hero-section{padding:30px 20px}.vr-hero-inner{min-height:500px;border-radius:20px;background-position:center}.vr-hero-inner:before{background:linear-gradient(180deg,#7bb9dcd9,#7bb9dce6)}.vr-hero-content{padding:35px 25px;max-width:100%;text-align:center}.vr-hero-title{font-size:1.85rem;margin-bottom:18px}.vr-hero-subtitle{font-size:.95rem;margin-bottom:30px}.vr-hero-buttons{align-items:center;gap:12px}.vr-button{width:100%;max-width:320px;padding:14px 24px;font-size:.7rem}}@media(max-width:480px){.vr-hero-section{padding:20px 15px}.vr-hero-inner{min-height:480px;border-radius:15px}.vr-hero-content{padding:30px 20px}.vr-hero-title{font-size:1.6rem;margin-bottom:15px;line-height:1.4}.vr-hero-subtitle{font-size:.9rem;margin-bottom:25px}.vr-button{padding:12px 20px;font-size:.65rem}}.vr-strategic-section{width:100%;padding:100px 40px;background-color:#fff}.vr-strategic-container{max-width:1400px;margin:0 auto}.vr-strategic-content{width:100%}.vr-strategic-title{font-size:2.5rem;font-weight:400;line-height:1.3;margin:0 0 30px;color:#1e3a8a;text-align:center}.vr-strategic-highlight{color:#0d3a6d;font-weight:600}.vr-strategic-description{font-size:1.1rem;line-height:1.8;color:#333;text-align:center;max-width:1100px;margin:0 auto 60px}.vr-strategic-emphasis{font-weight:700;font-style:italic;color:#1e3a8a}.vr-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.vr-stat-card{text-align:center;padding:30px 20px}.vr-stat-number{font-size:3.5rem;font-weight:700;color:#09a6e4;margin:0 0 15px;line-height:1}.vr-stat-text{font-size:1rem;line-height:1.6;color:#555;margin:0}@media(max-width:1200px){.vr-strategic-section{padding:80px 40px}.vr-strategic-title{font-size:2.2rem}.vr-strategic-description{font-size:1.05rem}.vr-stats-grid{gap:35px}.vr-stat-number{font-size:3rem}}@media(max-width:968px){.vr-strategic-section{padding:70px 30px}.vr-strategic-title{font-size:2rem;margin-bottom:25px}.vr-strategic-description{font-size:1rem;margin-bottom:50px}.vr-stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.vr-stat-card{padding:25px 15px}.vr-stat-number{font-size:2.8rem}.vr-stat-text{font-size:.95rem}}@media(max-width:767px){.vr-strategic-section{padding:60px 20px}.vr-strategic-title{font-size:1.75rem;margin-bottom:20px}.vr-strategic-description{font-size:.95rem;margin-bottom:40px;line-height:1.7}.vr-stats-grid{grid-template-columns:1fr;gap:25px}.vr-stat-card{padding:20px 15px}.vr-stat-number{font-size:2.5rem;margin-bottom:12px}.vr-stat-text{font-size:.9rem}}@media(max-width:480px){.vr-strategic-section{padding:50px 20px}.vr-strategic-title{font-size:1.5rem;line-height:1.4}.vr-strategic-description{font-size:.9rem;margin-bottom:35px}.vr-stats-grid{gap:20px}.vr-stat-number{font-size:2.2rem;margin-bottom:10px}.vr-stat-text{font-size:.85rem}}.vr-clients-section{width:100%;padding:80px 40px;background-color:#f8f9fa}.vr-clients-container{max-width:1200px;margin:0 auto;text-align:center}.vr-clients-title{font-size:1.1rem;font-weight:400;color:#555;margin:0 0 40px;line-height:1.6}.vr-clients-logo{width:100%;display:flex;justify-content:center;align-items:center}.vr-clients-image{max-width:100%;height:auto;display:block}@media(max-width:1200px){.vr-clients-section{padding:70px 40px}.vr-clients-title{font-size:1.05rem;margin-bottom:35px}}@media(max-width:968px){.vr-clients-section{padding:60px 30px}.vr-clients-title{font-size:1rem;margin-bottom:30px}}@media(max-width:767px){.vr-clients-section{padding:50px 20px}.vr-clients-title{font-size:.95rem;margin-bottom:25px;line-height:1.7}}@media(max-width:480px){.vr-clients-section{padding:40px 20px}.vr-clients-title{font-size:.9rem;margin-bottom:20px}}.vr-cta-section{width:100%;padding:80px 40px;background-color:#fff}.vr-cta-container{max-width:1400px;margin:0 auto}.vr-cta-inner{background:linear-gradient(135deg,#2ec4d3,#1ba8b8);border-radius:30px;padding:60px 70px;color:#fff}.vr-cta-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:40px}.vr-cta-title{font-size:2.5rem;font-weight:400;line-height:1.2;margin:0;color:#fff;flex:1}.vr-cta-description{font-size:1rem;line-height:1.7;margin:0;color:#fff;max-width:900px;font-weight:300}.vr-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;border-radius:50px;background-color:#0a5c6d;color:#fff;border:2px solid #0a5c6d;transition:all .3s ease;cursor:pointer;white-space:nowrap;flex-shrink:0}.vr-cta-button:hover{background-color:#094a58;border-color:#094a58;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.vr-cta-button-desktop{display:inline-flex}.vr-cta-button-mobile{display:none}@media(max-width:1200px){.vr-cta-section{padding:70px 40px}.vr-cta-inner{padding:50px 60px}.vr-cta-title{font-size:2.2rem}.vr-cta-description{font-size:1.05rem}}@media(max-width:968px){.vr-cta-section{padding:60px 30px}.vr-cta-inner{padding:40px 50px;border-radius:15px}.vr-cta-header{flex-direction:column;align-items:flex-start;margin-bottom:25px}.vr-cta-title{font-size:2rem;margin-bottom:20px}.vr-cta-description{font-size:1rem}.vr-cta-button-desktop{display:none}.vr-cta-button-mobile{display:inline-flex;margin-top:25px}}@media(max-width:767px){.vr-cta-section{padding:50px 20px}.vr-cta-inner{padding:35px 30px}.vr-cta-title{font-size:1.75rem;line-height:1.3}.vr-cta-description{font-size:.95rem;line-height:1.7}.vr-cta-button-mobile{width:100%;margin-top:20px}.vr-cta-button{padding:14px 28px;font-size:.8rem}}@media(max-width:480px){.vr-cta-section{padding:40px 20px}.vr-cta-inner{padding:30px 25px}.vr-cta-title{font-size:1.5rem}.vr-cta-description{font-size:.9rem}.vr-cta-button{padding:12px 24px;font-size:.75rem}}.vr-testimonial-section{width:100%;padding:100px 40px;background-color:#fff}.vr-testimonial-container{max-width:900px;margin:0 auto;text-align:center}.vr-testimonial-award{margin-bottom:40px;display:flex;justify-content:center}.vr-award-image{max-width:600px;width:100%;height:auto}.vr-testimonial-title{font-size:2.5rem;font-weight:400;line-height:1.3;margin:0 0 40px;color:#1e3a8a;text-align:center}.vr-testimonial-highlight{color:#0d3a6d;font-weight:600}.vr-testimonial-content{margin-top:50px}.vr-testimonial-quote{font-size:1.15rem;line-height:1.8;color:#333;margin:0 0 40px;font-style:italic;quotes:'"' '"' """ """}.vr-testimonial-quote:before{content:open-quote}.vr-testimonial-quote:after{content:close-quote}.vr-testimonial-author{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:30px}.vr-author-image{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.vr-author-logo{max-width:100%;max-height:100%;object-fit:contain;padding:10px}.vr-author-details{text-align:left}.vr-author-name{font-size:1.1rem;font-weight:600;color:#1e3a8a;margin-bottom:5px}.vr-author-title{font-size:.95rem;color:#666;font-weight:400}@media(max-width:1200px){.vr-testimonial-section{padding:80px 40px}.vr-testimonial-title{font-size:2.2rem}.vr-testimonial-quote{font-size:1.1rem}.vr-award-image{max-width:500px}}@media(max-width:968px){.vr-testimonial-section{padding:70px 30px}.vr-testimonial-award{margin-bottom:35px}.vr-award-image{max-width:450px}.vr-testimonial-title{font-size:2rem;margin-bottom:35px}.vr-testimonial-quote{font-size:1.05rem;margin-bottom:35px}.vr-author-image{width:70px;height:70px}.vr-author-name{font-size:1rem}.vr-author-title{font-size:.9rem}}@media(max-width:767px){.vr-testimonial-section{padding:60px 20px}.vr-testimonial-award{margin-bottom:30px}.vr-award-image{max-width:100%}.vr-testimonial-title{font-size:1.75rem;margin-bottom:30px}.vr-testimonial-content{margin-top:40px}.vr-testimonial-quote{font-size:1rem;line-height:1.7;margin-bottom:30px}.vr-testimonial-author{flex-direction:column;gap:15px}.vr-author-details{text-align:center}.vr-author-image{width:90px;height:90px}}@media(max-width:480px){.vr-testimonial-section{padding:50px 20px}.vr-testimonial-title{font-size:1.5rem;line-height:1.4}.vr-testimonial-quote,.vr-author-name{font-size:.95rem}.vr-author-title{font-size:.85rem}.vr-author-image{width:80px;height:80px}}.vr-why-section{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa,#fff)}.vr-why-container{max-width:1200px;margin:0 auto}.vr-why-header{text-align:center;margin-bottom:60px}.vr-why-title{font-size:2.5rem;font-weight:700;color:#0d3a6d;margin-bottom:25px;line-height:1.2}.vr-why-description{font-size:1.15rem;color:#333;line-height:1.8;max-width:900px;margin:0 auto}.vr-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:30px}.vr-why-card{background:#fff;border-radius:15px;padding:40px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.vr-why-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.vr-why-card-title{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:20px;line-height:1.3}.vr-why-card-text{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:25px}.vr-why-card-image{width:100%;border-radius:10px;overflow:hidden;margin-top:25px}.vr-why-card-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.vr-why-card:hover .vr-why-card-image img{transform:scale(1.05)}.vr-why-button{display:inline-block;background:#09a6e4;color:#fff;padding:12px 30px;border-radius:5px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .3s ease,transform .3s ease;margin-bottom:20px}.vr-why-button:hover{background:#0d3a6d;transform:translateY(-2px)}@media(max-width:1200px){.vr-why-section{padding:80px 30px}.vr-why-title{font-size:2.2rem}.vr-why-description{font-size:1.1rem}.vr-why-card-title{font-size:1.35rem}.vr-why-card-text{font-size:1rem}}@media(max-width:968px){.vr-why-section{padding:70px 30px}.vr-why-header{margin-bottom:50px}.vr-why-title{font-size:2rem}.vr-why-description{font-size:1.05rem}.vr-why-grid{grid-template-columns:1fr;gap:25px;margin-bottom:25px}.vr-why-card{padding:35px}.vr-why-card-title{font-size:1.3rem}}@media(max-width:767px){.vr-why-section{padding:60px 20px}.vr-why-header{margin-bottom:40px}.vr-why-title{font-size:1.8rem;margin-bottom:20px}.vr-why-description{font-size:1rem;line-height:1.7}.vr-why-card{padding:30px}.vr-why-card-title{font-size:1.2rem;margin-bottom:15px}.vr-why-card-text{font-size:.95rem;margin-bottom:20px}.vr-why-button{padding:10px 25px;font-size:.9rem}}@media(max-width:480px){.vr-why-section{padding:50px 20px}.vr-why-title{font-size:1.6rem}.vr-why-description{font-size:.95rem}.vr-why-card{padding:25px}.vr-why-card-title{font-size:1.1rem}.vr-why-card-text{font-size:.9rem}.vr-why-button{width:100%;text-align:center}}.vr-process-section{padding:100px 20px;background:linear-gradient(135deg,#f0f2f5,#e8eaed)}.vr-process-container{max-width:1200px;margin:0 auto}.vr-process-main-title{font-size:2.5rem;font-weight:700;color:#0d3a6d;text-align:center;margin-bottom:60px;line-height:1.2}.vr-process-steps{background:linear-gradient(135deg,#0d5e6d,#0a4a56);border-radius:40px;padding:60px 50px;box-shadow:0 10px 40px #00000026}.vr-process-step{display:grid;grid-template-columns:100px 250px 1fr;gap:30px;padding:40px 0;border-bottom:1px solid rgba(255,255,255,.15);align-items:center;position:relative}.vr-process-step:last-child{border-bottom:none;padding-bottom:0}.vr-process-step:first-child{padding-top:0}.vr-process-number{font-size:3.5rem;font-weight:700;color:#09a6e4;line-height:1;display:flex;align-items:center;justify-content:flex-start}.vr-process-content{display:flex;flex-direction:column;justify-content:center;grid-column:2 / 4}.vr-process-title{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3;grid-column:2 / 3}.vr-process-text{font-size:1rem;color:#ffffffe6;line-height:1.7;margin:0;grid-column:3 / 4}@media(max-width:1200px){.vr-process-section{padding:80px 30px}.vr-process-main-title{font-size:2.2rem;margin-bottom:50px}.vr-process-steps{padding:50px 40px;border-radius:35px}.vr-process-step{grid-template-columns:90px 220px 1fr;gap:25px;padding:35px 0}.vr-process-number{font-size:3rem}.vr-process-title{font-size:1.25rem}.vr-process-text{font-size:.95rem}}@media(max-width:968px){.vr-process-section{padding:70px 30px}.vr-process-main-title{font-size:2rem;margin-bottom:40px}.vr-process-steps{padding:40px 30px;border-radius:30px}.vr-process-step{grid-template-columns:80px 1fr;gap:20px;padding:30px 0}.vr-process-content{grid-column:1 / 3}.vr-process-title{grid-column:2 / 3;font-size:1.2rem}.vr-process-text{grid-column:1 / 3;font-size:.95rem;margin-top:10px}.vr-process-number{font-size:2.5rem;grid-row:1 / 2}}@media(max-width:767px){.vr-process-section{padding:60px 20px}.vr-process-main-title{font-size:1.8rem;margin-bottom:35px}.vr-process-steps{padding:35px 25px;border-radius:25px}.vr-process-step{grid-template-columns:1fr;gap:15px;padding:25px 0;text-align:left}.vr-process-number{font-size:2.2rem;justify-content:flex-start;grid-row:auto}.vr-process-content{grid-column:1 / 2}.vr-process-title{grid-column:1 / 2;font-size:1.15rem;margin-bottom:10px}.vr-process-text{grid-column:1 / 2;font-size:.9rem;line-height:1.6;margin-top:0}}@media(max-width:480px){.vr-process-section{padding:50px 20px}.vr-process-main-title{font-size:1.6rem;margin-bottom:30px}.vr-process-steps{padding:30px 20px;border-radius:20px}.vr-process-step{padding:20px 0}.vr-process-number{font-size:2rem}.vr-process-title{font-size:1.1rem}.vr-process-text{font-size:.85rem}}.vr-benefits-section{padding:100px 20px;background:#f7f7f7}.vr-benefits-container{max-width:1200px;margin:0 auto}.vr-benefits-content{width:100%}.vr-benefits-title{font-size:2.5rem;font-weight:700;color:#0d3a6d;margin-bottom:50px;line-height:1.2}.vr-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.vr-benefits-column{display:flex;flex-direction:column;gap:35px}.vr-benefit-item{display:flex;flex-direction:column;gap:12px}.vr-benefit-header{display:flex;align-items:center;gap:15px}.vr-benefit-icon{width:24px;height:24px;fill:#09a6e4;flex-shrink:0}.vr-benefit-name{font-size:1.35rem;font-weight:700;color:#09a6e4;margin:0;line-height:1.2}.vr-benefit-text{font-size:1rem;color:#333;line-height:1.7;margin:0;padding-left:39px}.vr-benefits-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:20px;border-radius:20px}.vr-benefits-image{width:100%;max-width:500px;height:auto;display:block;border-radius:10px}@media(max-width:1200px){.vr-benefits-section{padding:80px 30px}.vr-benefits-title{font-size:2.2rem;margin-bottom:45px}.vr-benefits-grid{gap:50px}.vr-benefit-name{font-size:1.25rem}.vr-benefit-text{font-size:.95rem}}@media(max-width:968px){.vr-benefits-section{padding:70px 30px}.vr-benefits-title{font-size:2rem;margin-bottom:40px}.vr-benefits-grid{grid-template-columns:1fr;gap:40px}.vr-benefits-column{gap:30px}.vr-benefit-name{font-size:1.2rem}.vr-benefit-text{font-size:.95rem}}@media(max-width:767px){.vr-benefits-section{padding:60px 20px}.vr-benefits-title{font-size:1.8rem;margin-bottom:35px}.vr-benefits-column{gap:25px}.vr-benefit-header{gap:12px}.vr-benefit-icon{width:20px;height:20px}.vr-benefit-name{font-size:1.15rem}.vr-benefit-text{font-size:.9rem;padding-left:32px}.vr-benefits-image-wrapper{padding:15px;border-radius:15px}}@media(max-width:480px){.vr-benefits-section{padding:50px 20px}.vr-benefits-title{font-size:1.6rem;margin-bottom:30px}.vr-benefits-column{gap:20px}.vr-benefit-header{gap:10px}.vr-benefit-icon{width:18px;height:18px}.vr-benefit-name{font-size:1.1rem}.vr-benefit-text{font-size:.85rem;padding-left:28px}.vr-benefits-image-wrapper{padding:10px}}.vr-testimonial-simple-section{padding:80px 20px;background:#fff}.vr-testimonial-simple-container{max-width:900px;margin:0 auto}.vr-testimonial-simple-content{text-align:center}.vr-testimonial-simple-quote{font-size:1.25rem;font-style:italic;color:#333;line-height:1.8;margin:0 0 40px;padding:0;quotes:'"' '"' """ """}.vr-testimonial-simple-quote:before{content:open-quote;font-size:1.5em;color:#09a6e4;margin-right:5px}.vr-testimonial-simple-quote:after{content:close-quote;font-size:1.5em;color:#09a6e4;margin-left:5px}.vr-testimonial-simple-meta{display:flex;align-items:center;justify-content:center;gap:20px}.vr-testimonial-simple-image{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#09a6e4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vr-testimonial-simple-image img{width:100%;height:100%;object-fit:contain;padding:10px}.vr-testimonial-simple-details{text-align:left}.vr-testimonial-simple-job{font-size:1rem;color:#666;font-weight:500;margin:0}@media(max-width:1200px){.vr-testimonial-simple-section{padding:70px 30px}.vr-testimonial-simple-quote{font-size:1.2rem;margin-bottom:35px}}@media(max-width:968px){.vr-testimonial-simple-section{padding:60px 30px}.vr-testimonial-simple-quote{font-size:1.15rem;margin-bottom:30px}.vr-testimonial-simple-image{width:70px;height:70px}.vr-testimonial-simple-job{font-size:.95rem}}@media(max-width:767px){.vr-testimonial-simple-section{padding:50px 20px}.vr-testimonial-simple-quote{font-size:1.05rem;line-height:1.7;margin-bottom:25px}.vr-testimonial-simple-meta{flex-direction:column;gap:15px}.vr-testimonial-simple-details{text-align:center}.vr-testimonial-simple-image{width:80px;height:80px}}@media(max-width:480px){.vr-testimonial-simple-section{padding:40px 20px}.vr-testimonial-simple-quote{font-size:1rem;margin-bottom:20px}.vr-testimonial-simple-job{font-size:.9rem}.vr-testimonial-simple-image{width:70px;height:70px}}.vr-forklift-section{padding:100px 20px;background:#f8f9fa}.vr-forklift-container{max-width:1200px;margin:0 auto}.vr-forklift-card{background:linear-gradient(135deg,#5bc4c8,#4aa8ac);border-radius:40px;padding:80px 600px 80px 60px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000026;background-image:url(/PIT-Trainer-XR-forklift-training.png);background-position:right center;background-repeat:no-repeat;background-size:auto 100%;min-height:400px}.vr-forklift-content{position:relative;z-index:2}.vr-forklift-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:25px;line-height:1.2}.vr-forklift-description{font-size:1.15rem;color:#fff;line-height:1.7;margin-bottom:35px;max-width:500px}.vr-forklift-button{display:inline-block;background:#fff3;color:#fff;padding:14px 40px;border-radius:30px;font-size:.95rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:2px solid rgba(255,255,255,.5)}.vr-forklift-button:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-2px)}@media(max-width:1200px){.vr-forklift-section{padding:80px 30px}.vr-forklift-card{padding:70px 500px 70px 50px;min-height:380px;background-size:auto 95%}.vr-forklift-title{font-size:2.2rem}.vr-forklift-description{font-size:1.1rem}}@media(max-width:968px){.vr-forklift-section{padding:70px 30px}.vr-forklift-card{padding:60px 400px 60px 40px;border-radius:30px;min-height:350px;background-size:auto 90%}.vr-forklift-title{font-size:2rem}.vr-forklift-description{font-size:1.05rem}.vr-forklift-button{padding:12px 35px;font-size:.9rem}}@media(max-width:767px){.vr-forklift-section{padding:60px 20px}.vr-forklift-card{padding:300px 30px 50px;border-radius:25px;min-height:auto;background-position:top center;background-size:80%}.vr-forklift-title{font-size:1.8rem;margin-bottom:20px}.vr-forklift-description{font-size:1rem;margin-bottom:30px;max-width:100%}.vr-forklift-button{width:100%;text-align:center;padding:12px 30px}}@media(max-width:480px){.vr-forklift-section{padding:50px 20px}.vr-forklift-card{padding:250px 25px 40px;border-radius:20px;background-size:90%}.vr-forklift-title{font-size:1.6rem}.vr-forklift-description{font-size:.95rem;line-height:1.6}.vr-forklift-button{padding:10px 25px;font-size:.85rem}}.vr-why-choose-section{padding:100px 20px;background:#eee}.vr-why-choose-container{max-width:1200px;margin:0 auto}.vr-why-choose-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.vr-why-choose-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:20px;background:#eee;border-radius:20px}.vr-why-choose-image{width:100%;max-width:450px;height:auto;display:block;border-radius:10px}.vr-why-choose-content{display:flex;flex-direction:column;gap:25px}.vr-why-choose-title{font-size:2.5rem;font-weight:700;color:#0d3a6d;margin:0;line-height:1.2}.vr-why-choose-intro{font-size:1.1rem;color:#333;line-height:1.7;margin:0}.vr-why-choose-features{display:flex;flex-direction:column;gap:30px}.vr-why-choose-feature{display:flex;flex-direction:column;gap:10px}.vr-why-choose-feature-header{display:flex;align-items:center;gap:15px}.vr-why-choose-icon{width:24px;height:24px;fill:#09a6e4;flex-shrink:0}.vr-why-choose-feature-title{font-size:1.25rem;font-weight:700;color:#09a6e4;margin:0;line-height:1.3}.vr-why-choose-feature-text{font-size:1rem;color:#555;line-height:1.7;margin:0;padding-left:39px}@media(max-width:1200px){.vr-why-choose-section{padding:80px 30px}.vr-why-choose-grid{gap:50px}.vr-why-choose-title{font-size:2.2rem}.vr-why-choose-intro{font-size:1.05rem}.vr-why-choose-feature-title{font-size:1.2rem}.vr-why-choose-feature-text{font-size:.95rem}}@media(max-width:968px){.vr-why-choose-section{padding:70px 30px}.vr-why-choose-grid{grid-template-columns:1fr;gap:40px}.vr-why-choose-title{font-size:2rem}.vr-why-choose-intro{font-size:1rem}.vr-why-choose-features{gap:25px}.vr-why-choose-feature-title{font-size:1.15rem}.vr-why-choose-feature-text{font-size:.95rem}}@media(max-width:767px){.vr-why-choose-section{padding:60px 20px}.vr-why-choose-title{font-size:1.8rem}.vr-why-choose-intro{font-size:.95rem}.vr-why-choose-image-wrapper{padding:15px;border-radius:15px}.vr-why-choose-features{gap:20px}.vr-why-choose-feature-header{gap:12px}.vr-why-choose-icon{width:20px;height:20px}.vr-why-choose-feature-title{font-size:1.1rem}.vr-why-choose-feature-text{font-size:.9rem;padding-left:32px}}@media(max-width:480px){.vr-why-choose-section{padding:50px 20px}.vr-why-choose-title{font-size:1.6rem}.vr-why-choose-intro{font-size:.9rem}.vr-why-choose-image-wrapper{padding:10px}.vr-why-choose-features{gap:18px}.vr-why-choose-feature-header{gap:10px}.vr-why-choose-icon{width:18px;height:18px}.vr-why-choose-feature-title{font-size:1.05rem}.vr-why-choose-feature-text{font-size:.85rem;padding-left:28px}}.vr-faq-section{padding:100px 20px;background:#f8f9fa}.vr-faq-container{max-width:900px;margin:0 auto}.vr-faq-title{font-size:2.5rem;font-weight:700;color:#0d3a6d;text-align:center;margin-bottom:50px;line-height:1.2}.vr-faq-accordion{display:flex;flex-direction:column;gap:15px}.vr-faq-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.vr-faq-item.active{box-shadow:0 4px 12px #0000001f}.vr-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:25px 30px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .3s ease}.vr-faq-question:hover,.vr-faq-item.active .vr-faq-question{background-color:#f8f9fa}.vr-faq-question-text{font-size:1.25rem;font-weight:600;color:#0d3a6d;margin:0;line-height:1.4;flex:1;padding-right:20px}.vr-faq-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#09a6e4;flex-shrink:0;transition:transform .3s ease}.vr-faq-icon svg{width:100%;height:100%}.vr-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.vr-faq-answer.open{max-height:500px;padding:0 30px 25px}.vr-faq-answer p{font-size:1rem;color:#555;line-height:1.7;margin:0}@media(max-width:1200px){.vr-faq-section{padding:80px 30px}.vr-faq-title{font-size:2.2rem;margin-bottom:45px}.vr-faq-question{padding:22px 28px}.vr-faq-question-text{font-size:1.2rem}.vr-faq-answer.open{padding:0 28px 22px}.vr-faq-answer p{font-size:.95rem}}@media(max-width:968px){.vr-faq-section{padding:70px 30px}.vr-faq-title{font-size:2rem;margin-bottom:40px}.vr-faq-question{padding:20px 25px}.vr-faq-question-text{font-size:1.15rem}.vr-faq-icon{width:22px;height:22px}.vr-faq-answer.open{padding:0 25px 20px}}@media(max-width:767px){.vr-faq-section{padding:60px 20px}.vr-faq-title{font-size:1.8rem;margin-bottom:35px}.vr-faq-accordion{gap:12px}.vr-faq-question{padding:18px 20px}.vr-faq-question-text{font-size:1.1rem;padding-right:15px}.vr-faq-icon{width:20px;height:20px}.vr-faq-answer.open{padding:0 20px 18px}.vr-faq-answer p{font-size:.9rem}}@media(max-width:480px){.vr-faq-section{padding:50px 20px}.vr-faq-title{font-size:1.6rem;margin-bottom:30px}.vr-faq-accordion{gap:10px}.vr-faq-question{padding:16px 18px}.vr-faq-question-text{font-size:1.05rem;padding-right:12px}.vr-faq-icon{width:18px;height:18px}.vr-faq-answer.open{padding:0 18px 16px}.vr-faq-answer p{font-size:.85rem}}.elementor-section.elementor-top-section.elementor-element-7885ae4{position:relative;width:100%;min-height:420px;background:linear-gradient(135deg,#00bfae,#008c7f);display:flex;align-items:flex-end;justify-content:center;box-sizing:border-box;padding:80px 0 40px}.elementor-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000026;z-index:1}.elementor-container.elementor-column-gap-thegem{position:relative;z-index:2;width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.elementor-row{display:flex;justify-content:center}.elementor-column.elementor-col-100{flex:1 1 100%;display:flex;justify-content:center}.elementor-widget-wrap.elementor-element-populated{display:flex;align-items:center;justify-content:center}.elementor-heading-title.title-xlarge.elementor-size-default{font-size:3rem;font-weight:700;color:#fff;margin-bottom:0;letter-spacing:.5px;text-align:center}@media(max-width:968px){.elementor-heading-title.title-xlarge.elementor-size-default{font-size:2rem}.elementor-container.elementor-column-gap-thegem{max-width:95vw}}@media(max-width:600px){.elementor-section.elementor-top-section.elementor-element-7885ae4{padding:40px 0 20px;min-height:220px}.elementor-heading-title.title-xlarge.elementor-size-default{font-size:1.2rem}}.ar-simple-hero{width:100%;min-height:320px;background:linear-gradient(120deg,#13b9c9,#0a6c7b);display:flex;align-items:center;justify-content:center}.ar-simple-hero-title{color:#fff;font-size:4rem;font-weight:700;text-align:center;margin:0;letter-spacing:.5px}@media(max-width:968px){.ar-simple-hero-title{font-size:2.2rem}.ar-simple-hero{min-height:180px}}.ar-workforce-section{background:#f7f9fa;padding:64px 0 32px}.ar-workforce-container{max-width:1100px;margin:0 auto;padding:0 24px}.ar-workforce-title{font-size:2.4rem;font-weight:700;text-align:center;margin-bottom:32px}.ar-workforce-title-light{font-weight:300;color:#00bfae}.ar-workforce-desc{text-align:center;font-size:1.15rem;color:#222;margin-bottom:40px}.ar-workforce-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch;margin-bottom:24px}.ar-workforce-feature{background:#fff;border:1px solid #e5eaed;border-radius:12px;padding:24px;height:100%;text-align:left;box-sizing:border-box;position:relative;overflow:hidden;transition:background-color .26s cubic-bezier(.22,1,.36,1),border-color .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);will-change:transform,background-color}.ar-workforce-feature>*{position:relative;z-index:1}.ar-workforce-feature:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#e9f7fa,#f9fefe);transform:scaleX(0);transform-origin:left;transition:transform .32s cubic-bezier(.22,1,.36,1);z-index:0}.ar-workforce-feature h5{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5b6770;margin-bottom:14px}.ar-workforce-feature p{font-size:1rem;line-height:1.7;color:#2a2f34}.ar-workforce-feature:hover:before,.ar-workforce-feature:focus-within:before{transform:scaleX(1)}.ar-workforce-feature:hover,.ar-workforce-feature:focus-within{border-color:#b9dbe0;transform:translateY(-2px) scale(1.008)}.ar-tabs-section{background:#fff;padding:48px 0 32px}.ar-tabs-container{max-width:1100px;margin:0 auto;padding:0 24px}.ar-tabs-list{display:flex;gap:16px;justify-content:center;margin-bottom:32px;flex-wrap:wrap}.ar-tab-btn{background:#f0f3f2;color:#008c7f;border:none;border-radius:24px;padding:12px 32px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.ar-tab-btn.active{background:#00bfae;color:#fff}.ar-tab-panel{background:#f7f9fa;border-radius:16px;box-shadow:0 2px 16px #0000000a;padding:40px 32px}.ar-tab-heading{font-size:2rem;font-weight:700;color:#008c7f;margin-bottom:24px;text-align:left}.ar-tab-content p{font-size:1.1rem;color:#222;margin-bottom:18px}.ar-tab-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;align-items:stretch}.ar-tab-feature{background:#fff;border:1px solid #e5eaed;border-radius:12px;padding:24px;height:100%;box-sizing:border-box;position:relative;overflow:hidden;transition:background-color .26s cubic-bezier(.22,1,.36,1),border-color .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);will-change:transform,background-color}.ar-tab-feature>*{position:relative;z-index:1}.ar-tab-feature:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#e9f7fa,#f9fefe);transform:scaleX(0);transform-origin:left;transition:transform .32s cubic-bezier(.22,1,.36,1);z-index:0}.ar-tab-feature h5{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5b6770;margin-bottom:12px}.ar-tab-feature p{font-size:1rem;line-height:1.7;color:#2a2f34}.ar-tab-feature:hover:before,.ar-tab-feature:focus-within:before{transform:scaleX(1)}.ar-tab-feature:hover,.ar-tab-feature:focus-within{border-color:#b9dbe0;transform:translateY(-2px) scale(1.008)}.ar-tab-solutions{display:flex;gap:24px;margin-top:32px;flex-wrap:wrap;justify-content:flex-start}.ar-tab-solution{background:#fff;border-radius:12px;padding:24px 18px;flex:1 1 180px;min-width:160px;max-width:220px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e5eaed;position:relative;overflow:hidden;transition:background-color .26s cubic-bezier(.22,1,.36,1),border-color .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);will-change:transform,background-color}.ar-tab-solution>*{position:relative;z-index:1}.ar-tab-solution:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#e9f7fa,#f9fefe);transform:scaleX(0);transform-origin:left;transition:transform .32s cubic-bezier(.22,1,.36,1);z-index:0}.ar-tab-solution h5{font-size:1.1rem;font-weight:600;color:#00bfae;margin-bottom:10px}.ar-tab-solution p{font-size:1rem;color:#222;margin-bottom:10px}.ar-tab-solution:hover:before,.ar-tab-solution:focus-within:before{transform:scaleX(1)}.ar-tab-solution:hover,.ar-tab-solution:focus-within{border-color:#b9dbe0;transform:translateY(-2px) scale(1.008)}@media(prefers-reduced-motion:reduce){.ar-workforce-feature,.ar-tab-feature,.ar-tab-solution{transition:background-color .01s linear,border-color .01s linear}.ar-workforce-feature:hover,.ar-workforce-feature:focus-within,.ar-tab-feature:hover,.ar-tab-feature:focus-within,.ar-tab-solution:hover,.ar-tab-solution:focus-within{transform:none}}.ar-tab-case-study{display:inline-block;background:#00bfae;color:#fff;border-radius:16px;padding:6px 18px;font-size:.95rem;font-weight:600;text-decoration:none;margin-top:auto;transition:background .2s}.ar-tab-case-study:hover{background:#008c7f}@media(max-width:968px){.ar-workforce-title{font-size:1.5rem}.ar-workforce-features{gap:16px;grid-template-columns:1fr 1fr}.ar-tabs-list{gap:8px}.ar-tab-panel{padding:24px 8px}.ar-tab-features{grid-template-columns:1fr 1fr;gap:16px}.ar-tab-solutions{justify-content:center}}@media(max-width:600px){.ar-workforce-section{padding:32px 0 16px}.ar-workforce-title{font-size:1.1rem}.ar-workforce-feature{padding:16px 8px;min-width:0;max-width:100%}.ar-workforce-features{grid-template-columns:1fr}.ar-tabs-section{padding:24px 0 12px}.ar-tabs-list{flex-direction:column;gap:4px}.ar-tab-panel{padding:12px 2px}.ar-tab-features{grid-template-columns:1fr}.ar-tab-solution{flex:1 1 100%;max-width:100%}.ar-tab-solutions{justify-content:stretch}}.ar-experts-section{background:#fff;padding:56px 0}.ar-experts-container{max-width:1100px;margin:0 auto;padding:0 24px}.ar-experts-title{text-align:center;font-size:2rem;font-weight:800;margin:0 0 12px}.ar-experts-title-light{font-weight:300;margin-right:8px;color:#5b6770}.ar-experts-lead{text-align:center;font-size:1.1rem;color:#2a2f34;margin:0 auto 28px;max-width:900px}.ar-experts-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.ar-experts-paragraph{font-size:1rem;color:#2a2f34;line-height:1.7}.ar-stat-list{margin:20px 0 24px;display:grid;gap:16px}.ar-stat{display:flex;flex-direction:column}.ar-stat-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.ar-stat-title{font-size:.95rem;color:#5b6770}.ar-stat-amount{font-size:.95rem;font-weight:700;color:#0a6c7b}.ar-stat-bar{width:100%;height:8px;background:#e8eef1;border-radius:999px;overflow:hidden}.ar-stat-fill{height:100%;background:linear-gradient(90deg,#13b9c9,#0a6c7b)}.ar-video{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:8px;overflow:hidden}.ar-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ar-quote{margin-top:18px;background:#f7f9fa;border-left:3px solid #13b9c9;padding:16px 20px;color:#2a2f34}.ar-quote p{margin:0}@media(max-width:1024px){.ar-experts-grid{grid-template-columns:1fr}}.ar-demo-section{background:#f7f9fa;padding:56px 0;animation:ar-fade-in .4s ease-in both}.ar-demo-container{max-width:900px;margin:0 auto;padding:0 24px;text-align:center}.ar-demo-title{font-size:2rem;font-weight:800;margin:0 0 10px}.ar-demo-title-light{font-weight:300;margin-right:6px;color:#5b6770}.ar-demo-subtitle{font-size:1.1rem;color:#2a2f34;margin:0}@keyframes ar-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ar-contact-section{background:#f7f9fa;padding:56px 0}.ar-contact-container{max-width:1100px;margin:0 auto;padding:0 24px}.ar-contact-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}.ar-form-card{background:#f7f9fa;border:1px solid #e5eaed;border-radius:8px;padding:16px;overflow:hidden;--hs-form-scale: .92}.ar-hubspot-form iframe,.ar-hubspot-form .hs-form-iframe{width:100%!important}.ar-hubspot-form{transform:scale(var(--hs-form-scale));transform-origin:top left;width:calc(100% / var(--hs-form-scale))}.ar-profile-card{border:1px solid #e5eaed;border-radius:8px;padding:20px;text-align:center}.ar-contact-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 12px}.ar-contact-name{font-weight:700;font-size:1.1rem}.ar-contact-title{color:#5b6770;font-size:.95rem;margin-bottom:10px}.ar-contact-socials{display:flex;justify-content:center}.ar-social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#0a66c2;background:#e8f0fb;text-decoration:none}@media(max-width:1024px){.ar-contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.ar-form-card{--hs-form-scale: 1}}.mr-what-section{background:#eaf6f7;padding:72px 0}.mr-what-container{max-width:1100px;margin:0 auto;padding:0 24px}.mr-what-title{text-align:center;font-size:2rem;font-weight:800;color:#0a6c7b;margin:0 0 18px}.mr-what-body{max-width:820px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:#2a2f34;display:flex;flex-direction:column;gap:18px}@media(max-width:768px){.mr-what-section{padding:48px 0}.mr-what-title{font-size:1.6rem}.mr-what-body{font-size:1rem}}.mr-why-section{background:#eaf6f7;padding:72px 0}.mr-why-container{max-width:1100px;margin:0 auto;padding:0 24px}.mr-why-title{text-align:center;font-size:2rem;font-weight:800;color:#0a6c7b;margin:0 0 18px}.mr-why-title span{color:#0a6c7b}.mr-why-body{max-width:820px;margin:0 auto;color:#2a2f34;font-size:1.05rem;line-height:1.8;text-align:center}.mr-why-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:24px auto 0;max-width:820px;text-align:center}.mr-why-stat{display:flex;flex-direction:column;align-items:center}.mr-why-value{font-size:2rem;font-weight:800;color:#13b9c9;line-height:1}.mr-why-caption{color:#5b6770;font-size:.95rem}@media(max-width:768px){.mr-why-section{padding:48px 0}.mr-why-title{font-size:1.6rem}.mr-why-body{font-size:1rem}.mr-why-stats{grid-template-columns:1fr}}.vr-industries-section{padding:100px 20px;background:#f8f9fa}.vr-industries-container{max-width:1200px;margin:0 auto}.vr-industries-title{font-size:2.5rem;font-weight:700;color:#0d3a6d;text-align:center;margin-bottom:50px;line-height:1.2}.vr-industries-card{background:linear-gradient(135deg,#0d5e6d,#0a4a56);border-radius:40px;padding:60px 50px;box-shadow:0 10px 40px #00000026}.vr-industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.vr-industry-item{display:flex;flex-direction:column;gap:15px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.15)}.vr-industry-item:last-child{border-bottom:none;padding-bottom:0}.vr-industry-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.vr-industry-icon img{width:100%;height:100%;object-fit:contain}.vr-industry-name{font-size:1.35rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.vr-industry-description{font-size:1rem;color:#ffffffe6;line-height:1.7;margin:0}@media(max-width:1200px){.vr-industries-section{padding:80px 30px}.vr-industries-title{font-size:2.2rem;margin-bottom:45px}.vr-industries-card{padding:50px 40px;border-radius:35px}.vr-industries-grid{gap:35px}.vr-industry-name{font-size:1.25rem}.vr-industry-description{font-size:.95rem}}@media(max-width:968px){.vr-industries-section{padding:70px 30px}.vr-industries-title{font-size:2rem;margin-bottom:40px}.vr-industries-card{padding:40px 30px;border-radius:30px}.vr-industries-grid{grid-template-columns:1fr;gap:30px}.vr-industry-item{padding-bottom:30px}.vr-industry-icon{width:70px;height:70px}.vr-industry-name{font-size:1.2rem}}@media(max-width:767px){.vr-industries-section{padding:60px 20px}.vr-industries-title{font-size:1.8rem;margin-bottom:35px}.vr-industries-card{padding:35px 25px;border-radius:25px}.vr-industries-grid{gap:25px}.vr-industry-item{padding-bottom:25px}.vr-industry-icon{width:65px;height:65px}.vr-industry-name{font-size:1.15rem}.vr-industry-description{font-size:.9rem}}@media(max-width:480px){.vr-industries-section{padding:50px 20px}.vr-industries-title{font-size:1.6rem;margin-bottom:30px}.vr-industries-card{padding:30px 20px;border-radius:20px}.vr-industries-grid{gap:20px}.vr-industry-item{padding-bottom:20px}.vr-industry-icon{width:60px;height:60px}.vr-industry-name{font-size:1.1rem}.vr-industry-description{font-size:.85rem;line-height:1.6}}.xr-types-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 0}.xr-types-container{max-width:1200px;margin:0 auto;padding:0 40px}.xr-types-header{text-align:center;max-width:900px;margin:0 auto 60px}.xr-types-title{font-family:Roboto,Mulish,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;color:#1e3a8a;margin:0 0 24px}.xr-types-intro{font-family:Mulish,sans-serif;font-size:1.125rem;line-height:1.7;color:#333;margin:0}.xr-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.xr-type-card{background:#fff;border-radius:20px;padding:40px 30px;display:flex;flex-direction:column;gap:20px;text-decoration:none;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer}.xr-type-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.xr-type-card-title{font-family:Roboto,Mulish,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.3;color:#1e3a8a;margin:0}.xr-type-card-description{font-family:Mulish,sans-serif;font-size:1rem;line-height:1.6;color:#333;margin:0;flex-grow:1}.xr-type-card-image{width:100%;height:240px;border-radius:12px;overflow:hidden;margin-top:auto}.xr-type-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.xr-type-card:hover .xr-type-card-image img{transform:scale(1.05)}.vr-contact-form-section{padding:100px 20px 140px;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.vr-contact-form-container{max-width:1100px;height:80vh;width:100%;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch;box-shadow:0 10px 40px #0000001a;border-radius:12px;overflow:hidden}.vr-contact-form-image{position:relative;overflow:hidden;background:#e0e0e0;min-height:100%}.vr-contact-form-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vr-contact-form-wrapper{background:#fff;padding:40px 45px;display:flex;align-items:center;justify-content:center}.vr-contact-form-content{max-width:550px;width:100%}.vr-contact-form-title{font-size:1.6rem;font-weight:700;color:#004d5e;margin:0 0 12px;line-height:1.2}.vr-contact-form-subtitle{font-size:.85rem;color:#0e6b82;margin:0 0 20px;line-height:1.5}.vr-contact-form{display:flex;flex-direction:column;gap:12px}.vr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vr-form-field{display:flex;flex-direction:column;gap:5px}.vr-form-field-full{grid-column:1 / -1}.vr-form-field label{font-size:.85rem;font-weight:500;color:#03708f;display:block}.vr-form-field input{padding:10px 12px;font-size:.9rem;border:1px solid #e0e0e0;border-radius:6px;outline:none;transition:border-color .3s ease,box-shadow .3s ease;font-family:Helvetica,Arial,sans-serif;background:#f9f9f9;width:100%;box-sizing:border-box}.vr-form-field input:focus{border-color:#09a6e4;box-shadow:0 0 0 3px #09a6e41a;background:#fff}.vr-form-field input::placeholder{color:#aaa}.vr-form-progress{margin-top:10px}.vr-form-progress-text{font-size:.8rem;color:#004359;display:block;margin-bottom:6px;font-weight:500}.vr-form-progress-bar{width:100%;height:5px;background:#e8e8e8;border-radius:10px;overflow:hidden}.vr-form-progress-fill{height:100%;background:#006d7a;transition:width .4s ease;border-radius:10px}.vr-form-submit{display:flex;justify-content:flex-end;margin-top:6px}.vr-form-submit-btn{padding:10px 40px;background:#006d7a;color:#fff;border:none;border-radius:30px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Helvetica,Arial,sans-serif}.vr-form-submit-btn:hover{background:#005662;transform:translateY(-2px);box-shadow:0 5px 15px #006d7a4d}.vr-form-submit-btn:active{transform:translateY(0)}@media(max-width:1200px){.vr-contact-form-section{padding:80px 20px}.vr-contact-form-container{grid-template-columns:1fr 1.5fr;max-width:1000px}.vr-contact-form-wrapper{padding:60px 50px}.vr-contact-form-title{font-size:1.8rem}}@media(max-width:968px){.vr-contact-form-section{padding:60px 20px}.vr-contact-form-container{height:90vh;grid-template-columns:1fr;min-height:auto}.vr-contact-form-image{height:300px;order:1}.vr-contact-form-wrapper{padding:60px 40px;order:2}.vr-contact-form-title{font-size:1.7rem}.vr-form-row{gap:16px}}@media(max-width:767px){.vr-contact-form-section{padding:50px 15px}.vr-contact-form-image{height:250px}.vr-contact-form-wrapper{padding:50px 30px}.vr-contact-form-title{font-size:1.5rem;margin-bottom:16px}.vr-contact-form-subtitle{font-size:.95rem;margin-bottom:30px}.vr-form-row{grid-template-columns:1fr;gap:18px}.vr-contact-form{gap:18px}.vr-form-submit{justify-content:stretch}.vr-form-submit-btn{width:100%;padding:14px 30px}}@media(max-width:480px){.vr-contact-form-section{padding:40px 10px}.vr-contact-form-container{height:auto}.vr-contact-form-image{height:200px}.vr-contact-form-wrapper{padding:40px 20px}.vr-contact-form-title{font-size:1.3rem}.vr-contact-form-subtitle,.vr-form-field label{font-size:.9rem}.vr-form-field input{padding:12px 14px;font-size:.95rem}.vr-form-progress-text{font-size:.85rem}}.data-analysis-page{min-height:100vh;background:linear-gradient(120deg,#f7f9fa,#eaf6f7)}.data-analysis-hero{width:100%;padding:48px 0;display:flex;justify-content:center;align-items:stretch;background:linear-gradient(120deg,#f7f9fa,#eaf6f7);box-shadow:0 2px 24px #0000000a}.data-analysis-hero-inner{display:flex;flex-wrap:wrap;gap:32px;max-width:1200px;width:100%;margin:0 auto;align-items:stretch;justify-content:space-between;padding:32px 40px}.data-analysis-hero-left{flex:1 1 420px;min-width:320px;max-width:520px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px;padding-right:12px}.data-analysis-logo{width:180px;height:auto;margin-bottom:8px}.data-analysis-title{font-size:2.2rem;font-weight:700;color:#13b9c9;margin:0 0 8px;line-height:1.15}.data-analysis-subtitle{font-size:1.05rem;color:#607182;font-weight:400;margin:0 0 18px;line-height:1.5}.data-analysis-demo-btn{display:inline-block;background:#13b9c9;color:#fff;font-size:1.05rem;font-weight:600;border-radius:32px;padding:14px 32px;text-decoration:none;box-shadow:0 2px 12px #13b9c91f;transition:background .2s,box-shadow .2s,transform .2s;margin-top:8px}.data-analysis-demo-btn:hover{background:#0a6c7b;box-shadow:0 4px 24px #13b9c92e;transform:translateY(-2px)}.data-analysis-hero-right{flex:1 1 420px;min-width:320px;max-width:600px;display:flex;align-items:center;justify-content:center;padding-left:12px}.data-analysis-video-wrapper{width:100%;max-width:420px;aspect-ratio:16/9;background:#fff;border-radius:16px;box-shadow:0 2px 16px #00000014;overflow:hidden;display:flex;align-items:center;justify-content:center}.data-analysis-video{width:100%;height:100%;border:none;display:block}@media(max-width:1024px){.data-analysis-hero-inner{flex-direction:column;gap:24px;align-items:stretch;padding:24px 12px;border-radius:0;box-shadow:none;background:none}.data-analysis-hero-left,.data-analysis-hero-right{max-width:100%;min-width:0;width:100%;padding:0}.data-analysis-video-wrapper{max-width:100%;margin:0 auto}}@media(max-width:600px){.data-analysis-hero{padding:16px 0 12px}.data-analysis-hero-inner{padding:12px 4px;border-radius:0;box-shadow:none;background:none}.data-analysis-title{font-size:1.1rem}.data-analysis-subtitle{font-size:.95rem}.data-analysis-demo-btn{padding:10px 18px;font-size:.95rem}.data-analysis-logo{width:120px}}.data-analysis-analytics-section{width:100%;background:none;padding:56px 0 32px;display:flex;justify-content:center}.data-analysis-analytics-row{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:flex-start;padding:0 24px}.data-analysis-analytics-col-left{flex:1 1 0;min-width:320px;max-width:600px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.data-analysis-analytics-col-right{flex:1 1 0;min-width:320px;max-width:520px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.data-analysis-analytics-title{font-size:2rem;font-weight:700;color:#13b9c9;text-align:left;margin-bottom:18px}.data-analysis-analytics-desc{font-size:1.15rem;color:#607182;text-align:left;margin-bottom:32px;max-width:600px}.data-analysis-dashboard-img-wrapper{width:100%;display:flex;justify-content:flex-start;margin-bottom:32px}.data-analysis-dashboard-img{max-width:420px;width:100%;border-radius:18px;box-shadow:0 2px 16px #00000014;background:#fff}.data-analysis-accordion{width:100%;max-width:520px;margin:0;display:flex;flex-direction:column;gap:16px}.data-analysis-accordion details{background:#f7f9fa;border-radius:12px;box-shadow:0 1px 8px #0000000a;padding:18px 22px;font-size:1.05rem;color:#222;border:none}.data-analysis-accordion summary{font-weight:600;color:#00997d;font-size:1.08rem;cursor:pointer;outline:none}.data-analysis-accordion details[open]{background:#eaf6f7}.data-analysis-feature-split{padding:32px 0 48px;display:flex;justify-content:center}.feature-split-container{max-width:1200px;width:100%;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.feature-col-left,.feature-col-right{display:flex;flex-direction:column;gap:16px}.feature-media-wrapper{width:100%}.feature-img{width:100%;height:auto}.card-shadow{box-shadow:0 8px 40px #0000001f}.rounded{border-radius:12px}.feature-heading{font-size:1.6rem;font-weight:700;color:#0a5566;margin-top:8px}.feature-copy{color:#5e6b75;font-size:1.05rem;line-height:1.6}@media(max-width:1024px){.feature-split-container{grid-template-columns:1fr;gap:32px;padding:0 12px}}@media(max-width:600px){.feature-heading{font-size:1.2rem}.feature-copy{font-size:.98rem}}.data-analysis-faq-section{padding:56px 0;display:flex;justify-content:center;background:#fff}.faq-container{max-width:1100px;width:100%;padding:0 24px}.faq-title{text-transform:lowercase;font-size:2rem;font-weight:700;color:#0a5566;margin:0 0 18px}.faq-accordion{display:flex;flex-direction:column;gap:12px}.faq-accordion details{border-radius:12px;border:1px solid #e5ecf0;background:#f9fbfc;padding:16px 18px}.faq-accordion summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-weight:700;color:#0a5566}.faq-accordion summary::-webkit-details-marker{display:none}.faq-accordion details summary:after{content:"+";font-weight:700;color:#0a5566;transition:transform .2s ease}.faq-accordion details[open] summary:after{content:"−"}.faq-content{color:#5e6b75;margin-top:10px;line-height:1.6}@media(max-width:600px){.faq-title{font-size:1.3rem}}.data-analysis-book-demo{padding:56px 0 64px;display:flex;justify-content:center;background:linear-gradient(180deg,#f7f9fa,#fff)}@media(max-width:1024px){.data-analysis-analytics-row{flex-direction:column;gap:32px;padding:0 8px}.data-analysis-analytics-col-left,.data-analysis-analytics-col-right{max-width:100%;min-width:0;width:100%;align-items:flex-start}.data-analysis-dashboard-img-wrapper{justify-content:flex-start}}@media(max-width:600px){.data-analysis-analytics-section{padding:24px 0 12px}.data-analysis-analytics-title{font-size:1.1rem}.data-analysis-analytics-desc{font-size:.95rem}.data-analysis-dashboard-img{max-width:100%}.data-analysis-accordion{font-size:.98rem}}.elearning-page{min-height:100vh;background:#fff}.elearning-hero{position:relative;width:100%;min-height:220px;display:flex;align-items:center;justify-content:center;padding:0}.elearning-hero-bg{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(120deg,#18c3d1,#075c6c);z-index:0}.elearning-hero-content{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:220px;padding:0}.elearning-title{font-size:3rem;font-weight:700;color:#fff;text-align:center;letter-spacing:.01em}.elearning-workforce-section{width:100%;background:#fff;padding:64px 0 32px;display:flex;justify-content:center}.workforce-container{max-width:1100px;width:100%;margin:0 auto;padding:0 24px;text-align:center}.workforce-title{font-size:2.1rem;font-weight:400;color:#18c3d1;letter-spacing:.04em;margin-bottom:18px}.workforce-title .light{font-weight:300;color:#18c3d1}.workforce-highlight{font-weight:500;color:#18c3d1}.workforce-subheading{font-size:1.05rem;font-weight:600;color:gray;margin-bottom:18px}.workforce-desc{font-size:1.08rem;color:#5e6b75;font-weight:400;line-height:1.7;margin-bottom:0}@media(max-width:600px){.workforce-title{font-size:1.2rem}.workforce-subheading,.workforce-desc{font-size:.98rem}}@media(max-width:600px){.elearning-hero-content{padding:32px 0 24px}.elearning-title{font-size:2rem}}.elearning-tabs-section{padding:24px 0 48px;display:flex;justify-content:center}.elearning-tabs-container{width:100%;max-width:1200px;padding:0 24px}.tabs-nav{display:flex;gap:12px;border-bottom:1px solid #e6e8ec}.tab-button{appearance:none;background:transparent;border:0;padding:14px 18px;color:#6b7280;font-weight:600;letter-spacing:.02em;border-radius:8px 8px 0 0;cursor:pointer}.tab-button.active{color:#101828;background:#fff;border:1px solid #e6e8ec;border-bottom-color:#fff}.tabs-panels{border:1px solid #e6e8ec;border-top:0;padding:24px}.intro-paragraph{color:#4b5563;line-height:1.7;margin:0 0 16px}.training-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px}.training-card{background:#eaecf0;border-radius:4px;padding:40px 20px 45px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.training-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10182814}.card-icon{width:44px;height:44px;margin:0 auto 20px;color:#2c2e3d}.card-icon svg{width:44px;height:44px;fill:#2c2e3d}.card-title{font-size:1rem;font-weight:700;color:#2c2e3d;margin:0 0 16px;text-transform:uppercase;letter-spacing:.06em}.card-desc{color:#4b5563;line-height:1.7;margin:0}@media(max-width:1024px){.training-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.training-cards{grid-template-columns:1fr}}.show-try-test-section{padding:24px 0 60px}.stt-heading-global{text-align:center;color:#0fa3b1;font-weight:300;font-size:2.2rem;margin:0 0 16px}.stt-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}.stt-card{background:transparent}.stt-title{font-size:.95rem;color:#6b7280;margin:0 0 18px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.stt-desc{color:#4b5563;line-height:2;margin:0 0 18px;max-width:680px}.stt-image{display:flex;justify-content:center}.stt-image img{width:90%;max-width:700px;height:auto;display:block;border-radius:4px}@media(max-width:900px){.stt-container{grid-template-columns:1fr}.stt-image{order:-1}.stt-image img{width:100%;max-width:none}}.elearning-book-demo{padding:56px 0 64px;display:flex;justify-content:center;background:linear-gradient(180deg,#f7f9fa,#fff)}.book-demo-container{max-width:1200px;width:100%;padding:0 24px}.book-demo-header{text-align:left;margin-bottom:18px}.book-demo-title{font-size:2rem;font-weight:800;color:#0a5566;margin:0 0 8px}.book-demo-title .light{font-weight:300}.book-demo-subtitle{color:#5e6b75;font-size:1.05rem;max-width:760px}.book-demo-grid{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:start;margin-top:16px}.book-demo-form{background:#fff;padding:18px 18px 8px}.book-demo-profile{display:flex;flex-direction:column;align-items:center;gap:10px}.profile-img{width:150px;height:150px;border-radius:50%;object-fit:cover;box-shadow:0 8px 24px #0000001f}.profile-name{font-size:1.25rem;font-weight:700;color:#0a5566;margin:6px 0 0}.profile-role{color:#5e6b75}.profile-socials .social-link{color:#0a66c2;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e8f1fb}.card-shadow{box-shadow:0 4px 12px #00000014}.rounded{border-radius:8px}@media(max-width:1024px){.book-demo-grid{grid-template-columns:1fr}}@media(max-width:600px){.book-demo-title{font-size:1.3rem}.book-demo-subtitle{font-size:.98rem}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.who-we-are-page{position:relative;width:100%;min-height:100vh}.hero-slideshow-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-slideshow-section .elementor-background-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.elementor-background-slideshow .swiper{width:100%;height:100%}.elementor-background-slideshow .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.elementor-background-slideshow__slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;opacity:0;transform:translateZ(0);transition-duration:0ms}.elementor-background-slideshow__slide.swiper-slide-active{opacity:1}.elementor-background-slideshow__slide.swiper-slide-prev,.elementor-background-slideshow__slide.swiper-slide-next{opacity:0}.elementor-background-slideshow__slide__image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1);transition:transform 8s ease-in-out}.elementor-background-slideshow__slide__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#009688a6;z-index:1;pointer-events:none}.elementor-ken-burns--active{transform:scale(1.1)}.hero-slideshow-section .who-we-are-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}.content-container{max-width:1200px;width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:flex-start}.text-content{max-width:600px;color:#fff;text-align:left;z-index:3;position:relative}.main-heading{margin-bottom:2rem;line-height:1.2}.small-text{display:block;font-size:1.5rem;font-weight:400;margin-bottom:.5rem;opacity:.95;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.large-text{display:block;font-size:3.5rem;font-weight:700;line-height:1.1;text-shadow:2px 2px 6px rgba(0,0,0,.7);color:#fff}.description{font-size:1.1rem;line-height:1.6;opacity:.95}.description p{margin-bottom:1.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.7);color:#fff}.description p:last-child{margin-bottom:0}.swiper-notification{position:absolute;left:0;top:0;pointer-events:none;z-index:-1000;opacity:0}@media(max-width:768px){.content-container{padding:0 1rem;justify-content:center}.text-content{text-align:center;max-width:100%}.small-text{font-size:1.2rem}.large-text{font-size:2.5rem}.description{font-size:1rem}}@media(max-width:480px){.small-text{font-size:1rem}.large-text{font-size:2rem}.description{font-size:.9rem}}.swiper-fade .elementor-background-slideshow__slide,.swiper-fade .elementor-background-slideshow__slide .elementor-background-slideshow__slide__image{pointer-events:none}.swiper-fade .elementor-background-slideshow__slide.swiper-slide-active,.swiper-fade .elementor-background-slideshow__slide.swiper-slide-active .elementor-background-slideshow__slide__image{pointer-events:auto}.elementor-background-slideshow .swiper-fade .swiper-slide{opacity:0!important;transition-property:opacity!important}.elementor-background-slideshow .swiper-fade .swiper-slide-active{opacity:1!important}.elementor-background-slideshow .swiper-fade .swiper-slide-active .elementor-ken-burns--active{animation:ken-burns 8s ease-in-out infinite alternate}@keyframes ken-burns{0%{transform:scale(1)}to{transform:scale(1.1)}}.elementor-ken-burns--active{animation:ken-burns 8s ease-in-out infinite alternate}.who-we-are-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0000004d,#00000026,#0000000d);z-index:-1}.elementor-section.elementor-top-section{background-color:#fff;padding:100px 0;position:relative;z-index:10;width:100%}.elementor-container{max-width:1200px;margin:0 auto;padding:0 40px}.elementor-row{display:flex;flex-wrap:wrap;margin:0;column-gap:60px;align-items:stretch}.elementor-column{padding:0;box-sizing:border-box}.who-different .elementor-widget-wrap.e-swiper-container{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.elementor-col-50{flex:1 1 0;min-width:0}.elementor-col-100{flex:0 0 100%;max-width:100%}.who-different .title-h1{font-size:2.8rem;font-weight:700;color:#00695c;margin-bottom:2rem;line-height:1.1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.who-different .elementor-text-editor p{font-size:1.125rem;line-height:1.7;color:#424242;margin-bottom:2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.elementor-text-editor strong{font-weight:700;color:#424242}.elementor-text-editor em{font-style:italic;color:#424242}.who-different .awards-strip{width:100%}.who-different .awards-strip .elementor-image-carousel-wrapper{margin-top:0;max-width:560px;overflow:hidden}.who-different .awards-strip .elementor-image-carousel{overflow:hidden}.who-different .awards-strip .elementor-image-carousel .swiper-wrapper{display:flex;align-items:center;gap:20px;justify-content:flex-start}.who-different .awards-strip .elementor-image-carousel .swiper-slide{flex-shrink:0;width:110px;height:110px;display:flex;align-items:center;justify-content:center}.who-different .awards-strip .swiper-slide-inner{width:auto;height:100%;display:flex;align-items:center;justify-content:center}.who-different .awards-strip .swiper-slide-image{height:100%;width:auto;object-fit:contain;border-radius:0;box-shadow:none;transition:transform .3s ease}.who-different .awards-strip .swiper-slide-image:hover{transform:scale(1.05)}.who-different .awards-strip .elementor-image-carousel .swiper-slide:nth-child(n+4){display:none}.statistics-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:0;border:1px solid #E0E0E0;border-radius:8px;overflow:hidden}.statistics-grid>div:nth-child(1){border-right:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0}.statistics-grid>div:nth-child(2){border-bottom:1px solid #E0E0E0}.statistics-grid>div:nth-child(3){border-right:1px solid #E0E0E0}.counter-preset1{text-align:center;height:100%}.gem-counter-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:180px}.gem-counter-box{width:100%;height:100%}.gem-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border-radius:0;background:#fff;transition:all .3s ease;height:100%}.gem-counter:hover{background:#f8f9fa}.gem-counter-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.gem-counter-icon{margin-bottom:20px}.gem-icon{width:50px;height:50px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gem-icon svg,.gem-icon i{width:24px;height:24px;color:#424242}.gem-svg-trophy{color:#005c66}.who-story-section{padding:80px 0}.who-story-section .title-h2{font-size:2.2rem;color:#00695c;margin-bottom:24px;display:block;width:100%;text-align:left}.who-story-section .elementor-row{align-items:flex-start}.who-story-section .elementor-column{position:relative}.who-story-section .thegem-heading{display:block!important;width:100%!important;margin:0 0 16px!important;text-align:left!important;justify-content:flex-start!important;position:relative!important;left:0!important;transform:none!important}.who-story-section .elementor-column>.elementor-widget-wrap{width:100%;display:block}.who-story-section .leadership-grid{clear:both;margin-top:8px}.who-story-section .leadership-grid{margin-top:8px}.story-timeline{display:flex;flex-direction:column;gap:32px}.story-item{display:grid;grid-template-columns:56px 1fr;column-gap:24px;align-items:start}.story-item .quickfinder-title{font-size:1.1rem}.story-item .gem-text-output p{font-size:1.06rem;line-height:1.7}.story-icon{width:48px;height:48px;border-radius:50%;border:2px solid #00A0A8;display:flex;align-items:center;justify-content:center;color:#00a0a8}.story-icon.brain:before{content:"🧠"}.story-icon.tools:before{content:"⚒"}.story-icon.bulb:before{content:"💡"}.story-icon.trophy:before{content:"🏆"}.leadership-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.leader-card{position:relative;border:1px solid #E6EEF2;border-radius:8px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;background:#fff;aspect-ratio:1 / 1;min-height:260px}.leader-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:#bfeff2;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.leader-card:hover{box-shadow:0 6px 18px #00000014}.leader-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover}.leader-info{text-align:center}.leader-name{font-weight:600;color:#0b3c46;margin-top:4px}.leader-title{color:#6b7b84;font-size:.95rem}.teams-section{padding:80px 0 40px}.team-heading{font-size:1.4rem;color:#0b3c46;margin:40px 0 18px;text-align:center}.team-grid{display:grid;gap:24px}.team-grid-3{grid-template-columns:repeat(3,1fr)}.team-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.team-grid-3,.team-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.team-grid-3,.team-grid-4{grid-template-columns:1fr}}.book-demo-section{padding:40px 0;background-color:#f8f9fa;text-align:center}.book-demo-section .e-con-inner{max-width:1200px;margin:0 auto;padding:0 20px}.book-demo-section .title-h1{font-size:3rem;font-weight:700;color:#00695c;margin-bottom:20px;line-height:1.2}.book-demo-section .title-h1 .light{font-weight:300}.book-demo-section .styled-subtitle{font-size:1.2rem;color:#00695c;line-height:1.6;max-width:800px;margin:0 auto}@media(max-width:768px){.book-demo-section .title-h1{font-size:2.5rem}.book-demo-section .styled-subtitle{font-size:1.1rem}}@media(max-width:480px){.book-demo-section .title-h1{font-size:2rem}.book-demo-section .styled-subtitle{font-size:1rem}}.contact-form-section{padding:60px 0;background-color:#d0d0d0}.hubspot-form-container{min-height:400px}.form-loading{display:flex;align-items:center;justify-content:center;height:200px;color:#666;font-style:italic}.form-loading p{margin:0;font-size:16px}.form-error{display:flex;align-items:center;justify-content:center;height:200px;color:#e74c3c;text-align:center}.form-error p{margin:0;font-size:16px}.hubspot-form-container .hs-form{font-family:inherit;background:#fff;border-radius:8px;padding:30px;box-shadow:0 4px 20px #0000001a;max-width:600px;margin:0 auto;overflow:hidden}.hubspot-form-container .hs-form .hs-form-field{margin-bottom:20px;display:block;float:none!important;clear:none!important}.hubspot-form-container .hs-form .hs-form-field *{box-sizing:border-box}.hubspot-form-container .hs-form .hs-form-field input,.hubspot-form-container .hs-form .hs-form-field textarea,.hubspot-form-container .hs-form .hs-form-field select{display:block!important;width:100%!important}.hubspot-form-container .hs-form .hs-form-field label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:14px}.hubspot-form-container .hs-form .hs-form-field label .hs-form-required{color:#e74c3c;margin-left:2px}.hubspot-form-container .hs-form .hs-form-field input,.hubspot-form-container .hs-form .hs-form-field textarea,.hubspot-form-container .hs-form .hs-form-field select{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;transition:border-color .3s ease;box-sizing:border-box}.hubspot-form-container .hs-form .hs-form-field input:focus,.hubspot-form-container .hs-form .hs-form-field textarea:focus,.hubspot-form-container .hs-form .hs-form-field select:focus{outline:none;border-color:#00695c;box-shadow:0 0 0 2px #00695c33}.hubspot-form-container .hs-form .hs-form-field textarea{resize:vertical;min-height:120px}.hubspot-form-container .hs-form .hs-form-field:nth-child(1),.hubspot-form-container .hs-form .hs-form-field:nth-child(3){display:inline-block!important;width:48%!important;margin-right:4%!important;vertical-align:top!important}.hubspot-form-container .hs-form .hs-form-field:nth-child(2),.hubspot-form-container .hs-form .hs-form-field:nth-child(4){display:inline-block!important;width:48%!important;margin-right:0!important;vertical-align:top!important}.hubspot-form-container .hs-form .hs-form-field:nth-child(5){width:100%!important;clear:both!important;display:block!important}.hubspot-form-container .hs-form .hs-form-field:nth-child(6),.hubspot-form-container .hs-form .hs-form-field:nth-child(7){display:inline-block!important;vertical-align:top!important}.hubspot-form-container .hs-form .hs-form-field:nth-child(6){width:48%!important;margin-right:4%!important}.hubspot-form-container .hs-form .hs-form-field:nth-child(7){width:48%!important;margin-right:0!important}.hubspot-form-container .hs-form .hs-form-field .hs-form-checkbox{display:flex;align-items:flex-start;margin-bottom:12px}.hubspot-form-container .hs-form .hs-form-field .hs-form-checkbox input[type=checkbox]{width:auto;margin-right:8px;margin-top:2px;flex-shrink:0}.hubspot-form-container .hs-form .hs-form-field .hs-form-checkbox label{margin-bottom:0;font-weight:400;cursor:pointer;font-size:14px}.hubspot-form-container .hs-form .hs-form-field:nth-child(8){width:100%!important;clear:both!important;display:block!important;margin-top:20px}.hubspot-form-container .hs-form .hs-form-field{position:relative}.hubspot-form-container .hs-form .hs-form-field:nth-child(1),.hubspot-form-container .hs-form .hs-form-field:nth-child(2){margin-bottom:0}.hubspot-form-container .hs-form .hs-form-field:nth-child(3),.hubspot-form-container .hs-form .hs-form-field:nth-child(4){margin-bottom:0}.hubspot-form-container .hs-form .hs-form-field:nth-child(5){margin-bottom:20px}.hubspot-form-container .hs-form .hs-form-field:nth-child(6),.hubspot-form-container .hs-form .hs-form-field:nth-child(7){margin-bottom:0}.hubspot-form-container .hs-form .hs-form-field:nth-child(8){margin-bottom:20px}.hubspot-form-container .hs-form .hs-recaptcha{margin:20px 0}.hubspot-form-container .hs-form .hs-recaptcha .g-recaptcha{display:flex;align-items:center;gap:10px}.hubspot-form-container .hs-form .hs-submit{margin-top:30px;text-align:center}.hubspot-form-container .hs-form .hs-submit input[type=submit]{background-color:#20b2aa;color:#333;padding:15px 40px;border:1px solid #ffffff;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}.hubspot-form-container .hs-form .hs-submit input[type=submit]:hover{background-color:#1a9b94;transform:translateY(-1px)}@media(max-width:768px){.hubspot-form-container .hs-form .hs-form-field[data-field=firstname],.hubspot-form-container .hs-form .hs-form-field[data-field=email],.hubspot-form-container .hs-form .hs-form-field[data-field=lastname],.hubspot-form-container .hs-form .hs-form-field[data-field=jobtitle],.hubspot-form-container .hs-form .hs-form-field[data-field=interests],.hubspot-form-container .hs-form .hs-form-field[data-field=message]{width:100%;margin-right:0;display:block}}.book-demo-button-container{text-align:center;margin-top:40px;padding:20px 0}.book-demo-button{background-color:#20b2aa;color:#333;padding:15px 40px;border:1px solid #ffffff;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;font-family:inherit}.book-demo-button:hover{background-color:#1a9b94;transform:translateY(-1px);box-shadow:0 4px 12px #20b2aa4d}.custom-form-container{background:transparent;max-width:100%;width:100%;margin:0;padding:0}.contact-form{font-family:inherit;width:100%}.form-row{display:flex;gap:20px;margin-bottom:20px;align-items:flex-start}.form-field{flex:1;display:flex;flex-direction:column;align-items:flex-start}.form-field.full-width{flex:1 1 100%}.form-field label{display:block;margin-bottom:8px;font-weight:600;color:#2a4a5a;font-size:12px;line-height:1.4;vertical-align:top}.form-field .required{color:#e74c3c;margin-left:2px}.form-field input,.form-field textarea,.form-field select{width:100%;min-width:300px;padding:12px;border:none;border-radius:8px;font-size:12px;font-family:inherit;background:#f0f8ff;transition:all .3s ease;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;background:#e6f3ff;box-shadow:0 0 0 2px #2a4a5a33}.form-field textarea{resize:vertical;min-height:120px}.checkbox-group{display:flex;flex-direction:column;gap:8px}.checkbox-label{display:flex!important;align-items:center!important;cursor:pointer!important;font-weight:400!important;font-size:12px!important;color:#2a4a5a!important;line-height:1.2!important;flex-direction:row!important}.checkbox-label input[type=checkbox]{width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;max-width:12px!important;max-height:12px!important;margin-right:8px!important;margin-top:0!important;margin-bottom:0!important;flex-shrink:0!important;accent-color:#2a4a5a!important;order:-1!important;box-sizing:border-box!important;border:1px solid #2a4a5a!important;border-radius:2px!important;background:#fff!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}.checkbox-label .checkmark{display:none}.contact-form .checkbox-group .checkbox-label{display:flex!important;align-items:center!important;flex-direction:row!important}.contact-form .checkbox-group .checkbox-label input[type=checkbox]{order:-1!important;margin-right:8px!important;margin-top:0!important;margin-bottom:0!important;width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;max-width:12px!important;max-height:12px!important;border:1px solid #2a4a5a!important;border-radius:2px!important;background:#fff!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;position:relative!important;cursor:pointer!important;flex-shrink:0!important;box-sizing:border-box!important}.contact-form .checkbox-group .checkbox-label input[type=checkbox]:checked{background:#2a4a5a!important;border-color:#2a4a5a!important}.contact-form .checkbox-group .checkbox-label input[type=checkbox]:checked:after{content:"✓"!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;color:#fff!important;font-size:8px!important;font-weight:700!important}.form-submit{text-align:right;margin-top:30px}.newsletter-section{background-color:#20b2aa;padding:60px 0}.newsletter-section .elementor-container{max-width:900px;margin:0 auto;padding:0 20px}.newsletter-section .elementor-row{display:flex;align-items:center;gap:30px}.newsletter-section .elementor-column:first-child{flex:1}.newsletter-section .elementor-column:last-child{flex:1}.gem-textbox-content{display:flex;align-items:center;gap:20px}.gem-texbox-icon-image-wrapper{flex-shrink:0}.gem-image img{width:100px;height:100px;object-fit:contain}.gem-texbox-text-wrapper{flex:1}.gem-textbox-title{font-size:1rem;font-weight:600;color:#2c2e3d;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px}.gem-textbox-description .title-h1{font-size:2rem;font-weight:700;color:#2c2e3d;margin:0;line-height:1.1}.newsletter-form-container{text-align:left}.newsletter-title{font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 20px;line-height:1.3}.newsletter-form{display:flex;flex-direction:column;gap:15px}.newsletter-form-group{display:flex;flex-direction:column;gap:8px}.newsletter-label{font-size:.9rem;font-weight:600;color:#fff;margin:0}.newsletter-input{width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:.9rem;font-family:inherit;background:#f0f8ff;color:#2c2e3d;transition:all .3s ease;box-sizing:border-box}.newsletter-input:focus{outline:none;background:#e6f3ff;box-shadow:0 0 0 2px #ffffff4d}.newsletter-input::placeholder{color:#6b7b84}.newsletter-button{background-color:#fff;color:#20b2aa;padding:12px 24px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;font-family:inherit;align-self:flex-start;box-shadow:0 2px 8px #0000001a}.newsletter-button:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.newsletter-section .elementor-row{flex-direction:column;gap:30px;text-align:center}.gem-textbox-content{flex-direction:column;text-align:center}.newsletter-form-container{text-align:center}.newsletter-button{align-self:center}.gem-textbox-description .title-h1{font-size:2rem}.newsletter-title{font-size:1.5rem}}.submit-btn{background-color:#fff;color:#2a4a5a;padding:15px 30px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;font-family:inherit;box-shadow:0 2px 8px #0000001a}.submit-btn:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.contact-form-section .elementor-row{flex-direction:column;gap:30px}.contact-form-section .elementor-column:first-child,.contact-form-section .elementor-column:last-child{flex:1;max-width:100%}.form-row{flex-direction:column;gap:0}.form-field{margin-bottom:20px}.form-submit{text-align:center}}.contact-form-section .elementor-container{max-width:1200px;padding:0 20px;margin:0}.contact-form-section .elementor-row{display:flex;gap:40px;align-items:flex-start;justify-content:flex-start}.contact-form-section .elementor-column:first-child{flex:4;min-width:0;margin-left:40px;padding-left:0;align-self:flex-start}.contact-form-section .elementor-column:first-child .elementor-widget-wrap{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%}.contact-form-section .elementor-column:last-child{flex:0 0 300px;max-width:300px;margin-left:auto}.contact-form-section .hbspt-form{background:#fff;border-radius:8px;padding:30px;box-shadow:0 4px 20px #0000001a}.contact-form-section .hs-form-iframe{border:none!important;border-radius:8px}.contact-form-section .elementor-element-0e5fa4e .elementor-widget-wrap.elementor-element-populated{display:flex;flex-direction:column;align-items:center;text-align:center}.contact-form-section .elementor-widget-image{text-align:center;margin-bottom:15px}.contact-form-section .elementor-widget-image img{border-radius:50%;width:150px;height:150px;object-fit:cover}.contact-form-section .title-h4{font-size:1.5rem;font-weight:600;color:#00695c;text-align:center;margin-bottom:8px}.contact-form-section .small-body{font-size:1rem;color:#6b7b84;text-align:center;margin-bottom:15px}.contact-form-section .elementor-social-icons-wrapper{display:flex;justify-content:center;gap:10px;margin-top:10px}.contact-form-section .elementor-social-icon{width:32px;height:32px;border-radius:50%;background-color:#20b2aa;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.contact-form-section .elementor-social-icon:hover{background-color:#1a9b94;transform:translateY(-1px)}.contact-form-section .elementor-social-icon svg{width:16px;height:16px;fill:#fff}.contact-form-section .elementor-social-icon .elementor-screen-only{display:none}@media(max-width:768px){.contact-form-section .elementor-row{flex-direction:column;gap:30px}.contact-form-section .hbspt-form{padding:20px}.contact-form-section .elementor-widget-image img{width:120px;height:120px}}@media(max-width:480px){.contact-form-section{padding:60px 0}.contact-form-section .hbspt-form{padding:15px}.contact-form-section .title-h4{font-size:1.3rem}.contact-form-section .small-body{font-size:.9rem}}.gem-counter:hover .gem-icon{background:#e0e0e0}.gem-counter:hover .gem-icon svg,.gem-counter:hover .gem-icon i{color:#424242}.gem-counter-number{margin-bottom:12px}.gem-counter-odometer{font-size:3rem;font-weight:700;color:#424242;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.gem-counter-text{font-size:1rem;font-weight:400;color:#424242;text-align:center;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.statistics-grid>div:nth-child(1) .gem-counter-odometer,.statistics-grid>div:nth-child(1) .gem-icon svg,.statistics-grid>div:nth-child(1) .gem-icon i{color:#424242}.statistics-grid>div:nth-child(2) .gem-counter-odometer,.statistics-grid>div:nth-child(2) .gem-icon svg,.statistics-grid>div:nth-child(2) .gem-icon i{color:#424242}.statistics-grid>div:nth-child(3) .gem-counter-odometer,.statistics-grid>div:nth-child(3) .gem-icon svg,.statistics-grid>div:nth-child(3) .gem-icon i{color:#00695c}.statistics-grid>div:nth-child(4) .gem-counter-odometer,.statistics-grid>div:nth-child(4) .gem-icon svg,.statistics-grid>div:nth-child(4) .gem-icon i{color:#00695c}@media(max-width:768px){.elementor-row{flex-direction:column;gap:40px}.elementor-col-50{flex:1;width:100%}.statistics-grid{grid-template-columns:1fr 1fr;gap:0}.title-h1{font-size:2.2rem}.elementor-text-editor p{font-size:1rem}.elementor-image-carousel .swiper-slide,.swiper-slide-image{height:60px}.gem-counter-odometer{font-size:2.5rem}.gem-counter-container{min-height:150px}}@media(max-width:480px){.elementor-section.elementor-top-section{padding:80px 0}.elementor-container{padding:0 20px}.title-h1{font-size:2rem}.elementor-image-carousel .swiper-slide,.swiper-slide-image{height:50px}.gem-counter-odometer{font-size:2rem}.gem-counter-container{min-height:120px;padding:20px 10px}.gem-icon{width:40px;height:40px}.gem-icon svg,.gem-icon i{width:20px;height:20px}}.blog-page{width:100%}.blog-intro-section{position:relative;background:transparent;padding:0;margin-top:-120px;z-index:3;min-height:300px}.blog-intro-wrapper{background:var(--white);border-radius:0;box-shadow:0 20px 60px #00000026;padding:2.5rem 2rem;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:flex-start;max-width:900px;margin:0 auto;position:relative}.blog-content-section{background-color:var(--light-gray);padding-top:100px;padding-bottom:4rem;position:relative;z-index:1}.blog-listing-wrapper{display:grid;grid-template-columns:1fr .4fr;gap:2.5rem;max-width:1200px;margin:0 auto}.blog-list-column{display:flex;flex-direction:column}.blog-list{display:flex;flex-direction:column;gap:.5rem}.blog-post-item{background:var(--white);border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.blog-post-container{display:flex;gap:1rem}.blog-post-image{flex-shrink:0;width:120px;height:96px;overflow:hidden}.blog-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post-image:hover img{transform:scale(1.05)}.blog-post-content{flex:1;display:flex;flex-direction:column;gap:1rem}.blog-entry-title{font-size:1rem;font-weight:400;line-height:1.3;margin:0}.blog-entry-title a{color:var(--text-dark);text-decoration:none;transition:color .3s ease}.blog-entry-title a:hover,.blog-entry-date{color:var(--bright-teal)}.blog-post-text{color:#666;line-height:1.6}.blog-post-text p{margin:0;font-size:.875rem;line-height:1.5}.blog-post-meta{margin-top:auto}.blog-entry-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#666}.blog-meta-author{color:#666}.blog-meta-likes{display:inline-flex;align-items:center;gap:.25rem}.blog-meta-likes a{color:var(--bright-teal);text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.25rem}.blog-meta-likes a:hover{color:#077ba3}.zilla-likes-count{color:var(--bright-teal)}.zilla-likes .default:before{content:"♥";color:var(--bright-teal);font-size:.875rem}.blog-pagination{margin-top:3rem;display:flex;justify-content:center}.pagination-links{display:flex;gap:.5rem;align-items:center}.page-numbers{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;text-decoration:none;color:var(--text-dark);transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:.95rem;min-width:40px}.page-numbers.current{background-color:var(--bright-teal);color:#fff;border-color:var(--bright-teal);cursor:default}.page-numbers:hover:not(.current):not(.dots){background-color:var(--bright-teal);color:#fff;border-color:var(--bright-teal)}.page-numbers.dots{border:none;cursor:default;pointer-events:none;background:transparent}.page-numbers.prev,.page-numbers.next{padding:.5rem .75rem}.page-numbers.prev i,.page-numbers.next i{display:inline-block;width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor}.page-numbers.prev i{transform:rotate(45deg);margin-right:2px}.page-numbers.next i{transform:rotate(-135deg);margin-left:2px}.blog-sidebar-column{position:relative}.blog-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:2rem}.sidebar-search{background:var(--white);padding:1rem;border-radius:8px}.search-form{display:flex;border:2px solid #ddd;border-radius:8px;overflow:hidden}.search-field{flex:1;padding:.75rem 1rem;border:none;outline:none;font-size:.9rem;font-family:Open Sans,system-ui,-apple-system,sans-serif}.search-submit{padding:.75rem 1rem;background:var(--bright-teal);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.search-submit:hover{background-color:#077ba3}.search-icon{width:20px;height:20px;fill:#fff}.sidebar-section{background:var(--white);padding:1rem;border-radius:8px}.sidebar-section-title{font-size:.875rem;font-weight:700;color:var(--text-dark);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.sidebar-news-list,.sidebar-ebooks-list{display:flex;flex-direction:column;gap:.75rem}.sidebar-news-item,.sidebar-ebook-item{display:flex;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.sidebar-news-item:last-child,.sidebar-ebook-item:last-child{border-bottom:none;padding-bottom:0}.sidebar-news-image,.sidebar-ebook-image{flex-shrink:0;width:48px;height:48px;overflow:hidden;border-radius:50%}.sidebar-news-image img,.sidebar-ebook-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sidebar-news-image:hover img,.sidebar-ebook-image:hover img{transform:scale(1.1)}.sidebar-news-content,.sidebar-ebook-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.sidebar-news-title,.sidebar-ebook-title{font-size:.75rem;line-height:1.3}.sidebar-news-title a,.sidebar-ebook-title a{color:var(--text-dark);text-decoration:none;transition:color .3s ease}.sidebar-news-title a:hover,.sidebar-ebook-title a:hover{color:var(--bright-teal)}.sidebar-news-date,.sidebar-ebook-date{font-size:.65rem;color:#666}.blog-intro-left{display:flex;flex-direction:column;gap:1.5rem}.blog-intro-heading{margin-bottom:1rem}.title-h2{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:2rem;font-weight:700;color:#09a6e4;line-height:1.3;margin:0}.blog-intro-text p{font-size:1rem;line-height:1.6;color:var(--text-dark);margin:0 0 1rem}.blog-intro-text p:last-child{margin-bottom:0}.blog-intro-text em{font-style:italic;color:var(--nav-gray)}.blog-intro-right{display:flex;flex-direction:column;gap:1.5rem}.blog-subscribe-heading{margin-bottom:1rem}.subscribe-title{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin:0}.subscribe-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-dark)}.form-field input{padding:.75rem .875rem;border:2px solid var(--medium-gray);border-radius:8px;font-size:.9rem;font-family:Open Sans,system-ui,-apple-system,sans-serif;transition:border-color .3s ease;width:100%;box-sizing:border-box}.form-field input:focus{outline:none;border-color:var(--bright-teal)}.subscribe-btn{padding:.625rem 1.5rem;background-color:var(--bright-teal);color:var(--white);border:none;border-radius:8px;font-size:.875rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-family:Open Sans,system-ui,-apple-system,sans-serif;margin-left:auto}.subscribe-btn:hover{background-color:#077ba3;transform:translateY(-2px)}.subscribe-btn:active{transform:translateY(0)}@media(max-width:992px){.blog-hero-section{min-height:350px;padding:3rem 0}.title-xlarge{font-size:3.5rem}.blog-intro-section{margin-top:-100px;min-height:250px}.blog-content-section{margin-top:-100px;min-height:300px}.blog-intro-wrapper{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.title-h2{font-size:2rem}.blog-listing-wrapper{grid-template-columns:1fr;gap:2rem}.blog-post-container{flex-direction:column;gap:1.5rem}.blog-post-image{width:100px;height:80px}}@media(max-width:768px){.blog-hero-section{min-height:300px;padding:2.5rem 0}.title-xlarge{font-size:2.8rem}.blog-intro-section{margin-top:-80px;min-height:200px}.blog-content-section{margin-top:-80px;min-height:250px}.blog-intro-wrapper{padding:1.5rem;gap:2rem}.title-h2{font-size:1.75rem}.blog-intro-text p{font-size:1rem}.subscribe-title{font-size:1.1rem}.blog-entry-title{font-size:1.125rem}.blog-post-text p{font-size:.9rem}}@media(max-width:480px){.blog-hero-section{min-height:250px;padding:2rem 0}.title-xlarge{font-size:2.2rem}.blog-intro-section{margin-top:-60px;min-height:150px}.blog-content-section{margin-top:-60px;min-height:200px}.blog-intro-wrapper{padding:1.25rem 1rem;border-radius:0;gap:1.5rem}.title-h2{font-size:1.5rem}.blog-intro-text p{font-size:.95rem;line-height:1.6}.subscribe-title{font-size:1rem}.form-field input{padding:.75rem .875rem}.subscribe-btn{padding:.75rem 1.5rem;font-size:.9rem}.blog-entry-title{font-size:1rem}.blog-post-text p{font-size:.875rem}.blog-sidebar{position:static}.blog-post-image{max-height:200px}}.newsletter-icon{flex-shrink:0}.newsletter-title-small{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:700;color:var(--white);margin:0;text-transform:uppercase;letter-spacing:.5px}.newsletter-main-title{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:2.5rem;font-weight:700;color:#2c2e3d;margin:0;line-height:1}.newsletter-form>p{color:var(--white);font-size:1rem;margin-bottom:1.5rem;font-weight:500}.form-label{font-size:.875rem;font-weight:600;color:var(--white);margin:0}.required{color:#d32f2f}.form-submit-btn{padding:.75rem 2rem;background-color:#00bcd4;color:var(--white);border:none;border-radius:25px;font-size:1rem;font-weight:700;font-family:Open Sans,system-ui,-apple-system,sans-serif;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;box-shadow:0 2px 4px #0000001a}@media(max-width:992px){.newsletter-wrapper{grid-template-columns:1fr;gap:2rem}.newsletter-main-title{font-size:2rem}}@media(max-width:768px){.blog-newsletter-section{padding:3rem 0}.newsletter-left{flex-direction:column;text-align:center;gap:1.5rem}.newsletter-icon img{width:70px;height:70px}.newsletter-main-title{font-size:1.75rem}.newsletter-title-small{font-size:.65rem}}:root{--primary-color: #03708F;--secondary-color: #004359;--text-color: #7A7A7A;--accent-color: #FF6E0A;--cyan-color: #1FC0C8;--white-color: #FFFFFF;--green-color: #00997D;--gray-color: #CDCDCD}.blog-detail-page{min-height:100vh;background-color:#fff;font-family:Open Sans,system-ui,-apple-system,sans-serif;color:var(--text-color);line-height:1.7}.blog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #555555;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:30px;text-align:center}.blog-not-found h1{font-size:2.5rem;color:#555}.blog-hero-section{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;padding:5rem 0;overflow:hidden}.blog-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.blog-hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#4dd0b499,#4dd0b4b3);z-index:1}.blog-hero-content{position:relative;z-index:2;text-align:center;width:100%}.thegem-te-post-title{text-align:center}.post-title{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-weight:700;color:#fff;margin:0;line-height:1.2;text-align:center}.title-xlarge{font-size:4.5rem;letter-spacing:.5px}.post-title span{color:inherit}.blog-intro-section{position:relative;background:transparent;padding:0;margin-top:-80px;z-index:3;min-height:200px}.blog-intro-wrapper{background:var(--white);border-radius:0;box-shadow:0 15px 40px #0000001f;padding:1.75rem 1.5rem;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:flex-start;max-width:900px;margin:0 auto;position:relative}.blog-intro-left{display:flex;flex-direction:column;gap:1rem}.blog-meta-info{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding-bottom:.75rem;border-bottom:1px solid var(--gray-color)}.blog-intro-text{color:var(--text-color);line-height:1.6}.blog-intro-text p{margin:0;font-size:.85rem;color:var(--text-color)}.blog-meta-actions{display:flex;align-items:center;gap:15px;padding-top:.75rem;border-top:1px solid var(--gray-color)}.blog-intro-right{display:flex;flex-direction:column;gap:.75rem}.blog-quick-actions{background:#f8f9fa;padding:1.25rem;border-radius:8px;display:flex;flex-direction:column;gap:.85rem}.quick-actions-title{margin:0;font-size:.95rem;font-weight:600;color:var(--secondary-color)}.share-actions{display:flex;flex-direction:column;gap:.6rem}.share-label{font-size:.8rem;font-weight:600;color:#666}.social-buttons-compact{display:flex;gap:8px}.social-btn-compact{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.social-btn-compact svg,.social-btn-compact i{width:16px;height:16px;font-size:16px}.social-btn-compact.facebook{background:#1877f2;color:#fff}.social-btn-compact.facebook:hover{background:#145dbf}.social-btn-compact.twitter{background:#1da1f2;color:#fff}.social-btn-compact.twitter:hover{background:#1a8cd8}.social-btn-compact.linkedin{background:#0077b5;color:#fff}.social-btn-compact.linkedin:hover{background:#006299}.social-btn-compact.reddit{background:#ff4500;color:#fff}.social-btn-compact.reddit:hover{background:#e03d00}.meta-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-color)}.meta-item svg{width:14px;height:14px;stroke-width:2;color:var(--text-color)}.meta-item .label{font-weight:400;color:var(--text-color)}.meta-item .value{font-weight:600;color:var(--secondary-color)}.meta-item.author .label{margin-right:3px}.like-btn{display:flex;align-items:center;gap:5px;background:transparent;border:1px solid #ddd;padding:5px 10px;border-radius:20px;cursor:pointer;font-size:.75rem;transition:all .3s ease}.like-btn:hover:not(:disabled){background:#f0f0f0;border-color:#00bcd4;color:#00bcd4}.like-btn.liked{background:#00bcd4;border-color:#00bcd4;color:#fff;cursor:not-allowed}.like-btn svg{width:16px;height:16px}.back-to-blog-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary-color);color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.back-to-blog-btn:hover{background:var(--secondary-color);transform:translate(-4px)}.blog-content-section{background-color:#fff;padding:3rem 0 4rem;position:relative;z-index:1}.elementor-container{max-width:1200px;margin:0 auto;padding:0 15px}.elementor-row{display:flex;flex-wrap:wrap;gap:30px}.elementor-column{flex:1;min-width:0}.elementor-col-50{flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px)}.main-content-column{flex:0 0 calc(70% - 15px);max-width:calc(70% - 15px);padding-right:20px}.sidebar-column{flex:0 0 calc(30% - 15px);max-width:calc(30% - 15px);position:sticky;top:50px;align-self:flex-start;height:auto;overflow:visible;padding:0 1.5rem}.thegem-column-sticky{position:sticky;top:50px;align-self:flex-start;height:auto;overflow:visible}.thegem-column-sticky .sticky-element{height:auto;max-height:none;overflow:visible}.container{max-width:1200px;margin:0 auto;padding:0 20px}.breadcrumbs{display:flex;align-items:center;margin-bottom:30px;font-size:.875rem;color:var(--text-color)}.breadcrumbs a{color:var(--cyan-color);text-decoration:none;transition:color .3s ease}.breadcrumbs a:hover{color:var(--primary-color)}.breadcrumbs .separator{margin:0 8px;color:var(--gray-color)}.breadcrumbs .current{color:var(--text-color)}.blog-article{font-size:.9rem;line-height:1.7;color:var(--text-color)}.article-intro p,.article-section p{margin-bottom:1.5rem;line-height:1.7;color:var(--text-color);font-size:.9rem}.article-section{margin-bottom:3rem}.article-section h2{font-size:1.5rem;font-weight:700;color:#00bcd4;margin:2.5rem 0 1.5rem;line-height:1.3}.article-section h3{font-size:1.25rem;font-weight:700;color:#004359;margin:2rem 0 1rem;line-height:1.3}.article-section h4{font-size:1.1rem;font-weight:600;color:#03708f;margin:1.5rem 0 1rem;line-height:1.3}.subsection h3{font-size:1.1rem;font-weight:600;color:#03708f;margin:1.5rem 0 1rem}.section-list{margin:1.5rem 0;padding-left:2rem}.section-list li{margin-bottom:.75rem;line-height:1.6;font-size:.9rem;color:var(--text-color)}.section-list li strong{color:#03708f;font-weight:600}.article-tags{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray-color)}.article-tags strong{margin-right:10px;color:var(--secondary-color);font-weight:600}.article-tags .tag{display:inline-block;background:#f0f0f0;padding:5px 12px;margin:5px 5px 5px 0;border-radius:4px;font-size:.875rem;color:var(--text-color);transition:all .3s ease}.article-tags .tag:hover{background:var(--cyan-color);color:var(--white-color)}.social-sharing{margin:2rem 0;padding:2rem 0;border-top:1px solid var(--gray-color)}.socials-sharing ul{display:flex;gap:10px;list-style:none;padding:0;margin:0}.socials-item{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;transition:all .3s ease;text-decoration:none}.socials-item.facebook{background:#1877f2;color:#fff}.socials-item.twitter{background:#1da1f2;color:#fff}.socials-item.linkedin{background:#0077b5;color:#fff}.socials-item.reddit{background:#ff4500;color:#fff}.socials-item.threads{background:#000;color:#fff}.socials-item:hover{opacity:.85;transform:translateY(-2px)}.socials-item-icon{font-size:18px}.post-navigation{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--gray-color)}.post-navigation .nav-link{display:inline-flex;align-items:center;text-decoration:none;color:var(--secondary-color);transition:color .3s ease}.post-navigation .nav-link:hover{color:var(--cyan-color)}.post-navigation .meta-icon{margin-right:10px;font-size:20px}.post-navigation .post-title{font-weight:600}.title-text-body{font-size:1rem;line-height:1.5}.blog-article{margin-bottom:2rem}.elementor-text-editor{width:100%;font-size:.95rem;line-height:1.8;color:#4a4a4a}.elementor-text-editor p{margin-bottom:1.25rem;color:#4a4a4a}.elementor-text-editor h2{font-size:1.4rem;color:#39cbd1;margin:2rem 0 1rem;font-weight:700;line-height:1.4}.elementor-text-editor h2:first-child{margin-top:0}.elementor-text-editor h3{font-size:1.15rem;color:#004359;margin:1.75rem 0 1rem;font-weight:700;line-height:1.4}.elementor-text-editor ul,.elementor-text-editor ol{margin:1.5rem 0;padding-left:2rem}.elementor-text-editor li{margin-bottom:.65rem;line-height:1.7;color:#4a4a4a}.elementor-text-editor li b{color:#333;font-weight:700}.elementor-text-editor ul li::marker{color:#333}.elementor-text-editor ol li::marker{color:#333;font-weight:700}.elementor-text-editor a{color:var(--cyan-color);text-decoration:none;transition:color .3s ease}.elementor-text-editor a:hover{color:var(--primary-color);text-decoration:underline}.elementor-text-editor img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.elementor-text-editor strong,.elementor-text-editor b{font-weight:700;color:#333}.elementor-text-editor i,.elementor-text-editor em{font-style:italic}.elementor-clearfix:after{content:"";display:table;clear:both}.tag{display:inline;color:var(--text-color);font-size:.9rem}.steps-container{margin:40px 0}.step-item{display:flex;gap:20px;margin-bottom:30px;padding:25px;background:#f8f9fa;border-radius:8px;border-left:4px solid #00bcd4}.step-number{flex-shrink:0;width:40px;height:40px;background:#00bcd4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.step-content h3{margin:0 0 10px;font-size:1.1rem;color:#03708f;font-weight:700}.step-content p{margin:0 0 15px;color:#555}.step-image{margin-top:15px;border-radius:8px;overflow:hidden}.step-image img{width:100%;height:auto;display:block;border-radius:8px}.case-study{margin:50px 0;padding:40px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 4px 12px #00000014}.case-study h2{text-align:center;margin-bottom:40px;font-size:1.5rem;color:#555}.case-study-content{display:grid;gap:30px}.case-study-item{padding:25px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.case-study-item h4{color:#00bcd4;font-size:1rem;margin-bottom:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.case-study-item p{margin:0;color:#555}.article-conclusion{margin:50px 0;padding:30px;background:#fff9e6;border-left:5px solid #ffc107;border-radius:8px}.article-conclusion h2{margin-top:0}.article-cta{margin:50px 0;text-align:center}.article-cta img{max-width:100%;height:auto;border-radius:8px;cursor:pointer;transition:transform .3s ease}.article-cta img:hover{transform:scale(1.02)}.article-tags{margin-top:40px;padding-top:30px;border-top:2px solid #e0e0e0;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.article-tags strong{color:#555;font-size:1rem}.tag{display:inline-block;padding:6px 16px;background:#f0f0f0;color:#555;border-radius:20px;font-size:.9rem;transition:all .3s ease;cursor:pointer}.tag:hover{background:#00bcd4;color:#fff}.social-sharing{margin:40px 0;padding:30px;background:#f8f9fa;border-radius:8px;text-align:center}.social-sharing h4{margin-bottom:20px;color:#555;font-size:1.2rem}.social-buttons{display:flex;justify-content:center;gap:15px}.social-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none}.social-btn svg{width:24px;height:24px}.social-btn.facebook{background:#1877f2}.social-btn.twitter{background:#1da1f2}.social-btn.linkedin{background:#0077b5}.social-btn:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0003}.post-navigation{margin-top:40px;padding-top:30px;border-top:2px solid #e0e0e0}.post-navigation .nav-link{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#f8f9fa;color:#555;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.post-navigation .nav-link:hover{background:#555;color:#fff;transform:translate(-4px)}.sidebar-widget{margin-bottom:1.25rem}.sidebar-widget .title-h5{font-size:.9rem;font-weight:700;color:var(--secondary-color);margin-bottom:.85rem}.search-widget .gem-search-form{position:relative;display:flex;border:2px solid var(--gray-color);border-radius:12px;overflow:hidden;max-width:85%}.search-widget .search-field{flex:1;padding:8px 12px;border:none;font-size:.8rem;outline:none;color:var(--text-color)}.search-widget .search-submit{background:transparent;border:none;padding:0 12px;cursor:pointer;color:var(--text-color);transition:color .3s ease}.search-widget .search-submit:hover{color:var(--cyan-color)}.search-icon{width:14px;height:14px;fill:currentColor}.author-widget .post-author{text-align:center}.post-author__avatar{margin:0 auto .75rem;position:relative;width:80px;height:80px}.post-author__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #e0e0e0}.post-author__info{padding-top:.5rem}.post-author__name span{font-size:.9rem;font-weight:700;color:var(--secondary-color);display:block;margin-bottom:.4rem}.post-author__desc .title-text-body-tiny{font-size:.75rem;line-height:1.4;color:var(--text-color);margin-bottom:.6rem}.post-author__link a{color:var(--cyan-color);text-decoration:none;font-size:.8rem;font-weight:600;transition:color .3s ease}.post-author__link a:hover{color:var(--primary-color)}.related-posts-widget .bloglist{display:flex;flex-direction:column;gap:.85rem}.post-item.with-separator{display:flex;gap:10px;padding-bottom:.85rem;border-bottom:1px solid var(--gray-color)}.post-item.with-separator:last-child{border-bottom:none;padding-bottom:0}.gem-compact-tiny-left{flex-shrink:0}.gem-news-item-image img{width:85px;height:85px;object-fit:cover;border-radius:4px}.gem-compact-tiny-right{flex:1;display:flex;flex-direction:column;justify-content:space-between}.tiny-post-title{margin-bottom:.35rem}.tiny-post-title a{color:var(--secondary-color);text-decoration:none;font-size:.8rem;font-weight:600;line-height:1.25;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.tiny-post-title a:hover{color:var(--cyan-color)}.reverse-link-color{color:inherit}.text-body-tiny{font-size:.75rem}.post-meta{margin-top:.3rem}.entry-meta{display:flex;justify-content:space-between;align-items:center}.post-meta-date.tiny-post-date{color:var(--text-color);font-size:.7rem}.ebook-widget .styled-image-wrapper{text-align:center;padding:.5rem 0}.ebook-widget .ebook-image{max-width:75%;height:auto;border-radius:6px;transition:transform .3s ease}.ebook-widget a:hover .ebook-image{transform:scale(1.02)}.blog-newsletter-section{background-color:#4dd0b4;padding:4rem 0;margin-top:4rem}.newsletter-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.newsletter-left{display:flex;align-items:center;gap:2rem}.newsletter-icon-wrapper{flex-shrink:0}.newsletter-icon img{width:80px;height:80px;object-fit:contain}.newsletter-text-wrapper{display:flex;flex-direction:column;gap:.25rem}.newsletter-title-small{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.5px}.newsletter-title-large{font-family:Open Sans,system-ui,-apple-system,sans-serif}.newsletter-main-title{font-family:Open Sans,system-ui,-apple-system,sans-serif;font-size:2.5rem;font-weight:700;color:#555;margin:0;line-height:1}.newsletter-right{background-color:transparent;padding:0}.newsletter-form-container{width:100%}.newsletter-form>p{color:#fff;font-size:1rem;margin-bottom:1.5rem;font-weight:500}.newsletter-form-element{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#fff;margin:0}.form-label .required{color:#d32f2f}.form-input-group{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:Open Sans,system-ui,-apple-system,sans-serif;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#4dd0b4}.form-submit-btn{padding:.75rem 2rem;background-color:#00bcd4;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:700;font-family:Open Sans,system-ui,-apple-system,sans-serif;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.form-submit-btn:hover{background-color:#00a4b3}@media(max-width:992px){.elementor-row{flex-direction:column}.elementor-col-50{flex:0 0 100%;max-width:100%}.main-content-column{flex:0 0 100%;max-width:100%;padding-right:0}.sidebar-column{flex:0 0 100%;max-width:100%;position:static;max-height:none;order:-1}.blog-intro-section{margin-top:-100px;min-height:250px}.blog-content-section{padding-top:120px}.blog-intro-wrapper{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.newsletter-wrapper{grid-template-columns:1fr;gap:2rem}.newsletter-main-title{font-size:1.5rem}.gem-news-item-image img{width:100px;height:100px}}@media(max-width:768px){.blog-hero-section{min-height:300px;padding:2.5rem 0}.title-xlarge{font-size:2.8rem}.blog-intro-section{margin-top:-80px;min-height:200px}.blog-content-section{padding-top:100px}.blog-intro-wrapper{padding:1.5rem;gap:2rem}.article-section h2{font-size:1.3rem}.step-item{flex-direction:column}.case-study{padding:25px 20px}.blog-newsletter-section{padding:3rem 0}.newsletter-left{flex-direction:column;text-align:center;gap:1.5rem}.newsletter-icon img{width:70px;height:70px}.newsletter-main-title{font-size:1.75rem}.newsletter-title-small{font-size:.65rem}.gem-news-item-image img{width:80px;height:80px}.elementor-container{padding:0 10px}}@media(max-width:480px){.blog-hero-section{min-height:250px;padding:2rem 0}.title-xlarge{font-size:2.2rem}.blog-intro-section{margin-top:-60px;min-height:150px}.blog-content-section{padding-top:80px}.blog-intro-wrapper{padding:1.25rem 1rem;border-radius:0;gap:1.5rem}.article-section h2{font-size:1.4rem}.article-section h3{font-size:1.2rem}.gem-news-item-image img{width:60px;height:60px}.tiny-post-title a{font-size:.85rem}.post-item.with-separator{gap:10px}.elementor-row{gap:20px}}
