@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fafbfe;color:#000;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased}.glowing-blob-1,.glowing-blob-2,.glowing-blob-3{position:absolute;border-radius:50%;pointer-events:none;filter:blur(120px);z-index:0}.glowing-blob-1{top:-10%;left:-10%;width:500px;height:500px;background-color:#006b940d}.glowing-blob-2{bottom:20%;right:-10%;width:600px;height:600px;background-color:#f1a90e08}.glowing-blob-3{bottom:-10%;left:-10%;width:500px;height:500px;background-color:#006b9408}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:32px;animation:pulse 2s infinite}.section-badge.badge-rose{background-color:#f43f5e1a;border:1px solid rgba(244,63,94,.2);color:#fb7185}.section-badge.badge-violet{background-color:#7c3aed1a;border:1px solid rgba(124,58,237,.2);color:#a78bfa}.section-badge .badge-dot{width:8px;height:8px;border-radius:50%}.section-badge .badge-dot.dot-rose{background-color:#f43f5e}.section-badge .badge-dot.dot-violet{background-color:#7c3aed}.hero-banner-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-color:#fff}@media(max-width:991px){.hero-banner-wrapper{min-height:auto;justify-content:flex-start}}.hero-mobile-img-wrapper{display:none}@media(max-width:991px){.hero-mobile-img-wrapper{display:block;width:100%;margin-bottom:20px;overflow:hidden}.hero-mobile-img-wrapper .hero-mobile-img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}}.hero-section{flex:1;display:flex;align-items:center;position:relative;background-color:#fff;background-image:url(/build/assets/bannerFish-CHFJ3TaN.webp);background-repeat:no-repeat;background-position:right center;background-size:cover;padding:40px 0;overflow:hidden}@media(max-width:1200px){.hero-section{background-size:45%}}@media(max-width:991px){.hero-section{background-image:none;padding:0 0 24px;flex-direction:column;align-items:flex-start}}.hero-section .hero-content{max-width:600px;margin-top:100px}@media(max-width:991px){.hero-section .hero-content{max-width:100%;text-align:left;margin:0;padding:0}}.hero-section .hero-content .hero-title{font-family:Urbanist,sans-serif;font-size:58px;font-weight:500;line-height:1.1;color:#000;margin-bottom:20px}.hero-section .hero-content .hero-title .desktop-title{display:inline}@media(max-width:768px){.hero-section .hero-content .hero-title .desktop-title{display:none}}.hero-section .hero-content .hero-title .mobile-title{display:none}@media(max-width:768px){.hero-section .hero-content .hero-title .mobile-title{display:inline}}@media(min-width:1408px){.hero-section .hero-content .hero-title{font-size:58px}}@media(max-width:991px){.hero-section .hero-content .hero-title{font-size:30px;line-height:1.15;text-align:left;margin-bottom:12px}}@media(max-width:576px){.hero-section .hero-content .hero-title{font-size:32px;line-height:1.23;margin-bottom:10px}}.hero-section .hero-content .hero-title .text-primary-brand{color:#006b94}.hero-section .hero-content .hero-description{max-width:450px;font-size:16px;line-height:1.6;color:#484c57;margin-bottom:28px;font-weight:500}@media(max-width:991px){.hero-section .hero-content .hero-description{margin:0 0 18px;text-align:left;font-size:16px;line-height:1.45;max-width:100%;color:#484c57}}.hero-section .hero-content .hero-actions{display:flex}@media(max-width:991px){.hero-section .hero-content .hero-actions{justify-content:flex-start}}.hero-section .hero-content .hero-actions .btn-explore{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:60px;background:#006b94;color:#fff;text-decoration:none;font-weight:600;transition:.3s;font-size:16px}.hero-section .hero-content .hero-actions .btn-explore .arrow-icon{transition:.3s}.hero-section .hero-content .hero-actions .btn-explore:hover{transform:translateY(-3px)}.hero-section .hero-content .hero-actions .btn-explore:hover .arrow-icon{transform:translate(5px)}.hero-stats-divider{height:1px;width:100%;background-color:#00000014}.hero-stats-section{width:100%;padding:16px 0 24px;background-color:#fafbfe}@media(max-width:768px){.hero-stats-section{padding:10px 0 16px}}.hero-stats-section .stats-wrapper{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000f;border:1px solid rgba(0,0,0,.05);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}@media(max-width:576px){.hero-stats-section .stats-wrapper{border-radius:14px}}.hero-stats-section .stat-item{display:flex;align-items:center;gap:16px;padding:20px;position:relative}@media(max-width:991px){.hero-stats-section .stat-item{padding:14px 8px;gap:8px}}@media(max-width:640px){.hero-stats-section .stat-item{flex-direction:column;justify-content:center;text-align:center;padding:10px 4px;gap:4px}}.hero-stats-section .stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:16px;bottom:16px;width:1px;background:#e3e3e3}@media(max-width:640px){.hero-stats-section .stat-item:not(:last-child):after{top:8px;bottom:8px}}.hero-stats-section .stat-item .stat-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:991px){.hero-stats-section .stat-item .stat-icon{width:32px;height:32px}}@media(max-width:640px){.hero-stats-section .stat-item .stat-icon{width:26px;height:26px}}.hero-stats-section .stat-item .stat-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero-stats-section .stat-item .stat-content h3{margin:0;color:#006b94;font-size:30px;font-weight:600;line-height:1.1}@media(max-width:991px){.hero-stats-section .stat-item .stat-content h3{font-size:22px}}@media(max-width:640px){.hero-stats-section .stat-item .stat-content h3{font-size:16px;font-weight:700}}@media(max-width:380px){.hero-stats-section .stat-item .stat-content h3{font-size:14px}}.hero-stats-section .stat-item .stat-content span{margin-top:4px;display:block;font-size:13px;font-weight:500;color:#484c57;line-height:1.2}@media(max-width:991px){.hero-stats-section .stat-item .stat-content span{font-size:12px}}@media(max-width:640px){.hero-stats-section .stat-item .stat-content span{font-size:10px;line-height:1.15;margin-top:2px}}@media(max-width:380px){.hero-stats-section .stat-item .stat-content span{font-size:9px}}.home-about-section{width:100%;padding:60px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:991px){.home-about-section{padding:40px 0}}@media(max-width:540px){.home-about-section{padding:20px 0}}.home-about-section .about-grid{display:flex;flex-direction:column;gap:36px;align-items:center}@media(min-width:992px){.home-about-section .about-grid{flex-direction:row;justify-content:space-between;align-items:stretch;gap:32px}}@media(min-width:1200px){.home-about-section .about-grid{gap:48px}}.home-about-section .about-left{flex:1.1;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.home-about-section .about-left .about-badge{display:inline-flex;align-items:center;gap:8px;color:#066a90;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:16px;font-family:var(--font-manrope)}@media(min-width:768px){.home-about-section .about-left .about-badge{font-size:16px;margin-bottom:24px}}.home-about-section .about-left .about-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}.home-about-section .about-left .about-title{font-family:Urbanist,sans-serif;font-size:24px;font-weight:500;line-height:1.25;color:#000;margin-bottom:16px}@media(min-width:1068px){.home-about-section .about-left .about-title{font-size:32px;margin-bottom:24px}}@media(max-width:576px){.home-about-section .about-left .about-title{font-size:20px}}.home-about-section .about-left .about-description{font-size:15px;line-height:1.6;color:#484c57;margin-bottom:24px;font-weight:500}@media(min-width:768px){.home-about-section .about-left .about-description{font-size:16px;margin-bottom:32px}}.home-about-section .about-left .btn-about-more{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:1px solid #066a90;border-radius:9999px;color:#006b94;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease}@media(min-width:768px){.home-about-section .about-left .btn-about-more{font-size:16px}}.home-about-section .about-left .btn-about-more .arrow-icon{transition:transform .3s ease}.home-about-section .about-left .btn-about-more:hover{background-color:#006b94;color:#fff;box-shadow:0 4px 12px #006b9433}.home-about-section .about-left .btn-about-more:hover .arrow-icon{transform:translate(4px)}.home-about-section .about-center{flex:1;width:100%;display:flex;justify-content:center;align-items:center}.home-about-section .about-center .about-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000014;width:100%;max-width:480px;height:280px}@media(min-width:576px){.home-about-section .about-center .about-image-wrapper{height:320px}}@media(min-width:992px){.home-about-section .about-center .about-image-wrapper{max-width:420px;height:100%;min-height:331px;border-radius:24px}}.home-about-section .about-center .about-image-wrapper .about-center-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.home-about-section .about-center .about-image-wrapper .about-center-img:hover{transform:scale(1.03)}.home-about-section .about-right{flex:1.1;width:100%;display:flex;flex-direction:column;align-items:flex-start}.home-about-section .about-right .group-title{font-size:16px;font-weight:600;color:#066a90;margin-bottom:20px;font-family:Urbanist,sans-serif}.home-about-section .about-right .group-cards-stack{display:flex;flex-direction:column;gap:16px;width:100%}@media(min-width:768px){.home-about-section .about-right .group-cards-stack{gap:20px}}.home-about-section .about-right .group-card{background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:18px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 24px #0000000f;transition:all .3s ease}@media(min-width:768px){.home-about-section .about-right .group-card{padding:24px;gap:20px}}.home-about-section .about-right .group-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #006b941a;border-color:#006b9426}.home-about-section .about-right .group-card .group-card-logo{flex-shrink:0;width:60px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}@media(min-width:768px){.home-about-section .about-right .group-card .group-card-logo{width:71px;height:60px}}.home-about-section .about-right .group-card .group-card-logo img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.home-about-section .about-right .group-card .group-card-content{display:flex;flex-direction:column;gap:6px}.home-about-section .about-right .group-card .group-card-content h4{font-size:14px;font-weight:600;color:#000;font-family:Manrope,sans-serif}.home-about-section .about-right .group-card .group-card-content p{font-size:12px;line-height:1.55;font-weight:500;color:#484c57}.category-value-bg-wrapper{width:100%;background-image:url(/build/assets/bgimage-J9bsXMm4.png);background-size:cover;background-position:top center;background-repeat:no-repeat;position:relative;z-index:1}.event-contact-bg-wrapper{width:100%;background-image:url(/build/assets/bgimage-J9bsXMm4.png);background-size:cover;background-position:top center;background-repeat:no-repeat;position:relative;z-index:1}.home-category-section{width:100%;padding:50px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:768px){.home-category-section{padding:30px 0}}.home-category-section .category-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:40px;width:100%;gap:16px}@media(max-width:576px){.home-category-section .category-header{margin-bottom:24px;gap:10px;align-items:flex-end}}.home-category-section .category-header .header-left{display:flex;flex-direction:column;align-items:flex-start;max-width:600px;flex:1;min-width:0}.home-category-section .category-header .header-left .category-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:15px;font-weight:600;letter-spacing:.5px;margin-bottom:12px}@media(max-width:576px){.home-category-section .category-header .header-left .category-badge{font-size:12px;margin-bottom:6px;gap:6px}}.home-category-section .category-header .header-left .category-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.home-category-section .category-header .header-left .category-badge .badge-icon{width:16px;height:13px}}.home-category-section .category-header .header-left .category-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;font-family:Urbanist,sans-serif}@media(max-width:991px){.home-category-section .category-header .header-left .category-title{font-size:26px}}@media(max-width:576px){.home-category-section .category-header .header-left .category-title{font-size:18px;line-height:1.25}}@media(max-width:380px){.home-category-section .category-header .header-left .category-title{font-size:15px}}.home-category-section .category-header .header-right{flex-shrink:0}.home-category-section .category-header .header-right .btn-all-categories{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:1px solid #066a90;border-radius:9999px;color:#006b94;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;white-space:nowrap}@media(max-width:576px){.home-category-section .category-header .header-right .btn-all-categories{padding:8px 14px;font-size:12px;gap:5px}}.home-category-section .category-header .header-right .btn-all-categories .arrow-icon{transition:transform .3s ease}@media(max-width:576px){.home-category-section .category-header .header-right .btn-all-categories .arrow-icon{width:14px;height:14px}}.home-category-section .category-header .header-right .btn-all-categories:hover{background-color:#006b94;color:#fff;box-shadow:0 4px 12px #006b9433}.home-category-section .category-header .header-right .btn-all-categories:hover .arrow-icon{transform:translate(4px)}.home-category-section .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}@media(max-width:991px){.home-category-section .category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-category-section .category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:12px;margin:0 -15px;padding-left:15px;padding-right:15px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-category-section .category-grid::-webkit-scrollbar{display:none}}.home-category-section .category-carousel-dots{display:none}@media(max-width:768px){.home-category-section .category-carousel-dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:16px}.home-category-section .category-carousel-dots .dot{width:12px;height:4px;border-radius:9999px;background-color:#cbd5e1;transition:all .3s ease;cursor:pointer}.home-category-section .category-carousel-dots .dot.active{width:24px;background-color:#006b94}}.home-category-section .category-card{background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:0;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000008;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}@media(max-width:768px){.home-category-section .category-card{flex:0 0 75%;max-width:275px;scroll-snap-align:start;border-radius:20px}}@media(max-width:480px){.home-category-section .category-card{flex:0 0 75%;max-width:260px}}.home-category-section .category-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #006b9414;border-color:#006b941a}.home-category-section .category-card:hover .card-image-wrapper .card-img{transform:scale(1.05)}.home-category-section .category-card:hover .card-action{background-color:#006b94;color:#fff}.home-category-section .category-card:hover .card-action .card-arrow{transform:translate(2px)}.home-category-section .category-card .card-image-wrapper{width:100%;height:254px;border-radius:0;overflow:hidden;margin-bottom:0}.home-category-section .category-card .card-image-wrapper .card-img{width:100%;height:254px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.home-category-section .category-card .card-content{display:flex;flex-direction:column;position:relative;padding:18px 20px 20px}@media(max-width:768px){.home-category-section .category-card .card-content{padding:16px 18px 18px}}.home-category-section .category-card .card-content .card-title{font-size:22px;font-weight:700;color:#000;margin-bottom:8px;font-family:Urbanist,sans-serif}@media(max-width:768px){.home-category-section .category-card .card-content .card-title{font-size:20px;margin-bottom:6px}}.home-category-section .category-card .card-content .card-description{font-size:13px;line-height:1.5;color:#484c57;margin-bottom:15px;font-weight:500;min-height:58px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media(max-width:768px){.home-category-section .category-card .card-content .card-description{font-size:12px;line-height:1.45;min-height:auto;margin-bottom:6px;padding-right:32px;-webkit-line-clamp:2}}.home-category-section .category-card .card-content .card-action{position:absolute;right:18px;bottom:18px;width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;color:#006b94;transition:all .3s ease;background-color:#f1f6fa}.home-category-section .category-card .card-content .card-action .card-arrow{transition:transform .3s ease}.home-value-section{width:100%;padding:50px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:768px){.home-value-section{padding:30px 0}}.home-value-section .value-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:40px;width:100%}@media(max-width:768px){.home-value-section .value-header{margin-bottom:24px}}@media(max-width:540px){.home-value-section .value-header{max-width:300px}}.home-value-section .value-header .value-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:15px;font-weight:600;letter-spacing:.5px;margin-bottom:12px}@media(max-width:576px){.home-value-section .value-header .value-badge{font-size:13px;margin-bottom:6px;gap:6px}}.home-value-section .value-header .value-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.home-value-section .value-header .value-badge .badge-icon{width:16px;height:13px}}.home-value-section .value-header .value-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;font-family:Urbanist,sans-serif}@media(max-width:991px){.home-value-section .value-header .value-title{font-size:26px}}@media(max-width:576px){.home-value-section .value-header .value-title{font-size:20px;line-height:1.25}}@media(max-width:380px){.home-value-section .value-header .value-title{font-size:17px}}.home-value-section .value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}@media(min-width:768px){.home-value-section .value-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1200px){.home-value-section .value-grid{grid-template-columns:repeat(6,1fr);gap:16px}}.home-value-section .value-card{background-color:#fff;border:1px solid #eaeaea;border-radius:24px;padding:20px 14px;min-height:180px;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 20px #00000005;transition:all .3s ease}@media(max-width:768px){.home-value-section .value-card{border-radius:20px;padding:16px 10px;min-height:auto}}.home-value-section .value-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #006b9414;border-color:#006b941a}.home-value-section .value-card:hover .value-icon-wrapper{background-color:#006b94;color:#fff;border-color:#006b94}.home-value-section .value-card:hover .value-icon-wrapper .value-icon{transform:scale(1.05)}.home-value-section .value-card .value-icon-wrapper{width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,107,148,.12);background-color:#006b940d;color:#006b94;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:14px;transition:all .3s ease}@media(max-width:768px){.home-value-section .value-card .value-icon-wrapper{width:38px;height:38px;margin-bottom:10px}}.home-value-section .value-card .value-icon-wrapper .value-icon{width:22px;height:22px;transition:transform .3s ease}@media(max-width:768px){.home-value-section .value-card .value-icon-wrapper .value-icon{width:18px;height:18px}}.home-value-section .value-card .card-title{font-size:15px;font-weight:600;color:#000;margin-bottom:6px;font-family:Urbanist,sans-serif;display:flex;align-items:center;justify-content:center;line-height:1.25}@media(max-width:768px){.home-value-section .value-card .card-title{font-size:13px;margin-bottom:0}}.home-value-section .value-card .card-description{font-size:12px;line-height:1.5;font-weight:500;color:#484c57}@media(max-width:768px){.home-value-section .value-card .card-description{display:none}}.home-careers-section{width:100%;padding:50px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:768px){.home-careers-section{padding:30px 0}}.home-careers-section .careers-grid{display:flex;flex-direction:column;gap:24px;align-items:center}@media(min-width:768px){.home-careers-section .careers-grid{flex-direction:row;justify-content:space-between;gap:48px}}.home-careers-section .careers-left{flex:1;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.home-careers-section .careers-left .careers-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:24px}@media(max-width:576px){.home-careers-section .careers-left .careers-badge{font-size:13px;margin-bottom:10px;gap:6px}}.home-careers-section .careers-left .careers-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.home-careers-section .careers-left .careers-badge .badge-icon{width:16px;height:13px}}.home-careers-section .careers-left .careers-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;margin-bottom:24px;font-family:Urbanist,sans-serif}@media(max-width:991px){.home-careers-section .careers-left .careers-title{font-size:26px;margin-bottom:16px}}@media(max-width:576px){.home-careers-section .careers-left .careers-title{font-size:20px;margin-bottom:12px}}.home-careers-section .careers-left .careers-description{font-size:16px;line-height:1.6;color:#484c57;font-weight:500;margin-bottom:32px;max-width:480px}@media(max-width:768px){.home-careers-section .careers-left .careers-description{font-size:14px;line-height:1.5;margin-bottom:20px;max-width:100%}}@media(max-width:576px){.home-careers-section .careers-left .careers-description{font-size:14px;margin-bottom:16px}}.home-careers-section .careers-left .btn-careers-join{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:1px solid #006b94;border-radius:9999px;color:#006b94;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease}@media(max-width:576px){.home-careers-section .careers-left .btn-careers-join{padding:10px 22px;font-size:14px}}.home-careers-section .careers-left .btn-careers-join .arrow-icon{transition:transform .3s ease}.home-careers-section .careers-left .btn-careers-join:hover{background-color:#006b94;color:#fff;box-shadow:0 4px 12px #006b9433}.home-careers-section .careers-left .btn-careers-join:hover .arrow-icon{transform:translate(4px)}.home-careers-section .careers-right{flex:1.5;width:100%;display:flex;justify-content:center;align-items:center}.home-careers-section .careers-right .careers-image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #00000014;width:100%;max-width:100%;height:293px}@media(max-width:768px){.home-careers-section .careers-right .careers-image-wrapper{height:220px;border-radius:16px}}@media(max-width:576px){.home-careers-section .careers-right .careers-image-wrapper{height:190px;border-radius:14px}}.home-careers-section .careers-right .careers-image-wrapper .careers-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.home-careers-section .careers-right .careers-image-wrapper .careers-img:hover{transform:scale(1.02)}.home-full-width-image-section{width:100%;margin:50px 0;overflow:hidden}.home-full-width-image-section .home-full-width-img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.home-events-section{width:100%;padding:50px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:768px){.home-events-section{padding:30px 0}}.home-events-section .events-layout{display:flex;flex-direction:column;gap:24px;align-items:center}@media(min-width:992px){.home-events-section .events-layout{flex-direction:row;align-items:center;gap:48px}}.home-events-section .events-left{flex:1;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}@media(min-width:992px){.home-events-section .events-left{max-width:380px}}.home-events-section .events-left .events-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:24px}@media(max-width:576px){.home-events-section .events-left .events-badge{font-size:13px;margin-bottom:10px;gap:6px}}.home-events-section .events-left .events-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.home-events-section .events-left .events-badge .badge-icon{width:16px;height:13px}}.home-events-section .events-left .events-header-row{display:flex;flex-direction:column;align-items:flex-start;width:100%}@media(max-width:768px){.home-events-section .events-left .events-header-row{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}}.home-events-section .events-left .events-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;margin-bottom:32px;font-family:Urbanist,sans-serif}@media(max-width:991px){.home-events-section .events-left .events-title{font-size:26px;margin-bottom:16px}}@media(max-width:768px){.home-events-section .events-left .events-title{font-size:22px;margin-bottom:0;flex:1}}@media(max-width:576px){.home-events-section .events-left .events-title{font-size:20px;margin-bottom:0}}.home-events-section .events-left .btn-events-view{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:1px solid #006b94;border-radius:9999px;color:#006b94;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.home-events-section .events-left .btn-events-view{padding:8px 16px;font-size:13px;flex-shrink:0;white-space:nowrap}}@media(max-width:480px){.home-events-section .events-left .btn-events-view{padding:6px 14px;font-size:12px}}.home-events-section .events-left .btn-events-view .arrow-icon{transition:transform .3s ease}.home-events-section .events-left .btn-events-view:hover{background-color:#006b94;color:#fff;box-shadow:0 4px 12px #006b9433}.home-events-section .events-left .btn-events-view:hover .arrow-icon{transform:translate(4px)}.home-events-section .events-right{flex:2.8;width:100%}.home-events-section .events-right .events-wrapper-card{background-color:#f8fafc;border-radius:28px;padding:32px;border:1px solid rgba(0,0,0,.03)}@media(max-width:768px){.home-events-section .events-right .events-wrapper-card{padding:16px;border-radius:20px}}@media(max-width:576px){.home-events-section .events-right .events-wrapper-card{padding:12px;border-radius:16px}}.home-events-section .events-right .events-cards-grid{display:grid;grid-template-columns:1fr;gap:16px;width:100%}@media(min-width:576px){.home-events-section .events-right .events-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.home-events-section .events-right .events-cards-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.home-events-section .events-right .events-cards-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-events-section .events-right .events-cards-grid::-webkit-scrollbar{display:none}}.home-events-section .events-right .event-card{background-color:#fff;border-radius:20px;padding:0;display:flex;flex-direction:column;box-shadow:0 4px 16px #00000005;transition:all .3s ease;border:1px solid rgba(0,0,0,.03);overflow:hidden}@media(max-width:768px){.home-events-section .events-right .event-card{flex:0 0 100%;max-width:100%;scroll-snap-align:start;border-radius:18px}}.home-events-section .events-right .event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #006b9414}.home-events-section .events-right .event-card:hover .event-image-wrapper .event-img{transform:scale(1.04)}.home-events-section .events-right .event-card .event-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none}@media(max-width:768px){.home-events-section .events-right .event-card .event-card-link{flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}}.home-events-section .events-right .event-card .event-image-wrapper{width:100%;aspect-ratio:16/10;border-radius:0;overflow:hidden;margin-bottom:0}@media(max-width:768px){.home-events-section .events-right .event-card .event-image-wrapper{flex:0 0 145px;width:145px;height:100px;aspect-ratio:unset;border-radius:14px;margin:0}}@media(max-width:480px){.home-events-section .events-right .event-card .event-image-wrapper{flex:0 0 130px;width:130px;height:92px}}.home-events-section .events-right .event-card .event-image-wrapper .event-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.home-events-section .events-right .event-card .event-card-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:14px}@media(max-width:768px){.home-events-section .events-right .event-card .event-card-content{padding:0;flex:1}}.home-events-section .events-right .event-card .event-card-content .event-date{font-size:22px;font-weight:600;color:#000;margin-bottom:6px;letter-spacing:.2px}.home-events-section .events-right .event-card .event-card-content .event-date .event-date-desktop{display:inline-block}@media(max-width:768px){.home-events-section .events-right .event-card .event-card-content .event-date .event-date-desktop{display:none}}.home-events-section .events-right .event-card .event-card-content .event-date .event-date-mobile{display:none}@media(max-width:768px){.home-events-section .events-right .event-card .event-card-content .event-date .event-date-mobile{display:flex;align-items:baseline;gap:6px}}.home-events-section .events-right .event-card .event-card-content .event-date .event-date-mobile .event-date-day{font-size:24px;font-weight:700;color:#000;line-height:1}@media(max-width:576px){.home-events-section .events-right .event-card .event-card-content .event-date .event-date-mobile .event-date-day{font-size:22px}}.home-events-section .events-right .event-card .event-card-content .event-date .event-date-mobile .event-date-month-year{font-size:13px;font-weight:600;color:#333;letter-spacing:.5px}@media(max-width:576px){.home-events-section .events-right .event-card .event-card-content .event-date .event-date-mobile .event-date-month-year{font-size:12px}}.home-events-section .events-right .event-card .event-card-content .event-card-title{font-size:16px;font-weight:600;color:#484c57;line-height:1.4;margin-bottom:12px}@media(max-width:768px){.home-events-section .events-right .event-card .event-card-content .event-card-title{color:#000;line-height:1.35;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media(max-width:576px){.home-events-section .events-right .event-card .event-card-content .event-card-title{font-size:14px;margin-bottom:4px}}.home-events-section .events-right .event-card .event-card-content .event-location{font-size:12px;font-weight:500;color:#484c57}@media(max-width:768px){.home-events-section .events-right .event-card .event-card-content .event-location{font-size:13px;color:#64748b}}@media(max-width:576px){.home-events-section .events-right .event-card .event-card-content .event-location{font-size:12px}}.home-events-section .events-right .events-carousel-dots{display:none}@media(max-width:768px){.home-events-section .events-right .events-carousel-dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:16px}.home-events-section .events-right .events-carousel-dots .dot{width:12px;height:4px;border-radius:9999px;background-color:#cbd5e1;transition:all .3s ease;cursor:pointer}.home-events-section .events-right .events-carousel-dots .dot.active{width:24px;background-color:#006b94}}.home-contact-section{width:100%;padding:50px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:768px){.home-contact-section{padding:30px 0}}.home-contact-section .contact-main-grid{display:flex;flex-direction:column;gap:28px}@media(min-width:992px){.home-contact-section .contact-main-grid{flex-direction:row;align-items:flex-start;gap:48px}}.home-contact-section .contact-left-col{flex:1.5;width:100%;display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.home-contact-section .contact-left-col{gap:36px}}.home-contact-section .contact-left-col .contact-header{display:flex;flex-direction:column;align-items:flex-start;max-width:580px}.home-contact-section .contact-left-col .contact-header .contact-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}@media(max-width:576px){.home-contact-section .contact-left-col .contact-header .contact-badge{font-size:13px;margin-bottom:10px;gap:6px}}.home-contact-section .contact-left-col .contact-header .contact-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.home-contact-section .contact-left-col .contact-header .contact-badge .badge-icon{width:16px;height:13px}}.home-contact-section .contact-left-col .contact-header .contact-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;margin-bottom:16px;font-family:Urbanist,sans-serif}@media(max-width:991px){.home-contact-section .contact-left-col .contact-header .contact-title{font-size:26px;margin-bottom:12px}}@media(max-width:576px){.home-contact-section .contact-left-col .contact-header .contact-title{font-size:20px;margin-bottom:10px}}.home-contact-section .contact-left-col .contact-header .contact-description{font-size:16px;line-height:1.7;font-weight:500;color:#484c57}@media(max-width:768px){.home-contact-section .contact-left-col .contact-header .contact-description{font-size:14px;line-height:1.5}}.home-contact-section .contact-left-col .contact-info-row{width:100%;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.home-contact-section .contact-left-col .contact-info-row{flex-direction:row;align-items:center;gap:36px}}.home-contact-section .contact-left-col .contact-info-row .contact-map-wrapper{width:468px;max-width:100%;height:253px;flex-shrink:0;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000008}@media(max-width:768px){.home-contact-section .contact-left-col .contact-info-row .contact-map-wrapper{width:100%;height:200px;border-radius:16px}}@media(max-width:576px){.home-contact-section .contact-left-col .contact-info-row .contact-map-wrapper{height:180px;border-radius:14px}}.home-contact-section .contact-left-col .contact-info-row .contact-map-wrapper .contact-map-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-contact-section .contact-left-col .contact-info-row .contact-details-list{flex:1;display:flex;flex-direction:column;gap:20px}@media(max-width:576px){.home-contact-section .contact-left-col .contact-info-row .contact-details-list{gap:14px}}.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item{display:flex;align-items:flex-start;gap:12px}.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-icon-box{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#006b94;margin-top:2px}.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-text{display:flex;flex-direction:column;font-size:14px;line-height:1.5;color:#484c57}@media(max-width:576px){.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-text{font-size:14px}}.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-text strong{font-weight:600;color:#000;font-size:15px}@media(max-width:576px){.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-text strong{font-size:14px}}.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-text a{color:#484c57;text-decoration:none;transition:color .3s ease}.home-contact-section .contact-left-col .contact-info-row .contact-details-list .detail-item .detail-text a:hover{color:#006b94}.home-contact-section .contact-form-col{flex:1;width:100%}.home-contact-section .contact-form-col .contact-form{display:flex;flex-direction:column;gap:16px}@media(max-width:576px){.home-contact-section .contact-form-col .contact-form{gap:12px}}.home-contact-section .contact-form-col .contact-form .form-group{width:100%}.home-contact-section .contact-form-col .contact-form .form-input,.home-contact-section .contact-form-col .contact-form .form-textarea{width:100%;padding:16px 20px;border:1px solid #e2e8f0;border-radius:14px;background-color:#fff;font-size:14px;color:#000;font-family:Manrope,sans-serif;outline:none;transition:all .3s ease}@media(max-width:576px){.home-contact-section .contact-form-col .contact-form .form-input,.home-contact-section .contact-form-col .contact-form .form-textarea{padding:12px 16px;font-size:13px;border-radius:10px}}.home-contact-section .contact-form-col .contact-form .form-input::-moz-placeholder,.home-contact-section .contact-form-col .contact-form .form-textarea::-moz-placeholder{color:#a0aec0}.home-contact-section .contact-form-col .contact-form .form-input::placeholder,.home-contact-section .contact-form-col .contact-form .form-textarea::placeholder{color:#a0aec0}.home-contact-section .contact-form-col .contact-form .form-input:focus,.home-contact-section .contact-form-col .contact-form .form-textarea:focus{border-color:#006b94;box-shadow:0 0 0 3px #006b941a}.home-contact-section .contact-form-col .contact-form .form-textarea{min-height:160px;resize:vertical}@media(max-width:576px){.home-contact-section .contact-form-col .contact-form .form-textarea{min-height:120px}}.home-contact-section .contact-form-col .contact-form .btn-contact-submit{width:100%;padding:16px;background-color:#006b94;color:#fff;border:none;border-radius:9999px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:8px}@media(max-width:576px){.home-contact-section .contact-form-col .contact-form .btn-contact-submit{padding:12px;font-size:18px}}.home-contact-section .contact-form-col .contact-form .btn-contact-submit:hover{background-color:#00597b;box-shadow:0 6px 20px #006b9440;transform:translateY(-2px)}.site-footer{background-color:#f1f6fa;padding:64px 0 32px;width:100%;color:#484c57;font-family:Manrope,sans-serif}.site-footer .footer-top{display:flex;flex-direction:column;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(0,0,0,.06)}@media(min-width:992px){.site-footer .footer-top{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.8fr;gap:48px}}.site-footer .footer-col-brand{display:flex;flex-direction:column;align-items:flex-start;max-width:440px}.site-footer .footer-col-brand .footer-logo{display:flex;align-items:center;margin-bottom:20px}.site-footer .footer-col-brand .footer-logo .footer-logo-img{height:48px;width:auto;-o-object-fit:contain;object-fit:contain;display:block}.site-footer .footer-col-brand .footer-description{font-size:13.5px;line-height:1.65;color:#484c57;margin-bottom:24px}.site-footer .footer-col-brand .footer-socials{display:flex;align-items:center;gap:12px}.site-footer .footer-col-brand .footer-socials .social-icon{width:32px;height:32px;border-radius:6px;border:1px solid rgba(0,107,148,.3);display:flex;align-items:center;justify-content:center;color:#006b94;transition:all .3s ease;text-decoration:none}.site-footer .footer-col-brand .footer-socials .social-icon:hover{background-color:#006b94;color:#fff;border-color:#006b94}.site-footer .footer-heading{font-size:18px;font-weight:700;color:#006b94;margin-bottom:24px;font-family:Urbanist,sans-serif}.site-footer .footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.site-footer .footer-links li a{font-size:14px;color:#484c57;text-decoration:none;transition:color .3s ease}.site-footer .footer-links li a:hover{color:#006b94}.site-footer .footer-col-subscribe{display:flex;flex-direction:column}.site-footer .footer-col-subscribe .subscribe-text{font-size:13.5px;line-height:1.6;color:#484c57;margin-bottom:20px}@media(max-width:576px){.site-footer .footer-col-subscribe .subscribe-text{font-size:14px;margin-bottom:16px}}.site-footer .footer-col-subscribe .footer-subscribe-form{width:100%}.site-footer .footer-col-subscribe .subscribe-group{display:flex;align-items:center;gap:10px;width:100%}@media(max-width:576px){.site-footer .footer-col-subscribe .subscribe-group{flex-direction:column;align-items:stretch;gap:12px}}.site-footer .footer-col-subscribe .subscribe-input{flex:1;width:100%;padding:14px 20px;border-radius:9999px;border:1px solid #e2e8f0;background-color:#fff;font-size:14px;color:#000;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.site-footer .footer-col-subscribe .subscribe-input::-moz-placeholder{color:#94a3b8}.site-footer .footer-col-subscribe .subscribe-input::placeholder{color:#94a3b8}.site-footer .footer-col-subscribe .subscribe-input:focus{border-color:#006b94;box-shadow:0 0 0 3px #006b941a}.site-footer .footer-col-subscribe .btn-subscribe{padding:14px 28px;background-color:#006b94;color:#fff;border:none;border-radius:9999px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}@media(max-width:576px){.site-footer .footer-col-subscribe .btn-subscribe{width:100%;text-align:center;display:flex;justify-content:center;align-items:center}}.site-footer .footer-col-subscribe .btn-subscribe:hover{background-color:#00597b;box-shadow:0 4px 12px #006b9440}.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;color:#718096}.site-footer .footer-bottom .esight-brand{font-weight:700;color:#1a202c}.site-footer .footer-bottom .esight-brand .e-symbol{color:#e53e3e;font-weight:800}.about-banner-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative}@media(max-width:991px){.about-banner-wrapper{min-height:auto;justify-content:flex-start}}.about-mobile-img-wrapper{display:none}@media(max-width:991px){.about-mobile-img-wrapper{display:block;width:100%;margin-bottom:20px;overflow:hidden}.about-mobile-img-wrapper .about-mobile-img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}}.about-section{flex:1;display:flex;align-items:center;position:relative;background-color:#fff;background-image:url(/build/assets/aboutBanner-CV_MFKgU.webp);background-repeat:no-repeat;background-position:right center;background-size:cover;padding:40px 0;overflow:hidden}@media(max-width:1200px){.about-section{background-size:45%}}@media(max-width:991px){.about-section{background-image:none;padding:0 0 24px;flex-direction:column;align-items:flex-start}}.about-section .about-content{max-width:600px;margin-top:100px}@media(max-width:991px){.about-section .about-content{max-width:100%;text-align:left;margin:0;padding:0}}.about-section .about-content .about-title{font-family:Urbanist,sans-serif;font-size:58px;font-weight:500;line-height:1.1;color:#000;margin-bottom:20px}@media(min-width:1408px){.about-section .about-content .about-title{font-size:58px}}@media(max-width:991px){.about-section .about-content .about-title{font-size:30px;line-height:1.18;text-align:left;margin-bottom:12px}}@media(max-width:576px){.about-section .about-content .about-title{font-size:32px;line-height:1.23;margin-bottom:10px}}.about-section .about-content .about-title .desktop-only{display:none}@media(min-width:768px){.about-section .about-content .about-title .desktop-only{display:inline}}.about-section .about-content .about-title .text-primary-brand{color:#006b94}.about-section .about-content .about-description{max-width:450px;font-size:16px;line-height:1.6;color:#484c57;margin-bottom:28px;font-weight:500}@media(max-width:991px){.about-section .about-content .about-description{margin:0 0 18px;text-align:left;font-size:16px;line-height:1.45;max-width:100%;color:#484c57}}.about-section .about-content .about-actions{display:flex}@media(max-width:991px){.about-section .about-content .about-actions{justify-content:center}}.about-section .about-content .about-actions .btn-explore{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:60px;background:#006b94;color:#fff;text-decoration:none;font-weight:600;transition:.3s;font-size:16px}.about-section .about-content .about-actions .btn-explore .arrow-icon{transition:.3s}.about-section .about-content .about-actions .btn-explore:hover{transform:translateY(-3px)}.about-section .about-content .about-actions .btn-explore:hover .arrow-icon{transform:translate(5px)}.about-overview-section{width:100%;padding:50px 0;position:relative;z-index:5}@media(max-width:768px){.about-overview-section{padding:30px 0}}.about-overview-section .overview-header{margin-bottom:50px}@media(max-width:768px){.about-overview-section .overview-header{margin-bottom:24px}}.about-overview-section .overview-header .overview-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;font-family:Manrope,sans-serif}@media(max-width:576px){.about-overview-section .overview-header .overview-badge{font-size:13px;margin-bottom:8px;gap:6px}}.about-overview-section .overview-header .overview-badge .badge-icon{color:#006b94}@media(max-width:576px){.about-overview-section .overview-header .overview-badge .badge-icon{width:16px;height:13px}}.about-overview-section .overview-header .overview-title{font-size:36px;font-weight:500;color:#000;font-family:Urbanist,sans-serif;line-height:1.2}@media(max-width:768px){.about-overview-section .overview-header .overview-title{font-size:24px}}@media(max-width:576px){.about-overview-section .overview-header .overview-title{font-size:20px}}.about-overview-section .overview-grid-container{position:relative;width:100%}.about-overview-section .overview-center-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:318px;height:318px;border-radius:50%;background-color:#fff;border:1px solid #bce2f0;box-shadow:0 10px 30px #006b9414;z-index:10;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;pointer-events:none}.about-overview-section .overview-center-circle span{font-family:Urbanist,sans-serif;font-size:32px;font-weight:500;line-height:1.35;color:#000}@media(max-width:768px){.about-overview-section .overview-center-circle span{font-size:20px}}@media(max-width:576px){.about-overview-section .overview-center-circle span{font-size:18px}}@media(max-width:991px){.about-overview-section .overview-center-circle{display:none}}.about-overview-section .overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;width:100%}@media(max-width:991px){.about-overview-section .overview-grid{grid-template-columns:1fr;gap:16px}}.about-overview-section .overview-card{background-color:#fff;border:1px solid #e3f2f8;border-radius:28px;padding:48px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}@media(max-width:768px){.about-overview-section .overview-card{border-radius:20px;padding:28px 20px}}@media(max-width:576px){.about-overview-section .overview-card{border-radius:16px;padding:20px 16px}}.about-overview-section .overview-card:hover{border-color:#006b9440;box-shadow:0 12px 32px #006b940f;transform:translateY(-2px)}.about-overview-section .overview-card .icon-box{width:56px;height:56px;border-radius:50%;background-color:#ebf7fb;display:flex;align-items:center;justify-content:center;color:#006b94;margin-bottom:20px}@media(max-width:768px){.about-overview-section .overview-card .icon-box{width:44px;height:44px;margin-bottom:12px}.about-overview-section .overview-card .icon-box svg{width:20px;height:20px}}.about-overview-section .overview-card .card-title{font-family:Urbanist,sans-serif;font-size:32px;font-weight:500;color:#000;margin-bottom:16px}@media(max-width:768px){.about-overview-section .overview-card .card-title{font-size:22px;margin-bottom:10px}}@media(max-width:576px){.about-overview-section .overview-card .card-title{font-size:20px;margin-bottom:8px}}.about-overview-section .overview-card .card-text{font-family:Manrope,sans-serif;font-size:20px;line-height:1.5;font-weight:500;color:#484c57;max-width:450px;margin:0 auto}@media(max-width:768px){.about-overview-section .overview-card .card-text{font-size:15px;line-height:1.45}}@media(max-width:576px){.about-overview-section .overview-card .card-text{font-size:14px}}.about-overview-section .overview-card .principles-container{display:inline-flex;flex-direction:column;align-items:flex-start;text-align:left}.about-overview-section .overview-card .principles-container .card-title{text-align:left;margin-bottom:16px}@media(max-width:768px){.about-overview-section .overview-card .principles-container .card-title{margin-bottom:10px}}.about-overview-section .overview-card .principles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;text-align:left}@media(max-width:576px){.about-overview-section .overview-card .principles-list{gap:8px}}.about-overview-section .overview-card .principles-list li{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:20px;font-weight:500;color:#484c57}@media(max-width:768px){.about-overview-section .overview-card .principles-list li{font-size:15px;gap:8px}}@media(max-width:576px){.about-overview-section .overview-card .principles-list li{font-size:14px}}.about-overview-section .overview-card .principles-list li .check-icon{color:#484c57;flex-shrink:0}@media(max-width:576px){.about-overview-section .overview-card .principles-list li .check-icon{width:14px;height:14px}}.about-team-section{width:100%;padding:50px 0;background-color:#fff;position:relative;z-index:5}.about-team-section .team-header{margin-bottom:48px}.about-team-section .team-header .team-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;font-family:Manrope,sans-serif}.about-team-section .team-header .team-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}.about-team-section .team-header .team-title{font-size:36px;font-weight:500;color:#000;font-family:Urbanist,sans-serif;line-height:1.2;margin-bottom:12px}@media(max-width:768px){.about-team-section .team-header .team-title{font-size:28px}}.about-team-section .team-header .team-description{font-size:16px;line-height:1.6;color:#484c57;font-family:Manrope,sans-serif;font-weight:500;max-width:600px}.about-team-section .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media(max-width:1199px){.about-team-section .team-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.about-team-section .team-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:16px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.about-team-section .team-grid::-webkit-scrollbar{display:none}}.about-team-section .team-card{width:100%;border-radius:28px;overflow:hidden;box-shadow:0 12px 30px #00000014;transition:all .35s ease}@media(max-width:768px){.about-team-section .team-card{flex:0 0 82%;max-width:320px;scroll-snap-align:start;border-radius:24px}}.about-team-section .team-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000024}.about-team-section .team-card:hover .team-img{transform:scale(1.04)}.about-team-section .team-card .team-img-wrapper{position:relative;width:100%;height:400px;overflow:hidden;border-radius:28px}@media(max-width:768px){.about-team-section .team-card .team-img-wrapper{height:360px;border-radius:24px}}.about-team-section .team-card .team-img-wrapper .team-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.about-team-section .team-card .team-img-wrapper .team-overlay{position:absolute;bottom:0;left:0;right:0;padding:36px 24px 24px;background:linear-gradient(180deg,#0000,#0000002b 35px,#000000b5);backdrop-filter:blur(15.4px);-webkit-backdrop-filter:blur(15.4px);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000000 35px);mask-image:linear-gradient(to bottom,transparent 0%,#000000 35px);display:flex;flex-direction:column;justify-content:flex-end;z-index:2;border-bottom-left-radius:28px;border-bottom-right-radius:28px}@media(max-width:768px){.about-team-section .team-card .team-img-wrapper .team-overlay{padding:24px 20px 20px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}}.about-team-section .team-card .team-img-wrapper .team-overlay:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#0000,#00000080);filter:blur(14.4px);-webkit-filter:blur(14.4px);z-index:-1;pointer-events:none}.about-team-section .team-card .team-img-wrapper .team-overlay .member-name{font-family:Urbanist,sans-serif;font-size:22px;font-weight:600;color:#fff;margin-bottom:4px;line-height:1.25}@media(max-width:768px){.about-team-section .team-card .team-img-wrapper .team-overlay .member-name{font-size:20px}}.about-team-section .team-card .team-img-wrapper .team-overlay .member-role{font-family:Manrope,sans-serif;font-size:22px;font-weight:600;color:#2bb5e8;margin-bottom:8px;display:block}@media(max-width:768px){.about-team-section .team-card .team-img-wrapper .team-overlay .member-role{font-size:15px;margin-bottom:6px;color:#006b94}}.about-team-section .team-card .team-img-wrapper .team-overlay .member-bio{font-family:Manrope,sans-serif;font-size:14px;line-height:1.45;color:#b6b6b6;margin:0;font-weight:500}@media(max-width:768px){.about-team-section .team-card .team-img-wrapper .team-overlay .member-bio{font-size:13px;color:#ffffffd9}}.about-team-section .team-carousel-dots{display:none}@media(max-width:768px){.about-team-section .team-carousel-dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:16px}.about-team-section .team-carousel-dots .dot{width:12px;height:4px;border-radius:9999px;background-color:#cbd5e1;transition:all .3s ease;cursor:pointer}.about-team-section .team-carousel-dots .dot.active{width:24px;background-color:#006b94}}.about-journey-section{width:100%;padding:50px 0;background-color:#fff;position:relative;z-index:5}@media(max-width:768px){.about-journey-section{padding:30px 0}}.about-journey-section .journey-header{margin-bottom:60px}@media(max-width:768px){.about-journey-section .journey-header{margin-bottom:24px}}.about-journey-section .journey-header .journey-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;font-family:Manrope,sans-serif}@media(max-width:576px){.about-journey-section .journey-header .journey-badge{font-size:13px;margin-bottom:8px;gap:6px}}.about-journey-section .journey-header .journey-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.about-journey-section .journey-header .journey-badge .badge-icon{width:16px;height:13px}}.about-journey-section .journey-header .journey-title{font-size:36px;font-weight:500;color:#000;font-family:Urbanist,sans-serif;line-height:1.2}@media(max-width:768px){.about-journey-section .journey-header .journey-title{font-size:24px}}@media(max-width:576px){.about-journey-section .journey-header .journey-title{font-size:20px}}.about-journey-section .timeline-container{position:relative;width:100%;padding-top:18px}@media(max-width:768px){.about-journey-section .timeline-container{padding-top:0}}.about-journey-section .timeline-line{position:absolute;top:34px;left:0;right:0;height:1.5px;background-color:#3ea6cd;z-index:1}@media(max-width:768px){.about-journey-section .timeline-line{display:none}}.about-journey-section .timeline-line-mobile{display:none}@media(max-width:768px){.about-journey-section .timeline-line-mobile{display:block;position:absolute;top:18px;bottom:24px;left:17px;width:2px;background-color:#006b94;z-index:1}}.about-journey-section .timeline-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;position:relative;z-index:2}@media(max-width:991px){.about-journey-section .timeline-grid{grid-template-columns:repeat(3,1fr);gap:32px}}@media(max-width:768px){.about-journey-section .timeline-grid{display:flex;flex-direction:column;gap:24px}}.about-journey-section .timeline-item{display:flex;flex-direction:column;align-items:center;text-align:center}@media(max-width:768px){.about-journey-section .timeline-item{position:relative;flex-direction:row;align-items:flex-start;text-align:left;padding-left:52px}}.about-journey-section .timeline-item .milestone-dot{width:32px;height:32px;border-radius:50%;background-color:#fff;border:2px solid #006b94;display:flex;align-items:center;justify-content:center;margin-bottom:16px}@media(max-width:768px){.about-journey-section .timeline-item .milestone-dot{position:absolute;left:0;top:0;width:36px;height:36px;margin-bottom:0;flex-shrink:0;border-width:2px}}.about-journey-section .timeline-item .milestone-dot .inner-dot{width:14px;height:14px;border-radius:50%;background-color:#006b94}@media(max-width:768px){.about-journey-section .timeline-item .milestone-dot .inner-dot{width:16px;height:16px}}.about-journey-section .timeline-item .milestone-content{display:flex;flex-direction:column;align-items:center;text-align:center}@media(max-width:768px){.about-journey-section .timeline-item .milestone-content{align-items:flex-start;text-align:left}}.about-journey-section .timeline-item .milestone-year{font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#006b94;margin-bottom:12px}@media(max-width:768px){.about-journey-section .timeline-item .milestone-year{font-size:18px;font-weight:700;margin-bottom:4px}}.about-journey-section .timeline-item .milestone-text{font-family:Manrope,sans-serif;font-size:16px;line-height:1.55;color:#484c57;font-weight:500;max-width:210px;margin:0 auto}@media(max-width:768px){.about-journey-section .timeline-item .milestone-text{font-size:14px;line-height:1.45;max-width:100%;margin:0;text-align:left}}.about-why-us-section{width:100%;padding:50px 0;background-color:#fff;position:relative;z-index:5}@media(max-width:768px){.about-why-us-section{padding:30px 0}}.about-why-us-section .why-us-header{margin-bottom:48px}@media(max-width:768px){.about-why-us-section .why-us-header{margin-bottom:24px}}.about-why-us-section .why-us-header .why-us-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;font-family:Manrope,sans-serif}@media(max-width:576px){.about-why-us-section .why-us-header .why-us-badge{font-size:13px;margin-bottom:8px;gap:6px}}.about-why-us-section .why-us-header .why-us-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}@media(max-width:576px){.about-why-us-section .why-us-header .why-us-badge .badge-icon{width:16px;height:13px}}.about-why-us-section .why-us-header .why-us-title{font-size:36px;font-weight:500;color:#000;font-family:Urbanist,sans-serif;line-height:1.2}@media(max-width:768px){.about-why-us-section .why-us-header .why-us-title{font-size:24px}}@media(max-width:576px){.about-why-us-section .why-us-header .why-us-title{font-size:20px}}.about-why-us-section .why-us-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:29px;width:100%}@media(max-width:1199px){.about-why-us-section .why-us-grid{grid-template-columns:1fr;gap:20px}}.about-why-us-section .why-us-card{background-color:#fff;border:1px solid #e2f1f8;border-radius:28px;display:flex;flex-direction:row;align-items:stretch;overflow:hidden;min-height:240px;box-shadow:0 8px 24px #006b940a;transition:all .3s ease}@media(max-width:768px){.about-why-us-section .why-us-card{border-radius:24px;min-height:180px;flex-direction:row}}@media(max-width:576px){.about-why-us-section .why-us-card{border-radius:20px;min-height:165px}}.about-why-us-section .why-us-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #006b9417;border-color:#006b9440}.about-why-us-section .why-us-card:hover .card-right .card-img{transform:scale(1.05)}.about-why-us-section .why-us-card .card-left{flex:1.1;padding:32px 24px 32px 32px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:2}@media(max-width:768px){.about-why-us-section .why-us-card .card-left{flex:1.25;padding:16px 8px 16px 16px}}@media(max-width:576px){.about-why-us-section .why-us-card .card-left{padding:12px 6px 12px 14px}}.about-why-us-section .why-us-card .card-left .icon-box{color:#006b94;margin-bottom:16px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.about-why-us-section .why-us-card .card-left .icon-box{margin-bottom:8px}.about-why-us-section .why-us-card .card-left .icon-box svg{width:18px;height:18px}}.about-why-us-section .why-us-card .card-left .card-title{font-family:Urbanist,sans-serif;font-size:16px;font-weight:600;color:#000;line-height:1.3;margin-bottom:12px}@media(max-width:768px){.about-why-us-section .why-us-card .card-left .card-title{font-size:15px;margin-bottom:6px;line-height:1.25}}@media(max-width:576px){.about-why-us-section .why-us-card .card-left .card-title{font-size:14px}}.about-why-us-section .why-us-card .card-left .card-text{font-family:Manrope,sans-serif;font-size:14px;line-height:1.5;color:#484c57;font-weight:500}@media(max-width:768px){.about-why-us-section .why-us-card .card-left .card-text{font-size:13px;line-height:1.35}}@media(max-width:576px){.about-why-us-section .why-us-card .card-left .card-text{font-size:12px;line-height:1.3}}.about-why-us-section .why-us-card .card-right{flex:1.3;align-self:stretch;position:relative;overflow:hidden}@media(max-width:768px){.about-why-us-section .why-us-card .card-right{flex:0 0 44%;height:auto;width:auto}}.about-why-us-section .why-us-card .card-right .card-img-container{width:100%;height:100%;clip-path:url(#organicImageClip);-webkit-clip-path:url(#organicImageClip);overflow:hidden}.about-why-us-section .why-us-card .card-right .card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.product-search-box{position:relative;width:380px;max-width:100%}.product-search-box .search-input{width:100%;height:48px;padding:12px 45px 12px 24px;border-radius:50px;border:1px solid #e1e1e1;background-color:#f7fcfe;font-family:Manrope,sans-serif;font-size:14px;color:#000;outline:none;box-sizing:border-box;transition:all .3s ease}.product-search-box .search-input::-moz-placeholder{color:#8e95a5}.product-search-box .search-input::placeholder{color:#8e95a5}.product-search-box .search-input:focus{border-color:#006b94;background-color:#fff;box-shadow:0 4px 16px #006b9414}.product-search-box .search-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#555;pointer-events:none}@media(max-width:768px){.product-search-box{width:100%}}.product-breadcrumbs{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;font-family:Manrope,sans-serif}@media(max-width:768px){.product-breadcrumbs{margin-bottom:20px}}.product-breadcrumbs .breadcrumb-item{font-size:16px;font-weight:600;color:#ababab;text-decoration:none;transition:color .3s ease}@media(max-width:768px){.product-breadcrumbs .breadcrumb-item{font-size:14px}}.product-breadcrumbs .breadcrumb-item.active{color:#006b94;font-weight:600}.product-breadcrumbs .breadcrumb-item:hover:not(.active){color:#006b94}.product-breadcrumbs .breadcrumb-separator{color:#b6b6b6;flex-shrink:0;width:12px;height:12px}.product-category-section{width:100%;padding:150px 0;position:relative;z-index:10;overflow:hidden}@media(max-width:480px){.product-category-section{padding:120px 0 80px}}.product-category-section .category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px;width:100%}@media(max-width:768px){.product-category-section .category-header{flex-direction:column;align-items:flex-start;gap:24px}}.product-category-section .category-header .header-left{display:flex;flex-direction:column;align-items:flex-start;max-width:600px}.product-category-section .category-header .header-left .category-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.product-category-section .category-header .header-left .category-badge .badge-icon{width:20px;height:15.5px;flex-shrink:0}.product-category-section .category-header .header-left .category-title{font-size:32px;font-weight:500;line-height:1.3;color:#000;font-family:Urbanist,sans-serif}@media(max-width:768px){.product-category-section .category-header .header-right{width:100%}}.product-category-section .category-header .header-right .btn-all-categories{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:1px solid #066a90;border-radius:9999px;color:#006b94;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease}.product-category-section .category-header .header-right .btn-all-categories .arrow-icon{transition:transform .3s ease}.product-category-section .category-header .header-right .btn-all-categories:hover{background-color:#006b94;color:#fff;box-shadow:0 4px 12px #006b9433}.product-category-section .category-header .header-right .btn-all-categories:hover .arrow-icon{transform:translate(4px)}.product-category-section .category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}@media(min-width:576px){.product-category-section .category-grid{gap:16px}}@media(min-width:768px){.product-category-section .category-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:1200px){.product-category-section .category-grid{grid-template-columns:repeat(6,1fr);gap:16px}}.product-category-section .category-card{background-color:#fff;border:1px solid rgba(0,0,0,.04);border-radius:20px;padding:0;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000005;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}@media(max-width:575px){.product-category-section .category-card{border-radius:16px}}.product-category-section .category-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #006b9414;border-color:#006b941a}.product-category-section .category-card:hover .card-image-wrapper .card-img{transform:scale(1.05)}.product-category-section .category-card:hover .card-action{background-color:#006b94;color:#fff}.product-category-section .category-card:hover .card-action .card-arrow{transform:translate(2px)}.product-category-section .category-card .card-image-wrapper{width:100%;height:200px;border-radius:0;overflow:hidden;margin-bottom:0}@media(max-width:1399px){.product-category-section .category-card .card-image-wrapper{height:180px}}@media(max-width:768px){.product-category-section .category-card .card-image-wrapper{height:207px}}.product-category-section .category-card .card-image-wrapper .card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.product-category-section .category-card .card-content{display:flex;flex-direction:column;position:relative;padding:16px}@media(max-width:575px){.product-category-section .category-card .card-content{padding:12px 10px 10px}}.product-category-section .category-card .card-content .card-title{font-size:19px;font-weight:600;color:#000;margin-bottom:10px;font-family:Urbanist,sans-serif}@media(max-width:1399px){.product-category-section .category-card .card-content .card-title{font-size:17px}}@media(max-width:768px){.product-category-section .category-card .card-content .card-title{font-size:20px;font-weight:500;margin-bottom:10px}}.product-category-section .category-card .card-content .card-description{font-size:12px;line-height:1.5;color:#484c57;margin-bottom:15px;font-weight:500;min-height:58px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media(max-width:575px){.product-category-section .category-card .card-content .card-description{font-size:11px;line-height:1.35;margin-bottom:6px;min-height:42px;-webkit-line-clamp:3}}.product-category-section .category-card .card-content .card-action{position:absolute;right:16px;bottom:1px;width:32px;height:32px;border-radius:50%;border:none;display:flex;margin-top:10px;align-items:center;justify-content:center;color:#006b94;transition:all .3s ease;background-color:transparent}@media(max-width:575px){.product-category-section .category-card .card-content .card-action{right:8px;bottom:6px;width:24px;height:24px}}.product-category-section .category-card .card-content .card-action .card-arrow{transition:transform .3s ease}@media(max-width:575px){.product-category-section .category-card .card-content .card-action .card-arrow{width:14px;height:14px;margin-top:10px}}.product-detail-section{width:100%;padding:150px 0 100px;position:relative;z-index:10;overflow:hidden}.product-detail-section .detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;width:100%}@media(max-width:768px){.product-detail-section .detail-header{flex-direction:column;align-items:flex-start;gap:24px}}.product-detail-section .detail-header .header-left{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.product-detail-section .detail-header .header-left .detail-title{font-size:32px;font-weight:500;line-height:1.3;color:#000;font-family:Urbanist,sans-serif}@media(max-width:768px){.product-detail-section .detail-header .header-right{width:100%}}.product-detail-section .product-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media(max-width:1199px){.product-detail-section .product-detail-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.product-detail-section .product-detail-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-detail-section .item-card{background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000005;transition:all .3s ease}@media(max-width:575px){.product-detail-section .item-card{border-radius:14px}}.product-detail-section .item-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #006b9414;border-color:#006b9426}.product-detail-section .item-card:hover .item-image-wrapper .item-img{transform:scale(1.05)}.product-detail-section .item-card .item-image-wrapper{width:100%;height:240px;overflow:hidden}@media(max-width:768px){.product-detail-section .item-card .item-image-wrapper{height:207px}}.product-detail-section .item-card .item-image-wrapper .item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.product-detail-section .item-card .item-content{padding:20px;display:flex;flex-direction:column;flex:1}@media(max-width:575px){.product-detail-section .item-card .item-content{padding:12px 10px 10px}}.product-detail-section .item-card .item-content .item-title{font-family:Urbanist,sans-serif;font-size:22px;font-weight:600;color:#000;margin-bottom:8px}@media(max-width:575px){.product-detail-section .item-card .item-content .item-title{font-size:15px;margin-bottom:4px}}.product-detail-section .item-card .item-content .item-description{font-family:Manrope,sans-serif;font-size:12px;line-height:1.5;color:#484c57;margin-bottom:20px;font-weight:500;flex:1}@media(max-width:575px){.product-detail-section .item-card .item-content .item-description{font-size:11px;line-height:1.35;margin-bottom:10px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.product-detail-section .item-card .item-content .btn-quote{display:block;width:100%;padding:10px 0;background-color:#006b94;color:#fff;border-radius:50px;text-align:center;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;border:none}@media(max-width:575px){.product-detail-section .item-card .item-content .btn-quote{padding:8px 0;font-size:12px;border-radius:20px}}.product-detail-section .item-card .item-content .btn-quote:hover{background-color:#00597b;box-shadow:0 4px 12px #006b9440}.main-product-section{width:100%;padding:150px 0 100px;position:relative;z-index:10;overflow:hidden}@media(max-width:991px){.main-product-section{padding:50px 0}}.main-product-section .main-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;margin-top:32px}@media(max-width:991px){.main-product-section .main-product-grid{grid-template-columns:1fr;gap:40px}}.main-product-section .product-gallery{display:flex;flex-direction:column;gap:20px;width:100%}.main-product-section .product-gallery .main-image-wrapper{width:100%;height:440px;border-radius:28px;overflow:hidden;background-color:#f7f9fa;box-shadow:0 8px 30px #0000000a}.main-product-section .product-gallery .main-image-wrapper .main-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:opacity .3s ease}@media(max-width:575px){.main-product-section .product-gallery .main-image-wrapper{height:300px}}.main-product-section .product-gallery .thumbnail-slider{display:flex;align-items:center;gap:12px;width:100%}.main-product-section .product-gallery .thumbnail-slider .slider-arrow{width:36px;height:36px;border-radius:10px;border:1px solid #e1e1e1;background-color:#f7fcfe;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .3s ease}.main-product-section .product-gallery .thumbnail-slider .slider-arrow:hover{background-color:#006b94;border-color:#006b94;color:#fff}.main-product-section .product-gallery .thumbnail-slider .thumbnail-list{display:flex;align-items:center;gap:12px;flex:1;scrollbar-width:none}.main-product-section .product-gallery .thumbnail-slider .thumbnail-list::-webkit-scrollbar{display:none}.main-product-section .product-gallery .thumbnail-slider .thumb-item{flex:1;height:85px;border-radius:14px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .3s ease;background-color:#f0f4f7}.main-product-section .product-gallery .thumbnail-slider .thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-product-section .product-gallery .thumbnail-slider .thumb-item.active,.main-product-section .product-gallery .thumbnail-slider .thumb-item:hover{border-color:#006b94;box-shadow:0 4px 12px #006b9426}.main-product-section .product-info-panel{display:flex;flex-direction:column}.main-product-section .product-info-panel .product-name{font-family:Urbanist,sans-serif;font-size:32px;font-weight:600;color:#000;margin-bottom:16px;line-height:1.25}@media(max-width:575px){.main-product-section .product-info-panel .product-name{font-size:26px}}.main-product-section .product-info-panel .product-desc{font-family:Manrope,sans-serif;font-size:15px;line-height:1.6;color:#484c57;margin-bottom:32px;font-weight:400}.main-product-section .product-info-panel .weight-section{margin-bottom:32px}.main-product-section .product-info-panel .weight-section .section-title{font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#000;margin-bottom:16px}.main-product-section .product-info-panel .weight-section .weight-pills{display:flex;flex-wrap:wrap;gap:12px}.main-product-section .product-info-panel .weight-section .weight-pills .weight-pill{padding:10px 24px;border-radius:18px;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;border:none;background-color:#f0f4f7;color:#000;cursor:pointer;transition:all .3s ease}.main-product-section .product-info-panel .weight-section .weight-pills .weight-pill.active,.main-product-section .product-info-panel .weight-section .weight-pills .weight-pill:hover{background-color:#006b94;color:#fff;box-shadow:0 4px 12px #006b9433}.main-product-section .product-info-panel .product-specs-list{display:flex;flex-direction:column;margin-bottom:36px}.main-product-section .product-info-panel .product-specs-list .spec-row{display:flex;align-items:center;padding:18px 0;border-bottom:1px solid #eaeaea;font-family:Manrope,sans-serif;font-size:16px}.main-product-section .product-info-panel .product-specs-list .spec-row:first-child{border-top:1px solid #eaeaea}.main-product-section .product-info-panel .product-specs-list .spec-row .spec-label{width:180px;color:#777;font-weight:400;flex-shrink:0}.main-product-section .product-info-panel .product-specs-list .spec-row .spec-value{color:#000;font-weight:600;flex:1}@media(max-width:575px){.main-product-section .product-info-panel .product-specs-list .spec-row{flex-direction:column;align-items:flex-start;gap:4px}.main-product-section .product-info-panel .product-specs-list .spec-row .spec-label{width:100%}}.main-product-section .product-info-panel .btn-main-quote{display:block;width:100%;padding:16px 0;background-color:#006b94;color:#fff;border-radius:50px;text-align:center;font-family:Manrope,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #006b9426}.main-product-section .product-info-panel .btn-main-quote:hover{background-color:#00597b;box-shadow:0 8px 24px #006b944d;transform:translateY(-2px)}.related-product-section{width:100%;padding:50px 0;position:relative;z-index:10;overflow:hidden}.related-product-section .detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;width:100%}@media(max-width:768px){.related-product-section .detail-header{flex-direction:column;align-items:flex-start;gap:24px}}.related-product-section .detail-header .header-left{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.related-product-section .detail-header .header-left .detail-title{font-size:32px;font-weight:500;line-height:1.3;color:#000;font-family:Urbanist,sans-serif}.related-product-section .product-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}@media(max-width:1199px){.related-product-section .product-detail-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.related-product-section .product-detail-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.related-product-section .item-card{background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000005;transition:all .3s ease}@media(max-width:575px){.related-product-section .item-card{border-radius:14px}}.related-product-section .item-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #006b9414;border-color:#006b9426}.related-product-section .item-card:hover .item-image-wrapper .item-img{transform:scale(1.05)}.related-product-section .item-card .item-image-wrapper{width:100%;height:240px;overflow:hidden}@media(max-width:768px){.related-product-section .item-card .item-image-wrapper{height:207px}}.related-product-section .item-card .item-image-wrapper .item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.related-product-section .item-card .item-content{padding:20px;display:flex;flex-direction:column;flex:1}@media(max-width:575px){.related-product-section .item-card .item-content{padding:12px 10px 10px}}.related-product-section .item-card .item-content .item-title{font-family:Urbanist,sans-serif;font-size:22px;font-weight:600;color:#000;margin-bottom:8px}@media(max-width:575px){.related-product-section .item-card .item-content .item-title{font-size:15px;margin-bottom:4px}}.related-product-section .item-card .item-content .item-description{font-family:Manrope,sans-serif;font-size:12px;line-height:1.5;color:#484c57;margin-bottom:20px;font-weight:500;flex:1}@media(max-width:575px){.related-product-section .item-card .item-content .item-description{font-size:11px;line-height:1.35;margin-bottom:10px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.related-product-section .item-card .item-content .btn-quote{display:block;width:100%;padding:10px 0;background-color:#006b94;color:#fff;border-radius:50px;text-align:center;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;border:none}@media(max-width:575px){.related-product-section .item-card .item-content .btn-quote{padding:8px 0;font-size:12px;border-radius:20px}}.related-product-section .item-card .item-content .btn-quote:hover{background-color:#00597b;box-shadow:0 4px 12px #006b9440}.quote-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:all .3s ease}.quote-modal-overlay.active{opacity:1;visibility:visible}.quote-modal-overlay.active .quote-modal-container{transform:scale(1)}.quote-modal-overlay .quote-modal-container{background-color:#f8f9fb;border-radius:32px;width:100%;max-width:780px;padding:30px 36px;position:relative;box-shadow:0 20px 60px #0003;transform:scale(.92);transition:transform .3s ease;max-height:92vh;overflow-y:auto;scrollbar-width:none}.quote-modal-overlay .quote-modal-container::-webkit-scrollbar{display:none}@media(max-width:768px){.quote-modal-overlay .quote-modal-container{padding:24px 18px;border-radius:20px}}.quote-modal-overlay .quote-modal-container .quote-modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:28px;color:#888;cursor:pointer;line-height:1;transition:color .3s ease}.quote-modal-overlay .quote-modal-container .quote-modal-close:hover{color:#006b94}.quote-modal-overlay .quote-modal-container .quote-modal-form{display:flex;flex-direction:column;gap:12px}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:600px){.quote-modal-overlay .quote-modal-container .quote-modal-form .form-row{grid-template-columns:1fr;gap:12px}}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-row.half-width{grid-template-columns:1fr 1fr}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group{display:flex;flex-direction:column;gap:5px}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group.full-width{width:100%}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group .form-label{font-family:Manrope,sans-serif;font-size:14px;font-weight:600;color:#000}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group .form-input{width:100%;height:42px;background-color:#e6e6e6;border:1px solid transparent;border-radius:12px;padding:0 16px;font-family:Manrope,sans-serif;font-size:14px;color:#000;outline:none;box-sizing:border-box;transition:all .3s ease}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group .form-input:focus:not(.readonly-input){border-color:#006b94;background-color:#fff;box-shadow:0 4px 12px #006b941a}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group .form-input.readonly-input{color:#555;cursor:default}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group .form-textarea{width:100%;height:80px;background-color:#e6e6e6;border:1px solid transparent;border-radius:14px;padding:12px 16px;font-family:Manrope,sans-serif;font-size:14px;color:#000;outline:none;resize:none;box-sizing:border-box;transition:all .3s ease}.quote-modal-overlay .quote-modal-container .quote-modal-form .form-group .form-textarea:focus{border-color:#006b94;background-color:#fff;box-shadow:0 4px 12px #006b941a}.quote-modal-overlay .quote-modal-container .quote-modal-form .btn-submit-quote{width:100%;padding:14px 0;background-color:#006b94;color:#fff;border-radius:50px;border:none;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:6px}.quote-modal-overlay .quote-modal-container .quote-modal-form .btn-submit-quote:hover{background-color:#00597b;box-shadow:0 6px 20px #006b9440}.news-events-page{width:100%;padding:150px 0 80px}@media(max-width:480px){.news-events-page{padding:120px 0 80px}}.news-events-page .news-page-header{max-width:100%;margin-bottom:40px}.news-events-page .news-page-header .news-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.news-events-page .news-page-header .news-badge .badge-icon{width:20px;height:16px;flex-shrink:0}.news-events-page .news-page-header .news-main-title{font-size:32px;font-weight:500;line-height:1.25;color:#111827;margin-bottom:20px;font-family:Urbanist,sans-serif}@media(max-width:768px){.news-events-page .news-page-header .news-main-title{font-size:28px}}.news-events-page .news-page-header .news-main-description{font-size:16px;line-height:1.65;font-weight:500;color:#4b5563;max-width:100%;font-family:Manrope,sans-serif}.news-events-page .news-section-title-wrapper{margin-bottom:24px}.news-events-page .news-section-title-wrapper .news-section-title{font-size:22px;font-weight:600;color:#111827;font-family:Urbanist,sans-serif}.news-events-page .news-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1200px){.news-events-page .news-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.news-events-page .news-cards-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:16px}.news-events-page .news-cards-grid::-webkit-scrollbar{display:none}}.news-events-page .news-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.news-events-page .news-card{flex:0 0 84%;width:84%;scroll-snap-align:start;border-radius:24px}}.news-events-page .news-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.news-events-page .news-card:hover .news-card-img{transform:scale(1.05)}.news-events-page .news-card .news-card-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden}@media(max-width:768px){.news-events-page .news-card .news-card-image-wrapper{height:236px}}.news-events-page .news-card .news-card-image-wrapper .news-card-img{width:100%;height:100%;border-radius:0;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.news-events-page .news-card .news-card-image-wrapper .news-type-badge{position:absolute;top:14px;left:14px;background:#fff;color:#111827;font-size:15px;font-weight:600;padding:6px 18px;border-radius:50px;box-shadow:0 2px 8px #0000001f;z-index:2}@media(max-width:768px){.news-events-page .news-card .news-card-image-wrapper .news-type-badge{top:14px;left:14px;font-size:14px;padding:5px 16px;border-radius:50px}}.news-events-page .news-card .news-card-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}@media(max-width:768px){.news-events-page .news-card .news-card-body{padding:16px}}.news-events-page .news-card .news-card-body .news-card-date{font-size:13px;color:#6b7280;font-weight:400;margin-bottom:6px;font-family:Manrope,sans-serif}@media(max-width:768px){.news-events-page .news-card .news-card-body .news-card-date{font-size:13px;margin-bottom:6px}}.news-events-page .news-card .news-card-body .news-card-title{font-size:18px;font-weight:600;color:#111827;line-height:1.3;margin-bottom:10px;font-family:Urbanist,sans-serif}@media(max-width:768px){.news-events-page .news-card .news-card-body .news-card-title{font-size:17px;margin-bottom:8px}}.news-events-page .news-card .news-card-body .news-card-title a{color:inherit;text-decoration:none;transition:color .2s ease}.news-events-page .news-card .news-card-body .news-card-title a:hover{color:#006b94}.news-events-page .news-card .news-card-body .news-card-desc{font-size:13px;color:#4b5563;font-weight:400;line-height:1.45;margin-bottom:16px;font-family:Manrope,sans-serif}@media(max-width:768px){.news-events-page .news-card .news-card-body .news-card-desc{font-size:13px;line-height:1.45;margin-bottom:16px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.news-events-page .news-card .news-card-body .news-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px}@media(max-width:768px){.news-events-page .news-card .news-card-body .news-card-footer{padding-top:12px}}.news-events-page .news-card .news-card-body .news-card-footer .news-card-location{font-size:16px;font-weight:600;color:#374151;font-family:Manrope,sans-serif}@media(max-width:768px){.news-events-page .news-card .news-card-body .news-card-footer .news-card-location{font-size:15px}}.news-events-page .news-card .news-card-body .news-card-footer .news-card-arrow-btn{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.news-events-page .news-card .news-card-body .news-card-footer .news-card-arrow-btn:hover{transform:translate(4px)}.news-events-page .news-carousel-dots{display:none}@media(max-width:768px){.news-events-page .news-carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;margin-bottom:24px}.news-events-page .news-carousel-dots .carousel-dot{height:8px;border-radius:50%;background-color:#cbd5e1;transition:all .3s ease;cursor:pointer}.news-events-page .news-carousel-dots .carousel-dot.active{width:24px!important;border-radius:9999px!important;background-color:#006b94!important}}.pagination-wrapper{display:flex;justify-content:center;align-items:center;margin-top:48px;width:100%}.pagination-wrapper .custom-pagination{display:flex;align-items:center;gap:8px}.pagination-wrapper .custom-pagination .page-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border-radius:50px;font-size:15px;font-weight:600;color:#000;background-color:#fff;border:1px solid #e2e8f0;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 6px #00000008;font-family:Manrope,sans-serif}.pagination-wrapper .custom-pagination .page-link:hover{border-color:#006b94;color:#006b94;background-color:#f7fcfe;transform:translateY(-1px)}.pagination-wrapper .custom-pagination .page-link.active{background-color:#006b94;color:#fff;border-color:#006b94;box-shadow:0 4px 14px #006b944d}.pagination-wrapper .custom-pagination .page-link.disabled{opacity:.35;cursor:not-allowed;pointer-events:none;background-color:#f8fafc;border-color:#e2e8f0}.news-detail-page{width:100%;padding:150px 0 80px;background-color:#fafbfe}@media(max-width:480px){.news-detail-page{padding:120px 0 80px}}.news-detail-page .news-detail-content-layout{display:flex;flex-direction:column}@media(max-width:768px){.news-detail-page .news-detail-content-layout .news-detail-header{order:1;margin-bottom:0}.news-detail-page .news-detail-content-layout .news-detail-content{order:2;margin-bottom:24px}.news-detail-page .news-detail-content-layout .news-detail-images{order:3;margin-top:16px;margin-bottom:0}}.news-detail-page .news-detail-images{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}@media(max-width:768px){.news-detail-page .news-detail-images{grid-template-columns:1fr;gap:16px}}.news-detail-page .news-detail-images .news-detail-image-col{border-radius:20px;overflow:hidden;height:300px;box-shadow:0 4px 20px #0000000d}@media(max-width:1024px){.news-detail-page .news-detail-images .news-detail-image-col{height:240px}}@media(max-width:768px){.news-detail-page .news-detail-images .news-detail-image-col{height:200px}}.news-detail-page .news-detail-images .news-detail-image-col .news-detail-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.news-detail-page .news-detail-images .news-detail-image-col .news-detail-img:hover{transform:scale(1.04)}.news-detail-page .news-detail-header{margin-bottom:24px}.news-detail-page .news-detail-header .news-detail-title{font-size:32px;font-weight:700;line-height:1.25;color:#111827;margin-bottom:12px;font-family:Urbanist,sans-serif;letter-spacing:-.5px}@media(max-width:768px){.news-detail-page .news-detail-header .news-detail-title{font-size:26px}}.news-detail-page .news-detail-header .news-detail-meta{display:flex;align-items:center;gap:12px;font-size:14px;color:#4b5563;font-weight:600;font-family:Manrope,sans-serif}@media(max-width:768px){.news-detail-page .news-detail-header .news-detail-meta{display:none}}.news-detail-page .news-detail-header .news-detail-meta .news-detail-date{color:#4b5563}.news-detail-page .news-detail-header .news-detail-meta .news-detail-location{color:#9ca3af;font-weight:500}.news-detail-page .news-detail-content{font-family:Manrope,sans-serif;font-size:16px;line-height:1.75;color:#4b5563;font-weight:500}.news-detail-page .news-detail-content p{margin-bottom:24px}.news-detail-page .news-detail-content p:last-child{margin-bottom:0}.career-page{width:100%;padding:150px 0 80px;background-color:#fafbfe}@media(max-width:480px){.career-page{padding:120px 0 80px}}.career-page .career-header-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:48px}@media(max-width:992px){.career-page .career-header-grid{grid-template-columns:1fr;gap:24px}}.career-page .career-header-left .career-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.career-page .career-header-left .career-badge .badge-icon{width:20px;height:16px;flex-shrink:0}.career-page .career-header-left .career-main-title{font-size:32px;font-weight:500;line-height:1.25;color:#111827;margin-bottom:20px;font-family:Urbanist,sans-serif}@media(max-width:768px){.career-page .career-header-left .career-main-title{font-size:28px}}.career-page .career-header-left .career-main-description{font-size:16px;line-height:1.65;font-weight:500;color:#4b5563;font-family:Manrope,sans-serif}.career-page .career-header-right .career-hero-image-wrapper{width:100%;height:218px;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px #0000000a}.career-page .career-header-right .career-hero-image-wrapper .career-hero-img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.career-page .career-openings-section{display:flex;flex-direction:column;gap:24px}.career-page .career-card{background:#f1f6fa;border-radius:24px;padding:24px;display:flex;align-items:center;gap:24px;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.career-page .career-card{flex-direction:column;align-items:flex-start;gap:16px}}.career-page .career-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000000a}.career-page .career-card .career-card-icon-wrapper{background:#fff;width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#006b94;box-shadow:0 4px 12px #00000005}.career-page .career-card .career-card-body{flex-grow:1}.career-page .career-card .career-card-body .career-card-title{font-size:16px;font-weight:600;color:#000;margin-bottom:8px;font-family:Urbanist,sans-serif}.career-page .career-card .career-card-body .career-card-title a{color:inherit;text-decoration:none;transition:color .2s ease}.career-page .career-card .career-card-body .career-card-title a:hover{color:#006b94}.career-page .career-card .career-card-body .career-card-meta{display:flex;align-items:center;gap:16px;margin-bottom:12px}.career-page .career-card .career-card-body .career-card-meta .career-card-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#4b5563;font-family:Manrope,sans-serif}.career-page .career-card .career-card-body .career-card-meta .career-card-meta-item svg{color:#006b94;flex-shrink:0}.career-page .career-card .career-card-body .career-card-desc{font-size:16px;line-height:1.6;max-width:900px;color:#4b5563;font-family:Manrope,sans-serif;font-weight:500}.career-page .career-card .career-card-actions{flex-shrink:0}@media(max-width:768px){.career-page .career-card .career-card-actions{width:100%}}.career-page .career-card .career-card-actions .btn-apply{display:inline-flex;align-items:center;gap:8px;background-color:#006b94;color:#fff;padding:12px 28px;border-radius:20px;font-size:22px;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease}@media(max-width:768px){.career-page .career-card .career-card-actions .btn-apply{width:100%;justify-content:center;font-size:18px}}.career-page .career-card .career-card-actions .btn-apply:hover{background-color:#004e6b}.career-page .career-card .career-card-actions .btn-apply:hover .arrow-icon{transform:translate(4px)}.career-page .career-card .career-card-actions .btn-apply .arrow-icon{transition:transform .2s ease}.career-detail-page{width:100%;padding:150px 0 80px;background-color:#fafbfe}@media(max-width:480px){.career-detail-page{padding:120px 0 80px}}.career-detail-page .career-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}@media(max-width:992px){.career-detail-page .career-detail-grid{grid-template-columns:1fr;gap:32px}}.career-detail-page .career-detail-info .career-detail-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;margin-bottom:16px;font-family:Urbanist,sans-serif;letter-spacing:-.5px}@media(max-width:768px){.career-detail-page .career-detail-info .career-detail-title{font-size:24px}}.career-detail-page .career-detail-info .career-detail-overview{font-size:16px;line-height:1.65;font-weight:500;color:#484c57;font-family:Manrope,sans-serif;margin-bottom:32px}.career-detail-page .career-detail-info .career-detail-section{margin-bottom:32px}.career-detail-page .career-detail-info .career-detail-section:last-child{margin-bottom:0}.career-detail-page .career-detail-info .career-detail-section .career-detail-section-title{font-size:22px;font-weight:600;color:#111827;margin-bottom:16px;font-family:Urbanist,sans-serif}@media(max-width:540px){.career-detail-page .career-detail-info .career-detail-section .career-detail-section-title{font-size:18px}}.career-detail-page .career-detail-info .career-detail-section .career-detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.career-detail-page .career-detail-info .career-detail-section .career-detail-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.5;font-weight:500;color:#4b5563;font-family:Manrope,sans-serif}.career-detail-page .career-detail-info .career-detail-section .career-detail-list li .list-fish-icon{color:#006b94;flex-shrink:0;margin-top:7px}.career-detail-page .career-detail-info .career-detail-section .career-detail-list li span{flex-grow:1}.career-detail-page .career-detail-sidebar{position:sticky;top:120px}@media(max-width:992px){.career-detail-page .career-detail-sidebar{position:static}}.career-detail-page .career-apply-form-card{background:#f4f7fb;border-radius:28px;padding:32px}@media(max-width:480px){.career-detail-page .career-apply-form-card{padding:16px}}.career-detail-page .career-apply-form-card .form-group{margin-bottom:20px}.career-detail-page .career-apply-form-card .form-group:last-of-type{margin-bottom:24px}.career-detail-page .career-apply-form-card .form-label{display:block;font-size:16px;font-weight:500;color:#000;margin-bottom:8px;font-family:Manrope,sans-serif}.career-detail-page .career-apply-form-card .form-input,.career-detail-page .career-apply-form-card .form-textarea{width:100%;background:#fff;border:1px solid transparent;border-radius:12px;padding:12px 16px;font-size:14px;color:#000;font-family:Manrope,sans-serif;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.career-detail-page .career-apply-form-card .form-input::-moz-placeholder,.career-detail-page .career-apply-form-card .form-textarea::-moz-placeholder{color:#9ca3af}.career-detail-page .career-apply-form-card .form-input::placeholder,.career-detail-page .career-apply-form-card .form-textarea::placeholder{color:#9ca3af}.career-detail-page .career-apply-form-card .form-input:focus,.career-detail-page .career-apply-form-card .form-textarea:focus{outline:none;border-color:#006b94;box-shadow:0 0 0 3px #006b941a}.career-detail-page .career-apply-form-card .form-textarea{resize:vertical}.career-detail-page .career-apply-form-card .file-upload-wrapper{position:relative;width:100%}.career-detail-page .career-apply-form-card .file-upload-wrapper .file-input-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.career-detail-page .career-apply-form-card .file-upload-wrapper .file-upload-btn{display:inline-flex;align-items:center;gap:8px;background-color:#fff;border:1px solid transparent;border-radius:9999px;padding:10px 24px;cursor:pointer;font-size:14px;color:#4b5563;font-weight:500;font-family:Manrope,sans-serif;transition:background-color .2s ease,border-color .2s ease}.career-detail-page .career-apply-form-card .file-upload-wrapper .file-upload-btn:hover{background-color:#f9fafb}.career-detail-page .career-apply-form-card .file-upload-wrapper .file-upload-btn .paperclip-icon{color:#4b5563;flex-shrink:0}.career-detail-page .career-apply-form-card .btn-submit-application{width:100%;background-color:#006b94;color:#fff;padding:14px;border:none;border-radius:9999px;font-size:22px;font-weight:600;font-family:Manrope,sans-serif;cursor:pointer;transition:background-color .2s ease,transform .1s ease}@media(max-width:480px){.career-detail-page .career-apply-form-card .btn-submit-application{font-size:18px}}.career-detail-page .career-apply-form-card .btn-submit-application:hover{background-color:#004e6b}.career-detail-page .career-apply-form-card .btn-submit-application:active{transform:scale(.98)}.enquiry-page{width:100%;padding:150px 0 80px;background-color:#fafbfe}@media(max-width:480px){.enquiry-page{padding:120px 0 80px}}.enquiry-page .enquiry-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}@media(max-width:992px){.enquiry-page .enquiry-grid{grid-template-columns:1fr;gap:32px}}.enquiry-page .enquiry-info .enquiry-badge{display:inline-flex;align-items:center;gap:8px;color:#006b94;font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.enquiry-page .enquiry-info .enquiry-badge .badge-icon{width:20px;height:16px;flex-shrink:0}.enquiry-page .enquiry-info .enquiry-title{font-size:32px;font-weight:500;line-height:1.25;color:#000;margin-bottom:16px;font-family:Urbanist,sans-serif}@media(max-width:768px){.enquiry-page .enquiry-info .enquiry-title{font-size:28px}}.enquiry-page .enquiry-info .enquiry-description{font-size:16px;line-height:1.65;font-weight:500;color:#484c57;font-family:Manrope,sans-serif;margin-bottom:32px}.enquiry-page .enquiry-info .enquiry-image-wrapper{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px #0000000a}.enquiry-page .enquiry-info .enquiry-image-wrapper .enquiry-img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}@media(max-width:768px){.enquiry-page .enquiry-info .enquiry-image-wrapper .enquiry-img{height:218px}}.enquiry-page .enquiry-sidebar{position:sticky;top:120px}@media(max-width:992px){.enquiry-page .enquiry-sidebar{position:static}}.enquiry-page .enquiry-sidebar .alert-success-msg{background-color:#ecfdf5;border:1px solid #10b981;color:#047857;padding:16px;border-radius:12px;margin-bottom:24px;font-weight:600;font-family:Manrope,sans-serif;font-size:14px}.enquiry-page .enquiry-sidebar .alert-error-msg{background-color:#fef2f2;border:1px solid #ef4444;color:#b91c1c;padding:16px;border-radius:12px;margin-bottom:24px;font-family:Manrope,sans-serif;font-size:14px}.enquiry-page .enquiry-sidebar .alert-error-msg ul{list-style:disc;margin-left:20px;margin-bottom:0}.enquiry-page .enquiry-form-card{background:#f1f6fa;border-radius:28px;padding:32px}@media(max-width:480px){.enquiry-page .enquiry-form-card{padding:16px}}.enquiry-page .enquiry-form-card .form-group{margin-bottom:20px}.enquiry-page .enquiry-form-card .form-group:last-of-type{margin-bottom:24px}.enquiry-page .enquiry-form-card .form-label{display:block;font-size:16px;font-weight:500;color:#000;margin-bottom:8px;font-family:Manrope,sans-serif}.enquiry-page .enquiry-form-card .form-input,.enquiry-page .enquiry-form-card .form-textarea,.enquiry-page .enquiry-form-card .form-select{width:100%;background:#fff;border:1px solid transparent;border-radius:12px;padding:12px 16px;font-size:14px;color:#000;font-family:Manrope,sans-serif;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.enquiry-page .enquiry-form-card .form-input::-moz-placeholder,.enquiry-page .enquiry-form-card .form-textarea::-moz-placeholder,.enquiry-page .enquiry-form-card .form-select::-moz-placeholder{color:#9ca3af}.enquiry-page .enquiry-form-card .form-input::placeholder,.enquiry-page .enquiry-form-card .form-textarea::placeholder,.enquiry-page .enquiry-form-card .form-select::placeholder{color:#9ca3af}.enquiry-page .enquiry-form-card .form-input:focus,.enquiry-page .enquiry-form-card .form-textarea:focus,.enquiry-page .enquiry-form-card .form-select:focus{outline:none;border-color:#006b94;box-shadow:0 0 0 3px #006b941a}.enquiry-page .enquiry-form-card .form-textarea{resize:vertical}.enquiry-page .enquiry-form-card .input-error-msg{color:#ef4444;font-size:12px;display:none;margin-top:4px;font-weight:500;font-family:Manrope,sans-serif}.enquiry-page .enquiry-form-card .select-wrapper{position:relative;width:100%}.enquiry-page .enquiry-form-card .select-wrapper .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;cursor:pointer}.enquiry-page .enquiry-form-card .select-wrapper .select-arrow-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#484c57;pointer-events:none}.enquiry-page .enquiry-form-card .recaptcha-mockup{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border:1px solid #d3d3d3;border-radius:4px;padding:10px 14px;width:300px;max-width:100%;box-shadow:0 1px 3px #0000000d}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-checkbox-col{display:flex;align-items:center;gap:12px}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-checkbox-col .recaptcha-check{width:28px;height:28px;cursor:pointer;accent-color:#006b94}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-checkbox-col .recaptcha-label{font-size:14px;font-family:Roboto,Arial,sans-serif;font-weight:400;color:#000;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col{display:flex;flex-direction:column;align-items:center;gap:4px}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-logo-wrapper{display:flex;flex-direction:column;align-items:center}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-logo-wrapper .recaptcha-logo-img{width:28px;height:28px}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-logo-wrapper .recaptcha-logo-text{font-size:9px;color:#9ca3af;text-decoration:none}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-logo-wrapper .recaptcha-logo-text a{color:#9ca3af;text-decoration:none}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-logo-wrapper .recaptcha-logo-text a:hover{text-decoration:underline}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-policy-links{font-size:8px;font-family:Roboto,Arial,sans-serif;color:#9ca3af;text-decoration:none}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-policy-links a{color:#9ca3af;text-decoration:none}.enquiry-page .enquiry-form-card .recaptcha-mockup .recaptcha-logo-col .recaptcha-policy-links a:hover{text-decoration:underline}.enquiry-page .enquiry-form-card .btn-submit-enquiry{width:100%;display:flex;justify-content:center;align-items:center;gap:8px;background-color:#006b94;color:#fff;padding:14px;border:none;border-radius:9999px;font-size:22px;font-weight:600;font-family:Manrope,sans-serif;cursor:pointer;transition:background-color .2s ease,transform .1s ease}@media(max-width:480px){.enquiry-page .enquiry-form-card .btn-submit-enquiry{font-size:18px}}.enquiry-page .enquiry-form-card .btn-submit-enquiry:hover{background-color:#004e6b}.enquiry-page .enquiry-form-card .btn-submit-enquiry:active{transform:scale(.98)}.contact-page-wrapper{width:100%;padding-top:100px;background-color:#fafbfe}.contact-page-wrapper .home-contact-section{padding:50px 0 80px}.esight-logo-glass-link .esight-logo-glass{background:#fff6;border:1px solid rgba(0,107,148,.12);border-radius:9999px;padding:5px 12px;display:inline-flex;align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:inset 0 1px 1px #fff9,0 2px 10px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1)}.esight-logo-glass-link:hover .esight-logo-glass{background:#ffffffbf;border-color:#006b944d;box-shadow:inset 0 1px 1px #fffc,0 4px 15px #006b9414;transform:translateY(-1px)}.esight-logo-glass-link:active .esight-logo-glass{transform:translateY(0);box-shadow:inset 0 1px 2px #0000000d}
