@import url("https://fonts.googleapis.com/css2?family=Saira:wght@400;700&display=swap");:root{--font-saira:"Saira",sans-serif}*{box-sizing:border-box}html{font-size:18px;line-height:32px;background:white;-webkit-font-smoothing:antialiased}#app,body,html{height:100%}body{font-family:var(--font-saira);font-size:18px;line-height:32px;margin:0;color:#11162A}@media (max-width:1024px){body{font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}.navbar{background-color:#B20436;justify-content:space-between;padding:1rem 2rem}.navbar,.navbar-links{display:flex;align-items:center}.navbar-links{list-style:none;margin:0;padding:0;gap:16px}.navbar-link{color:white;text-decoration:none;font-size:18px;font-weight:500}.navbar-lang-toggle{background:none;border:1.5px solid rgba(255,255,255,.7);color:white;font-size:14px;font-weight:600;letter-spacing:.08em;padding:4px 10px;border-radius:4px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.navbar-lang-toggle:hover{background:rgba(255,255,255,.15);border-color:white}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px}.navbar-hamburger span{display:block;width:28px;height:3px;background-color:white;margin:5px 0;border-radius:2px;transition:transform .3s ease}@media (max-width:768px){.navbar{flex-wrap:wrap;padding:.75rem 1rem}.navbar-hamburger{display:block}.navbar-links{display:none;flex-direction:column;width:100%;gap:0;padding:.5rem 0}.navbar-links.open{display:flex}.navbar-links li{width:100%;text-align:center;padding:.5rem 0}.navbar-link{font-size:16px}}.hero{position:relative;height:100vh;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;padding:60px 80px}.hero-content{max-width:900px;display:flex;flex-direction:column;gap:32px}.hero-title-wrapper{display:flex;gap:20px}.hero-title-line{width:15px;background-color:#B20436;height:140px;flex-shrink:0}.hero-title{font-size:60px;font-weight:600;line-height:80px;color:#ffffff;margin:0;align-self:flex-start}.hero-excerpt{font-size:25px;font-weight:400;line-height:1.5;color:#ffffff;margin:0;max-width:800px}@media (max-width:1024px){.hero{height:650px;padding:40px}.hero-content{gap:24px}.hero-title{font-size:44px;line-height:56px}.hero-title-line{height:100px;width:10px}.hero-excerpt{font-size:20px}}@media (max-width:768px){.hero{height:500px;padding:30px 20px}.hero-content{gap:18px;max-width:100%}.hero-title-wrapper{gap:12px}.hero-title{font-size:30px;line-height:40px}.hero-title-line{height:70px;width:8px}.hero-excerpt{font-size:16px;line-height:1.4}}@media (max-width:480px){.hero{height:420px;padding:24px 16px}.hero-title{font-size:24px;line-height:32px}.hero-title-line{height:55px;width:6px}.hero-excerpt{font-size:14px}}.title-container{display:flex;align-items:center;gap:.75rem}.title-line{width:.25rem;height:34px;background-color:#B20436;flex-shrink:0}.title-text{font-size:34px;font-weight:600;line-height:34px;margin:0}@media (max-width:768px){.title-text{font-size:24px;line-height:28px}.title-line{height:26px}}@media (max-width:480px){.title-text{font-size:20px;line-height:24px}.title-line{height:22px}}.article-container{width:100%}.article-description{font-size:18px;font-weight:300;margin-top:16px}.article-bullet-points{margin-top:16px;padding-left:20px}.article-bullet-points li{font-size:18px;font-weight:300;margin-bottom:8px}@media (max-width:768px){.article-bullet-points li,.article-description{font-size:15px}}.button-cta{background-color:#B20436;color:#ffffff;font-size:15px;padding:1em 2em;border-radius:8px;border:none;cursor:pointer;font-family:inherit;text-decoration:none;transition:background-color .3s ease}.button-cta:hover{background-color:#8C0329}@media (max-width:768px){.button-cta{font-size:13px;padding:.8em 1.5em}}.overlay-section{position:relative;min-height:700px;background-size:cover;background-position:50%;display:flex;align-items:center;overflow:hidden}.overlay-section-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(35,60,99,1) 0,rgba(35,60,99,.5) 90%,rgba(35,60,99,.3))}.overlay-section-content{position:relative;z-index:1;color:#ffffff;margin:0 auto;padding:40px 80px;width:100%}.overlay-section-description{font-size:18px;line-height:1.6;margin-top:1rem;margin-bottom:2rem;max-width:50%}.overlay-section-bullets{list-style:none;padding:0;margin-bottom:1rem}.overlay-section-bullet{display:flex;align-items:center;font-size:16px;margin-bottom:.25rem}.overlay-section-bullet-dot{width:8px;height:8px;background-color:#B20436;border-radius:50%;margin-right:1rem;flex-shrink:0}.overlay-section-bottom{margin-top:3rem}.overlay-section-bottom-text{font-size:18px;margin-bottom:1rem;line-height:1.4}@media (max-width:1024px){.overlay-section{min-height:550px}.overlay-section-content{padding:40px}.overlay-section-description{max-width:70%}}@media (max-width:768px){.overlay-section{min-height:auto}.overlay-section-content{padding:32px 20px}.overlay-section-description{max-width:100%;font-size:15px}.overlay-section-bullet{font-size:14px}.overlay-section-bottom-text{font-size:15px}}.product-card-link{text-decoration:none;display:block}.product-card{width:350px;height:380px;border-radius:16px;overflow:hidden;cursor:pointer;position:relative;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);flex-shrink:0}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.product-card-image-wrapper{width:100%;height:100%;position:relative}.product-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.5) 90%,rgba(0,0,0,.3),transparent);padding:40px 20px 30px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.product-card-title{font-size:35px;color:white}.product-card-excerpt,.product-card-title{font-weight:700;text-align:center;margin:0}.product-card-excerpt{font-size:15px;color:rgba(255,255,255,.85);line-height:1.4}.product-card-btn{display:inline-block;margin-top:10px;padding:.45em 1.4em;font-size:13px;font-weight:600;letter-spacing:.04em;color:#ffffff;background-color:transparent;border:1.5px solid rgba(255,255,255,.75);border-radius:20px;text-decoration:none;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.product-card-btn:hover{background-color:#ffffff;color:#111111;border-color:#ffffff}@media (max-width:1500px){.product-card{width:290px;height:340px}.product-card-title{font-size:28px}.product-card-excerpt{font-size:12px}}@media (max-width:1024px){.product-card{width:280px;height:320px}.product-card-title{font-size:28px}.product-card-excerpt{font-size:12px}}@media (max-width:768px){.product-card-link{width:100%;max-width:350px}.product-card{width:100%;height:280px}.product-card-title{font-size:24px}.product-card-excerpt{font-size:11px}.product-card-overlay{padding:30px 16px 20px}}.page-banner{position:relative;width:100%;height:300px;background-image:url(/pagebanner.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.page-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(17,22,42,.9) 0,rgba(17,22,42,.5))}.page-banner-content{position:relative;z-index:1;padding:0 80px}.page-banner-title-wrapper{margin-bottom:1.5rem}@media (max-width:1024px){.page-banner-content{padding:0 40px}}@media (max-width:768px){.page-banner{height:240px}.page-banner-content{padding:0 20px}.page-banner-title-wrapper{margin-bottom:1rem}}@media (max-width:480px){.page-banner{height:200px}}.footer{background-color:#082F45;color:white;font-size:18px;font-weight:300;padding:40px 80px}.footer-inner{display:flex;max-width:1400px;gap:4rem;margin:0 auto;align-items:flex-start}.footer-contact{line-height:1.6}.footer-contact div a{color:inherit}@media (max-width:1024px){.footer{padding:30px 40px}.footer-inner{gap:2rem}}@media (max-width:768px){.footer{padding:24px 20px;font-size:15px}.footer-inner{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}}.footer-spacer{height:200px}@media (max-width:768px){.footer-spacer{height:80px}}.home-image-article-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3rem;padding:60px 80px}.home-image-article-row .responsive-image{flex-shrink:0}.home-article-wrapper{max-width:60%;padding:60px 80px}.home-product-title-row{display:flex;justify-content:center;padding:60px 0}.home-product-cards-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:60px;padding:0 80px}@media (max-width:1500px){.home-product-cards-row{padding:0 40px;gap:1.2rem}}.home-why-garnet{padding:60px 80px}@media (max-width:1024px){.home-image-article-row{gap:2rem;padding:40px}.home-image-article-row .responsive-image{flex-shrink:1;width:40%;height:auto}.home-article-wrapper{max-width:58%;padding:20px 0;flex:1 1;min-width:0}.home-product-cards-row{padding:0 40px;gap:1.5rem}.home-why-garnet{max-width:80%;padding:40px}}@media (max-width:768px){.home-image-article-row{flex-direction:column;padding:30px 20px;gap:1.5rem}.home-article-wrapper{max-width:100%;padding:0}.home-product-title-row{padding:30px 0}.home-product-cards-row{flex-direction:column;align-items:center;padding:0 20px;gap:1.5rem;margin-bottom:40px}.home-why-garnet{max-width:100%;padding:30px 20px}}@media (max-width:480px){.home-image-article-row{padding:20px 16px}.home-product-cards-row{padding:0 16px}.home-why-garnet{padding:20px 16px}}.product-hero{position:relative;width:100%;height:100vh;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-end;overflow:hidden;padding-bottom:30px}.product-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(17,22,42,.6))}.product-hero-content{position:relative;z-index:1;width:100%;margin:0 auto;padding:0 80px 60px}.product-hero-text-container{display:flex;align-items:flex-start;gap:1.5rem}.product-hero-accent-line{width:10px;background-color:#B20436;align-self:stretch;min-height:100px;flex-shrink:0}.product-hero-text-content{display:flex;flex-direction:column;gap:1rem}.product-hero-title{font-size:76px;font-weight:600;color:#ffffff;margin:0;line-height:1.2}.product-hero-excerpt{font-size:40px;color:#ffffff;margin:0;line-height:1.4}@media (max-width:1024px){.product-hero{height:700px}.product-hero-content{padding:0 40px}.product-hero-title{font-size:56px}.product-hero-excerpt{font-size:28px}}@media (max-width:768px){.product-hero{height:480px}.product-hero-content{padding:0 20px}.product-hero-text-container{gap:1rem}.product-hero-accent-line{width:6px;min-height:60px}.product-hero-title{font-size:36px}.product-hero-excerpt{font-size:20px}}@media (max-width:480px){.product-hero{height:380px}.product-hero-content{padding:0 16px}.product-hero-title{font-size:28px}.product-hero-excerpt{font-size:16px}.product-hero-accent-line{width:5px;min-height:50px}}.button-download{background-color:#B20436;color:#ffffff;font-size:15px;padding:1em 2em;border-radius:8px;border:none;cursor:pointer;font-family:inherit;transition:background-color .3s ease}.button-download:hover{background-color:#8C0329}@media (max-width:768px){.button-download{font-size:13px;padding:.8em 1.5em;width:100%}}.product-description-section{padding:60px 80px;background-size:contain;background-repeat:no-repeat;background-position:100% 0}.product-description-text{font-size:25px;line-height:1.8;margin:0 0 2rem}.product-image-article-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3rem}.product-article-wrapper{max-width:60%;padding:60px 80px}.product-brochure-section{margin:4rem auto;padding:0 80px;text-align:center}.product-brochure-link{display:inline-block;padding:1rem 2rem;background-color:#B20436;color:white;text-decoration:none;border-radius:4px;font-size:1.125rem;font-weight:700;transition:background-color .3s}.product-brochure-link:hover{background-color:#8C0329}@media (max-width:1024px){.product-description-section{padding:40px}.product-description-text{font-size:20px}.product-image-article-row{gap:2rem}.product-article-wrapper{max-width:55%;padding:20px 0}.product-brochure-section{padding:0 40px}}@media (max-width:768px){.product-description-section{padding:30px 20px}.product-description-text{font-size:17px;line-height:1.6}.product-image-article-row{flex-direction:column;gap:1.5rem}.product-article-wrapper{max-width:100%;padding:0}.product-brochure-section{padding:0 20px;margin:2rem auto}.product-brochure-link{padding:.8rem 1.5rem;font-size:1rem;display:block}}@media (max-width:480px){.product-description-section{padding:20px 16px}.product-description-text{font-size:15px}.product-brochure-section{padding:0 16px}}.video-section{padding:60px 0;display:flex;justify-content:center}.video-container{position:relative;width:100%;max-height:500px;border-radius:6px;overflow:hidden;background-color:#1a1a2e;aspect-ratio:16/9}.video-player{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:1024px){.video-section{padding:30px 0}}@media (max-width:768px){.video-section{padding:20px 0}.video-container{border-radius:12px}}@media (max-width:480px){.video-section{padding:16px 0}.video-container{border-radius:10px}}.contact-banner{position:relative;width:100%;height:340px;background-image:url(/pagebanner.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.contact-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(17,22,42,.92) 0,rgba(17,22,42,.55))}.contact-banner-content{position:relative;z-index:1;padding:0 80px}@media (max-width:1024px){.contact-banner-content{padding:0 40px}}@media (max-width:768px){.contact-banner{height:260px}.contact-banner-content{padding:0 20px}}@media (max-width:480px){.contact-banner{height:220px}}.contact-section{padding:80px 80px 100px;background-color:#f9f9fb}.contact-section-inner{max-width:760px;margin:0 auto}.contact-section-header{margin-bottom:48px}.contact-section-subtitle{font-size:18px;font-weight:300;line-height:1.6;color:#4a4f66;margin:16px 0 0}.contact-form{display:flex;flex-direction:column;gap:24px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.contact-form-group{display:flex;flex-direction:column;gap:8px}.contact-form-label{font-size:14px;font-weight:600;color:#11162a;letter-spacing:.03em;text-transform:uppercase}.contact-form-required{color:#b20436}.contact-form-input{font-family:var(--font-saira);font-size:16px;color:#11162a;background-color:#ffffff;border:1.5px solid #d0d3de;border-radius:8px;padding:14px 16px;width:100%;outline:none;transition:border-color .2s ease,box-shadow .2s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.contact-form-input:focus{border-color:#b20436;box-shadow:0 0 0 3px rgba(178,4,54,.12)}.contact-form-input::placeholder{color:#adb0c0;font-weight:300}.contact-form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2311162A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px;cursor:pointer}.contact-form-select option{color:#11162a}.contact-form-footer{padding-top:8px}.contact-form-submit{font-size:16px;padding:1em 2.5em;width:100%;border-radius:8px;font-weight:600;letter-spacing:.02em}.contact-form-submit:disabled{background-color:#c5c8d6;cursor:not-allowed}.contact-form-submit:disabled:hover{background-color:#c5c8d6}.contact-success{flex-direction:column;gap:20px;padding:60px 40px;text-align:center;background-color:#ffffff;border:1.5px solid #d0d3de;border-radius:12px}.contact-success,.contact-success-icon{display:flex;align-items:center;justify-content:center}.contact-success-icon{width:64px;height:64px;border-radius:50%;background-color:#b20436;color:#ffffff;font-size:28px;font-weight:700}.contact-success-text{font-size:18px;font-weight:300;line-height:1.6;color:#11162a;max-width:480px;margin:0}.contact-success-link{color:#b20436;font-weight:600;text-decoration:none}.contact-success-link:hover{text-decoration:underline}@media (max-width:1024px){.contact-section{padding:60px 40px 80px}}@media (max-width:768px){.contact-section{padding:40px 20px 60px}.contact-section-subtitle{font-size:15px}.contact-form-row{grid-template-columns:1fr;gap:0}.contact-form-submit{font-size:14px;padding:.9em 1.5em}.contact-success{padding:40px 20px}.contact-success-text{font-size:16px}}@media (max-width:480px){.contact-section{padding:30px 16px 50px}.contact-form-input{font-size:15px;padding:12px 14px}}