@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Jost:wght@200;300;400;500&display=swap";
:root{--red-accent:#c0392b;--dark-text:#2a2a2a;--mid-text:#555;--radius-lg:20px}.csr-section{box-sizing:border-box;background:#fff;width:100%;padding:5rem clamp(1.5rem,6vw,5rem);font-family:Jost,sans-serif}.csr-header{max-width:860px;margin-bottom:2.4rem}.csr-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--mid-text);margin-bottom:.6rem;font-size:.63rem;font-weight:400}.csr-title{color:var(--red-accent);margin-bottom:1.1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:500;line-height:1.15}.csr-title em{font-style:italic;font-weight:600}.csr-intro{color:var(--dark-text);max-width:780px;font-size:clamp(.9rem,1.4vw,1.1rem);font-weight:300;line-height:1.75}.csr-card-wrap{border-radius:var(--radius-lg);width:100%;min-height:clamp(340px,52vw,560px);position:relative;overflow:hidden}.csr-card{border-radius:var(--radius-lg);opacity:0;pointer-events:none;flex-direction:column;justify-content:space-between;width:100%;height:100%;transition:opacity .8s,transform .8s;display:flex;position:absolute;inset:0;overflow:hidden;transform:scale(1.015)}.csr-card.active{opacity:1;pointer-events:auto;transform:scale(1)}.csr-bg-img{object-fit:cover;object-position:center top;z-index:0;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0}.csr-card-overlay{z-index:1;background:linear-gradient(135deg,#000000ad 0%,#00000073 55%,#00000047 100%);position:absolute;inset:0}.csr-card-content{z-index:3;flex-direction:column;flex:1;gap:2.5rem;padding:2.8rem 3rem 1.5rem;display:flex;position:relative}.csr-card-top{max-width:560px}.csr-slide-title{color:#fff;letter-spacing:.01em;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,2.8vw,2.4rem);font-weight:300;line-height:1.25}.csr-slide-desc{color:#ffffffe0;max-width:480px;font-size:.82rem;font-weight:400;line-height:1.75}.csr-stats-row{align-items:flex-start;gap:0;display:flex}.csr-stat{border-left:2px solid #fff6;flex-direction:column;flex:1;gap:.2rem;padding:.4rem 2.5rem .4rem 1.2rem;display:flex}.csr-stat+.csr-stat{border-left:2px solid #fff6;margin-left:1rem}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;font-size:.65rem;font-weight:300}.stat-value{color:#fff;letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;line-height:1.1}.stat-sub{color:#ffffffb3;max-width:240px;font-size:.72rem;font-weight:300;line-height:1.5}.csr-card-nav{z-index:10;pointer-events:none;justify-content:flex-end;align-items:center;gap:.6rem;width:100%;padding:1rem 1.8rem 1.4rem;display:flex;position:absolute;bottom:0;right:0}.csr-nav-arrow,.csr-dot{pointer-events:auto}.csr-nav-arrow{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:border-color .2s,color .2s,background .2s;display:flex}.csr-nav-arrow svg{width:14px;height:14px}.csr-nav-arrow:hover{color:#fff;background:#ffffff1a;border-color:#fff}.csr-dots{align-items:center;gap:.45rem;display:flex}.csr-dot{cursor:pointer;background:0 0;border:1.5px solid #ffffff8c;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,border-color .3s,transform .3s}.csr-dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}@media (max-width:700px){.csr-card-content{gap:1.8rem;padding:2rem 1.5rem 1rem}.csr-stats-row{flex-direction:column;gap:1.2rem}.csr-stat+.csr-stat{margin-left:0}.stat-value{font-size:2rem}.csr-section{padding:3.5rem 1.2rem}}
:root{--red-accent:#c0392b;--dark-text:#2a2a2a;--mid-text:#666;--radius-card:16px}.newsroom-section{box-sizing:border-box;background:#fff;width:100%;padding:4.5rem clamp(1.5rem,6vw,5rem);font-family:Jost,sans-serif}.newsroom-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.4rem;display:flex}.newsroom-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--mid-text);margin-bottom:.4rem;font-size:.63rem;font-weight:400}.newsroom-title{color:var(--red-accent);letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:400;line-height:1}.view-all-btn{letter-spacing:.06em;color:var(--dark-text);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #bbb;border-radius:999px;padding:.6rem 1.5rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:300;transition:border-color .25s,color .25s,background .25s}.view-all-btn:hover{border-color:var(--red-accent);color:var(--red-accent)}.newsroom-grid{grid-template-columns:1.45fr 1fr 1fr;align-items:stretch;gap:1.2rem;display:grid}.news-card{border-radius:var(--radius-card);cursor:pointer;flex-direction:column;min-height:440px;display:flex;position:relative;overflow:hidden}.news-card:hover .news-img{transform:scale(1.04)}.news-img{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.news-overlay{z-index:1;background:linear-gradient(#0000001f 0%,#00000038 35%,#000000b3 65%,#000000d9 100%);transition:background .3s;position:absolute;inset:0}.news-card:hover .news-overlay{background:linear-gradient(#00000026 0%,#00000047 35%,#000000bf 65%,#000000e6 100%)}.news-body{z-index:3;flex-direction:column;gap:.85rem;margin-top:auto;padding:1.8rem;display:flex;position:relative}.news-title{color:#fff;letter-spacing:.01em;font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,1.8vw,1.75rem);font-weight:400;line-height:1.25}.news-card--large .news-title{font-size:clamp(1.5rem,2.2vw,2.2rem)}.news-excerpt{color:#ffffffd1;font-size:.78rem;font-weight:300;line-height:1.7}.news-arrow{cursor:pointer;color:#fff;background:0 0;border:1.5px solid #ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-top:.2rem;transition:border-color .25s,background .25s,transform .25s;display:flex}.news-arrow svg{width:18px;height:18px}.news-card:hover .news-arrow{background:#ffffff26;border-color:#fff;transform:translate(3px)}.newsroom-footer-mobile{justify-content:flex-end;margin-top:1.5rem;display:none}@media (max-width:960px){.newsroom-grid{grid-template-columns:1fr 1fr}.news-card--large{grid-column:1/-1;min-height:360px}.newsroom-header-right{display:none}.newsroom-footer-mobile{display:flex}}@media (max-width:580px){.newsroom-grid{grid-template-columns:1fr}.news-card{min-height:320px}.newsroom-section{padding:3rem 1.2rem}}
.cf-wrap{box-sizing:border-box;color:#333;background:#fff;border:1px solid #eaeaea;border-radius:12px;width:100%;max-width:580px;margin:5rem auto;padding:3.5rem 2.5rem 4rem;font-family:Jost,sans-serif;box-shadow:0 10px 40px #0000000a}.cf-heading{letter-spacing:.12em;text-transform:uppercase;color:#2a2a2a;text-align:center;margin:0 0 2rem;font-size:1.45rem;font-weight:600}.cf-form{flex-direction:column;gap:1.1rem;display:flex}.cf-field{flex-direction:column;gap:.35rem;display:flex}.cf-input,.cf-textarea{color:#333;box-sizing:border-box;resize:none;background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;outline:none;width:100%;padding:.9rem 1.1rem;font-family:Jost,sans-serif;font-size:.9rem;font-weight:400;transition:border-color .25s,background .25s,box-shadow .25s}.cf-input::placeholder,.cf-textarea::placeholder{color:#999;font-weight:300}.cf-input:focus,.cf-textarea:focus{background:#fff;border-color:#c0392b;box-shadow:0 0 0 3px #c0392b14}.has-error .cf-input,.has-error .cf-textarea{border-color:#e74c3c}.cf-error{color:#e74c3c;letter-spacing:.02em;padding-left:4px;font-size:.72rem}.cf-checkbox-wrap{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.cf-checkbox-label{cursor:pointer;align-items:flex-start;gap:.8rem;display:flex}.cf-checkbox-input{opacity:0;width:0;height:0;position:absolute}.cf-checkbox-box{background:#fff;border:1.5px solid #bbb;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:border-color .2s,background .2s;display:flex}.cf-checkbox-input:checked+.cf-checkbox-box{background:#c0392b;border-color:#c0392b}.cf-checkbox-box svg{stroke:#fff;width:11px;height:11px}.cf-checkbox-text{color:#666;font-size:.82rem;font-weight:300;line-height:1.6}.cf-privacy-link{color:#c0392b;text-underline-offset:3px;text-decoration:underline;transition:opacity .2s}.cf-privacy-link:hover{opacity:.75}.cf-recaptcha{flex-direction:column;gap:.4rem;margin-top:.4rem;display:flex}.cf-captcha-box{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafafa;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:1rem;width:fit-content;min-width:280px;padding:1rem 1.2rem;transition:border-color .25s,box-shadow .25s;display:flex}.cf-captcha-box:hover{border-color:#ccc;box-shadow:0 2px 8px #00000008}.cf-captcha-check{background:#fff;border:2px solid #ccc;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:border-color .2s;display:flex}.cf-captcha-check.checked{background:#fff;border-color:#4caf50}.cf-captcha-check svg{width:16px;height:16px}.cf-captcha-text{color:#444;flex:1;font-size:.88rem;font-weight:400}.cf-captcha-logo{flex-direction:column;align-items:center;gap:1px;margin-left:auto;display:flex}.cf-captcha-icon{width:28px;height:28px}.cf-captcha-brand{color:#888;letter-spacing:.04em;font-size:.55rem;font-weight:500;line-height:1}.cf-captcha-links{color:#888;letter-spacing:.02em;font-size:.5rem}.cf-submit{color:#fff;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;background:#c0392b;border:none;border-radius:4px;align-self:center;margin-top:1rem;padding:.9rem 2.5rem;font-family:Jost,sans-serif;font-size:.85rem;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s}.cf-submit:hover{background:#a93226;transform:translateY(-2px);box-shadow:0 8px 20px #c0392b40}.cf-submit:active{transform:translateY(0)}.cf-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;min-height:300px;padding:4rem 1rem;display:flex}.cf-success svg{stroke:#4caf50;width:60px;height:60px}.cf-success h3{color:#2a2a2a;letter-spacing:.04em;font-size:1.6rem;font-weight:500}.cf-success p{color:#666;font-size:.95rem;font-weight:400;line-height:1.6}@media (max-width:600px){.cf-wrap{width:90%;margin:3rem auto;padding:2.5rem 1.8rem}}@media (max-width:480px){.cf-wrap{padding:2rem 1.4rem}.cf-heading{font-size:1.25rem}.cf-captcha-box{min-width:100%}}
.careers-section{box-sizing:border-box;background:#fff;width:100%;margin-top:100px;padding:0 clamp(1.5rem,5vw,4.5rem) 5rem;font-family:Jost,sans-serif}.careers-card{cursor:pointer;border-radius:20px;width:100%;height:clamp(240px,28vw,360px);position:relative;overflow:hidden}.careers-img{object-fit:cover;object-position:center 25%;z-index:0;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.careers-card:hover .careers-img{transform:scale(1.03)}.careers-overlay{z-index:1;background:linear-gradient(90deg,#000000b8 0%,#00000080 40%,#0000001f 100%);position:absolute;inset:0}.careers-content{z-index:3;flex-direction:column;justify-content:center;gap:.7rem;max-width:540px;height:100%;padding:2.5rem clamp(1.8rem,5vw,4rem);display:flex;position:relative}.careers-eyebrow{letter-spacing:.24em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.1rem;font-size:.62rem;font-weight:400}.careers-title{color:#fff;letter-spacing:.01em;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;line-height:1.15}.careers-sub{color:#ffffffd1;max-width:420px;font-size:clamp(.8rem,1.2vw,.95rem);font-weight:300;line-height:1.65}.careers-btn{color:#fff;letter-spacing:.08em;cursor:pointer;background:0 0;border:1.5px solid #ffffffb3;border-radius:999px;align-self:flex-start;align-items:center;margin-top:.6rem;padding:.6rem 1.6rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:300;transition:background .28s,border-color .28s,color .28s;display:inline-flex}.careers-btn:hover{background:#ffffff26;border-color:#fff}@media (max-width:600px){.careers-card{border-radius:14px;height:clamp(200px,60vw,280px)}.careers-overlay{background:linear-gradient(#0000002e 0%,#000000b8 100%)}.careers-content{justify-content:flex-end;padding-bottom:2rem}.careers-section{padding:0 1rem 3rem}}
