[data-landing-buttons]{display:flex;flex-direction:row;gap:.85rem;margin-top:24px}[data-button]{appearance:none;-webkit-appearance:none;outline:none;backdrop-filter:blur(12px);border-radius:2.5rem;display:flex;align-items:center;gap:30px;letter-spacing:.6px}[data-button] [data-arrow-right]{display:block}[data-button] [data-arrow-hover]{display:none}[data-button].orange:active,[data-button].orange:focus,[data-button].orange:focus-visible,[data-button].solidWhite:active,[data-button].solidWhite:focus,[data-button].solidWhite:focus-visible,[data-button].white:active,[data-button].white:focus,[data-button].white:focus-visible,[data-button]:focus,[data-button]:focus-visible{border-color:rgb(var(--color-brand-primary-rgb));outline:2px solid rgba(var(--color-brand-primary-rgb),.3);outline-offset:2px;box-shadow:0 0 0 2px rgba(var(--color-brand-primary-rgb),.18)}[data-button]:hover [data-arrow-right]{display:none}[data-button]:hover [data-arrow-hover],[data-icon-normal]{display:block}[data-button-icon]:hover [data-icon-normal],[data-icon-hover]{display:none}[data-button-icon]:hover [data-icon-hover]{display:block}.white{background-color:rgba(var(--color-base-white-rgb),.15);border:1px solid rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-white-rgb))}.orange,.white:hover{background-color:rgba(var(--color-brand-primary-rgb),.12);border:1px solid rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-brand-primary-rgb))}.orange:hover{background-color:rgba(var(--color-brand-primary-rgb),.9);color:rgb(var(--color-base-white-rgb))}.solidWhite{background-color:rgb(var(--color-base-white-rgb));border:1px solid rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));mix-blend-mode:screen}.solidWhite:hover{background-color:rgb(var(--color-brand-primary-rgb));border:1px solid rgb(var(--color-brand-primary-rgb))}.xs{background-color:rgba(0,0,0,0);border:none}.sm{padding:10px 15px}.lg{letter-spacing:.6px;padding:20px 32px}[data-arrow-hover],[data-arrow-right]{width:53px;height:12px;flex-shrink:0}[data-button].default [data-arrow-right],[data-button].orange [data-arrow-right],[data-button].solidWhite [data-arrow-right]{color:rgb(var(--color-brand-primary-rgb))}[data-button].orange [data-arrow-hover],[data-button].white [data-arrow-right]{color:rgb(var(--color-base-white-rgb))}[data-button].default [data-arrow-hover],[data-button].solidWhite [data-arrow-hover],[data-button].white [data-arrow-hover]{color:rgb(var(--color-brand-primary-rgb))}@media(max-width:1280px){.lg{padding:17px 27.2px}[data-arrow-hover],[data-arrow-right]{width:45.05px;height:10.2px}}@media(max-width:768px){.lg{padding:14px 22.4px}[data-arrow-hover],[data-arrow-right]{width:37.1px;height:8.4px}}.modalDivider{border:none;background-color:rgb(var(--color-base-black-rgb));height:2px;margin:0 0 20px;width:40px}.banner{position:fixed;z-index:100050;left:0;right:0;bottom:0;padding:20px 20px max(20px,env(safe-area-inset-bottom));display:flex;justify-content:center;pointer-events:none}.banner:before{content:"";position:absolute;filter:blur(150px);border-radius:48px;background-color:rgba(var(--color-base-black-rgb),.95);width:100%;height:100%;z-index:-1}.bannerInner{pointer-events:auto;max-width:720px;width:100%;background:rgb(var(--color-surface-muted-rgb));border:1px solid rgba(var(--color-base-black-rgb),.12);border-radius:12px;box-shadow:0 -4px 24px rgba(var(--color-base-black-rgb),.12);padding:20px 22px;box-sizing:border-box}.bannerTitle{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400;color:rgb(var(--color-base-black-rgb));margin:0 0 10px}.bannerText{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;margin:0 0 20px;color:rgba(var(--color-base-black-rgb),.75)}.bannerLinks{display:inline;color:rgb(var(--color-brand-primary-rgb));font-weight:600;text-decoration:none}.bannerActions{display:flex;flex-wrap:wrap;gap:10px}.btn{cursor:pointer;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(0,0,0,0);transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn:focus-visible{outline:2px solid rgb(var(--color-brand-primary-rgb));outline-offset:2px}.btnPrimary{background:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb));border-color:rgb(var(--color-brand-primary-rgb))}.btnPrimary:hover{filter:brightness(1.05)}.btnSecondary{background:rgba(0,0,0,0);color:rgb(var(--color-base-black-rgb));border-color:rgba(var(--color-base-black-rgb),.25)}.btnSecondary:hover{border-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-brand-primary-rgb))}.btnGhost{background:rgba(0,0,0,0);color:rgba(var(--color-base-black-rgb),.75);border-color:rgba(0,0,0,0);text-decoration:underline;text-underline-offset:3px}.overlay{background:rgba(var(--color-base-black-rgb),.7);backdrop-filter:blur(8px);position:fixed;inset:0;z-index:100060;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.modal{background:rgb(var(--color-base-white-rgb));border-radius:26px;max-width:520px;width:100%;max-height:min(90dvh,640px);overflow:auto;padding:24px 22px;box-shadow:0 16px 48px rgba(var(--color-base-black-rgb),.2);border:1px solid rgba(var(--color-base-black-rgb),.08)}.modalTitle{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400;margin:0 0 8px;color:rgb(var(--color-base-black-rgb))}.modalIntro{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;margin:0 0 20px;color:rgba(var(--color-base-black-rgb),.75)}.row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(var(--color-base-black-rgb),.08)}.row:last-of-type{border-bottom:none}.rowText{display:flex;flex-direction:column;gap:6px}.rowText strong{font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:500;letter-spacing:.08em;text-transform:uppercase;display:block;color:rgb(var(--color-base-black-rgb))}.rowText p,.rowText strong{font-family:var(--font-inter),system-ui,sans-serif}.rowText p{font-size:calc(13px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;margin:0;color:rgba(var(--color-base-black-rgb),.75)}.switch{position:relative;width:44px;height:26px;flex-shrink:0}.switch input{opacity:0;width:0;height:0;position:absolute}.slider{position:absolute;cursor:pointer;inset:0;background:rgba(var(--color-base-black-rgb),.2);border-radius:999px;transition:background .2s ease}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:rgb(var(--color-base-white-rgb));border-radius:50%;transition:transform .2s ease}.switch input:checked+.slider{background:rgb(var(--color-brand-primary-rgb))}.switch input:checked+.slider:before{transform:translateX(18px)}.switch input:disabled+.slider{opacity:.5;cursor:not-allowed}.modalActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;justify-content:flex-end}@media(max-width:520px){.bannerInner{padding:16px}.bannerActions{flex-direction:column}.btn,.btnGhost,.btnPrimary,.btnSecondary{width:100%;text-align:center}}[data-pagination]{display:flex;align-items:center;justify-content:center;gap:14px;padding-top:18px;padding-bottom:60px;padding-inline:14px;border-radius:2.25rem;background:radial-gradient(circle at top,rgba(var(--color-brand-primary-rgb),.08),transparent 60%);backdrop-filter:blur(6px)}[data-pagination-list]{display:flex;align-items:center;gap:8px}[data-pagination-btn]{border:none;background:rgba(0,0,0,0);color:rgba(var(--color-brand-primary-rgb),1);padding:10px 14px;border-radius:2.25rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:36px;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease}[data-pagination-btn]:hover:not([disabled]){background:rgba(var(--color-brand-primary-rgb),1);color:rgb(var(--color-base-white-rgb));box-shadow:0 6px 16px rgba(var(--color-brand-primary-rgb),.35);transform:translateY(-1px)}[data-pagination-btn][data-variant=nav]{width:32px;height:32px;padding:0;line-height:1}[data-pagination-btn][disabled]{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}[data-pagination-btn][data-active=true]{background:rgba(var(--color-brand-primary-rgb),1);color:rgb(var(--color-base-white-rgb))}[data-pagination-ellipsis]{color:rgb(var(--color-brand-primary-rgb));padding:0 6px;opacity:.7}@media(max-width:768px){[data-pagination]{flex-wrap:wrap;gap:10px}[data-pagination-btn]{padding:8px 12px}}[data-footer]{background-color:rgb(var(--color-surface-navigation-rgb));color:rgb(var(--color-base-white-rgb));padding-top:16px;padding-bottom:16px;position:sticky;justify-content:center;gap:16px;z-index:999}[data-footer] hr{margin:16px 0;width:100%}[data-footer-social-media] a,[data-footer]{display:flex;flex-direction:column}[data-footer-social-media] a [data-social-media-normal],[data-footer-social-media] a:hover [data-social-media-hover]{display:block}[data-footer-social-media] a [data-social-media-hover],[data-footer-social-media] a:hover [data-social-media-normal]{display:none}[data-footer-link-contact-details],[data-footer-link-resources],[data-footer-link-resources] ul,[data-footer-links],[data-footer-logo],[data-footer-social-media],[data-footer-social-media] ul,[data-footer-subscribe],[data-footer-top]{display:flex;flex-direction:row}[data-footer-link-contact-details],[data-footer-links]{gap:24px}[data-footer-link-contact-details]{--footer-contact-line-box:calc(18px * var(--typo-scale, 1))}[data-footer-links]>[data-footer-link-contact-details]{flex:0 0 auto;min-width:max-content}[data-footer-links]>[data-footer-link-resources]{flex:1 1;min-width:0;width:100%}[data-footer-links]>[data-footer-separator-wrapper]{flex:0 0 auto}[data-footer-link-contact-details]>[data-footer-link-phone-email]{display:flex;flex-direction:column;justify-content:flex-start;flex:0 0 auto;min-width:max-content;row-gap:0;min-height:calc(3*var(--footer-contact-line-box));max-height:calc(3*var(--footer-contact-line-box));overflow:hidden}[data-footer-link-contact-details]>[data-footer-link-phone-email]>[data-footer-contact-line]{display:flex;align-items:center;flex:0 0 var(--footer-contact-line-box);min-height:var(--footer-contact-line-box);max-height:var(--footer-contact-line-box);min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-footer-link-contact-details]>[data-footer-link-phone-email]>[data-footer-contact-line] a[data-email-link]{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-footer-link-contact-details]>[data-footer-link-phone-email]>[data-footer-contact-line] a[data-tel-link]{display:inline;min-width:0}[data-footer-link-contact-details]>[data-footer-link-address]{display:flex;flex-direction:column;justify-content:flex-start;flex:0 0 auto;min-width:max-content;max-width:min(100%,42ch);row-gap:0;min-height:calc(3*var(--footer-contact-line-box))}[data-footer-link-contact-details]>[data-footer-link-address]>[data-footer-contact-line]{color:rgb(var(--color-base-white-rgb));display:block;flex:0 0 auto;min-height:var(--footer-contact-line-box);overflow:visible;white-space:normal;overflow-wrap:anywhere;text-decoration:none;word-break:break-word}[data-footer-social-media]{width:100%}[data-footer-social-media] ul{list-style-type:none;padding:0}[data-footer-social-media] ul li{text-align:center}[data-footer-copyright] a[data-footer-credit-link],[data-footer-social-media] ul a,button[data-footer-cookie-settings]{color:rgb(var(--color-base-white-rgb));text-decoration:none;background:none;border:0;cursor:pointer;padding:0}[data-footer-copyright] a[data-footer-credit-link]:hover,button[data-footer-cookie-settings]:hover{color:rgb(var(--color-brand-primary-rgb));text-shadow:.04em 0 0 currentColor,-.04em 0 0 currentColor}[data-footer-bottom]{display:flex;flex-direction:row;justify-content:space-between}[data-footer-bottom] li{list-style-type:none}[data-footer-social-media]{align-items:center;gap:28px}[data-footer-social-media] ul{gap:14px;margin:0}[data-footer-social-media] ul a{align-items:center}[data-footer-separator-wrapper] [data-footer-separator]{width:1px;height:100%;background-color:rgb(var(--color-base-white-rgb))}[data-footer-link-resources] ul{list-style-type:none;justify-content:space-between;padding:0;margin:0;align-items:center;width:100%;flex-wrap:wrap;gap:8px 16px}[data-footer-link-resources] ul li{text-align:center}[data-footer-link-resources] ul a{color:rgb(var(--color-base-white-rgb));text-decoration:none;background:none;border:0;cursor:pointer;padding:0}[data-footer-link-resources] ul a:hover,[data-footer-link-resources] ul button[data-footer-cookie-settings]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-footer-logo],[data-footer-subscribe]{min-width:max-content;align-items:center}[data-footer-subscribe],[data-footer-top]{gap:14px}[data-footer-link-resources] ul,[data-footer-top]{justify-content:space-between}[data-footer-copyright]{text-transform:none}[data-footer] a[data-email-link]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:500;text-transform:uppercase;color:rgb(var(--color-brand-primary-rgb));text-decoration:none}[data-footer] a[data-email-link]:hover{text-decoration:underline}[data-footer] a[data-tel-link]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:500;text-transform:uppercase}[data-footer] a[data-tel-link],[data-footer] a[data-tel-link]:hover,[data-footer] a[data-tel-link]:visited{color:inherit;text-decoration:none}[data-footer-hr]{display:none}@media(max-width:1024px){[data-footer-link-address],[data-footer-link-phone-email],[data-footer-link-resources] ul,[data-footer-logo],[data-footer-social-media],[data-footer-subscribe]{margin:0}[data-footer-link-contact-details],[data-footer-link-resources] ul,[data-footer-social-media],[data-footer-subscribe]{gap:8px}[data-footer-separator-wrapper]{display:none}[data-footer-links],[data-footer-social-media],[data-footer-top]{flex-wrap:wrap;width:100%}[data-footer-link-contact-details],[data-footer-links],[data-footer-social-media],[data-footer-subscribe],[data-footer-top]{align-items:flex-start;display:flex;flex-direction:column}[data-footer-links],[data-footer-top]{gap:0}[data-footer-hr]{display:block}}@media(max-width:768px){[data-footer-link-resources] ul{gap:8px}}[data-investors-featured-investment-opportunity]{font-family:var(--font-roboto),system-ui,sans-serif;background-color:rgb(var(--color-surface-page-rgb));box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);color:rgb(var(--color-base-white-rgb));display:block;height:100%;min-height:430px;overflow:hidden;position:relative;text-decoration:none;flex:0 1;flex-basis:0;transition:flex-grow .52s cubic-bezier(.22,.61,.36,1),box-shadow .36s ease,filter .36s ease;isolation:isolate}[data-investors-featured-investment-opportunity]:hover{box-shadow:0 10px 28px rgba(var(--color-base-black-rgb),.35)}[data-investors-featured-investment-opportunity]:focus-visible{box-shadow:0 0 0 2px rgb(var(--color-base-white-rgb)),0 10px 28px rgba(var(--color-base-black-rgb),.35);outline:none}@media(prefers-reduced-motion:reduce){[data-investors-featured-investment-opportunity]{transition:none}}[data-investors-featured-investment-opportunity-image-wrapper]{position:absolute;inset:0;display:block}[data-investors-featured-investment-opportunity-image-wrapper] img{display:block;height:100%;object-fit:cover;width:100%}[data-investors-featured-investment-opportunity-image-overlay]{position:absolute;inset:0;background:linear-gradient(180deg,rgba(var(--color-base-black-rgb),.32) 0,rgba(var(--color-base-black-rgb),.52) 55%,rgba(var(--color-base-black-rgb),.84) 100%);z-index:1}[data-investors-featured-investment-opportunity-content]{position:absolute;left:20px;right:auto;width:300px;max-width:calc(100% - 40px);bottom:20px;display:flex;flex-direction:column;gap:8px;z-index:3;opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .35s ease,transform .52s cubic-bezier(.22,.61,.36,1)}[data-investors-featured-investment-opportunity-content] ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0;line-height:1.45;max-height:4.35em;overflow:hidden;transition:max-height .42s ease}[data-investors-featured-investment-opportunity-content] [data-investors-featured-investment-opportunity-header]{display:flex;flex-direction:column;gap:8px}[data-investors-featured-investment-opportunity-content] [data-investors-featured-investment-opportunity-header] hr{height:2px;border:none;background-color:rgb(var(--color-base-white-rgb));margin:0;width:40px}[data-investors-featured-investment-opportunity-content] [data-investors-featured-investment-opportunity-header] h5{margin:0 0 8px;overflow:hidden;display:-webkit-box;white-space:pre-line;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em}[data-investors-featured-investment-opportunity-vertical-title]{position:absolute;z-index:2;inset:0;display:grid;place-items:center;padding:20px 10px;opacity:0;transform:translateY(8px);transition:opacity .26s ease,transform .42s ease}[data-investors-featured-investment-opportunity-vertical-title] span{display:inline-block;transform:rotate(-90deg);transform-origin:center center;text-align:center;white-space:nowrap;max-width:380px;text-overflow:ellipsis;overflow:hidden;letter-spacing:.02em}[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity] [data-investors-featured-investment-opportunity-content],[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity] [data-investors-featured-investment-opportunity-content]{opacity:0;transform:translateY(18px);pointer-events:none}[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity]:focus-visible [data-investors-featured-investment-opportunity-content],[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity]:hover [data-investors-featured-investment-opportunity-content]{opacity:1;transform:translateY(0);pointer-events:auto}[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity]:focus-visible [data-investors-featured-investment-opportunity-content] ul,[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity]:hover [data-investors-featured-investment-opportunity-content] ul{max-height:360px}[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity] [data-investors-featured-investment-opportunity-vertical-title],[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity] [data-investors-featured-investment-opportunity-vertical-title]{opacity:1;transform:translateY(0)}[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity]:focus-visible [data-investors-featured-investment-opportunity-vertical-title],[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity]:hover [data-investors-featured-investment-opportunity-vertical-title]{opacity:0;transform:translateY(8px)}@media(max-width:1024px){[data-investors-featured-investment-opportunity]{min-height:220px}[data-investors-featured-investment-opportunity-vertical-title]{display:none}[data-investors-featured-investment-opportunity-content]{opacity:1;transform:none;pointer-events:auto;width:auto}[data-investors-featured-investment-opportunity-content] ul{max-height:unset;transition:none}[data-investors-featured-investment-opportunity-content] [data-investors-featured-investment-opportunity-header]{gap:4px}[data-investors-featured-investment-opportunity-content] [data-investors-featured-investment-opportunity-header] h5{-webkit-line-clamp:1;line-clamp:1;min-height:auto;white-space:nowrap;text-overflow:ellipsis}[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity] [data-investors-featured-investment-opportunity-content],[data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity] [data-investors-featured-investment-opportunity-content]{opacity:1;transform:none}}[data-page-header]{align-items:center;background-position:50%;background-color:rgba(var(--color-overlay-muted-rgb),.2);background-repeat:no-repeat;background-size:cover;height:calc(var(--navbar-height) + 110px);position:relative;justify-self:center;overflow:visible;width:100%}[data-page-header][data-background-image]{background-attachment:scroll}[data-page-header] [data-page-header-ampersand]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(30px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1));font-weight:300}[data-page-header]:before{content:"";position:absolute;inset:0;background:rgba(var(--color-overlay-muted-rgb),.2)}@supports(backdrop-filter:blur(1px)){[data-page-header]:before{backdrop-filter:blur(2px) saturate(180%)}}[data-page-header]:before{-webkit-backdrop-filter:blur(2px) saturate(180%);z-index:5;pointer-events:none}[data-page-header]>[data-module-inner]{height:100%;padding:0;position:relative;z-index:10;display:flex;align-items:center;width:auto!important}[data-page-header][data-page-header-has-breadcrumbs] [data-page-header-breadcrumbs]{position:absolute;left:0;top:0;width:0;height:0;overflow:hidden;pointer-events:none;z-index:0}[data-page-header] h1{margin:auto 0 0;margin-bottom:calc(var(--navbar-height) - 25px - 50px);display:flex;align-items:center;gap:12px}[data-page-header] [data-page-header-divider],[data-page-header] [data-page-header-subtitle]{color:rgb(var(--color-base-white-rgb));margin-top:auto;margin-bottom:35.4px}[data-page-header] [data-page-header-content]{display:flex;flex-direction:row;align-items:center;margin-top:auto}[data-page-header] [data-page-header-divider]{margin-left:20px;margin-right:20px}[data-page-header]:after{content:"";position:absolute;left:0;right:0;bottom:-21px;height:21px;background:linear-gradient(to bottom,rgba(var(--color-base-black-rgb),.15),rgba(var(--color-base-black-rgb),0));pointer-events:none;z-index:1001}[data-page-header][data-background-image]:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:5;background:radial-gradient(circle 170dvw at 156px 499px,rgba(var(--color-base-black-rgb),.9) 0,rgba(var(--color-base-black-rgb),.6) 35%,rgba(var(--color-base-black-rgb),0) 70%)}[data-page-header]{margin-top:-110.4px}[data-page-header] [data-page-header-subtitle]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(42px*var(--typo-scale, 1));font-weight:100;letter-spacing:.6px;text-transform:uppercase}[data-page] [data-page-header]>[data-module-inner]{padding:0 37px}@media(max-width:1280px){[data-page-header] [data-page-header-subtitle]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(19px*var(--typo-scale, 1));line-height:calc(42px*var(--typo-scale, 1));font-weight:100;letter-spacing:.6px;text-transform:uppercase}}@media(max-width:1024px){[data-page-header]{margin-top:-50.4px;height:calc(var(--navbar-height-compressed) + 84px)}[data-page-header] h1{margin-top:0;margin-bottom:24px;gap:9.6px}[data-page-header] [data-page-header-divider],[data-page-header] [data-page-header-subtitle]{margin-top:0;margin-bottom:20px}[data-page-header] [data-page-header-subtitle]{line-height:19px}}@media(max-width:768px){[data-page-header]{margin-top:-50.4px;height:calc(var(--navbar-height-compressed) + 80px)}[data-page-header]>[data-module-inner]{padding:0;align-items:flex-end}[data-page-header] h1{gap:9px}[data-page-header][data-background-image]:before{background:rgba(var(--color-base-black-rgb),.48)}[data-page] [data-page-header]>[data-module-inner]{padding:0 20px}}@media(max-width:768px)and (hover:none)and (pointer:coarse){[data-page] [data-page-header]>[data-module-inner]{padding:0}}:root{--nav-ease:240ms ease;--nav-height-ease:200ms ease-out;--navbar-height:110.4px;--navbar-height-compressed:50.4px;--navbar-logo-height-desktop-top:110.4px;--navbar-logo-width-desktop-top:146.3px;--navbar-logo-height-desktop-compressed:33px;--navbar-logo-width-desktop-compressed:77px;--navbar-logo-height-mobile:31px;--navbar-logo-width-mobile:161px;--nav-compress-after:14px;--nav-expand-under:4px}[data-nav-sentinels]{opacity:0;pointer-events:none;margin-bottom:calc(-1*(var(--nav-compress-after) + var(--nav-expand-under)))}[data-nav-sentinel=compress]{width:1px;height:var(--nav-compress-after)}[data-nav-sentinel=expand]{width:1px;height:var(--nav-expand-under)}@supports(backdrop-filter:blur(1px)){[data-navbar]{backdrop-filter:blur(2px) saturate(180%)}}[data-navbar]{-webkit-backdrop-filter:blur(2px) saturate(180%);position:sticky;top:0;width:100%;z-index:100000;background-color:rgb(var(--color-surface-navigation-rgb));height:var(--navbar-height-compressed);transition:height var(--nav-height-ease);will-change:height;overflow:visible}[data-navbar]:after{content:"";background:linear-gradient(to bottom,rgba(var(--color-base-white-rgb),.15),rgba(var(--color-base-white-rgb),0));pointer-events:none;z-index:1001;height:21px;position:absolute;bottom:-21px;left:0;right:0}[data-navbar][data-interior-page=true]{background-color:rgba(var(--color-surface-navigation-rgb),.8)}@media(min-width:1024px){[data-navbar-desktop-wrapper]{height:var(--navbar-logo-height-desktop-top)}[data-navbar-desktop-wrapper][data-state=compressed]{height:var(--navbar-height-compressed)}[data-navbar-mobile-wrapper]{display:none}}[data-navbar-nav]{height:100%;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 37px;overflow:visible}[data-navbar-desktop]{position:relative}[data-navbar-center-group]{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 2rem;min-width:0}[data-navbar-center-group] a:hover{color:rgb(var(--color-brand-primary-rgb))}[data-navbar-center],[data-navbar-left],[data-navbar-right]{display:flex;flex-direction:row}[data-navbar-left],[data-navbar-right]{height:100%;display:flex;align-items:center;list-style:none;padding:0;justify-content:space-between;gap:.5rem;margin:0;max-width:450px;width:100%}[data-navbar-left]>li>a,[data-navbar-right]>li>a{color:rgb(var(--color-base-white-rgb));text-decoration:none;white-space:nowrap;position:relative;display:flex;align-items:center;height:100%}[data-navbar-left]>li>a[aria-current=page],[data-navbar-right]>li>a[aria-current=page]{color:rgb(var(--color-brand-primary-rgb))}[data-navbar-item]{position:static;height:100%;display:flex;align-items:center}[data-navbar-secondary]{position:absolute;top:100%;left:0;right:0;min-height:200px;transform:none;background-color:rgb(var(--color-base-white-rgb));border-top:1px solid rgba(var(--color-base-white-rgb),.12);box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);width:100%;z-index:1002;overflow:visible}[data-navbar-secondary]:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:12px}[data-navbar-secondary]{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity .18s ease-in-out,transform .18s ease-in-out,visibility 0s linear .18s}[data-navbar-secondary]:after{content:"";border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid rgb(var(--color-base-white-rgb));position:absolute;bottom:calc(100% - 1px);left:var(--secondary-anchor-x,50%);opacity:0;transform:translate(-50%,4px);transition:opacity .18s ease-in-out,transform .18s ease-in-out;pointer-events:none}[data-navbar-secondary][data-visible=true]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .18s ease-in-out,transform .18s ease-in-out,visibility 0s linear 0s}[data-navbar-secondary][data-visible=true]:after{opacity:1;transform:translate(-50%)}[data-navbar-secondary-list]{list-style:none;margin:0;padding:10px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;position:relative;left:var(--secondary-anchor-x,0);transform:translateX(-50%);width:max-content}[data-navbar-secondary-list] a{color:rgb(var(--color-base-black-rgb));text-decoration:none}[data-navbar-secondary-list] a:hover{color:rgb(var(--color-brand-primary-rgb))}[data-navbar-secondary-content]{width:100%;max-width:100%;padding:20px 0 25px}[data-navbar-secondary][data-grouped=true] [data-navbar-secondary-content]{position:relative;left:calc(var(--secondary-anchor-x, 14px) - var(--secondary-anchor-offset, 0px) + var(--secondary-anchor-nudge, 0px));transform:none;width:max-content;max-width:none}[data-navbar-secondary][data-grouped=true][data-group-count="1"] [data-navbar-secondary-content]{left:calc(var(--secondary-anchor-x, 0px) + var(--secondary-anchor-nudge, 0px));transform:translateX(-50%)}[data-navbar-secondary-groups]{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;align-items:start;gap:32px;padding:12px 14px;width:max-content}[data-navbar-secondary-group]{display:flex;flex-direction:column;gap:8px}[data-navbar-secondary-heading]{margin:0;color:rgb(var(--color-base-black-rgb));font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase}[data-navbar-secondary-group] [data-navbar-secondary-list]{padding:0;position:static;left:auto;transform:none;width:auto}[data-navbar-center]{padding:0 50px;align-items:center}[data-button-icon]{background-color:rgba(0,0,0,0);border:none;justify-self:end;padding:0;display:flex;align-items:center;height:100%}[data-button-icon]:hover{cursor:pointer}[data-logo-wrapper]{display:flex;align-items:center;justify-content:center}[data-navbar-desktop] [data-logo-wrap],[data-navbar-desktop] [data-logo-wrapper]{width:var(--navbar-logo-width-desktop-top)}[data-navbar-desktop] [data-logo-wrap]{position:relative;height:var(--navbar-logo-height-desktop-top);overflow:hidden;transition:width var(--nav-height-ease),height var(--nav-height-ease);will-change:width,height}[data-navbar][data-state=compressed] [data-navbar-desktop] [data-logo-wrap]{width:var(--navbar-logo-width-desktop-compressed);height:var(--navbar-logo-height-desktop-compressed)}[data-navbar-desktop] [data-logo-wrap] [data-logo]{position:absolute!important;inset:0;margin:auto;object-fit:contain}[data-logo-compressed],[data-logo-stacked]{transition:opacity var(--nav-height-ease),transform var(--nav-height-ease);will-change:opacity,transform;transform-origin:center}[data-logo-stacked]{opacity:1;transform:scale(1);pointer-events:auto}[data-logo-compressed],[data-navbar][data-state=compressed] [data-navbar-desktop] [data-logo-stacked]{opacity:0;transform:scale(.98);pointer-events:none}[data-navbar][data-state=compressed] [data-navbar-desktop] [data-logo-compressed]{opacity:1;transform:scale(1);pointer-events:auto}[data-navbar-mobile]{height:100%;display:flex;align-items:center;justify-content:space-between}[data-navbar-mobile] [data-logo-wrapper]{width:var(--navbar-logo-width-mobile)}[data-navbar-mobile] [data-logo-wrap]{width:var(--navbar-logo-width-mobile);height:var(--navbar-logo-height-mobile);display:flex;align-items:center;justify-content:center}@media(prefers-reduced-motion:reduce){[data-logo-compressed],[data-logo-stacked],[data-navbar-desktop] [data-logo-wrap],[data-navbar]{transition:none!important}}@keyframes mobile-menu-overlay-enter{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-panel-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}[data-mobile-menu-overlay]{position:fixed;inset:0;background-color:rgba(var(--color-base-black-rgb),.5);z-index:100001;display:flex;align-items:flex-start;justify-content:flex-end;animation:mobile-menu-overlay-enter .26s ease-out both}[data-mobile-menu]{position:relative;width:100%;height:100dvh;max-height:100dvh;background-color:rgb(var(--color-surface-navigation-rgb));display:flex;flex-direction:column;overflow:hidden;z-index:1000;animation:mobile-menu-panel-enter .32s cubic-bezier(.22,1,.36,1) both}[data-mobile-menu-header]{display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(var(--color-base-white-rgb),.1);position:relative;flex-shrink:0;height:110.4px}[data-mobile-menu-logo-wrapper]{display:flex;justify-content:center;flex:1 1}[data-mobile-menu-close]{position:absolute;right:37px;top:37px;background:none;border:none;color:rgb(var(--color-base-white-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(30px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1));font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;width:30px;height:30px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}[data-mobile-menu-close]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-mobile-menu-content]{background-color:rgb(var(--color-surface-page-rgb));display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto;min-height:0;padding:24px 20px 28px;width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}[data-mobile-menu-logo]{display:flex;justify-content:center}[data-mobile-menu-list]{list-style:none;padding:0;margin:0;width:100%;min-width:0;text-align:left}[data-mobile-menu-item]{margin:0;border-bottom:1px solid rgba(var(--color-base-white-rgb),.08)}[data-mobile-menu-item]:last-child{border-bottom:none}[data-mobile-menu-list] [data-mobile-menu-primary-link]{display:flex;align-items:center;justify-content:flex-start;text-align:left;text-wrap:balance;color:rgb(var(--color-base-white-rgb));text-decoration:none;padding:0 8px 0 0;flex:1 1;min-width:0;min-height:48px;transition:color .18s ease}[data-mobile-menu-list] [data-mobile-menu-primary-link][aria-current=page]{color:rgb(var(--color-navigation-active-rgb))}[data-mobile-menu-list] [data-mobile-menu-primary-link]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-mobile-menu-primary-row]{display:flex;align-items:center;gap:2px;width:100%;min-width:0;padding:10px 0;box-sizing:border-box}[data-mobile-menu-primary-link]{flex:1 1;min-width:0}[data-mobile-menu-expand]{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:6px;background:rgba(0,0,0,0);color:rgba(var(--color-base-white-rgb),.55);cursor:pointer;position:relative;z-index:1;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:color .18s ease,background .18s ease}[data-mobile-menu-expand]:focus-visible,[data-mobile-menu-expand]:hover{color:rgb(var(--color-base-white-rgb));background:rgba(var(--color-base-white-rgb),.08);outline:none}[data-mobile-menu-expand][aria-expanded=true]{color:rgb(var(--color-base-white-rgb));background:rgba(var(--color-base-white-rgb),.06)}[data-mobile-menu-expand][aria-expanded=true] [data-mobile-menu-expand-icon]{transform:rotate(225deg) translateY(1px)}[data-mobile-menu-expand-icon]{display:block;width:8px;height:8px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);transition:transform .28s cubic-bezier(.22,1,.36,1)}[data-mobile-menu-submenu-shell]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s cubic-bezier(.22,1,.36,1)}[data-mobile-menu-submenu-shell][data-open=false]{pointer-events:none}[data-mobile-menu-submenu-shell][data-open=true]{grid-template-rows:1fr;pointer-events:auto}[data-mobile-menu-submenu-inner]{overflow:hidden;min-height:0}[data-mobile-menu-submenu]{text-align:left;padding:0 0 12px;margin:0}[data-mobile-menu-section-group]+[data-mobile-menu-section-group]{margin-top:14px}[data-mobile-menu-section-heading]{margin:10px 0 6px;padding:0;color:rgba(var(--color-base-white-rgb),.45);font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase}[data-mobile-menu-section-group]:first-child [data-mobile-menu-section-heading]{margin-top:2px}[data-mobile-menu-list-nested]{list-style:none;margin:0;padding:0 0 0 2px}[data-mobile-menu-list-nested] li{margin:0}[data-mobile-menu-nested-link]{display:block;padding:9px 0;border-radius:0;color:rgba(var(--color-base-white-rgb),.92);text-decoration:none;transition:color .18s ease}[data-mobile-menu-nested-link]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-mobile-menu-nested-link]:active{opacity:.88}[data-mobile-menu-list] a:hover{color:rgb(var(--color-brand-primary-rgb));font-weight:500}@media(prefers-reduced-motion:reduce){[data-mobile-menu-overlay],[data-mobile-menu]{animation:none!important}[data-mobile-menu-expand-icon],[data-mobile-menu-expand],[data-mobile-menu-list] [data-mobile-menu-primary-link],[data-mobile-menu-nested-link],[data-mobile-menu-submenu-shell]{transition:none!important}[data-mobile-menu-nested-link]:active{opacity:1}}[data-mobile-menu-search]{margin-top:auto;padding-top:20px;align-self:center;flex-shrink:0}[data-mobile-menu-search] button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}[data-desktop-search]{position:absolute;right:37px}[data-navbar-desktop-wrapper]{display:none}[data-navbar-mobile-wrapper]{display:block}@media(min-width:1024px){[data-navbar-desktop-wrapper]{display:block}[data-navbar-mobile-wrapper]{display:none}}@media(max-width:768px){[data-mobile-menu-content]{padding:0 20px 28px}[data-navbar-nav]{padding:0 20px}[data-mobile-menu-close]{right:20px;top:20px}}[data-resources]{padding-top:30px;padding-bottom:60px}[data-resources] strong{font-weight:600}[data-resources] [data-resources-date]{margin-top:32px}@media(max-width:768px){[data-resources]{padding-top:20px;padding-bottom:36px}[data-resources] h2{margin:18px 0 10px}[data-resources] ul{padding-left:18px;margin:10px 0 14px}[data-resources] [data-resources-date]{margin-top:24px}}.blur150-container{position:relative;isolation:isolate}.blur150-container:before{content:"";position:absolute;z-index:0;left:50%;top:50%;width:calc(100% + 200px);height:calc(100% + 200px);transform:translate(-50%,-50%);background:rgba(var(--color-base-black-rgb),.95);filter:blur(150px);border-radius:48px;pointer-events:none}[data-landing-content].blur150-container:before{background:rgba(var(--color-base-black-rgb),.635)}.blur150-container>*{position:relative;z-index:1}[data-sustainability-feat-file]{padding:37px;position:relative}[data-sustainability-feat-file]:after,[data-sustainability-feat-file]:before{content:"";position:absolute;top:0;bottom:0;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}[data-sustainability-feat-file]:before{right:100%}[data-sustainability-feat-file]:after{left:100%}[data-sustainability-commitment-content],[data-sustainability-dust-and-plant-reclamation-content],[data-sustainability-water-content]{padding:60px 0 80px}[data-sustainability-dust-and-plant-reclamation]{background-color:rgb(var(--color-surface-muted-rgb))}[data-sustainability-dust-and-plant-reclamation-content],[data-sustainability-water-content]{display:flex;flex-direction:column;gap:18px;width:100%}[data-sustainability-dust-and-plant-reclamation-content] h1,[data-sustainability-dust-and-plant-reclamation-content] h2,[data-sustainability-dust-and-plant-reclamation-content] p,[data-sustainability-water-content] h1,[data-sustainability-water-content] h2,[data-sustainability-water-content] p{margin:0}[data-sustainability-dust-and-plant-reclamation-content] [data-content-species-table-wrap],[data-sustainability-dust-and-plant-reclamation-content] [data-content-youtube-embed],[data-sustainability-water-content] [data-content-species-table-wrap],[data-sustainability-water-content] [data-content-youtube-embed]{align-self:center}[data-sustainability-dust-and-plant-reclamation-content] [data-content-species-table-heading],[data-sustainability-water-content] [data-content-species-table-heading]{place-self:center}[data-sustainability-dust-and-plant-reclamation-content] [data-content-section-inline-link],[data-sustainability-water-content] [data-content-section-inline-link]{color:rgb(var(--color-brand-primary-rgb));font-weight:500;text-decoration:none}[data-sustainability-dust-and-plant-reclamation-content] [data-content-section-inline-link]:hover,[data-sustainability-water-content] [data-content-section-inline-link]:hover{opacity:.85}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid],[data-sustainability-water-content] [data-photo-gallery-grid]{--photo-gallery-tile-height:250px;padding-top:24px}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] ul,[data-sustainability-water-content] [data-photo-gallery-grid] ul{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0;padding:0}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] ul li,[data-sustainability-water-content] [data-photo-gallery-grid] ul li{display:flex;flex-direction:column;gap:8px;color:rgb(var(--color-base-white-rgb))}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] ul li h2,[data-sustainability-water-content] [data-photo-gallery-grid] ul li h2{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase;margin:0;text-align:center}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container],[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]{border-radius:20px;box-shadow:0 0 4px 0 rgba(var(--color-base-black-rgb),.25);height:var(--photo-gallery-tile-height);width:100%;background-color:rgb(var(--color-base-black-rgb));overflow:hidden;position:relative;transition:transform .22s ease-in-out}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:hover,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:hover{cursor:pointer;transform:scale(1.02)}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:hover h2,[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:hover:before,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:hover h2,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:hover:before{opacity:0}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:before,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container]:before{content:"";position:absolute;inset:0;background:radial-gradient(140% 90% at 18% 0,rgba(var(--color-base-white-rgb),.2) 0,rgba(var(--color-base-white-rgb),.06) 34%,rgba(var(--color-base-white-rgb),0) 62%),linear-gradient(165deg,rgba(var(--color-base-black-rgb),.28) 0,rgba(var(--color-base-black-rgb),.46) 0,rgba(var(--color-base-black-rgb),.76) 100%);backdrop-filter:saturate(1.18) blur(2px);-webkit-backdrop-filter:saturate(1.18) blur(2px);border:1px solid rgb(var(--color-base-black-rgb),.12);border-radius:20px;z-index:1;pointer-events:none;transition:opacity .22s ease-in-out,backdrop-filter .22s ease-in-out}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] h2,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] h2{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;color:rgb(var(--color-base-white-rgb));text-align:center;padding:0 12px;margin:0;pointer-events:none;transition:opacity .2s ease-in-out;opacity:1}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] img,[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] picture,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] img,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] picture{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:0}[data-sustainability-dust-and-plant-reclamation-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] img,[data-sustainability-water-content] [data-photo-gallery-grid] [data-photo-gallery-image-container] img{object-fit:cover}[data-content-image-row]{display:flex;width:100%;height:430px;overflow:hidden}[data-content-image-row-cell]{flex:1 1;min-width:0;overflow:hidden}[data-content-image-row-cell]:nth-child(2){flex:1.6 1}[data-content-image-row-cell] img{display:block;width:100%;height:100%;object-fit:cover}[data-content-species-table-heading]{margin:0}[data-content-youtube-embed]{position:relative;width:100%;max-width:720px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:rgba(var(--color-base-black-rgb),.06)}[data-content-youtube-embed] iframe{position:absolute;inset:0;width:100%;height:100%;border:0}[data-content-species-table]{width:100%;max-width:640px;border-collapse:collapse;margin:0}[data-content-species-table] td{padding:8px 16px 8px 0;vertical-align:top;border-bottom:1px solid rgba(var(--color-base-black-rgb),.1)}[data-content-species-table] td:first-child{font-weight:500;padding-right:24px}[data-content-species-table] tr:last-child td{border-bottom:none}[data-sustainability-indigenous]{padding-top:60px;padding-bottom:60px}[data-sustainability-commitment-content],[data-sustainability-commitment]{background-color:rgb(var(--color-surface-muted-rgb))}[data-sustainability-commitment-content] h1,[data-sustainability-commitment-content] span,[data-sustainability-commitment] h1,[data-sustainability-commitment] span{font-family:var(--font-lato),system-ui,sans-serif!important;font-size:calc(50px*var(--typo-scale, 1))!important;line-height:calc(54px*var(--typo-scale, 1))!important;font-weight:300!important;letter-spacing:.2px!important}[data-sustainability-commitment]{background-color:rgb(var(--color-surface-muted-rgb))}[data-sustainability-commitment-content]{display:flex;flex-direction:column;gap:18px}[data-sustainability-people-content],[data-sustainability-responsibility-content]{position:relative}[data-sustainability-people-content] h1,[data-sustainability-people-content] p,[data-sustainability-responsibility-content] h1,[data-sustainability-responsibility-content] p{z-index:2}[data-sustainability-people-content]:before,[data-sustainability-responsibility-content]:before{content:"";z-index:0;pointer-events:none;width:240dvw;height:200dvh;position:absolute;top:50%;border-radius:48px}[data-sustainability-people-content]:before{background:radial-gradient(circle at right,rgba(var(--color-base-black-rgb),.85) 0,rgba(var(--color-base-black-rgb),.8) 53%,rgba(var(--color-base-black-rgb),.8) 69%,rgba(var(--color-base-black-rgb),.05) 77%);right:0;transform:translate(50%,-50%)}[data-sustainability-responsibility-content]:before{background:radial-gradient(circle at left,rgba(var(--color-base-black-rgb),.85) 0,rgba(var(--color-base-black-rgb),.8) 53%,rgba(var(--color-base-black-rgb),.8) 69%,rgba(var(--color-base-black-rgb),.05) 77%);left:0;transform:translate(-50%,-50%)}[data-sustainability-commitment-content] h1,[data-sustainability-commitment-content] p,[data-sustainability-indigenous] h1,[data-sustainability-indigenous] p,[data-sustainability-people-content] h1,[data-sustainability-people-content] p,[data-sustainability-people] h1,[data-sustainability-people] p,[data-sustainability-responsibility-content] h1,[data-sustainability-responsibility-content] p,[data-sustainability-responsibility] h1,[data-sustainability-responsibility] p{margin:0}[data-sustainability-people]{background-image:url(/images/backgrounds/sustainability-our-people-1.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}[data-sustainability-people] [data-module-inner]{display:flex;justify-content:flex-end}[data-sustainability-people] [data-sustainability-people-content]{max-width:630px}[data-sustainability-people],[data-sustainability-responsibility]{background-attachment:fixed;position:relative;overflow:clip;color:rgb(var(--color-base-white-rgb));display:flex;align-items:center;height:90dvh}[data-sustainability-people-content],[data-sustainability-responsibility-content]{display:flex;flex-direction:column;gap:14px}[data-sustainability-responsibility]{background-image:url(/images/backgrounds/sustainability-responsibility-governance.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}[data-sustainability-responsibility] [data-sustainability-responsibility-content]{max-width:587px}@media(max-width:1024px){[data-sustainability-people],[data-sustainability-responsibility]{background-attachment:scroll}}[data-sustainability-indigenous]{background-color:rgb(var(--color-brand-secondary-rgb))}[data-sustainability-indigenous] [data-sustainability-indigenous-content] p{color:rgb(var(--color-base-white-rgb));margin:0;text-align:center}@media(max-width:768px){[data-sustainability-commitment-content],[data-sustainability-dust-and-plant-reclamation-content],[data-sustainability-indigenous],[data-sustainability-water-content]{padding-top:30px;padding-bottom:30px}[data-sustainability-people],[data-sustainability-responsibility]{height:auto;padding:40px 20px;background-attachment:scroll}[data-sustainability-people]:after,[data-sustainability-responsibility]:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:rgba(var(--color-base-black-rgb),.7)}[data-sustainability-people] [data-module-inner],[data-sustainability-responsibility] [data-module-inner]{display:block;position:relative;z-index:1}[data-sustainability-people] [data-sustainability-people-content],[data-sustainability-people] [data-sustainability-responsibility-content],[data-sustainability-responsibility] [data-sustainability-people-content],[data-sustainability-responsibility] [data-sustainability-responsibility-content]{max-width:100%}[data-sustainability-people-content]:before,[data-sustainability-responsibility-content]:before{display:none}[data-sustainability-feat-file]{padding:20px}.blur150-container:not([data-landing-content]):before{filter:none;width:100%;height:100%;left:0;top:0;transform:none;border-radius:0;background:rgba(var(--color-base-black-rgb),.46)}}[data-feat-card-wrapper]{background-color:rgb(var(--color-surface-featured-rgb));color:rgb(var(--color-base-black-rgb));flex:1 1;min-width:0;padding:10px 30px 30px;box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25)}[data-feat-card]{align-items:center;height:100%;justify-content:space-between}[data-feat-card-description] p{margin:0}[data-feat-card-header]{font-family:var(--font-inter),system-ui,sans-serif;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;width:100%}[data-feat-card-header]>[data-feat-card-line]{margin-top:20px}[data-feat-card-header] [data-feat-card-line]{background-color:rgb(var(--color-base-black-rgb))}[data-feat-card-date]{color:rgb(var(--color-text-muted-rgb))}[data-feat-card-label]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;letter-spacing:1.8px;text-align:center}[data-feat-card-logo-wrapper]{display:flex;flex-direction:row;width:100%}[data-feat-card-logo-wrapper] [data-feat-card-line]{margin:auto 0 20px}[data-feat-card-button-wrapper],[data-feat-card-logo]{display:flex;justify-content:center}[data-feat-card-logo]{align-items:center;min-height:73px;min-width:73px}[data-feat-card-highlights],[data-feat-card-upper],[data-feat-card]{align-items:stretch;display:flex;flex-direction:column;gap:14px}[data-feat-card-upper] a{color:inherit;text-decoration:none}[data-feat-card-highlights-root]{width:100%}[data-feat-card-highlights-viewport]{box-sizing:border-box;touch-action:manipulation;width:100%}[data-feat-card-highlights-track]{display:flex;flex-direction:column;gap:14px}@media(max-width:1024px){[data-feat-card-highlights-viewport]{container-type:inline-size;overflow-x:hidden;overflow-y:visible}[data-feat-card-highlights-track]{--slide-gap:16px;flex-direction:row;flex-wrap:nowrap;gap:var(--slide-gap);transform:translateX(calc(-1 * var(--slide-index, 0) * (100cqw + var(--slide-gap))));width:calc(var(--slide-count, 1)*100cqw + (var(--slide-count, 1) - 1)*var(--slide-gap))}[data-feat-card-highlights-slide]{flex:0 0 100cqw;max-width:100cqw;min-width:0}[data-feat-card-highlights-slide]:hover{position:relative;z-index:2}[data-feat-card-highlights-root] [data-feat-card-highlights]:hover{cursor:pointer;filter:brightness(1.06);transform:translateY(-2px);transition:transform .2s ease,filter .2s ease}[data-feat-card-highlights-hide-narrow]{display:none}}[data-feat-card-highlights-root] [data-feat-video-dots]{display:none;margin-top:14px}@media(max-width:1024px){[data-feat-card-highlights-root] [data-feat-video-dots]{display:flex;justify-content:center}}[data-feat-card-highlights-wrapper] [data-feat-card-line]{margin-top:30px}[data-feat-card-highlights]:hover,[data-feat-video-content]:hover [data-feat-video-left-col]{transition:transform .2s ease;transform:scale(1.02);cursor:pointer}[data-feat-video-dot]:hover,[data-footer-social-media] a:hover{transition:transform .2s ease;transform:scale(1.2);cursor:pointer}[data-button]:hover{transition:transform .2s ease;transform:scale(1.04);cursor:pointer}[data-feat-card-empty] [data-feat-card-highlights]{cursor:default}[data-feat-card-empty] [data-feat-card-highlights]:hover{background-color:rgba(0,0,0,0)}[data-feat-card-empty] [data-font-20-26-inter-500-02]{opacity:.7}[data-feat-card-line-short],[data-feat-card-line]{background-color:rgb(var(--color-text-muted-rgb));height:1px}[data-feat-card-line]{width:100%}[data-feat-card-line-short]{width:40px}@media(max-width:1024px){[data-feat-card-logo]{min-height:62.05px;min-width:62.05px}[data-feat-card-logo] img{width:47.6px;height:47.6px;aspect-ratio:1}}@media(max-width:768px){[data-feat-card-wrapper]{padding:5px 20px 20px}[data-feat-card-highlights],[data-feat-card-upper],[data-feat-card]{gap:10px}[data-feat-card-logo]{min-height:51.1px;min-width:51.1px}[data-feat-card-logo] img{width:39.2px;height:39.2px;aspect-ratio:1}}[data-feat-cards-three]{display:flex;flex-direction:row;gap:30px}[data-feat-cards-four]{--gap-x:40px;--gap-y:40px;display:grid;justify-content:center;align-items:center;grid-template-columns:auto auto auto;grid-template-rows:auto auto;column-gap:var(--gap-x);row-gap:var(--gap-y)}[data-feat-cards-four]>[data-feat-card-wrapper]{width:var(--card-w);justify-self:center}[data-feat-cards-four]>[data-feat-card-wrapper]:first-child{grid-column:1;grid-row:1/span 2;align-self:center;height:460px;margin-top:-120px}[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(2){grid-column:2;grid-row:1;width:390px}[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(3){grid-column:2;grid-row:2;width:390px}[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(4){grid-column:3;grid-row:1/span 2;align-self:center;height:460px;margin-top:-120px}@media(max-width:1280px)and (min-width:769px){[data-feat-cards-four]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto;gap:30px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}[data-feat-cards-four]>[data-feat-card-wrapper]{height:auto;width:100%;max-width:100%;box-sizing:border-box}[data-feat-cards-four]>[data-feat-card-wrapper]:first-child,[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(2),[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(3),[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(4){min-width:0;justify-self:stretch;align-self:stretch;grid-column:1;grid-row:auto;height:auto;margin-top:0;width:100%}[data-feat-cards-four] [data-feat-card]{min-width:0;max-width:100%;box-sizing:border-box}[data-feat-cards-four]>[data-feat-card-wrapper]:first-child{grid-column:1;grid-row:1}[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(2){grid-column:2;grid-row:1}[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(3){grid-column:1;grid-row:2}[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(4){grid-column:2;grid-row:2;margin-top:0}}@media(max-width:1024px){[data-feat-cards-three]{flex-direction:column}[data-feat-cards-three] [data-feat-card-logo]{align-items:center;min-height:62.05px;min-width:62.05px}[data-feat-cards-three] [data-feat-card-logo] img{width:47.6px;height:47.6px;aspect-ratio:1}[data-feat-cards-three] [data-feat-card-logo-wrapper] [data-feat-card-line]{margin:auto 0 17px}[data-feat-cards-three] [data-feat-card-header]>[data-feat-card-line]{margin-top:17px}[data-feat-cards-three] [data-feat-card-button-wrapper]{display:none}[data-company-profile-project-cards]{grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr;grid-gap:30px!important}}@media(max-width:768px){[data-feat-cards-three]{flex-direction:column;gap:20px}[data-feat-cards-three] [data-feat-card-logo]{align-items:center;min-height:51.1px;min-width:51.1px}[data-feat-cards-three] [data-feat-card-logo] img{width:39.2px;height:39.2px;aspect-ratio:1}[data-feat-cards-three] [data-feat-card-logo-wrapper] [data-feat-card-line]{margin:auto 0 14px}[data-feat-cards-three] [data-feat-card-header]>[data-feat-card-line]{margin-top:14px}[data-feat-cards-four]{grid-template-columns:minmax(0,1fr);grid-template-rows:none;grid-auto-rows:auto;gap:18px;justify-content:start;justify-items:stretch;align-items:stretch;width:auto;min-width:0;box-sizing:border-box}[data-feat-cards-four]>[data-feat-card-wrapper]:first-child,[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(2),[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(3),[data-feat-cards-four]>[data-feat-card-wrapper]:nth-child(4){width:auto;min-width:0;justify-self:stretch;align-self:stretch;grid-column:1;grid-row:auto;height:auto;margin-top:0}[data-company-profile-project-cards]{grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;grid-gap:30px!important}}[data-feat-file]{background-color:rgb(var(--color-surface-featured-rgb));color:rgb(var(--color-base-black-rgb));padding:60px 5.5rem;justify-content:space-between;box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25)}[data-feat-file-right],[data-feat-file]{display:flex;flex-direction:row}[data-feat-file-right]{align-items:center}[data-feat-file-right] [data-feat-file-pdf]{align-items:center;display:flex;flex-direction:column;gap:14px;height:100%;justify-content:center;width:150px}[data-feat-file-right] [data-feat-file-pdf] h3{height:34px;text-align:center}[data-feat-file-left]{justify-content:space-between;flex:1 1}[data-feat-file-center]{margin:0 5.5rem 0 10px}[data-feat-file-highlights],[data-feat-file-left]{display:flex;flex-direction:column}[data-feat-file-left]{gap:24px}[data-feat-file-highlights]{gap:8px}[data-feat-file-pdf]:hover{background-color:rgba(var(--color-base-black-rgb),.15);border-radius:.25rem;cursor:pointer}[data-feat-file-pdf-link]{color:inherit;text-decoration:none}@media(max-width:1024px){[data-feat-file]{padding:30px}[data-feat-file-center]{margin:0 30px 0 10px}}@media(max-width:768px){[data-feat-file]{flex-direction:column;padding:30px;gap:30px}[data-feat-file-button-wrapper]{display:flex;justify-content:center}[data-feat-file-right]{flex-direction:row;justify-content:center;width:100%}[data-feat-file-right] [data-feat-file-pdf]{width:120px}[data-feat-file-center]{display:none}}[data-feat-video-button-next],[data-feat-video-button-prev],[data-feat-video-left-col],[data-feat-video]{display:flex;flex-direction:column}[data-feat-video]{background-color:rgb(var(--color-surface-featured-rgb));box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);gap:10px}[data-feat-video] a{color:rgb(var(--color-base-black-rgb));text-decoration:none}[data-feat-video-content],[data-feat-video-upper-group]{display:flex;flex-direction:row}[data-feat-video-lower-group],[data-feat-video-upper-group]{justify-content:space-between}[data-feat-video-upper-group]{gap:20px;height:280px;padding:60px 20px 0}[data-feat-video-button-next],[data-feat-video-button-prev]{align-items:center;border:none;background-color:rgba(0,0,0,0);transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .2s ease,color .2s ease}[data-feat-video-button-next]:hover:not(:disabled),[data-feat-video-button-prev]:hover:not(:disabled){background-color:rgba(0,0,0,0);opacity:.9;cursor:pointer}[data-feat-video-button-prev]:hover:not(:disabled){transform:translateX(-6px) scale(1.03)}[data-feat-video-button-next]:hover:not(:disabled){transform:translateX(6px) scale(1.03)}[data-feat-video-button-next]:disabled,[data-feat-video-button-prev]:disabled{opacity:.5;cursor:default}[data-feat-video-chevron]{width:56px;height:56px;flex-shrink:0}[data-feat-video-button-prev] [data-feat-video-chevron]{margin-right:10px}[data-feat-video-button-next] [data-feat-video-chevron]{margin-left:10px}[data-feat-video-button-line]{background-color:rgb(var(--color-base-black-rgb));height:100%;width:1px}[data-feat-video-lower-group]{padding-bottom:40px}[data-feat-video-content]{gap:40px;padding:0;align-items:stretch;height:100%;width:100%}[data-feat-video-left-col]{color:rgb(var(--color-base-black-rgb));flex:1 1;gap:14px;min-width:200px;padding:8px 0}[data-feat-video-header]{text-wrap:wrap;margin:0}[data-feat-video-title]{font-weight:600}[data-feat-video-desc]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:7;line-clamp:7}[data-feat-video-content]:hover [data-feat-video-thumbnail],[data-news-row]:hover [data-news-thumb],[data-news-video-thumb]:not([data-youtube-active]):hover{transition:transform .2s ease;transform:scale(1.02)}[data-feat-video-thumbnail],[data-news-video-thumb]{box-shadow:0 0 4px 0 rgba(var(--color-base-black-rgb),.25);border-radius:6px;aspect-ratio:16/9;display:flex;justify-content:flex-end;align-self:stretch;overflow:hidden}[data-feat-video-thumbnail] img,[data-news-video-thumb] img{width:100%;height:100%;object-fit:cover;display:block}[data-feat-video-thumbnail]{margin:20px 0}[data-feat-video-dots]{display:flex;justify-content:center;gap:20px}[data-feat-video-dot]{width:12px;height:12px;border-radius:999px;border:0;cursor:pointer;background:rgba(var(--color-base-black-rgb),.25)}[data-feat-video-dot][aria-current=true]{background:rgba(var(--color-base-black-rgb),.9)}@media(max-width:1024px){[data-feat-video]{touch-action:pan-y}[data-feat-video-upper-group]{padding:30px 30px 0}[data-feat-video-lower-group]{padding-bottom:30px}[data-feat-video-left-col]{margin-bottom:auto}[data-feat-video-content]{flex-direction:row;align-items:center;gap:14px}[data-feat-video-button-next],[data-feat-video-button-prev]{display:none}[data-feat-video-thumbnail]{margin:0 0 20px;width:auto;max-width:420px;height:auto;aspect-ratio:16/9;align-self:auto}[data-feat-video-thumbnail] img{transform:scale(1.06)}}@media(max-width:768px){[data-feat-video-content]{flex-direction:column}}[data-latest-news-wrapper]{background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));flex:1 1;min-width:0;padding:33px 30px;box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25)}[data-latest-news-wrapper][data-latest-news-loading]{min-height:220px;box-sizing:border-box;background-color:rgb(255,255,255);animation:latest-news-loading-pulse 1.2s ease-in-out infinite alternate}@keyframes latest-news-loading-pulse{0%{background-color:rgb(255,255,255)}to{background-color:rgb(232,232,232)}}@media(prefers-reduced-motion:reduce){[data-latest-news-wrapper][data-latest-news-loading]{animation:none;background-color:rgb(232,232,232)}}[data-latest-news-highlights],[data-latest-news-item],[data-latest-news-upper],[data-latest-news],[data-newsletter-subscribe]{display:flex;flex-direction:column}[data-latest-news-upper],[data-latest-news],[data-newsletter-subscribe]{gap:14px}[data-latest-news-highlights],[data-latest-news-item]{gap:8px}[data-latest-news]{gap:24px}[data-latest-news-header] h2{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(29px*var(--typo-scale, 1));font-weight:600;text-transform:uppercase;margin:0 0 8px;color:rgb(var(--color-brand-primary-rgb))}[data-latest-news-header] hr{border:2px solid rgb(var(--color-brand-primary-rgb));margin:0}[data-latest-news-item]{padding:12px 0;border-bottom:1px solid rgba(var(--color-base-black-rgb),.12)}[data-latest-news-item]:last-child{border-bottom:none}[data-latest-news-date]{color:rgba(var(--color-base-black-rgb),.6)}[data-newsletter-subscribe]{width:100%}[data-newsletter-subscribe] hr{border:none;background-color:rgb(var(--color-base-black-rgb));height:2px;margin:0;width:40px}[data-newsletter-subscribe] [data-newsletter-title]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400;margin:0}[data-newsletter-subscribe] [data-newsletter-caption]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;margin:0;color:rgba(var(--color-base-black-rgb),.75)}[data-newsletter-subscribe] [data-newsletter-upper]{gap:12px}[data-newsletter-subscribe] [data-newsletter-form]{gap:14px}[data-newsletter-subscribe] [data-newsletter-form],[data-newsletter-subscribe] [data-newsletter-label],[data-newsletter-subscribe] [data-newsletter-upper]{display:flex;flex-direction:column}[data-newsletter-subscribe] [data-newsletter-name-row]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}[data-newsletter-subscribe] [data-newsletter-phone-row]{display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,1fr);gap:10px}[data-newsletter-subscribe] [data-newsletter-country-picker]{position:relative;min-width:0}[data-newsletter-subscribe] [data-newsletter-label]{gap:6px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:500;letter-spacing:.08em;text-transform:uppercase}[data-newsletter-subscribe] [data-newsletter-input]{border-radius:999px;border:1px solid rgba(var(--color-base-black-rgb),.2);padding:14px 18px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;outline:none;background-color:rgb(var(--color-base-white-rgb));transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}[data-newsletter-subscribe] [data-newsletter-input]:focus{border-color:rgb(var(--color-brand-primary-rgb));box-shadow:0 0 0 2px rgba(var(--color-brand-primary-rgb),.18)}[data-newsletter-subscribe] [data-newsletter-form] input[type=email]:required:invalid,[data-newsletter-subscribe] [data-newsletter-form] input[type=text]:required:invalid{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:10px;padding-right:40px}[data-newsletter-subscribe] [data-newsletter-form] input[type=email]:required:valid,[data-newsletter-subscribe] [data-newsletter-form] input[type=text]:required:valid{background-image:none}[data-newsletter-subscribe] [data-newsletter-form] select{appearance:none;border-radius:999px;border:1px solid rgba(var(--color-base-black-rgb),.2);padding:14px 50px 14px 18px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;outline:none;background-color:rgb(var(--color-base-white-rgb));cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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 20px center;background-size:24px}[data-newsletter-subscribe] [data-newsletter-form] select:focus{border-color:rgb(var(--color-brand-primary-rgb));box-shadow:0 0 0 2px rgba(var(--color-brand-primary-rgb),.18)}[data-newsletter-subscribe] [data-newsletter-form] select:required:invalid{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:right 20px center,right 50px center;background-size:24px,10px}[data-newsletter-subscribe] [data-newsletter-country-trigger]{width:100%;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px;text-align:left;cursor:pointer;padding-right:44px;background-position:right 14px center;background-repeat:no-repeat}[data-newsletter-subscribe] [data-newsletter-country-trigger],[data-newsletter-subscribe] [data-newsletter-country-trigger]:focus,[data-newsletter-subscribe] [data-newsletter-country-trigger]:focus-visible,[data-newsletter-subscribe] [data-newsletter-country-trigger]:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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")}[data-newsletter-subscribe] [data-newsletter-country-trigger]:focus,[data-newsletter-subscribe] [data-newsletter-country-trigger]:focus-visible,[data-newsletter-subscribe] [data-newsletter-country-trigger]:hover{border-color:rgb(var(--color-brand-primary-rgb))}[data-newsletter-subscribe] [data-newsletter-country-trigger][aria-invalid=true]{padding-right:62px;background-repeat:no-repeat,no-repeat;background-position:right 16px center,right 44px center;background-size:20px,10px}[data-newsletter-subscribe] [data-newsletter-country-trigger][aria-invalid=true],[data-newsletter-subscribe] [data-newsletter-country-trigger][aria-invalid=true]:focus,[data-newsletter-subscribe] [data-newsletter-country-trigger][aria-invalid=true]:focus-visible,[data-newsletter-subscribe] [data-newsletter-country-trigger][aria-invalid=true]:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E")}[data-newsletter-subscribe] [data-newsletter-form] input[type=tel][data-newsletter-input][aria-invalid=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:10px;padding-right:40px}[data-newsletter-subscribe] [data-newsletter-country-menu]{position:absolute;bottom:calc(100% + 6px);left:0;right:auto;width:max-content;max-width:min(420px,100vw - 40px);min-width:min(360px,100vw - 40px);z-index:30;background:rgb(var(--color-base-white-rgb));border:1px solid rgba(var(--color-base-black-rgb),.15);border-radius:12px;box-shadow:0 10px 30px rgba(var(--color-base-black-rgb),.14);overflow:hidden}[data-newsletter-subscribe] [data-newsletter-country-search]{width:100%;margin:0;box-sizing:border-box;border:1px solid rgba(var(--color-base-black-rgb),.2);border-radius:999px;padding:10px 14px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;outline:none}[data-newsletter-subscribe] [data-newsletter-country-menu] [data-newsletter-country-search]{margin:12px;width:calc(100% - 24px)}[data-newsletter-subscribe] [data-newsletter-country-list]{list-style:none;margin:0;padding:0;max-height:220px;overflow:auto}[data-newsletter-subscribe] [data-newsletter-country-option]{width:100%;border:none;background:rgba(0,0,0,0);text-align:left;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px;padding:10px 12px;cursor:pointer}[data-newsletter-subscribe] [data-newsletter-country-option][data-selected=true]{background:rgba(var(--color-brand-primary-rgb),.08)}[data-newsletter-subscribe] [data-newsletter-country-option]:hover{background:rgba(var(--color-base-black-rgb),.05)}[data-newsletter-subscribe] [data-newsletter-country-empty]{padding:12px;color:rgba(var(--color-base-black-rgb),.65)}[data-newsletter-subscribe] [data-newsletter-country-flag]{line-height:1}[data-newsletter-subscribe] [data-newsletter-country-code]{white-space:nowrap}[data-newsletter-subscribe] [data-newsletter-country-name]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}[data-newsletter-subscribe] [data-newsletter-captcha]{display:flex;flex-direction:column;gap:10px;align-items:flex-start}[data-newsletter-subscribe] [data-newsletter-captcha-widget]{display:flex;justify-content:center}[data-newsletter-subscribe] [data-newsletter-captcha-error]{margin:0;color:rgb(var(--color-brand-primary-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:400;text-align:center}[data-newsletter-subscribe] [data-newsletter-button-wrapper]{display:flex;justify-content:center}[data-newsletter-subscribe] [data-newsletter-consent]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;margin:0;text-align:left;color:rgba(var(--color-base-black-rgb),.45)}[data-newsletter-subscribe] [data-newsletter-consent] a{text-decoration:none;color:rgb(var(--color-brand-primary-rgb))}[data-newsletter-subscribe] [data-newsletter-message]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;letter-spacing:1.2px;margin:0;padding-top:2px}[data-newsletter-subscribe] [data-newsletter-message][data-status=success]{color:rgb(var(--color-status-success-rgb))}[data-newsletter-subscribe] [data-newsletter-message][data-status=error]{color:rgb(var(--color-status-error-rgb))}@media(max-width:768px){[data-latest-news]{gap:16px}[data-latest-news-item]{gap:6px;padding:10px 0}[data-newsletter-subscribe] [data-newsletter-input]{padding:9.8px 12.6px}[data-newsletter-phone-row]{grid-template-columns:1fr}[data-newsletter-country-menu]{width:100%;max-width:calc(100vw - 40px)}}[data-highlight-inner],[data-highlight-outer]{display:flex;flex-direction:row;gap:16px;align-items:stretch;justify-content:space-between}[data-highlight]{align-items:center;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:row;gap:120px;height:70dvh;overflow:hidden;padding-top:5.5rem;padding-bottom:5.5rem}[data-highlight] h1,[data-highlight] p{margin:0}[data-highlight-title]{display:flex;flex-direction:column;justify-content:center;text-wrap:wrap}[data-highlight-title] h1{margin-bottom:5rem}[data-highlight-content],[data-highlight-title]{width:100%}[data-separator]{background-color:rgb(var(--color-base-white-rgb));height:100%;width:1px;margin:0 5.5rem}[data-highlight-content]{display:flex;flex-direction:column;padding:20px 0;justify-content:space-between;gap:40px}[data-highlight-title-line]{display:block;font:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}@media(max-width:768px){[data-highlight]{background-attachment:scroll;position:relative}[data-highlight]:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:rgba(var(--color-base-black-rgb),.7)}[data-highlight] [data-module-inner]{position:relative;z-index:1}[data-highlight] .blur150-container:before{display:none!important}}@media(max-width:1280px){[data-highlight]{height:auto;gap:32px}[data-highlight-inner]{flex-direction:column;align-items:flex-start;gap:16px}[data-separator]{display:none}[data-highlight-title]{max-width:100%}[data-highlight-title] h1{margin:0}.blur150-container:before{width:100%!important;height:100%!important}}[data-company-profile]{font-family:var(--font-inter),system-ui,sans-serif}[data-company-profile] [data-company-profile-intro-wrapper]{background-image:url(/images/backgrounds/company-profile-tsx-background.webp);background-attachment:fixed;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgb(var(--color-surface-page-rgb));position:relative}@media(max-width:1024px){[data-company-profile] [data-company-profile-intro-wrapper]{background-attachment:scroll}}[data-company-profile] [data-company-profile-project-card-image-wrapper]{display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(max-width:768px){[data-company-profile] [data-company-profile-intro-wrapper]{background-attachment:scroll;background-image:linear-gradient(rgba(var(--color-base-black-rgb),.52),rgba(var(--color-base-black-rgb),.52)),url(/images/backgrounds/company-profile-tsx-background.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}}[data-company-profile] [data-page-header]{background-color:rgba(0,0,0,0);background:linear-gradient(to bottom,rgba(var(--color-base-white-rgb),.25),rgba(var(--color-base-white-rgb),.1))}[data-company-profile] [data-page-header]:after,[data-company-profile] [data-page-header]:before{content:"";position:absolute;pointer-events:none}[data-company-profile] [data-page-header]:before{inset:0;z-index:5;background:radial-gradient(circle 120dvw at 156px 499px,rgba(var(--color-base-white-rgb),.2) 0,rgba(var(--color-base-black-rgb),.3) 35%,rgba(var(--color-base-white-rgb),0) 70%)}[data-company-profile] [data-page-header]:after{bottom:0;left:0;right:0;height:.5px;background-color:rgb(var(--color-base-white-rgb));z-index:10}[data-company-profile] [data-company-profile-intro]{position:relative;z-index:1}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-text]{max-width:680px;padding:30px 0}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-text] p{color:rgb(var(--color-base-white-rgb));margin:0;text-align:left}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-text]:before{content:"";position:absolute;z-index:-1;pointer-events:none;top:-230px;left:0;right:0;bottom:0;background:radial-gradient(circle at top left,rgba(var(--color-base-black-rgb),.85) 0,rgba(var(--color-base-black-rgb),.8) 53%,rgba(var(--color-base-black-rgb),.1) 69%,rgba(var(--color-base-black-rgb),.05) 77%)}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-projects-and-operations]{padding-bottom:60px;z-index:100;position:relative}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-projects-and-operations] [data-feat-card-wrapper]{background-color:rgb(var(--color-base-white-rgb))}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-projects-and-operations] [data-feat-card-label]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-projects-and-operations] [data-feat-card-highlights]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:400}[data-company-profile] [data-company-profile-project-highlights]{background-color:rgb(var(--color-surface-page-rgb));color:rgb(var(--color-base-white-rgb));z-index:1000;position:relative}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards]{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;padding:60px 0}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card]{display:flex;flex-direction:column;gap:14px}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] h3{letter-spacing:.6}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper]{width:100%}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button]{background:none;border:none;cursor:pointer;padding:0;width:100%;height:250px;position:relative;display:block;overflow:hidden;transition:transform .2s ease}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button]:after{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px;content:"CLICK TO EXPAND";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-base-black-rgb),.7);color:rgb(var(--color-base-white-rgb));opacity:0;transition:opacity .2s ease;pointer-events:none}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button]:hover{transform:scale(1.02)}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button]:hover:after{opacity:1}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]{cursor:default}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:after{content:none!important;display:none!important;opacity:0!important}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:active,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus-visible,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:hover{transform:none!important}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:active:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus-visible:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card] [data-company-profile-project-card-image-wrapper] [data-company-profile-project-image-button][data-mobile-no-modal=true]:hover:after{content:none!important;display:none!important;opacity:0!important}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] [data-company-profile-project-card-description] p,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards] h3{margin:0}[data-company-profile] [data-company-profile-roles]{background-color:rgb(var(--color-surface-featured-rgb));padding-bottom:60px;z-index:1000;position:relative}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector]{display:flex;flex-direction:column;gap:30px;margin:0;padding:60px 0}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] h2{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(36px*var(--typo-scale, 1));line-height:1.6;font-weight:400;color:rgb(var(--color-base-black-rgb));margin:0}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] h4{font-weight:300;margin:0}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-header]{display:flex;flex-direction:column;gap:8px}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card]{background-color:rgb(var(--color-base-white-rgb));border:1px solid var(--color-border);box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);padding:20px;text-align:center;transition:transform .2s ease}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card] h3,[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card] p{letter-spacing:1.2px}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card] h3{margin:13px 0}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card] p{color:rgb(var(--color-base-black-rgb))}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card]:hover{transform:scale(1.02)}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card]:hover h3{color:rgb(var(--color-brand-primary-rgb))}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards] [data-company-profile-roles-card]:hover hr{border:1px solid rgb(var(--color-brand-primary-rgb))}@media(max-width:1024px){[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-desc]{order:1}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-projects-and-operations]{order:2;padding-bottom:40px}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards]{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:32px;padding:48px 0}}@media(max-width:768px){[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-text]{max-width:100%}[data-company-profile] [data-company-profile-intro] [data-company-profile-intro-projects-and-operations]{padding-bottom:32px}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-cards]{grid-template-columns:1fr;grid-gap:24px;padding:40px 0}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button],[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]{cursor:default}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:after{content:none}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:active,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:focus,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:focus-visible,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:hover,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:active,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus-visible,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:hover{transform:none}[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:active:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:focus-visible:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:focus:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button]:hover:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:active:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus-visible:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:focus:after,[data-company-profile] [data-company-profile-project-highlights] [data-company-profile-project-image-button][data-mobile-no-modal=true]:hover:after{content:none;opacity:0}[data-company-profile] [data-company-profile-roles]{padding-bottom:40px}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector]{padding:40px 0;gap:18px}[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector] [data-company-profile-roles-cards]{gap:18px}[data-company-profile] [data-company-profile-intro-text]:before,[data-company-profile] [data-page-header]:before{background:rgba(0,0,0,0)}}[data-cookie-policy],[data-privacy-policy],[data-terms-and-conditions]{background-color:rgb(var(--color-base-white-rgb))}[data-cookie-policy] [data-resources] a,[data-privacy-policy] [data-resources] a,[data-terms-and-conditions] [data-resources] a{font-family:var(--font-inter),system-ui,sans-serif;font-weight:600;color:rgb(var(--color-brand-primary-rgb));text-decoration:none}[data-cookie-policy] [data-resources] a:hover,[data-privacy-policy] [data-resources] a:hover,[data-terms-and-conditions] [data-resources] a:hover{text-decoration:underline}@media(max-width:1024px){[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector]{padding:30px 0}}@media(max-width:768px){[data-company-profile] [data-company-profile-roles] [data-company-profile-roles-sector]{padding:20px 0}}[data-contact-us]{font-family:var(--font-inter),system-ui,sans-serif}[data-contact-content] hr{margin:14px 0;width:40px}[data-contact-content] [data-module-inner]{display:grid;grid-template-columns:1fr 5fr;padding:0;position:relative}[data-contact-info],[data-contact-map]{padding-top:60px;padding-bottom:60px;position:relative}[data-contact-map-loader]{height:70%;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-surface-muted-rgb));z-index:1}[data-contact-map-spinner]{width:40px;height:40px;border:3px solid rgba(var(--color-base-white-rgb),.2);border-top-color:rgb(var(--color-brand-primary-rgb));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}[data-contact-info]{gap:36px;min-width:380px;padding-right:37px}[data-contact-info],[data-contact-info]:before{background-color:rgb(var(--color-base-white-rgb))}[data-contact-info]:before{right:100%}[data-contact-info]:before,[data-contact-map]:after{content:"";position:absolute;top:0;bottom:0;width:100dvw;pointer-events:none}[data-contact-map]{background-color:rgb(var(--color-surface-muted-rgb));padding-left:37px;position:relative;min-height:500px}[data-contact-map] iframe{box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25)}[data-contact-map]:after{left:100%;background-color:rgb(var(--color-surface-muted-rgb))}[data-contact-header-1]{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}[data-contact-header-1] h1,[data-contact-header-1] h2,[data-contact-header-1] hr{margin:0}[data-contact-header-1] hr{border:2px solid rgb(var(--color-brand-primary-rgb))}[data-contact-body],[data-contact-info],[data-form-content-wrapper]{display:flex;flex-direction:column}[data-contact-body],[data-form-content-wrapper]{gap:12px}[data-contact-body] h3,[data-contact-body] p{margin:0}[data-contact-body] [data-contact-address],[data-contact-body] [data-contact-description],[data-contact-body] [data-contact-email],[data-contact-body] [data-contact-phone],[data-contact-body] a[data-email-link],[data-contact-body] a[data-tel-link],[data-contact-body] p{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:400}[data-contact-body] [data-contact-name]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:600}[data-contact-body] [data-contact-phone]{text-transform:uppercase;letter-spacing:.4px}[data-contact-body] [data-contact-email]{color:rgb(var(--color-brand-primary-rgb))}[data-contact-header-2]{display:flex;flex-direction:column;gap:14px;margin-bottom:10px}[data-contact-header-2] h2,[data-contact-header-2] hr{margin:0}[data-contact-header-2] hr{border:1px solid rgb(var(--color-base-black-rgb))}[data-contact-form]{background-color:rgb(var(--color-surface-page-rgb));padding:60px 37px}[data-contact-form] p{margin:0}[data-contact-form] hr{width:40px}[data-contact-form] [data-module-inner]{background-color:rgb(var(--color-base-white-rgb))}[data-contact-form] [data-module-inner] [data-contact-form-content]{padding:60px 155px}[data-contact-form] [data-module-inner] [data-form-content] h2,[data-contact-form] [data-module-inner] label,[data-contact-form] [data-module-inner] p{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:400;margin:0}[data-contact-form] [data-captcha-input],[data-contact-form] [data-form-inputs]{display:grid;grid-template-columns:1fr 1fr;gap:14px}[data-contact-form] [data-form-sharefolder]{display:grid;grid-column:1/-1;grid-template-columns:auto 1fr;gap:14px;align-items:center}[data-contact-form] [data-form-sharefolder] h2{margin:0}[data-contact-form] [data-form-sharefolder] [data-form-options]{display:flex;flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap}[data-contact-form] [data-form-sharefolder] [data-form-options] label{display:grid;grid-template-columns:14px 1fr;align-items:center;gap:8px;cursor:pointer;white-space:nowrap}[data-contact-form] [data-form-sharefolder] [data-form-options] input[type=radio]{appearance:none;width:14px;height:14px;border:2px solid rgb(var(--color-brand-primary-rgb));border-radius:50%;cursor:pointer;position:relative;margin:0;padding:0;box-sizing:border-box}[data-contact-form] [data-form-sharefolder] [data-form-options] input[type=radio]:checked:before{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background-color:rgb(var(--color-brand-primary-rgb));border-radius:50%}[data-contact-form] [data-contact-form-element],[data-contact-form] [data-form-content]{display:flex;flex-direction:column;gap:12px}[data-contact-form] [data-form-content] h2{color:rgb(var(--color-base-black-rgb));-webkit-text-fill-color:rgb(var(--color-base-black-rgb))}[data-contact-form] input,[data-contact-form] select{border-radius:100px}[data-contact-form] input,[data-contact-form] select,[data-contact-form] textarea{padding:12px 20px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:400;border:1px solid rgb(var(--color-base-black-rgb))}[data-contact-form] textarea{border-radius:20px;font-family:var(--font-inter),system-ui,sans-serif;grid-column:1/-1;min-height:50px;resize:vertical}[data-contact-form] select{appearance:none;background-color:rgb(var(--color-base-white-rgb));-webkit-text-fill-color:rgb(var(--color-base-black-rgb));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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 20px center;background-size:24px;padding-right:50px;cursor:pointer}[data-contact-form] select,[data-contact-form] select optgroup,[data-contact-form] select option{color:rgb(var(--color-base-black-rgb))}[data-contact-form] select:required:invalid{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:right 20px center,right 50px center;background-size:24px,10px}[data-contact-form] [data-contact-form-element] input:required:invalid,[data-contact-form] [data-contact-form-element] textarea:required:invalid{border:1px solid rgb(var(--color-base-black-rgb));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;background-size:10px}[data-contact-form] [data-contact-form-element] input:required:valid,[data-contact-form] [data-contact-form-element] textarea:required:valid{background-image:none}[data-contact-form] a{text-decoration:none;color:rgb(var(--color-brand-primary-rgb))}[data-captcha-box]{width:220px;height:60px;background:rgb(var(--color-base-white-rgb));border:1px solid rgb(var(--color-base-black-rgb));border-radius:8px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}[data-captcha-box] svg line:first-of-type{stroke:rgba(var(--color-base-black-rgb),.15);stroke-width:1}[data-captcha-box] svg line:nth-of-type(2){stroke:rgba(var(--color-base-black-rgb),.12);stroke-width:1}[data-captcha-box] svg text{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(29px*var(--typo-scale, 1));font-weight:600;letter-spacing:1px;fill:rgb(var(--color-brand-primary-rgb))}[data-captcha-input]{align-items:center}[data-captcha-input] input{flex:0 1 260px}[data-captcha-input] button{padding:10px 16px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:500;border:1px solid #000;border-radius:100px;background-color:rgba(0,0,0,0);cursor:pointer}[data-captcha-input] button:hover{background-color:rgba(var(--color-brand-primary-rgb),.1)}[data-captcha-error],[data-contact-form-error]{color:rgb(var(--color-brand-primary-rgb));margin:0;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:400}[data-contact-form-success-panel]{display:flex;flex-direction:column;align-items:center;gap:20px;padding:28px 32px;outline:none;background-color:rgba(0,0,0,0);text-align:center}[data-contact-form-success-icon]{color:rgb(var(--color-brand-primary-rgb));flex-shrink:0}[data-contact-form-success-icon] svg{display:block;width:48px;height:48px}[data-contact-form-success-header]{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}[data-contact-form-success-header] h2{margin:0;color:rgb(var(--color-base-black-rgb));-webkit-text-fill-color:rgb(var(--color-base-black-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:400}[data-contact-form-success-header] hr{margin:0;width:40px;border:2px solid rgb(var(--color-brand-primary-rgb))}[data-contact-form-success-body]{margin:0;color:rgb(var(--color-base-black-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:400}[data-contact-form-success-actions]{margin-top:4px}[data-captcha]{display:flex;flex-direction:column;gap:10px}[data-captcha],[data-contact-form] [data-form-inputs] select[data-fullrow=true]{grid-column:1/-1}@media(max-width:1024px){[data-contact-content] [data-module-inner]{grid-template-columns:auto}[data-contact-content] [data-module-inner] [data-contact-info]{padding:37px 0}[data-contact-content] [data-module-inner] [data-contact-map]{padding-left:0}[data-contact-content] [data-module-inner] [data-contact-map]:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100dvw;background-color:rgb(var(--color-surface-muted-rgb));pointer-events:none}[data-contact-content] [data-module-inner] [data-contact-map] iframe{height:100%}[data-contact-form],[data-contact-form] [data-module-inner] [data-contact-form-content]{padding:40px 37px}[data-contact-form] input,[data-contact-form] select,[data-contact-form] textarea{padding:10px 16px}[data-contact-form] [data-form-content] select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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;background-size:20px;padding-right:44px}[data-contact-form] [data-form-content] select:required:invalid{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:right 14px center,right 44px center;background-size:20px,8px}[data-contact-form] [data-contact-form-element] input:required:invalid,[data-contact-form] [data-contact-form-element] textarea:required:invalid{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 10 10'%3E%3Cpath fill='%23CB6521' d='M5 .5 6.545 3.5 9.8 4 7.4 6.25 8 9.5 5 7.9 2 9.5 2.6 6.25.2 4 3.455 3.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:8px}}@media(max-width:768px){[data-contact-header-1],[data-contact-header-2]{gap:8px}[data-contact-body]{gap:14px}[data-contact-content],[data-contact-form]{padding:20px}[data-contact-content] [data-module-inner] [data-contact-info]{gap:20px;padding:0 0 20px}[data-contact-content] [data-module-inner] [data-contact-info]:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}[data-contact-content] [data-module-inner]{grid-template-columns:1fr}[data-contact-map]{padding:20px 0 0;height:40dvh}[data-contact-map]:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100dvw;background-color:rgb(var(--color-surface-muted-rgb));pointer-events:none}[data-contact-map-loader]{height:100%}[data-captcha] [data-captcha-input],[data-contact-form] [data-form-inputs]{grid-template-columns:1fr}[data-contact-form] [data-form-sharefolder]{grid-template-columns:1fr;align-items:flex-start}[data-contact-form] [data-form-sharefolder] [data-form-options]{flex-direction:column;align-items:flex-start;gap:12px}[data-contact-form] [data-contact-form-success-panel]{padding:24px 20px;max-width:none}}[data-investors]{font-family:var(--font-inter),system-ui,sans-serif}[data-investors] [data-investors-featured-investment-opportunities-citation] a{color:rgb(var(--color-brand-primary-rgb));text-decoration:none}[data-investors] [data-investors-intro-wrapper] [data-hero-learn-more-track]{position:absolute;top:0;left:0;right:0;height:100dvh;pointer-events:none;z-index:20}[data-investors] [data-investors-intro-wrapper] [data-hero-learn-more]{position:sticky;top:calc(100dvh - 110px);left:50%;transform:translateX(-50%);pointer-events:auto;background:rgba(0,0,0,0);border:none;color:rgb(var(--color-base-white-rgb));cursor:pointer;display:flex;flex-direction:column;align-items:center;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(14px*var(--typo-scale, 1));font-weight:500;letter-spacing:1.4px;text-transform:uppercase;padding:8px 12px}[data-investors] [data-investors-intro-wrapper] [data-hero-learn-more] svg{animation:hero-chevron-bounce 1.4s ease-in-out infinite;margin-top:-10px}[data-investors] [data-investors-intro-wrapper] [data-hero-learn-more]:focus-visible,[data-investors] [data-investors-intro-wrapper] [data-hero-learn-more]:hover{color:rgba(var(--color-base-white-rgb),.85)}[data-investors] [data-investors-overview]{background-color:#0a0a0a}[data-investors] [data-investors-intro-wrapper]{background-image:url(/images/backgrounds/investors-intro-large-2.webp);background-attachment:fixed;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgb(var(--color-surface-page-rgb));min-height:100dvh;position:relative}@media(max-width:1024px){[data-investors] [data-investors-intro-wrapper]{background-attachment:scroll}}[data-investors] sup.citation{font-size:.55em;vertical-align:super;margin-left:2px}[data-investors] [data-investors-why-container]{color:rgb(var(--color-base-white-rgb));font-family:var(--font-roboto),system-ui,sans-serif;max-width:min(1180px,100%);padding:90px 0 60px;position:relative;width:100%;display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:40px;align-items:start;display:flex;flex-direction:row}[data-investors] [data-investors-why-title]{margin:0;line-height:.95;letter-spacing:-.02em}[data-investors] [data-investors-why-blurb]{margin:18px 0 0;max-width:420px;opacity:.75}[data-investors] [data-investors-why-corp-link]{appearance:none;background:rgba(0,0,0,0);border:0;padding:18px 0 0;margin:0;cursor:pointer;color:rgb(var(--color-brand-secondary-rgb));display:inline-flex;align-items:center;gap:10px;text-decoration:underline;text-underline-offset:6px;letter-spacing:.2em}[data-investors] [data-investors-why-corp-link]:focus-visible,[data-investors] [data-investors-why-corp-link]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-investors] [data-investors-why-right]{display:flex;flex-direction:column;gap:56px;min-width:0}[data-investors] [data-investors-why-row]{display:grid;gap:30px;align-items:start}[data-investors] [data-investors-why-row-top]{grid-template-columns:repeat(3,minmax(0,1fr))}[data-investors] [data-investors-why-row-bottom]{grid-template-columns:repeat(4,minmax(0,1fr))}[data-investors] [data-investors-why-value-item]{display:flex;flex-direction:column;gap:10px;min-width:0}[data-investors] [data-investors-why-value-number]{color:#d78546;letter-spacing:.25em;position:absolute;margin-left:-12px;font-size:43px!important;z-index:1;font-family:var(--font-lato),system-ui,sans-serif!important;opacity:.35}[data-investors] [data-investors-why-value-title]{max-width:220px;z-index:2;margin:18px 0 0}[data-investors] [data-investors-why-value-desc]{margin:0;opacity:.75;max-width:260px}[data-investors] [data-investors-intro-text]{max-width:560px;padding:37px 0;position:relative;z-index:0}[data-investors] [data-investors-intro-text] p{color:rgb(var(--color-base-white-rgb));margin:0;position:relative;text-align:left}[data-investors] [data-investors-intro-text] [data-investors-intro-ticker]{margin-top:30px;position:relative;z-index:1;width:100%;max-width:720px;display:flex;justify-content:flex-start;align-items:center;gap:20px}[data-investors] [data-investors-intro-text] [data-investors-intro-ticker] [data-vertical-divider]{background-color:rgba(var(--color-base-white-rgb),.3);width:1px;height:42px;flex:0 0 1px;align-self:center}[data-investors] [data-investors-intro-text] [data-investors-intro-ticker-item]{flex:0 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:center;height:100%}[data-investors] [data-investors-intro-text] [data-investors-intro-ticker-symbol]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px;color:#f1995a}[data-investors] [data-investors-intro-text] [data-investors-intro-ticker-listing]{margin-top:8px;color:rgba(var(--color-base-white-rgb),.6);letter-spacing:.1em}[data-investors] [data-investors-intro-text]:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:170dvw;height:200dvh;left:-100dvw;top:-100dvh;background:radial-gradient(circle at top left,rgba(var(--color-base-black-rgb),.85) 0,rgba(var(--color-base-black-rgb),.65) 60%,rgba(var(--color-base-black-rgb),.58) 77%,rgba(var(--color-base-black-rgb),.015) 83%)}[data-investors] [data-investors-why-card-media] img{width:100%}[data-investors] [data-investors-why-card]{background-color:rgb(var(--color-base-white-rgb));border:1px solid var(--color-border);box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);color:rgb(var(--color-base-black-rgb));padding:20px;text-align:center;transition:transform .2s ease}@media(max-width:768px){[data-investors] [data-investors-intro-text] [data-investors-intro-ticker]{max-width:100%}}@media(max-width:1100px){[data-investors] [data-investors-why-container]{grid-template-columns:1fr;gap:50px;padding:60px 0 40px}[data-investors] [data-investors-permit-highlights-wrapper][data-investors-why-container]{gap:20px}[data-investors] [data-investors-why-blurb]{max-width:520px}}@media(max-width:900px){[data-investors] [data-investors-why-row]{gap:26px}[data-investors] [data-investors-why-row-bottom],[data-investors] [data-investors-why-row-top]{grid-template-columns:1fr}[data-investors] [data-investors-why-right]{gap:34px}[data-investors] [data-investors-why-value-desc],[data-investors] [data-investors-why-value-title]{max-width:100%}}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-why-left]{max-width:450px}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-why-right]{gap:14px;width:100%}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-heading]{margin:0}[data-investors] [data-investors-permit-highlights-wrapper] [data-feat-card-line-short]{background-color:rgba(var(--color-base-white-rgb),.55);height:2px;width:44px;margin-top:-4px}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-lead]{margin:0;opacity:.94}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-list]{list-style:none;margin:2px 0 0;padding:0;display:flex;flex-direction:column;gap:30px}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-list]>li{margin:0;padding-left:22px;position:relative}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-list]>li:before{content:"—";position:absolute;left:0;top:.25em}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-primary]{display:block;font-style:normal}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-sublist]{list-style:none;margin:8px 0 0;padding:0}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-sublist] li{margin:0;padding-left:16px;position:relative;opacity:.9}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-sublist] li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;background-color:rgba(var(--color-base-white-rgb),.75);border-radius:1px}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-closing]{color:#d78546;margin:12px 0 0}[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-closing] [data-investors-permit-highlights-closing-lead]{font-weight:600}@media(max-width:1100px){[data-investors] [data-investors-permit-highlights-wrapper] [data-investors-permit-highlights-list]{gap:20px}}[data-investors] [data-investors-featured-investment-opportunities-wrapper]{gap:14px;height:100%;padding:37px 0 120px;position:relative}[data-investors] [data-investors-featured-investment-opportunities-wrapper] h4{color:rgb(var(--color-base-white-rgb));margin:0}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities]{color:rgb(var(--color-base-white-rgb));display:flex;align-items:stretch;gap:0;position:relative;isolation:isolate;overflow:visible;min-height:380px}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities]:before{content:"";position:absolute;inset:-150px;pointer-events:none;z-index:0;opacity:.55;border-radius:9999px;background:radial-gradient(circle at 50% 50%,rgba(var(--color-brand-primary-rgb),.55) 0,rgba(var(--color-brand-primary-rgb),.22) 35%,rgba(var(--color-brand-primary-rgb),0) 72%);filter:blur(120px) saturate(1.6) sepia(1) brightness(1.04);mix-blend-mode:normal;mask:radial-gradient(farthest-side,rgba(0,0,0,0) 30%,rgb(0,0,0) 48%,rgba(0,0,0,0) 78%);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) 30%,rgb(0,0,0) 48%,rgba(0,0,0,0) 78%);animation:investors-perimeter-glow-pulse 4.5s ease-in-out infinite;will-change:filter,opacity,transform}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities] [data-investors-featured-investment-opportunity]{flex:0 1;flex-grow:1;position:relative;z-index:5}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity],[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity]{flex-grow:.8}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:focus-visible) [data-investors-featured-investment-opportunity]:focus-visible,[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities]:has([data-investors-featured-investment-opportunity]:hover) [data-investors-featured-investment-opportunity]:hover{flex-grow:1.6}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities-citation-hr]{border:1px solid rgb(var(--color-border-default-rgb));margin:0;width:100%}[data-investors] [data-investors-featured-investment-opportunities-wrapper] [data-investors-featured-investment-opportunities-citation]{color:rgb(var(--color-border-default-rgb));margin:0;text-align:left}@media(max-width:1024px){[data-investors] [data-investors-intro-text]:before{width:200dvw}[data-investors] [data-investors-featured-investment-opportunities]{display:grid!important;grid-template-columns:1fr;gap:14px;min-height:0;overflow:visible}[data-investors] [data-investors-featured-investment-opportunities]:before{opacity:.28;filter:blur(95px) saturate(1.45) sepia(1) brightness(1.03)}[data-investors] [data-investors-featured-investment-opportunities] [data-investors-featured-investment-opportunity],[data-investors] [data-investors-featured-investment-opportunities] [data-investors-featured-investment-opportunity]:first-child{flex:0 1;flex-grow:1}}@keyframes investors-perimeter-glow-pulse{0%{opacity:.45;transform:scale(1);filter:blur(120px) saturate(1.6) sepia(1) brightness(1.04)}45%{opacity:.72;transform:scale(1.02);filter:blur(150px) saturate(1.7) sepia(1) brightness(1.07)}to{opacity:.45;transform:scale(1);filter:blur(120px) saturate(1.6) sepia(1) brightness(1.04)}}[data-investors] [data-page-header]{background:linear-gradient(to bottom,rgba(var(--color-base-white-rgb),.25),rgba(var(--color-base-white-rgb),.1))}[data-investors] [data-page-header]:before{content:"";pointer-events:none;z-index:5;background:radial-gradient(circle 120dvw at 156px 499px,rgba(var(--color-base-white-rgb),.2) 0,rgba(var(--color-base-black-rgb),.9) 85%,rgba(var(--color-base-white-rgb),0) 70%);position:absolute;inset:0}[data-investors] [data-page-header]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:.5px;background-color:rgb(var(--color-base-white-rgb));z-index:10;pointer-events:none}[data-investors] [data-investors-why-title]{font-family:var(--font-lato),system-ui,sans-serif!important;font-size:calc(50px*var(--typo-scale, 1))!important;line-height:calc(54px*var(--typo-scale, 1))!important;font-weight:300!important;letter-spacing:.2px!important}[data-investors] [data-agm-content],[data-investors] [data-agm-links],[data-investors] [data-competitive-positioning-content-wrapper],[data-investors] [data-competitive-positioning-content],[data-investors] [data-competitive-positioning-table],[data-investors] [data-corporate-presentations],[data-investors] [data-fact-sheet],[data-investors] [data-info-split-content],[data-investors] [data-info-split-links],[data-investors] [data-info-split-side],[data-investors] [data-investors-featured-investment-opportunities-wrapper],[data-investors] [data-investors-financials],[data-investors] [data-investors-why-citations],[data-investors] [data-investors-why-container-header],[data-investors] [data-investors-why-grid-block],[data-investors] [data-shareholder-information-content-wrapper],[data-investors] [data-shareholder-information-content],[data-investors] [data-shareholder-information-table],[data-investors] [data-stock-performance-header-content]{display:flex;flex-direction:column}[data-investors] [data-corporate-presentations],[data-investors] [data-fact-sheet],[data-investors] [data-investors-financials]{gap:14px}[data-investors] [data-corporate-presentations] h2,[data-investors] [data-corporate-presentations] h4,[data-investors] [data-fact-sheet] h2,[data-investors] [data-fact-sheet] h4,[data-investors] [data-investors-financials] h2,[data-investors] [data-investors-financials] h4{margin:0}[data-investors] [data-investors-agm-events-header-left] h3,[data-investors] [data-investors-financials] h4{color:rgb(var(--color-base-white-rgb),.52)}[data-investors] [data-fact-sheet-wrapper]{background-color:rgba(0,0,0,0);padding:0}[data-investors] [data-corporate-presentations-wrapper] [data-module-inner]{grid-template-columns:1fr 1fr;display:grid;position:relative}[data-investors] [data-agm-wrapper],[data-investors] [data-info-split-wrapper]{background-color:rgb(var(--color-surface-page-rgb));position:relative;--info-split-opacity:1}[data-investors] [data-agm-wrapper][data-info-split-wrapper],[data-investors] [data-info-split-wrapper][data-info-split-wrapper]{min-height:100dvh}[data-investors] [data-agm-wrapper]:after,[data-investors] [data-info-split-wrapper]:after{content:"";z-index:1;background:var(--info-split-bg-image,url("/images/backgrounds/agm-board-room.webp")) no-repeat center center;background-size:cover;position:absolute;background-attachment:fixed;top:0;bottom:0;right:0;width:calc(62.5% - 37px);opacity:var(--info-split-opacity)}[data-investors] [data-agm-wrapper] [data-module-inner],[data-investors] [data-info-split-wrapper] [data-module-inner]{position:relative;padding:0}[data-investors] [data-agm-wrapper] [data-shareholder-information-contact-wrapper],[data-investors] [data-info-split-wrapper] [data-shareholder-information-contact-wrapper]{max-width:400px!important}[data-investors] [data-info-split-transition-wrapper]{background-color:#131313;position:relative;min-height:auto;padding-top:80px;padding-bottom:110px;color:rgb(var(--color-base-white-rgb))}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-stage]{position:sticky;top:0;height:calc(120dvh + 60px);overflow:hidden}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel]{position:absolute;inset:0;pointer-events:none;transition:opacity .12s linear}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel][data-active=true]{pointer-events:auto}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-module-inner]{position:relative;height:100%;padding:0}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-info-split-transition-panel-bg]{content:"";z-index:1;background-repeat:no-repeat;background-position:50%;background-size:cover;position:absolute;background-attachment:fixed;top:0;bottom:0;right:0;width:calc(62.5% - 37px)}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-info-split-content-section]{height:100%}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-info-split-content-wrapper],[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-info-split-content]{position:static}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-info-split-content]{opacity:1}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-anchor]{position:absolute;height:1px;width:1px;pointer-events:none}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-wrapper] hr{margin:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header]{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header] [data-investors-agm-events-header-left]{display:flex;flex-direction:column;gap:60px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header] h2,[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header] h3{margin:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header-left]{display:flex;flex-direction:column;gap:10px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header-title]{text-transform:uppercase;letter-spacing:.18em;opacity:.85;margin:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-tabs]{display:flex;flex-direction:row;gap:26px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-tabs] button{appearance:none;border:none;background:rgba(0,0,0,0);cursor:pointer;margin:0;color:rgba(var(--color-base-white-rgb),.55);text-transform:uppercase;padding:8px 12px;border-radius:999px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-tabs] button[data-active=true]{background-color:rgba(var(--color-brand-primary-rgb),.95);color:rgb(var(--color-base-white-rgb))}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-tabs] button:not([data-active=true]):hover{color:rgb(var(--color-brand-primary-rgb))}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-list]{--investors-agm-events-list-height:min(480px,60vh);display:flex;flex-direction:column;gap:0;height:var(--investors-agm-events-list-height);min-height:var(--investors-agm-events-list-height);overflow:hidden}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-list-scroll]{flex:1 1 auto;min-height:0;overflow-y:auto}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-empty]{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:24px 16px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-empty] p{margin:0;color:rgba(var(--color-base-white-rgb),.55);text-align:center}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-row]{display:grid;grid-template-columns:140px 1fr minmax(180px,240px);column-gap:32px;row-gap:14px;align-items:start;border-bottom:1px solid rgba(var(--color-base-white-rgb),.12);padding:16px 8px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-row]:hover{background-color:rgba(var(--color-brand-primary-rgb),.04)}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-date]{color:rgba(var(--color-base-white-rgb),.65);padding:4px 0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-main]{display:flex;flex-direction:column;gap:10px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-main] h3{margin:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-main] p{color:rgba(var(--color-base-white-rgb),.65);margin:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-right]{justify-self:end;align-self:start;display:flex;flex-direction:column;align-items:flex-end;min-width:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-status]{white-space:nowrap;text-transform:uppercase;padding:6px 12px;border-radius:999px;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:500;opacity:.95;margin-top:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-status-archived]{background-color:#ddd;color:rgba(var(--color-base-black-rgb),.7);font-size:9px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-status-upcoming]{background-color:#dafada;color:rgba(var(--color-base-black-rgb),.75);font-size:9px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-cta]{padding-top:18px;display:flex;justify-content:flex-end;width:auto}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-agm-links]{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:14px 18px;align-items:center}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-agm-link]{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;text-decoration:none;border:1px solid rgba(var(--color-brand-primary-rgb),.35);background-color:rgba(var(--color-brand-primary-rgb),.07);color:rgb(var(--color-brand-primary-rgb));text-transform:uppercase;letter-spacing:.14em}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-agm-link]:hover{background-color:rgba(var(--color-brand-primary-rgb),.22)}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-agm-link-icon]{display:grid;place-items:center}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-agm-link-icon] img{width:16px;height:16px}@media(max-width:1024px){[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-tabs]{width:100%;max-width:none;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding-bottom:6px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-tabs] button{flex:0 0 auto;white-space:nowrap}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header]{align-items:flex-start;flex-direction:column;gap:14px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-header] [data-investors-agm-events-header-left]{gap:14px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-row]{grid-template-columns:minmax(0,1fr) auto;row-gap:14px}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-main]{grid-column:1/-1}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-right]{display:contents}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-status]{grid-column:2;grid-row:1;justify-self:end;margin-top:0}[data-investors] [data-info-split-transition-wrapper] [data-investors-agm-events-cta]{grid-column:1/-1;grid-row:3;justify-content:flex-start;width:100%;padding-top:18px}}[data-investors] [data-agm-content-section],[data-investors] [data-info-split-content-section]{box-sizing:border-box;align-items:flex-start;white-space:normal;overflow-wrap:anywhere;grid-template-columns:1fr 1.5fr;display:grid}[data-investors] [data-agm-content-section][data-info-split-content-section],[data-investors] [data-info-split-content-section][data-info-split-content-section]{min-height:100dvh}[data-investors] [data-agm-content-section] [data-agm-content],[data-investors] [data-agm-content-section] [data-info-split-content],[data-investors] [data-info-split-content-section] [data-agm-content],[data-investors] [data-info-split-content-section] [data-info-split-content]{padding-top:60px}[data-investors] [data-agm-content-section] [data-info-split-side],[data-investors] [data-agm-content-section] [data-shareholder-information-transfer-agents],[data-investors] [data-info-split-content-section] [data-info-split-side],[data-investors] [data-info-split-content-section] [data-shareholder-information-transfer-agents]{padding-bottom:60px}[data-investors] [data-agm-content-wrapper],[data-investors] [data-info-split-content-wrapper]{flex-basis:50%;max-width:calc(100% - 37px);display:block;margin-right:0;flex:0 0 auto;min-height:520px;padding-right:37px;position:relative;padding-top:44px;padding-bottom:60px;z-index:2}[data-investors] [data-agm-content-wrapper]:before,[data-investors] [data-info-split-content-wrapper]:before{content:"";pointer-events:none;width:100dvw;position:absolute;top:0;bottom:0;right:100%}[data-investors] [data-agm-content],[data-investors] [data-info-split-content]{color:rgb(var(--color-base-white-rgb));min-width:0;gap:26px;position:sticky;top:120px;align-self:start;opacity:var(--info-split-opacity)}[data-investors] [data-agm-content] [data-feat-card-line-short],[data-investors] [data-info-split-content] [data-feat-card-line-short]{background-color:rgb(var(--color-base-white-rgb));height:2px}[data-investors] [data-agm-links]{list-style:none;margin:0;padding:0;gap:10px}[data-investors] [data-agm-links] a{color:rgb(var(--color-base-black-rgb));text-decoration:underline;text-underline-offset:3px}[data-investors] [data-agm-links] a:hover{color:rgb(var(--color-brand-primary-rgb))}[data-investors] [data-info-split-links]{list-style:none;margin:0;padding:0;gap:10px}[data-investors] [data-info-split-links] button{margin-top:14px}[data-investors] [data-info-split-links] a{color:rgb(var(--color-base-black-rgb));text-decoration:underline;text-underline-offset:3px}[data-investors] [data-info-split-links] a:hover{color:rgb(var(--color-brand-primary-rgb))}[data-investors] [data-info-split-side]{width:100%;justify-content:flex-end;align-items:center;padding-left:37px;padding-top:140px;gap:37px}[data-investors] [data-info-split-side] [data-info-split-card]{background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));min-width:0;box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);flex:1 1;padding:40px;max-width:400px;width:100%;z-index:10}[data-investors] [data-info-split-side] [data-info-split-card-upper]{flex-direction:column;gap:18px;display:flex;width:100%}[data-investors] [data-info-split-side] [data-info-split-card-upper] hr{border:1px solid;margin:0}[data-investors] [data-info-split-side] [data-info-split-card-content]{display:flex;flex-direction:column;gap:8px}[data-investors] [data-info-split-side] [data-info-split-card-content-title]{color:rgb(var(--color-brand-secondary-rgb))}[data-investors] [data-shareholder-information]{grid-template-columns:1fr 1fr;display:grid;align-items:start}[data-investors] [data-shareholder-information-content]{gap:27px}[data-investors] [data-competitive-positioning-table],[data-investors] [data-shareholder-information-table]{gap:14px}[data-investors] [data-stock-performance-header-content]{gap:8px}[data-investors] [data-competitive-positioning-content] hr,[data-investors] [data-competitive-positioning-table] hr,[data-investors] [data-shareholder-information-content] hr,[data-investors] [data-shareholder-information-table] hr,[data-investors] [data-stock-performance-header-content] hr{border:none;margin:0}[data-investors] [data-competitive-positioning-content] [data-competitive-positioning-table-divider-primary],[data-investors] [data-competitive-positioning-content] [data-shareholder-information-table-divider-primary],[data-investors] [data-competitive-positioning-table] [data-competitive-positioning-table-divider-primary],[data-investors] [data-competitive-positioning-table] [data-shareholder-information-table-divider-primary],[data-investors] [data-shareholder-information-content] [data-competitive-positioning-table-divider-primary],[data-investors] [data-shareholder-information-content] [data-shareholder-information-table-divider-primary],[data-investors] [data-shareholder-information-table] [data-competitive-positioning-table-divider-primary],[data-investors] [data-shareholder-information-table] [data-shareholder-information-table-divider-primary],[data-investors] [data-stock-performance-header-content] [data-competitive-positioning-table-divider-primary],[data-investors] [data-stock-performance-header-content] [data-shareholder-information-table-divider-primary]{background-color:rgb(var(--color-brand-secondary-rgb));height:4px}[data-investors] [data-competitive-positioning-content] [data-competitive-positioning-table-divider-secondary],[data-investors] [data-competitive-positioning-content] [data-shareholder-information-table-divider-secondary],[data-investors] [data-competitive-positioning-table] [data-competitive-positioning-table-divider-secondary],[data-investors] [data-competitive-positioning-table] [data-shareholder-information-table-divider-secondary],[data-investors] [data-shareholder-information-content] [data-competitive-positioning-table-divider-secondary],[data-investors] [data-shareholder-information-content] [data-shareholder-information-table-divider-secondary],[data-investors] [data-shareholder-information-table] [data-competitive-positioning-table-divider-secondary],[data-investors] [data-shareholder-information-table] [data-shareholder-information-table-divider-secondary],[data-investors] [data-stock-performance-header-content] [data-competitive-positioning-table-divider-secondary],[data-investors] [data-stock-performance-header-content] [data-shareholder-information-table-divider-secondary]{background-color:gray;height:1px}[data-investors] [data-competitive-positioning-table-citation] h4,[data-investors] [data-shareholder-information-table-date] h4,[data-investors] [data-stock-performance-header] h4{margin:0}[data-investors] [data-shareholder-information-content-wrapper]{padding-bottom:60px}[data-investors] [data-competitive-positioning-content-wrapper] h2{margin-bottom:10px}[data-investors] [data-competitive-positioning-content-wrapper],[data-investors] [data-shareholder-information-content-wrapper]{gap:27px;position:sticky;top:120px;align-self:start}[data-investors] [data-shareholder-information-content]{padding-right:37px}[data-investors] [data-shareholder-information-transfer-agents]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-left:37px;padding-top:128px;gap:37px;width:100%}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper]{background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));min-width:0;box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);flex:1 1;max-width:350px;width:100%;z-index:10}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-shareholder-information-contact-content]{display:flex;flex-direction:column;gap:8px}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-shareholder-information-contact-company-name]{color:rgb(var(--color-brand-secondary-rgb))}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-feat-card-line-short]{height:2px}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-shareholder-information-contact-upper]{flex-direction:column;gap:18px;display:flex;padding:40px}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-shareholder-information-contact-upper] hr{border:1px solid;margin:0}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-shareholder-information-contact-upper] button{align-self:center}[data-investors] [data-shareholder-information-stock-item]{display:flex;flex-direction:column;gap:8px}[data-investors] [data-shareholder-information-content-wrapper] h1,[data-investors] [data-shareholder-information-content-wrapper] h2,[data-investors] [data-shareholder-information-content-wrapper] h3,[data-investors] [data-shareholder-information-content-wrapper] p,[data-investors] [data-shareholder-information-stock-item] h1,[data-investors] [data-shareholder-information-stock-item] h2,[data-investors] [data-shareholder-information-stock-item] h3,[data-investors] [data-shareholder-information-stock-item] p,[data-investors] [data-shareholder-information-table-header] h1,[data-investors] [data-shareholder-information-table-header] h2,[data-investors] [data-shareholder-information-table-header] h3,[data-investors] [data-shareholder-information-table-header] p{margin:0}[data-investors] table{width:100%;table-layout:fixed}[data-investors] [data-shareholder-information-table-grid]{table-layout:auto;width:100%}[data-investors] [data-shareholder-information-table-grid] col[data-col-metric],[data-investors] [data-shareholder-information-table-grid] th{width:320px;max-width:320px}[data-investors] [data-shareholder-information-table-grid] col[data-col-value]{width:auto}[data-investors] [data-shareholder-information-table-grid] th{white-space:normal;overflow-wrap:anywhere}[data-investors] [data-shareholder-information-table-grid] td{width:auto}[data-investors] [data-competitive-positioning-table-grid],[data-investors] [data-shareholder-information-table-grid]{width:100%;border-collapse:initial;border-spacing:0 10px}[data-investors] [data-shareholder-information-table-grid] td,[data-investors] [data-shareholder-information-table-grid] th{vertical-align:middle}[data-investors] [data-competitive-positioning-table-grid] thead th{text-align:center;text-transform:uppercase;padding:1px 1px 20px;border-bottom:1px solid gray}[data-investors] [data-competitive-positioning-table-grid] th,[data-investors] [data-shareholder-information-table-grid] th{padding:0 24px}[data-investors] [data-competitive-positioning-table-grid] td,[data-investors] [data-competitive-positioning-table-grid] th,[data-investors] [data-shareholder-information-table-grid] th{text-align:left}[data-investors] [data-competitive-positioning-table-grid] td{white-space:normal;overflow-wrap:anywhere;padding-right:37px}[data-investors] [data-shareholder-information-table-grid] td{text-align:right;padding:0 24px}[data-investors] [data-competitive-positioning-table-grid] td,[data-investors] [data-shareholder-information-table-grid] td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-investors] [data-competitive-positioning-table-wrapper],[data-investors] [data-corporate-presentations-wrapper],[data-investors] [data-reports-financials],[data-investors] [data-shareholder-information-wrapper],[data-investors] [data-stock-chart-wrapper]{padding-top:60px;padding-bottom:60px}[data-investors] [data-reports-financials]{background-color:rgb(var(--color-surface-page-rgb));color:rgb(var(--color-base-white-rgb));min-height:85dvh}[data-investors] [data-reports-financials] [data-overview-grid-right-content]{flex-direction:column;padding:20px 90px;display:flex}[data-investors] [data-reports-financials] [data-feat-card-line-short]{background-color:rgb(var(--color-base-white-rgb));height:2px}[data-investors] [data-corporate-presentations-header],[data-investors] [data-corporate-presentations-latest],[data-investors] [data-corporate-presentations-right-content]{display:flex;flex-direction:column;gap:14px}[data-investors] [data-corporate-presentations-latest]{border:none;background:rgba(0,0,0,0);padding:0;cursor:pointer;text-align:left;color:rgb(var(--color-base-black-rgb));-webkit-text-fill-color:currentColor}[data-investors] [data-corporate-presentations-latest]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-investors] [data-corporate-presentations-latest] h2{align-content:center;margin:0;color:inherit;-webkit-text-fill-color:inherit}[data-investors] [data-corporate-presentations-latest] [data-corporate-presentations-latest-icon]{display:grid;width:56px;height:56px}[data-investors] [data-corporate-presentations-latest] [data-corporate-presentations-latest-icon] img{grid-area:1/1}[data-investors] [data-corporate-presentations-latest] [data-corporate-presentations-latest-icon-hover],[data-investors] [data-corporate-presentations-latest]:focus-visible [data-corporate-presentations-latest-icon-default],[data-investors] [data-corporate-presentations-latest]:hover [data-corporate-presentations-latest-icon-default]{opacity:0}[data-investors] [data-corporate-presentations-latest]:focus-visible [data-corporate-presentations-latest-icon-hover],[data-investors] [data-corporate-presentations-latest]:hover [data-corporate-presentations-latest-icon-hover]{opacity:1}[data-investors] [data-tech-report-link]{color:rgb(var(--color-base-black-rgb));border-bottom:1px solid rgb(var(--color-border-default-rgb));margin:0;padding:23px 60px 23px 33px;text-decoration:none;display:block;position:relative}[data-investors] [data-tech-report-link]:hover{background-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb))}[data-investors] [data-tech-report-link][data-search-match=true]{background-color:rgba(var(--color-brand-primary-rgb),.25);color:rgb(var(--color-base-black-rgb))}[data-investors] [data-report-unavailable]{cursor:default;color:rgb(var(--color-base-black-rgb));opacity:.7}[data-investors] [data-report-unavailable]:hover{background-color:rgba(0,0,0,0);color:rgb(var(--color-base-black-rgb))}[data-investors] [data-overview-grid][data-investors-financials-grid]{display:grid;grid-template-columns:1.5fr 5fr}[data-investors] [data-overview-grid-list][data-investors-year-tabs]{list-style:none;margin:0;padding:30px 0;border-top:.5px solid rgb(var(--color-surface-page-rgb))}[data-investors] [data-overview-grid-list][data-investors-year-tabs] li{border-bottom:.5px solid rgb(var(--color-surface-page-rgb));background-color:rgb(var(--color-surface-navigation-rgb))}[data-investors] [data-overview-grid-list][data-investors-year-tabs] li[data-active=true]{background-color:rgb(var(--color-base-white-rgb))}[data-investors] [data-overview-grid-list][data-investors-year-tabs] li[data-active=true] button{color:rgb(var(--color-base-black-rgb));font-weight:500}[data-investors] [data-overview-grid-list][data-investors-year-tabs] li[data-active=false]:hover{background-color:rgb(var(--color-surface-annotation-rgb))}[data-investors] [data-investors-year-tab-button]{width:100%;text-align:left;border:none;background:rgba(0,0,0,0);color:rgb(var(--color-base-white-rgb));cursor:pointer;padding:25px 20px 15px 25px}[data-investors] [data-investors-year-tab-button] h3{color:inherit;margin:0;font-weight:inherit}[data-investors] [data-investors-year-tab-button] [data-feat-card-line-short]{height:2px;background-color:rgb(var(--color-surface-page-rgb));opacity:0;transition:opacity .2s ease;margin-top:8px}[data-investors] [data-investors-year-tabs] li[data-active=true] [data-investors-year-tab-button] [data-feat-card-line-short]{opacity:1}[data-investors] [data-overview-grid-right]{height:calc(60dvh - 80px);overflow-y:scroll}[data-investors] [data-overview-grid-right-content],[data-investors] [data-overview-grid-right][data-investors-financials-right]{background-color:rgb(var(--color-base-white-rgb));padding-top:30px;padding-bottom:30px}[data-investors] [data-overview-grid-right-content]>hr,[data-investors] [data-overview-grid-right][data-investors-financials-right]>hr{border:2px solid rgb(var(--color-brand-secondary-rgb));margin:0;width:100%}[data-investors] [data-investors-report-list]{margin:0;padding:0}[data-investors] [data-investors-quarter-dropdowns]{display:flex;flex-direction:column;width:100%}[data-investors] [data-investors-quarter-dropdown]{border-bottom:1px solid rgb(var(--color-background-100))}[data-investors] [data-investors-quarter-dropdown] summary{list-style:none;cursor:pointer;color:rgb(var(--color-base-black-rgb));border-bottom:1px solid rgb(var(--color-border-default-rgb));margin:0;padding:23px 60px 23px 20px;text-decoration:none;display:flex;align-items:center;justify-content:space-between;position:relative}[data-investors] [data-investors-quarter-dropdown] summary:hover{background-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb))}[data-investors] [data-investors-quarter-dropdown] summary::-webkit-details-marker{display:none}[data-investors] [data-investors-quarter-dropdown] summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:400;color:rgb(var(--color-base-black-rgb))}[data-investors] [data-investors-quarter-dropdown] summary:hover:after{color:rgb(var(--color-base-white-rgb))}[data-investors] [data-investors-quarter-dropdown][open] summary:after{content:"−"}[data-investors] [data-investors-quarter-dropdown] [data-investors-report-list]{margin:0}[data-investors] [data-investors-quarter-dropdown-status]{white-space:nowrap;text-transform:uppercase;padding:6px 12px;border-radius:999px;line-height:1;margin-left:20px;display:inline-flex;align-items:center;justify-content:center;font-weight:500;opacity:.95}[data-investors] [data-investors-quarter-dropdown-status=pending]{background-color:#ddd;color:rgba(var(--color-base-black-rgb),.7);font-size:9px}[data-investors] [data-investors-quarter-dropdown-status=available]{background-color:#dafada;color:rgba(var(--color-base-black-rgb),.75);font-size:9px}[data-investors] [data-fact-sheet-wrapper] [data-feat-file],[data-investors] [data-stock-chart-wrapper]{background-color:rgb(var(--color-base-white-rgb))}[data-investors] [data-corporate-presentations-header] h2{margin-top:0}[data-investors] [data-corporate-presentations-wrapper],[data-investors] [data-shareholder-information-wrapper]{background-color:rgb(var(--color-surface-featured-rgb))}[data-investors] [data-stock-chart-content]{display:flex;flex-direction:column;gap:37px}[data-investors] [data-corporate-presentations-left]{display:flex;flex-direction:column;gap:14px;padding-right:37px;padding-bottom:60px}[data-investors] [data-corporate-presentations-left] [data-corporate-presentations-viewer]{position:relative;width:100%;min-height:0;overflow:hidden;background-color:rgb(var(--color-base-white-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-presentations-viewer]:before{content:"";display:block;width:100%;padding-bottom:calc(56.1983471074% + 46px)}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder],[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer]{position:absolute;inset:0;box-sizing:border-box}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder]{background-color:rgb(var(--color-surface-page-rgb));color:rgb(var(--color-base-white-rgb));position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px;box-sizing:border-box;text-align:center}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder] button{border-radius:2.25rem}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder] p{margin:0;max-width:280px}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder] [data-corporate-doc-viewer-load]{appearance:none;cursor:pointer;border:1px solid rgb(var(--color-border-default-rgb));background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));padding:12px 20px;transition:background-color .2s ease,border-color .2s ease,color .2s ease}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder] [data-corporate-doc-viewer-load]:hover:not(:disabled){background-color:rgb(var(--color-brand-primary-rgb));border-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder] [data-corporate-doc-viewer-load]:disabled{cursor:wait;opacity:.85}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer-placeholder] [data-corporate-doc-viewer-error]{margin:0;color:rgb(var(--color-base-black-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer]{width:100%;height:100%;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer]>*{flex:1 1 auto;min-height:0;width:100%;height:100%;display:flex;flex-direction:column}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #react-doc-viewer{display:flex;flex:1 1 auto;width:100%;min-height:0;height:100%;flex-direction:column-reverse;margin:0;padding:0;box-sizing:border-box}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #proxy-renderer{margin:0;width:100%;min-height:0;flex:1 1 auto;position:relative;box-sizing:border-box}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__message--loading{position:absolute;inset:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center;font-size:0;background-color:rgb(var(--color-base-white-rgb));z-index:1}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__message--loading:after{content:"";width:40px;height:40px;border:3px solid rgba(var(--color-base-white-rgb),.2);border-top-color:rgb(var(--color-brand-primary-rgb));border-radius:50%;animation:investor-doc-spin .8s linear infinite}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-renderer{height:100%;min-height:0;display:flex;flex-direction:column-reverse;box-sizing:border-box}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-renderer>:first-child{flex-shrink:0}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-renderer>:last-child{flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-controls{box-sizing:border-box;flex-shrink:0;height:46px;min-height:46px;padding:0 8px;position:relative;top:auto;bottom:0;justify-content:center;align-items:center;border-top:1px solid rgba(var(--color-base-black-rgb),.12);z-index:20;pointer-events:auto;touch-action:manipulation}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-download,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-toggle-pagination,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-zoom-in,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-zoom-out,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-zoom-reset{display:none}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination{gap:14px;margin-right:0}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-controls{background-color:rgb(var(--color-surface-page-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination-info{color:rgb(var(--color-base-white-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination-next,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination-prev{background-color:rgb(var(--color-base-black-rgb));pointer-events:auto;touch-action:manipulation;position:relative;z-index:21}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination-next:hover,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination-prev:hover{background-color:rgb(var(--color-surface-annotation-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-presentation-mode{background-color:rgb(var(--color-base-black-rgb));color:rgb(var(--color-base-white-rgb));border:none;border-radius:2.25rem;width:28px;height:28px;padding:0;cursor:pointer;display:grid;place-items:center;position:absolute;right:0;margin-right:8px;pointer-events:auto;touch-action:manipulation;z-index:21}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-presentation-mode svg{width:16px;height:16px;fill:currentColor}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-presentation-mode:hover{background-color:rgb(var(--color-surface-annotation-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #pdf-pagination-next{margin:0 5px}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] #icon_color{fill:rgb(var(--color-base-white-rgb))}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__Document{margin:0}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__Page__canvas,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__Page__textContent.textLayer{width:100%!important;height:auto!important}[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__Page .annotationLayer,[data-investors] [data-corporate-presentations-left] [data-corporate-doc-viewer] .react-pdf__Page .textLayer{pointer-events:none}@keyframes investor-doc-spin{to{transform:rotate(1turn)}}[data-investors] [data-corporate-presentations-right]{padding-left:37px;padding-top:90px}[data-investors] [data-corporate-presentations-right] [data-corporate-presentations-right-content]{display:flex;flex-direction:column;width:100%}[data-investors] [data-corporate-presentations-right] [data-corporate-presentations-right-content] hr{height:4px;background-color:rgb(var(--color-brand-secondary-rgb));border:none;margin:0}[data-investors] [data-corporate-presentations-disclaimer] p{margin:0}@media(max-width:1280px){[data-investors] [data-corporate-presentations-right],[data-investors] [data-info-split-side],[data-investors] [data-shareholder-information-transfer-agents]{padding-left:0}}@media(max-width:1024px){[data-investors] [data-agm-wrapper]:after,[data-investors] [data-info-split-wrapper]:after{background-attachment:scroll}[data-investors] [data-shareholder-information]{grid-template-columns:1fr;gap:30px}[data-investors] [data-shareholder-information-content-wrapper]{padding:0;position:static;top:auto}[data-investors] [data-shareholder-information-content]{padding-right:0}[data-investors] [data-shareholder-information-transfer-agents]{padding-left:0;padding-top:0;align-items:flex-start;flex-direction:row}[data-investors] [data-competitive-positioning-table-wrapper],[data-investors] [data-corporate-presentations-wrapper],[data-investors] [data-info-split-transition-wrapper],[data-investors] [data-reports-financials],[data-investors] [data-shareholder-information-wrapper],[data-investors] [data-stock-chart-wrapper]{padding-top:30px;padding-bottom:30px}[data-investors] [data-info-split-wrapper]{min-height:100dvh}[data-investors] [data-info-split-transition-wrapper]{min-height:auto}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-stage]{position:static;height:auto;overflow:visible}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel]{position:relative;inset:auto;opacity:1!important;pointer-events:auto}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-module-inner]{height:auto}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-panel] [data-info-split-transition-panel-bg]{position:relative;display:block;left:auto;right:auto;width:100%;min-height:360px;top:auto;bottom:auto;background-attachment:scroll}[data-investors] [data-info-split-transition-wrapper] [data-info-split-transition-anchor]{position:static;width:0;height:0}[data-investors] [data-agm-wrapper]:after,[data-investors] [data-info-split-wrapper]:after{position:relative;display:block;left:auto;right:auto;width:100%;min-height:360px;top:auto;bottom:auto}[data-investors] [data-agm-content-wrapper],[data-investors] [data-info-split-content-wrapper]{position:static;top:auto;width:100%;padding-right:20px;padding-left:20px}[data-investors] [data-agm-content-wrapper]:before,[data-investors] [data-info-split-content-wrapper]:before{display:none}[data-investors] [data-info-split-side]{padding-left:0;padding-top:0;align-items:flex-start}}[data-investors] [data-stock-performance]{display:flex;flex-direction:column;gap:18px}[data-investors] [data-stock-performance-header]{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}[data-investors] [data-stock-performance-header] h2{margin:0}[data-investors] [data-stock-performance-header] h4{margin:6px 0 0;color:rgba(var(--color-base-black-rgb),.7)}[data-investors] [data-stock-performance-tabs]{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,220px);gap:10px}[data-investors] [data-stock-performance-tabs] button{border:1px solid rgba(var(--color-base-black-rgb),.12);border-radius:8px;background-color:rgb(var(--color-base-white-rgb));cursor:pointer;padding:12px 14px;text-align:left;display:grid;gap:4px;box-shadow:0 2px 10px rgba(var(--color-base-black-rgb),.06);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}[data-investors] [data-stock-performance-tabs] button[data-active=true]{background-color:rgb(var(--color-brand-primary-rgb),.12);border-color:rgb(var(--color-brand-primary-rgb));box-shadow:0 6px 18px rgba(var(--color-base-black-rgb),.1)}[data-investors] [data-stock-performance-tabs] button[data-active=true] *{color:rgb(var(--color-brand-primary-rgb))!important;font-weight:600!important}[data-investors] [data-stock-performance-tabs] button [data-tab-top]{color:rgba(var(--color-base-black-rgb),.8);transition:color .22s ease,transform .22s ease}[data-investors] [data-stock-performance-tabs] button [data-tab-main]{color:rgb(var(--color-base-black-rgb));transition:color .22s ease,transform .22s ease}[data-investors] [data-stock-performance-tabs] button [data-tab-sub]{color:rgba(var(--color-base-black-rgb),.7);transition:color .22s ease,transform .22s ease}[data-investors] [data-stock-performance-tabs] button:not([data-active=true]):hover{border-color:rgba(var(--color-base-black-rgb),.25);box-shadow:0 6px 18px rgba(var(--color-base-black-rgb),.1);transform:translateY(-2px)}[data-investors] [data-stock-performance-tabs] button:not([data-active=true]):hover *{color:rgb(var(--color-brand-primary-rgb))!important}[data-investors] [data-stock-performance-tabs] button:not([data-active=true]):hover [data-tab-main],[data-investors] [data-stock-performance-tabs] button:not([data-active=true]):hover [data-tab-sub],[data-investors] [data-stock-performance-tabs] button:not([data-active=true]):hover [data-tab-top]{transform:translateX(2px)}[data-investors] [data-stock-performance-chart-title]{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:4px solid rgb(var(--color-brand-secondary-rgb))}[data-investors] [data-stock-performance-chart-title] h3{margin:0}[data-investors] [data-stock-performance-chart-title] [data-stock-performance-symbol]{color:rgba(var(--color-base-black-rgb),.75)}[data-investors] [data-stock-performance-chart-frame]{margin-top:14px;border:1px solid rgba(var(--color-base-black-rgb),.1);background-color:rgb(var(--color-base-white-rgb));height:420px}[data-investors] [data-stock-chart-embed]{width:100%;height:100%}@media(max-width:1024px){[data-investors] [data-shareholder-information-transfer-agents]{flex-direction:column}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper]{max-width:unset;width:100%}[data-investors] [data-reports-financials] [data-overview-grid-right-content]{padding:10px 37px}}@media(max-width:900px){[data-investors] [data-stock-performance-header]{flex-direction:column;align-items:stretch}[data-investors] [data-stock-performance-chart-frame]{height:360px}[data-investors] [data-shareholder-information-transfer-agents]{gap:18px}[data-investors] [data-corporate-presentations-header] h2{margin:0}[data-investors] [data-stock-performance-tabs]{justify-content:space-between}[data-investors] [data-investors-why-container]{flex-direction:column}}@media(max-width:768px){[data-investors] [data-page-header]:before{background:rgba(var(--color-base-black-rgb),.48)}[data-investors] [data-overview-grid][data-investors-financials-grid]{grid-template-columns:1fr;grid-template-areas:"tabs" "content";gap:0}[data-investors] [data-investors-financials-left]{grid-area:tabs;width:100%;min-width:0}[data-investors] [data-overview-grid-right][data-investors-financials-right]{grid-area:content;width:100%;min-width:0;height:auto;max-height:none;overflow-y:visible}[data-investors] [data-overview-grid-list][data-investors-year-tabs]{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:0;box-sizing:border-box}[data-investors] [data-overview-grid-list][data-investors-year-tabs] li{border-bottom:none;border-right:.5px solid rgb(var(--color-surface-page-rgb));flex:0 0 auto;min-width:max-content}[data-investors] [data-investors-year-tab-button]{white-space:nowrap;padding:14px 16px 12px}[data-investors] [data-shareholder-information-transfer-agents] [data-shareholder-information-contact-wrapper] [data-shareholder-information-contact-upper]{padding:20px;gap:8px}[data-investors] [data-investors-featured-investment-opportunities-wrapper],[data-investors] [data-investors-why-container]{padding:20px 0}[data-investors] [data-investors-why-items]{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}[data-investors] [data-investors-why-items] [data-investors-why-card]:nth-child(n){margin:0;grid-row:auto;width:auto}[data-investors] [data-investors-why-items] [data-investors-why-card]:nth-child(7){margin-bottom:50px!important}[data-investors] [data-investors-why-items] [data-investors-why-card]:nth-child(odd){grid-column:1}[data-investors] [data-investors-why-items] [data-investors-why-card]:nth-child(2n){grid-column:2}[data-investors] [data-corporate-presentations-wrapper]{padding:20px}[data-investors] [data-corporate-presentations-wrapper] [data-module-inner]{grid-template-columns:1fr}[data-investors] [data-corporate-presentations-wrapper] [data-corporate-presentations-left]{padding:0}[data-investors] [data-corporate-presentations-wrapper] [data-corporate-presentations-right]{padding-top:20px}[data-investors] [data-reports-financials]{min-height:unset}[data-investors] [data-reports-financials] [data-overview-grid-right-content]{padding:0 20px}}@media(max-width:620px){[data-investors] [data-stock-performance-tabs]{grid-auto-flow:row;grid-auto-columns:1fr}}@media(max-width:500px){[data-investors] [data-investors-why-items]{grid-template-columns:1fr;grid-template-rows:auto;gap:10px}[data-investors] [data-investors-why-items] [data-investors-why-card]:nth-child(n){margin:0;grid-column:1;grid-row:auto;width:auto}}[data-news-content]{font-family:var(--font-inter),system-ui,sans-serif}[data-news-content] hr{margin:14px 0}[data-news-content] [data-module-inner]{display:grid;grid-template-columns:1fr 5fr;padding:0;position:relative}[data-news] [data-news-thumb]{box-shadow:0 0 4px 0 rgba(var(--color-base-black-rgb),.25);border-radius:6px;place-self:center;width:400px}[data-news-table]{padding-top:20px}[data-news-highlights]{padding-top:44px;padding-bottom:60px;padding-right:37px;min-width:285.1px;position:relative;min-height:500px}[data-news-highlights],[data-news-highlights]:before{background-color:rgb(var(--color-surface-featured-rgb))}[data-news-highlights]:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100dvw;pointer-events:none}[data-news-table-wrapper]{background-color:rgb(var(--color-base-white-rgb));padding-left:37px;position:relative}[data-news-table-wrapper]:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}@media(max-width:1024px){[data-news-content] [data-module-inner]{grid-template-columns:1fr}[data-news-content] [data-news-highlights]{min-height:auto;padding-right:0}[data-news-content] [data-news-highlights],[data-news-content] [data-news-table]{padding-top:30px}[data-news-content] [data-news-highlights]{padding-bottom:30px}[data-news-content] [data-news-table-wrapper]{padding-left:0}[data-news-content] [data-news-table-wrapper]:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}[data-news] [data-news-thumb]{width:300px}}@media(max-width:768px){[data-news-content] [data-news-highlights],[data-news-content] [data-news-table]{padding-top:20px}[data-news-content] [data-news-highlights]{padding-bottom:20px}[data-news] [data-news-thumb]{width:200px}[data-news-row]{padding:10px 8px}[data-latest-news-wrapper]{padding:22px 20px}}[data-news-table-divider],[data-news-table-header],[data-news-table],[data-news-thumb]{width:100%}[data-news-empty]{padding:8px}[data-news-title]{overflow-wrap:anywhere;word-break:break-word}[data-news-filters],[data-news-table-header]{display:flex;justify-content:flex-end}[data-news-filters]{gap:10px;align-items:center}[data-news-table-divider]{margin-top:18px;height:4px;background:rgb(var(--color-brand-primary-rgb))}[data-news-table-loading-below-divider]{display:flex;align-items:center;justify-content:center;min-height:200px;padding:28px 0 20px}[data-news-table-spinner]{width:40px;height:40px;border:3px solid rgba(var(--color-brand-primary-rgb),.2);border-top-color:rgb(var(--color-brand-primary-rgb));border-radius:50%;animation:news-table-spinner-rotate .8s linear infinite}@keyframes news-table-spinner-rotate{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){[data-news-table-spinner]{animation:none;border-color:rgba(var(--color-brand-primary-rgb),.35)}}[data-news-row]{display:grid;grid-template-columns:140px 1fr;column-gap:14px;padding:16px 8px;border-bottom:1px solid rgba(var(--color-base-black-rgb),.12);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;color:inherit;text-decoration:none}[data-news-row]:hover{background-color:rgba(var(--color-brand-primary-rgb),.04)}[data-news-row]:focus{outline:none}[data-news-date]{color:rgba(var(--color-base-black-rgb),.7);padding:4px 0}[data-news-body],[data-news-table-body]{display:flex;flex-direction:column}[data-news-body]{gap:8px}[data-news-thumb]{aspect-ratio:16/9;box-shadow:0 0 4px 0 rgba(var(--color-base-black-rgb),.25);border-radius:6px;overflow:hidden;background:rgb(var(--color-base-black-rgb))}[data-news-thumb] img{width:100%;height:100%;object-fit:cover;display:block}[data-news-article-body] a,[data-news-filter] select{color:rgb(var(--color-brand-primary-rgb))}[data-news-article-body] a{text-decoration:underline}[data-news-filter] select{border-radius:2.25rem;min-width:130px;padding:12px 44px 12px 20px;appearance:none;border:1px solid rgb(var(--color-brand-primary-rgb));cursor:pointer;background-color:rgba(var(--color-brand-primary-rgb),.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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-position:right 16px center;background-repeat:no-repeat}[data-news-filter] select option{background:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));font-weight:400;text-transform:none;padding:8px}[data-news-filter] select:focus{outline:none;border-color:rgb(var(--color-brand-primary-rgb));box-shadow:0 0 0 3px rgba(var(--color-brand-primary-rgb),.16)}[data-news-filter] select:hover{background-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' 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 16px center}@media(max-width:768px){[data-news-row]{grid-template-columns:1fr;row-gap:4px}[data-news-table-header]{flex-direction:column;align-items:flex-start;gap:16px}[data-news-thumb]{max-width:100%}[data-news-filters]{flex-wrap:wrap;justify-content:flex-start;gap:8px}[data-news-filter] select,[data-news-filters]{width:100%}}[data-news-article] [data-search-match]{background-color:rgba(var(--color-brand-primary-rgb),.3);padding:0;margin:0;border-radius:2px;font-weight:inherit}[data-news-highlights]:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100dvw;background-color:rgb(var(--color-surface-featured-rgb));pointer-events:none}[data-news-article] [data-news-content] [data-module-inner]{grid-template-columns:5fr 1fr}[data-news-article] [data-news-content] [data-latest-news-upper] hr{border:1px solid rgb(var(--color-base-black-rgb));margin:0}[data-news-article] [data-news-content][data-show-table=false] [data-module-inner]{grid-template-columns:1fr}[data-news-article] [data-news-content][data-show-table=false] [data-news-highlights]{padding-right:0}[data-news-article] [data-news-content] [data-news-highlights]{padding-top:0;padding-right:37px;padding-bottom:44px}[data-news-article] [data-news-content] [data-news-article-controls]{height:44px;gap:12px}[data-news-article] [data-news-content] [data-news-article-control-btn],[data-news-article] [data-news-content] [data-news-article-controls]{display:flex;align-items:center}[data-news-article] [data-news-content] [data-news-article-control-btn]{background:rgba(0,0,0,0);border:none;color:rgb(var(--color-base-black-rgb));cursor:pointer;padding:0;gap:8px}[data-news-article] [data-news-content] [data-news-article-control-btn] svg{flex-shrink:0}[data-news-article] [data-news-content] [data-news-article-control-btn]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-news-article] [data-news-content] [data-news-article-control-divider]{color:rgb(var(--color-base-black-rgb));font-weight:400}[data-news-article] [data-news-content] [data-news-article-thumbnail],[data-news-article] [data-news-content] [data-news-video-thumb]{aspect-ratio:16/9;width:100%;overflow:hidden;background:rgb(var(--color-base-black-rgb))}[data-news-article] [data-news-content] [data-news-article-thumbnail] img,[data-news-article] [data-news-content] [data-news-video-link] img{object-fit:cover}[data-news-article] [data-news-content] [data-news-video-link],[data-news-article] [data-news-content] [data-news-video-thumb]{position:relative;cursor:pointer}[data-news-article] [data-news-content] [data-news-article-thumbnail] img,[data-news-article] [data-news-content] [data-news-video-embed] iframe,[data-news-article] [data-news-content] [data-news-video-embed] video,[data-news-article] [data-news-content] [data-news-video-link],[data-news-article] [data-news-content] [data-news-video-link] img{width:100%;height:100%;display:block}[data-news-article] [data-news-content] [data-news-video-embed]{position:absolute;inset:0;z-index:0;pointer-events:none}[data-news-article] [data-news-content] [data-news-video-thumb][data-youtube-active] [data-news-video-embed],[data-news-article] [data-news-content] [data-news-video-thumb][data-youtube-active] [data-news-video-embed] iframe{pointer-events:auto}[data-news-article] [data-news-content] [data-news-video-thumb][data-youtube-active]{cursor:default}[data-news-article] [data-news-content] [data-news-video-link]{border:none;z-index:1}[data-news-article] [data-news-content] [data-news-article-body] [valign=top]{vertical-align:top}[data-news-article] [data-news-content] [data-news-video-play]{position:absolute;inset:0;color:rgb(var(--color-base-white-rgb));font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(var(--color-base-black-rgb),.45)}[data-news-article] [data-news-content] [data-news-video-play-icon]{width:64px;height:64px}[data-news-article] [data-news-content] [data-news-video-link]:hover [data-news-video-play]{background:rgba(var(--color-base-black-rgb),.6)}[data-news-article] [data-news-content] [data-news-article-body],[data-news-article] [data-news-content] [data-news-article-footer]{color:rgb(var(--color-base-black-rgb))}[data-news-article] [data-news-content] [data-news-article-body]{flex-shrink:0;width:100%;box-sizing:border-box}[data-news-article] [data-news-content] [data-news-article] [data-latest-news-wrapper]{min-width:min-content}[data-news-article] [data-news-content] [data-news-article-body] div,[data-news-article] [data-news-content] [data-news-article-body] li,[data-news-article] [data-news-content] [data-news-article-body] p,[data-news-article] [data-news-content] [data-news-article-body] span{color:rgb(var(--color-base-black-rgb))!important}[data-news-article] [data-news-content] [data-news-article-body] a{color:rgb(var(--color-brand-primary-rgb))!important}[data-news-article] [data-news-content] [data-news-article-body] sup,[data-news-article] [data-news-content] [data-news-article-body] sup.citation{font-size:.68em;line-height:0;vertical-align:initial;position:relative;top:-.45em;margin-left:1px}[data-news-article] [data-news-content] [data-news-article-body] sup a{text-decoration:none!important;line-height:0;color:rgb(var(--color-brand-primary-rgb))!important}[data-news-article] [data-news-content] [data-news-article-body] a[href*="#_edn"],[data-news-article] [data-news-content] [data-news-article-body] a[href*="#_ftn"],[data-news-article] [data-news-content] [data-news-article-body] a[href*=_edn],[data-news-article] [data-news-content] [data-news-article-body] a[href*=_ftn],[data-news-article] [data-news-content] [data-news-article-body] a[href^="#_edn"],[data-news-article] [data-news-content] [data-news-article-body] a[href^="#_ftn"],[data-news-article] [data-news-content] [data-news-article-body] a[href^="#ref-"],[data-news-article] [data-news-content] [data-news-article-body] a[href^=_edn],[data-news-article] [data-news-content] [data-news-article-body] a[href^=_ftn],[data-news-article] [data-news-content] [data-news-article-body] a[id^=_edn],[data-news-article] [data-news-content] [data-news-article-body] a[id^=_ftn],[data-news-article] [data-news-content] [data-news-article-body] a[name^=_edn],[data-news-article] [data-news-content] [data-news-article-body] a[name^=_ftn]{text-decoration:none!important;color:rgb(var(--color-base-black-rgb))!important;line-height:0}[data-news-article] [data-news-content] [data-news-article-body] a[href*="#_edn"]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href*="#_edn"]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href*="#_ftn"]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href*="#_ftn"]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href*=_edn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href*=_edn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href*=_ftn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href*=_ftn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href^="#_edn"]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href^="#_edn"]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href^="#_ftn"]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href^="#_ftn"]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href^="#ref-"]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href^="#ref-"]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href^=_edn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href^=_edn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[href^=_ftn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[href^=_ftn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[id^=_edn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[id^=_edn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[id^=_ftn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[id^=_ftn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[name^=_edn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[name^=_edn]:visited,[data-news-article] [data-news-content] [data-news-article-body] a[name^=_ftn]:hover,[data-news-article] [data-news-content] [data-news-article-body] a[name^=_ftn]:visited{text-decoration:none!important;color:rgb(var(--color-base-black-rgb))!important}[data-news-article] [data-news-content] [data-news-article-body] sup a:hover,[data-news-article] [data-news-content] [data-news-article-body] sup a:visited,[data-news-article] [data-news-content] [data-news-article-body] sup a:visited [data-news-article-body] sup a,[data-news-article] [data-news-content] [data-news-article-body] sup a[href*="#_edn"],[data-news-article] [data-news-content] [data-news-article-body] sup a[href*="#_ftn"],[data-news-article] [data-news-content] [data-news-article-body] sup a[href*=_edn],[data-news-article] [data-news-content] [data-news-article-body] sup a[href*=_ftn],[data-news-article] [data-news-content] [data-news-article-body] sup a[href^="#_edn"],[data-news-article] [data-news-content] [data-news-article-body] sup a[href^="#_ftn"],[data-news-article] [data-news-content] [data-news-article-body] sup a[href^="#ref-"],[data-news-article] [data-news-content] [data-news-article-body] sup a[href^=_edn],[data-news-article] [data-news-content] [data-news-article-body] sup a[href^=_ftn],[data-news-article] [data-news-content] [data-news-article-body] sup a[id^=_edn],[data-news-article] [data-news-content] [data-news-article-body] sup a[id^=_ftn],[data-news-article] [data-news-content] [data-news-article-body] sup a[name^=_edn],[data-news-article] [data-news-content] [data-news-article-body] sup a[name^=_ftn]{text-decoration:none!important;color:rgb(var(--color-brand-primary-rgb))!important}[data-news-article] [data-news-content] [data-news-article-body]{display:flex;flex-direction:column;gap:14px}[data-news-article] [data-news-content] [data-news-article-body] p{margin:0}[data-news-article] [data-news-content] [data-news-article-body] .wp-block-image,[data-news-article] [data-news-content] [data-news-article-body] .wp-caption,[data-news-article] [data-news-content] [data-news-article-body] figure{height:auto;min-height:0;flex-shrink:0}[data-news-article] [data-news-content] [data-news-article-body] figure.wp-block-image img{width:100%!important}[data-news-article] [data-news-content] [data-news-article-body] img{max-width:100%;width:auto;height:auto;display:block;object-fit:unset;flex-shrink:0;vertical-align:middle;cursor:pointer}[data-news-article] [data-news-content] [data-news-article-body] :has(>img){position:relative;max-width:100%;overflow:hidden;box-shadow:0 0 4px 0 rgba(var(--color-base-black-rgb),.25)}[data-news-article] [data-news-content] [data-news-article-body] :has(>img):hover{transform:scale(1.02)}[data-news-article] [data-news-content] [data-news-article-body] :has(>img):after{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px;content:"CLICK TO EXPAND";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-base-black-rgb),.7);color:rgb(var(--color-base-white-rgb));opacity:0;transition:opacity .2s ease;pointer-events:none}[data-news-article] [data-news-content] [data-news-article-body] :has(>img):hover:after{opacity:1}[data-news-article] [data-news-content] .aligncenter{display:table;margin-left:auto;margin-right:auto}[data-news-article] [data-news-content] .alignleft{float:left;margin-right:1em;margin-bottom:.5em}[data-news-article] [data-news-content] .alignright{float:right;margin-left:1em;margin-bottom:.5em}[data-news-article] [data-news-content] .has-text-align-center{text-align:center!important}[data-news-article] [data-news-content] figure{margin:0}[data-news-article] [data-news-content] .wp-block-heading strong{color:rgb(var(--color-base-black-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:500;letter-spacing:.2px;text-transform:uppercase}[data-news-article] [data-news-content] [data-news-article-body] .wp-block-table,[data-news-article] [data-news-content] [data-news-article-body] .wp-table-wrap,[data-news-article] [data-news-content] [data-news-article-body] table{width:100%;max-width:100%}[data-news-article] [data-news-content] [data-news-article-body] .wp-block-table,[data-news-article] [data-news-content] [data-news-article-body] .wp-table-wrap{overflow-x:auto;margin:0}[data-news-article] [data-news-content] [data-news-article-body] .wp-block-table table,[data-news-article] [data-news-content] [data-news-article-body] .wp-table-wrap table{border-collapse:initial;border-spacing:0;background-color:rgba(0,0,0,0);width:100%;max-width:100%;border-top:4px solid rgb(var(--color-base-black-rgb));border-bottom:1px solid gray;margin-top:14px;margin-bottom:14px}[data-news-article] [data-news-content] .has-text-align-center.has-small-font-size{font-family:var(--font-inter),system-ui,sans-serif}[data-news-article] [data-news-content] [data-news-article-body] .wp-caption{max-width:100%}[data-news-article] [data-news-content] [data-news-article-body] .wp-caption-text{font-size:.875em;color:rgba(var(--color-base-black-rgb),.7);margin-top:.5em}[data-news-article] [data-news-content] [data-news-article-body] [data-news-figure-table-caption]{font-family:var(--font-inter),system-ui,sans-serif}[data-news-article] [data-news-content] [data-news-article-body] [data-news-figure-table-caption] strong{font-weight:700}[data-news-article] [data-news-content] [data-news-article-body] table{table-layout:auto;font-family:var(--font-lato),system-ui,sans-serif;border-collapse:initial;border-spacing:0 10px}[data-news-article] [data-news-content] [data-news-article-body] table tbody td:first-child,[data-news-article] [data-news-content] [data-news-article-body] table tbody th,[data-news-article] [data-news-content] [data-news-article-body] table thead th:first-child{padding:0 16px}[data-news-article] [data-news-content] [data-news-article-body] table tbody td:first-child,[data-news-article] [data-news-content] [data-news-article-body] table tbody th,[data-news-article] [data-news-content] [data-news-article-body] table thead th:first-child,[data-news-article] [data-news-content] [data-news-article-body] thead th{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(11px*var(--typo-scale, 1));line-height:calc(19px*var(--typo-scale, 1));font-weight:400;letter-spacing:.25px}[data-news-article] [data-news-content] [data-news-article-body] thead th{text-transform:uppercase;padding:0 16px 10px;border-bottom:1px solid rgba(var(--color-base-black-rgb),.25);vertical-align:bottom}[data-news-article] [data-news-content] [data-news-article-body] tbody th{padding:0 14px;text-align:left;vertical-align:middle}[data-news-article] [data-news-content] [data-news-article-body] td,[data-news-article] [data-news-content] [data-news-article-body] thead th{text-align:left;color:rgb(var(--color-base-black-rgb))}[data-news-article] [data-news-content] [data-news-article-body] td{border-bottom:1px solid rgba(var(--color-base-black-rgb),.08);vertical-align:middle;font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:300;letter-spacing:.25px;padding:0 12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}[data-news-article] [data-news-content] [data-news-article-body] tr:last-child td{border-bottom:none}[data-news-article] [data-news-content] [data-news-article-body] table td:nth-child(n+2),[data-news-article] [data-news-content] [data-news-article-body] table thead th:nth-child(n+2){text-align:right}[data-news-article] [data-news-content] [data-news-article-body] table td:nth-child(2):last-child{text-align:left;font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:300;letter-spacing:.25px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding:0 24px}[data-news-article] [data-news-content] [data-news-article-body] table thead th:nth-child(2):last-child{text-align:left}[data-news-article] [data-news-content] [data-news-article-footer]{display:flex;flex-direction:column;gap:14px}[data-news-article] [data-news-content] [data-news-article-footer] a[href*="#_edn"],[data-news-article] [data-news-content] [data-news-article-footer] a[href*="#_edn"]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[href*="#_edn"]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[href*="#_ftn"],[data-news-article] [data-news-content] [data-news-article-footer] a[href*="#_ftn"]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[href*="#_ftn"]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#_edn"],[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#_edn"]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#_edn"]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#_ftn"],[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#_ftn"]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#_ftn"]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#ref-"],[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#ref-"]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[href^="#ref-"]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[id^=_edn],[data-news-article] [data-news-content] [data-news-article-footer] a[id^=_edn]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[id^=_edn]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[id^=_ftn],[data-news-article] [data-news-content] [data-news-article-footer] a[id^=_ftn]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[id^=_ftn]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[name^=_edn],[data-news-article] [data-news-content] [data-news-article-footer] a[name^=_edn]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[name^=_edn]:visited,[data-news-article] [data-news-content] [data-news-article-footer] a[name^=_ftn],[data-news-article] [data-news-content] [data-news-article-footer] a[name^=_ftn]:hover,[data-news-article] [data-news-content] [data-news-article-footer] a[name^=_ftn]:visited{color:rgb(var(--color-base-black-rgb))!important}[data-news-article] [data-news-content] [data-news-article-footer] [data-further-info]{text-transform:uppercase}[data-news-article] [data-news-content] [data-news-article-footer] [data-contact-person]{display:flex;flex-direction:column;gap:4px}[data-news-article] [data-news-content] [data-news-article-footer] [data-disclaimer-text]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:1.6;font-weight:400;color:rgba(var(--color-base-black-rgb),.75);margin:0}[data-news-article] [data-news-content] [data-news-table-wrapper]{width:fit-content}[data-news-article] [data-news-content] [data-news-table]{width:400px}[data-news-article] [data-news-content] [data-news-table] [data-news-title]{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}[data-news-article] [data-news-content] [data-news-filters] select{min-width:unset;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgb(203, 101, 33)' 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:10px 40px 10px 16px}[data-news-article] [data-news-content] [data-news-filters] select:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' 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")}[data-news-article] [data-news-content] [data-news-video-play]{display:flex;align-items:center;justify-content:center}@media(max-width:1024px){[data-news-article] [data-news-content] [data-module-inner]{grid-template-columns:1fr}[data-news-article] [data-latest-news-wrapper]{min-width:0}}@media print{[data-module-inner]>div,body,html,section{color:rgb(var(--color-base-black-rgb))!important}[data-back-to-top],[data-footer],[data-mouse-tooltip],[data-navbar],[data-news-article-body] :has(>img):after,[data-news-article] [data-news-article-controls],[data-news-article] [data-news-table-wrapper],[data-news-download-toggle],[data-news-fullscreen-toggle],[data-page-header]{display:none!important}[data-news-video-play]{position:unset!important}[data-news-article] [data-module-inner]{grid-template-columns:1fr!important}[data-news-article] [data-latest-news],[data-news-article] [data-latest-news] *{visibility:visible!important}[data-news-article] [data-latest-news-wrapper],[data-news-article] [data-latest-news]{position:static!important;box-shadow:none!important;max-width:100%!important}[data-news-article] [data-latest-news-upper]{margin-top:14px!important}[data-module-inner]>div,[data-news-article] [data-latest-news-wrapper],[data-news-article] [data-latest-news],[data-news-article] [data-module-inner],[data-news-article] [data-news-content],[data-news-article] [data-news-highlights],[data-news-article] main,[data-news-article] section,body,html,section{margin:0!important;padding:0!important}[data-news-article] [data-module-inner]{max-width:100%!important}[data-news-article],[data-news-article] [data-news-content],[data-news-article] [data-news-highlights]{background:rgb(var(--color-base-white-rgb))!important}[data-news-article-body] .wp-block-table,[data-news-article-body] .wp-table-wrap{overflow:visible!important}}[data-not-found-page]{display:flex;flex-direction:column;flex:1 1 auto;font-family:var(--font-inter),system-ui,sans-serif;min-height:0}[data-not-found-main]{justify-content:center;align-items:center;padding:60px 37px;display:flex}[data-not-found-content]{text-align:center}[data-not-found-title]{margin:0 0 12px;color:rgb(var(--color-base-black-rgb))}[data-not-found-message]{margin:0 0 24px;color:rgba(var(--color-base-black-rgb),.7)}[data-not-found-link]{color:rgb(var(--color-brand-primary-rgb));text-decoration:none}[data-not-found-link]:hover{text-decoration:underline}:root{--landing-section-height:var(--navbar-height-compressed)}@media(min-width:1024px){:root{--landing-section-height:var(--navbar-height)}}[data-landing-page]{background-color:rgb(var(--color-surface-page-rgb));color:rgb(var(--color-base-white-rgb))}[data-landing-background]{position:relative;overflow:hidden;display:flex;align-items:center;min-height:calc(100dvh - var(--landing-section-height))}[data-landing-background] video[data-landing-bg-video]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}[data-landing-background]>div[data-module-inner]{position:relative;z-index:1}[data-landing-background] [data-landing-video-pause-wrapper]{position:sticky;align-self:flex-end;bottom:22px;z-index:20;margin-left:auto}[data-landing-background] [data-landing-hero-captions]{font-style:italic;position:absolute;right:90px;bottom:22px;z-index:21;max-width:min(42vw,520px);padding:8px 12px;border-radius:6px;color:rgb(var(--color-base-white-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:100;white-space:pre-line;text-align:right;pointer-events:none}[data-landing-background] [data-hero-headline]{color:rgb(var(--color-base-white-rgb));margin:0;min-height:180px;min-height:3lh}[data-landing-video-pause-wrapper] [data-landing-video-pause-button]{appearance:none;background-color:rgba(var(--color-base-white-rgb),.15);backdrop-filter:blur(12px);border:1px solid rgb(var(--color-base-white-rgb));border-radius:999px;color:rgb(var(--color-base-white-rgb));cursor:pointer;height:40px;padding:10px;transition:border-color .2s ease,background-color .2s ease,transform .2s ease;width:40px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;letter-spacing:.3px}[data-landing-video-pause-wrapper] [data-landing-video-pause-button] svg[data-landing-video-pause-icon]{display:block;height:18px;place-self:center;width:18px}[data-landing-video-pause-wrapper] [data-landing-video-pause-button]:focus-visible,[data-landing-video-pause-wrapper] [data-landing-video-pause-button]:hover{background-color:rgba(var(--color-brand-primary-rgb),.12)!important;border:1px solid rgb(var(--color-brand-primary-rgb))!important;color:rgb(var(--color-brand-primary-rgb))!important;outline:none}[data-landing-content]{width:522px}[data-landing-quick-links]{display:flex;flex-direction:column;gap:5.5rem;padding:5.5rem 37px}[data-landing-highlight-inner],[data-landing-highlight-outer],[data-landing-highlight]{overflow:visible}@media(max-width:768px){[data-landing-page]{padding:0}[data-landing-background]{min-height:calc(100svh - var(--landing-section-height))}[data-landing-background] [data-hero-headline]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(32px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:300;min-height:120px;min-height:3lh}[data-landing-background] [data-landing-hero-captions]{right:20px;bottom:16px;max-width:calc(100% - 40px);text-align:left}[data-landing-content]{max-width:365.4px}[data-landing-quick-links]{padding:30px 20px;gap:30px}}[data-page]{height:auto}@media(max-width:768px){[data-landing-video-pause-wrapper]{display:none}}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}[data-gallery-modal-scroll],[data-project-modal],[data-role-modal],[data-site-modal-overlay]{scrollbar-gutter:stable;scrollbar-color:rgb(var(--color-scrollbar-on-light-thumb-rgb)) rgb(var(--color-scrollbar-on-light-track-rgb));scrollbar-width:thin}:is([data-gallery-modal-scroll],[data-role-modal],[data-project-operation-modal],[data-project-modal],[data-site-modal-overlay])::-webkit-scrollbar{width:12px;height:12px}:is([data-gallery-modal-scroll],[data-role-modal],[data-project-operation-modal],[data-project-modal],[data-site-modal-overlay])::-webkit-scrollbar-track{background:rgb(var(--color-scrollbar-on-light-track-rgb))}:is([data-gallery-modal-scroll],[data-role-modal],[data-project-operation-modal],[data-project-modal],[data-site-modal-overlay])::-webkit-scrollbar-thumb{background:rgb(var(--color-scrollbar-on-light-thumb-rgb));border-radius:6px;border:3px solid rgb(var(--color-scrollbar-on-light-track-rgb))}:is([data-gallery-modal-scroll],[data-role-modal],[data-project-operation-modal],[data-project-modal],[data-site-modal-overlay])::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-scrollbar-on-light-thumb-hover-rgb))}:is([data-site-modal-overlay]){scrollbar-color:rgb(var(--color-scrollbar-on-dark-thumb-rgb)) rgb(var(--color-surface-page-rgb))}:is([data-site-modal-overlay])::-webkit-scrollbar{width:12px}:is([data-site-modal-overlay])::-webkit-scrollbar-track{background:rgb(var(--color-surface-page-rgb))}:is([data-site-modal-overlay])::-webkit-scrollbar-thumb{background:rgb(var(--color-scrollbar-on-dark-thumb-rgb));border-radius:6px;border:3px solid rgb(var(--color-surface-page-rgb))}:is([data-site-modal-overlay])::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-scrollbar-on-dark-thumb-hover-rgb))}[data-site-modal-overlay]{scrollbar-gutter:auto;scrollbar-width:thin}[data-gallery-modal-overlay],[data-news-expanded-overlay],[data-project-modal-backdrop],[data-role-modal-backdrop],[data-site-modal-overlay]{animation:overlay-fade-in .22s ease-out}[data-gallery-modal],[data-news-expanded-modal],[data-role-modal],[data-site-modal]{animation:modal-fade-in .22s ease-out}[data-gallery-modal],[data-news-expanded-modal],[data-site-modal]{border-radius:26px}body:has([data-gallery-modal-overlay]) [data-back-to-top],body:has([data-gallery-modal-overlay]) [data-news-download-toggle],body:has([data-gallery-modal-overlay]) [data-news-fullscreen-toggle],body:has([data-news-expanded-overlay]) [data-back-to-top],body:has([data-news-expanded-overlay]) [data-news-download-toggle],body:has([data-news-expanded-overlay]) [data-news-fullscreen-toggle],body:has([data-project-modal-backdrop]) [data-back-to-top],body:has([data-project-modal-backdrop]) [data-news-download-toggle],body:has([data-project-modal-backdrop]) [data-news-fullscreen-toggle],body:has([data-role-modal-backdrop]) [data-back-to-top],body:has([data-role-modal-backdrop]) [data-news-download-toggle],body:has([data-role-modal-backdrop]) [data-news-fullscreen-toggle],body:has([data-site-modal-overlay][data-suppress-floating-chrome=true]) [data-back-to-top],body:has([data-site-modal-overlay][data-suppress-floating-chrome=true]) [data-news-download-toggle],body:has([data-site-modal-overlay][data-suppress-floating-chrome=true]) [data-news-fullscreen-toggle]{display:none!important}[data-site-modal-overlay]{position:fixed;inset:0;background:rgba(var(--color-base-black-rgb),.7);backdrop-filter:blur(8px);z-index:300000;display:flex;align-items:flex-start;justify-content:center;padding:37px;overflow-y:auto;pointer-events:auto}[data-site-modal]{width:min(1200px,100%);background:rgb(var(--color-base-white-rgb));padding:32px 36px 40px;position:relative;z-index:300001;box-shadow:0 20px 60px rgba(var(--color-base-black-rgb),.25);color:rgb(var(--color-base-black-rgb));pointer-events:auto}[data-site-modal][data-variant=subscribe]{width:100%;max-width:380px;margin:auto}[data-site-modal-close]{position:absolute;top:18px;right:18px;background:none;border:none;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(28px*var(--typo-scale, 1));line-height:calc(28px*var(--typo-scale, 1));font-weight:400;cursor:pointer;color:rgb(var(--color-base-black-rgb))}[data-site-modal][data-variant=subscribe] [data-site-modal-close]{top:14px;right:14px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400}[data-site-modal-title]{margin:0 0 16px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1));font-weight:500;letter-spacing:.2px}[data-site-modal-frame]{width:100%;height:min(70dvh,720px);border:1px solid rgba(var(--color-base-black-rgb),.1);box-shadow:0 4px 10px rgba(var(--color-base-black-rgb),.08);margin-bottom:16px}[data-site-modal-disclaimer]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:1.6;font-weight:400;color:rgba(var(--color-base-black-rgb),.75);margin:0}[data-site-modal-body]{width:100%}[data-site-modal-body][data-site-modal-success]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px}[data-site-modal-success-icon]{width:52px;height:52px;color:rgb(var(--color-brand-primary-rgb));animation:site-modal-check-draw .5s ease-out forwards}@keyframes site-modal-check-draw{0%{opacity:0;transform:scale(.6)}60%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}[data-site-modal-success-heading]{margin:0;font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400;color:rgb(var(--color-base-black-rgb))}[data-site-modal-success-text]{margin:0;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;color:rgba(var(--color-base-black-rgb),.7);max-width:280px}[data-site-modal-frame] iframe{width:100%;height:100%;border:0}[data-news-expanded-overlay]{backdrop-filter:blur(10px);position:fixed;inset:0;background:rgba(var(--color-base-black-rgb),.7);z-index:200000;display:flex;align-items:center;justify-content:center;padding:37px;overflow:auto;overscroll-behavior:contain}[data-news-expanded-inner],[data-news-expanded-modal]{height:calc(100dvh - 147px);display:flex;align-items:center;justify-content:center}[data-news-expanded-modal]{background:rgb(var(--color-base-white-rgb));width:min(1200px,100%);box-shadow:0 20px 60px rgba(var(--color-base-black-rgb),.25);flex-direction:column;padding:32px 36px 40px;position:relative;max-height:calc(100dvh - 147px)}[data-news-expanded-inner]{width:100%}[data-news-expanded-close]{position:absolute;top:18px;right:18px;background:none;border:none;cursor:pointer;color:rgb(var(--color-base-black-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(28px*var(--typo-scale, 1));line-height:calc(28px*var(--typo-scale, 1));font-weight:400;padding:0;z-index:10}[data-news-expanded-close]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-news-expanded-inner] img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}[data-news-expanded-image]{flex-direction:row;justify-content:space-between;height:calc(100dvh - 146px);display:flex}[data-news-expanded-image] img{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;display:block}[data-gallery-modal-overlay]{backdrop-filter:blur(10px);position:fixed;inset:0;background:rgba(var(--color-base-black-rgb),.7);z-index:200000;display:flex;align-items:flex-start;justify-content:center;padding:37px;overflow:hidden;overscroll-behavior:contain}[data-gallery-modal]{background:rgb(var(--color-base-white-rgb));width:min(1200px,100%);padding:32px 36px 40px;position:relative;box-shadow:0 20px 60px rgba(var(--color-base-black-rgb),.25);max-height:calc(100dvh - 147px);display:flex;flex-direction:column}button[data-gallery-modal-close]{position:absolute;top:18px;right:18px;background:none;border:none;cursor:pointer;color:rgb(var(--color-base-black-rgb));z-index:10}button[data-gallery-modal-close]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-gallery-modal-title]{margin:0 0 24px;color:rgb(var(--color-base-black-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1));font-weight:500;letter-spacing:.2px}[data-gallery-modal-scroll]{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;scrollbar-gutter:stable}[data-gallery-modal-grid]{display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start}[data-presentation-modal-frame] iframe,[data-presentation-modal-slide] img{width:100%;display:block}[data-presentation-modal-slide]{background:rgb(var(--color-surface-page-rgb));padding:16px;display:flex;align-items:center;justify-content:center}[data-presentation-modal-slide] img{height:auto}[data-presentation-modal-frame]{width:100%;height:min(70dvh,720px);border-radius:8px;overflow:hidden;background:rgb(var(--color-surface-page-rgb))}[data-presentation-modal-frame] iframe{height:100%;border:none;background:rgb(var(--color-surface-page-rgb))}[data-gallery-modal-item]{display:flex;flex-direction:column;gap:8px;cursor:pointer}[data-gallery-modal-item] h3{margin:0;color:rgb(var(--color-base-black-rgb))}[data-gallery-modal-item] p{margin:0;color:rgba(var(--color-base-black-rgb),.75)}[data-gallery-modal-sentinel]{height:1px}[data-gallery-modal-image]{width:100%;aspect-ratio:4/3;background:rgb(var(--color-surface-page-rgb));overflow:hidden;position:relative}[data-gallery-modal-image] img{width:100%;height:100%;display:block;object-fit:cover}[data-gallery-modal-image]:after{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px;content:"CLICK TO EXPAND";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-base-black-rgb),.7);color:rgb(var(--color-base-white-rgb));opacity:0;transition:opacity .2s ease;pointer-events:none}[data-gallery-modal-image]:hover{transform:scale(1.02)}[data-gallery-modal-image]:hover:after{opacity:1}[data-gallery-modal-image][data-gallery-modal-video]:before{content:"";position:absolute;z-index:2;bottom:10px;left:10px;width:36px;height:36px;border-radius:50%;background-color:rgba(var(--color-base-black-rgb),.6);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:50%;pointer-events:none;transition:background-color .2s ease}[data-gallery-modal-image][data-gallery-modal-video]:after{content:"CLICK TO PLAY"}[data-gallery-modal-image][data-gallery-modal-video]:hover:before{background-color:rgba(var(--color-base-black-rgb),.8)}[data-gallery-video-label]{display:inline-block;color:rgb(var(--color-base-white-rgb));background-color:rgb(var(--color-brand-primary-rgb));font-weight:600;padding:1px 7px;border-radius:4px;letter-spacing:.04em;font-size:.8em;vertical-align:middle}[data-gallery-modal-expanded-content],[data-gallery-modal-expanded-wrapper]{display:flex;flex-direction:row}[data-gallery-modal-expanded-wrapper]{justify-content:space-between;height:calc(100dvh - 146px)}[data-gallery-modal-expanded-content]{gap:20px;width:100%;min-height:0;flex:1 1 auto;flex-direction:row}[data-gallery-modal-expanded-image]{flex:1 1;min-width:0;min-height:0;background:rgb(var(--color-surface-page-rgb));display:flex;align-items:center;justify-content:center;overflow:hidden}[data-gallery-modal-expanded-image] picture{width:100%;height:100%;display:block}[data-gallery-modal-expanded-image] img{width:100%;height:100%;object-fit:contain;display:block}[data-gallery-video]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-gallery-video] video{width:100%;max-height:100%;object-fit:contain;display:block;background:#000}[data-gallery-modal-expanded-text]{display:flex;flex-direction:column;gap:12px;flex:0 0 220px;overflow-y:auto;color:rgb(var(--color-base-black-rgb));padding-top:4px}[data-gallery-modal-expanded-text] h3,[data-gallery-modal-expanded-text] p{margin:0;color:inherit}[data-gallery-modal-nav-next],[data-gallery-modal-nav-prev]{align-self:center;height:100%;position:static;background:none;border:none;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(40px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:400;cursor:pointer;color:rgb(var(--color-base-black-rgb));padding:0;width:48px;display:flex;align-items:center;justify-content:center;z-index:5}[data-gallery-modal-nav-next]:hover,[data-gallery-modal-nav-prev]:hover{color:rgb(var(--color-brand-primary-rgb))}@media(max-width:900px){[data-gallery-modal-expanded-content]{grid-template-columns:1fr}[data-gallery-modal-grid]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1280px){[data-gallery-modal-grid]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){[data-gallery-modal-grid]{grid-template-columns:1fr}}[data-project-operation-modal]{position:absolute;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:fit-content;height:auto;max-width:475px;background-color:rgb(var(--color-base-white-rgb));z-index:1000;overflow-y:auto;box-shadow:0 3px 10px rgba(var(--color-base-black-rgb),.15)}[data-project-operation-modal] [data-quick-facts]{background-color:rgb(var(--color-base-white-rgb));max-width:475px;z-index:10}[data-project-operation-modal] [data-quick-facts-body]{display:flex;flex-direction:column;gap:20px}[data-project-operation-modal] [data-project-operation-modal-close]{position:absolute;top:14px;right:14px;float:right;background:none;border:none;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400;cursor:pointer;color:rgb(var(--color-base-black-rgb));padding:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center}[data-project-operation-modal] [data-project-operation-modal-close]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-project-operation-modal] [data-project-operation-modal-tabs]{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}[data-project-operation-modal] [data-project-operation-modal-tab]{border:1px solid rgba(var(--color-base-black-rgb),.2);background:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));padding:10px 12px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}[data-project-operation-modal] [data-project-operation-modal-tab][data-active=true]{background:rgb(var(--color-brand-primary-rgb));border-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb))}[data-project-operation-modal] [data-project-operation-modal-link]{justify-content:center;align-items:center;display:flex}[data-project-operation-modal] [data-project-operation-modal-link]:hover{background:rgba(0,0,0,0);color:rgb(var(--color-brand-primary-rgb))}[data-project-operation-modal] h2{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(34px*var(--typo-scale, 1));font-weight:600;margin:0 0 10px;color:rgb(var(--color-base-black-rgb))}@media(max-width:1024px){[data-project-operation-modal]{width:min(475px,100vw - 32px);max-width:min(475px,100vw - 32px);box-sizing:border-box}[data-project-operation-modal] [data-quick-facts]{width:100%;max-width:none;min-width:0;box-sizing:border-box}[data-project-operation-modal] [data-project-operation-modal-tabs]{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}[data-project-operation-modal] [data-project-operation-modal-tab]{text-wrap:balance;hyphens:auto}}[data-role-modal-backdrop]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-base-black-rgb),.5);z-index:100000;opacity:1;transition:opacity .3s ease-in-out;pointer-events:auto}[data-role-modal]{position:fixed;top:0;right:0;left:auto;transition:right .3s ease-in-out;width:50dvw;height:100dvh;background-color:rgb(var(--color-base-white-rgb));z-index:100001;overflow-y:auto;box-shadow:-4px 0 16px rgba(var(--color-base-black-rgb),.1);pointer-events:auto}[data-role-modal] [data-role-modal-close]{position:sticky;top:20px;right:20px;float:right;background:none;border:none;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(28px*var(--typo-scale, 1));line-height:calc(28px*var(--typo-scale, 1));font-weight:400;cursor:pointer;color:rgb(var(--color-base-black-rgb));padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}[data-role-modal] [data-role-modal-close]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-role-modal] [data-role-modal-content]{padding:40px}[data-role-modal] [data-role-modal-content] [data-role-modal-image]{width:100%;margin-bottom:30px}[data-role-modal] [data-role-modal-content] [data-role-modal-image] img{width:100%;height:auto;object-fit:cover}[data-role-modal] [data-role-modal-content] h2{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(34px*var(--typo-scale, 1));font-weight:600;margin:0 0 10px}[data-role-modal] [data-role-modal-content] [data-role-modal-bio],[data-role-modal] [data-role-modal-content] [data-role-modal-position]{color:rgb(var(--color-base-black-rgb))}[data-role-modal] [data-role-modal-content] [data-role-modal-position]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0 0 20px}[data-role-modal] [data-role-modal-content] [data-role-modal-bio]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:1.6;font-weight:400}[data-role-modal] [data-role-modal-content] [data-role-modal-bio] a{color:rgb(var(--color-brand-primary-rgb));text-decoration:none}[data-role-modal] [data-role-modal-content] [data-role-modal-bio] a:hover{text-decoration:underline}[data-role-modal-backdrop][data-state=closed]{opacity:0;pointer-events:none}[data-role-modal][data-state=closed]{right:-50dvw;pointer-events:none}[data-project-modal-backdrop],[data-project-modal]{background-color:rgba(var(--color-base-black-rgb),.7);position:fixed;top:0;left:0}[data-project-modal-backdrop]{width:100%;height:100%;z-index:1001}[data-project-modal]{backdrop-filter:blur(10px);color:rgb(var(--color-base-white-rgb));width:100dvw;height:100dvh;z-index:100001;padding:40px;box-sizing:border-box;overflow-y:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}[data-project-modal] [data-project-modal-close],[data-project-modal] [data-project-modal-nav-next],[data-project-modal] [data-project-modal-nav-prev]{background:none;border:none;cursor:pointer;color:rgb(var(--color-base-white-rgb));padding:0;display:flex;align-items:center;justify-content:center}[data-project-modal] [data-project-modal-close]:hover,[data-project-modal] [data-project-modal-nav-next]:hover,[data-project-modal] [data-project-modal-nav-prev]:hover{color:rgb(var(--color-brand-primary-rgb))}[data-project-modal] [data-project-modal-close]{position:fixed;top:20px;right:20px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(28px*var(--typo-scale, 1));line-height:calc(28px*var(--typo-scale, 1));font-weight:400;width:32px;height:32px;z-index:10}[data-project-modal] [data-project-modal-nav-next],[data-project-modal] [data-project-modal-nav-prev]{align-self:center;height:100%;position:static;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(40px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:400;width:48px;z-index:5}[data-project-modal] [data-project-modal-content]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;max-width:1400px;max-height:90dvh;width:100%;position:relative}[data-project-modal] [data-project-modal-content] [data-project-modal-image]{justify-content:center;align-items:center;width:100%;display:flex;height:70dvh;overflow:hidden;position:relative}[data-project-modal] [data-project-modal-content] [data-project-modal-image] [data-project-modal-image-inner]{position:relative;width:100%;height:100%;min-height:0}[data-project-modal] [data-project-modal-content] h3{letter-spacing:.6;color:rgb(var(--color-base-white-rgb));margin:0}[data-project-modal] [data-project-modal-content] p{margin:0}[data-project-modal] [data-project-modal-content] h3,[data-project-modal] [data-project-modal-content] p{margin-right:auto}@media(max-width:1024px){[data-gallery-modal-overlay]{padding:0}[data-gallery-modal-expanded-wrapper],[data-gallery-modal]{height:calc(100dvh - 72px);max-height:calc(100dvh - 72px)}[data-gallery-modal]{min-height:0;overflow:hidden}[data-gallery-modal]>[data-gallery-modal-title]{flex-shrink:0}[data-gallery-modal]>[data-presentation-modal-frame]{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:auto;max-height:none;overflow:auto;-webkit-overflow-scrolling:touch}[data-gallery-modal]>[data-presentation-modal-frame] iframe{flex:1 1 auto;min-height:0;width:100%;height:100%;border:none}[data-role-modal]{width:100dvw!important}[data-role-modal][data-state=closed]{right:-100dvw}[data-gallery-modal-expanded-content]{flex-direction:column;overflow-y:auto}[data-gallery-modal-expanded-text]{flex:0 0 auto;width:100%}}@media(max-width:768px){[data-site-modal-overlay]{padding:0}[data-gallery-modal]{padding:36px 40px}[data-site-modal][data-variant=subscribe]{align-self:center;max-width:unset;margin:0}[data-site-modal]:not([data-variant=subscribe]){height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);display:flex;flex-direction:column;min-height:0;overflow:hidden}[data-newsletter-subscribe] [data-newsletter-country-menu]{max-height:200px}[data-site-modal]:not([data-variant=subscribe]) [data-site-modal-title]{flex-shrink:0}[data-site-modal]:not([data-variant=subscribe]) [data-site-modal-frame]{flex:1 1 auto;min-height:0;height:auto;display:flex;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch}[data-site-modal]:not([data-variant=subscribe]) [data-site-modal-frame] iframe{flex:1 1 auto;min-height:0;width:100%;height:100%;border:0}[data-site-modal]:not([data-variant=subscribe]) [data-site-modal-disclaimer]{flex-shrink:0}[data-role-modal] [data-role-modal-content]{padding:20px}[data-gallery-modal-expanded-wrapper]{position:relative}[data-gallery-modal-expanded-content]{flex:1 1 auto;min-width:0;width:100%;padding-bottom:56px}[data-gallery-modal-nav-next],[data-gallery-modal-nav-prev]{position:absolute;top:auto;bottom:max(20px,env(safe-area-inset-bottom,0px));transform:none;align-self:unset;height:auto;width:44px;min-height:44px;z-index:8;border-radius:50%;background:rgba(var(--color-base-white-rgb),.94);box-shadow:0 2px 14px rgba(var(--color-base-black-rgb),.18)}[data-gallery-modal-nav-prev]{left:max(10px,env(safe-area-inset-left,0px));right:auto}[data-gallery-modal-nav-next]{right:max(10px,env(safe-area-inset-right,0px));left:auto}[data-gallery-modal-nav-next]:focus-visible,[data-gallery-modal-nav-prev]:focus-visible{outline:2px solid rgb(var(--color-brand-primary-rgb));outline-offset:2px}[data-gallery-modal-expanded-text]{width:100%;max-width:100%}}[data-projects-and-operations]{font-family:var(--font-inter),system-ui,sans-serif}[data-projects-and-operations] [data-projects-and-operations-intro-wrapper]{background-image:url(/images/backgrounds/truck-cropped.webp);background-attachment:fixed;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgb(var(--color-surface-page-rgb));height:100dvh;position:relative}@media(max-width:1024px){[data-projects-and-operations] [data-projects-and-operations-intro-wrapper]{background-attachment:scroll}}@media(max-width:768px){[data-projects-and-operations] [data-projects-and-operations-intro-wrapper]{background-attachment:scroll;background-image:linear-gradient(rgba(var(--color-base-black-rgb),.68),rgba(var(--color-base-black-rgb),.68)),url(/images/backgrounds/truck-cropped.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}}[data-projects-and-operations] [data-page-header]{background-color:rgba(0,0,0,0);background:linear-gradient(to bottom,rgba(var(--color-base-white-rgb),.25),rgba(var(--color-base-white-rgb),.1))}[data-projects-and-operations] [data-page-header]:after,[data-projects-and-operations] [data-page-header]:before{content:"";position:absolute;pointer-events:none}[data-projects-and-operations] [data-page-header]:before{inset:0;z-index:5;background:radial-gradient(circle 120dvw at 156px 499px,rgba(var(--color-base-white-rgb),.2) 0,rgba(var(--color-base-black-rgb),.9) 85%,rgba(var(--color-base-white-rgb),0) 70%)}[data-projects-and-operations] [data-page-header]:after{bottom:0;left:0;right:0;height:.5px;background-color:rgb(var(--color-base-white-rgb));z-index:10}[data-projects-and-operations] [data-projects-and-operations-intro]{position:relative;z-index:1}[data-projects-and-operations] [data-projects-and-operations-intro] [data-projects-and-operations-intro-text]{padding:30px 0}[data-projects-and-operations] [data-projects-and-operations-intro] [data-projects-and-operations-intro-text] p{color:rgb(var(--color-base-white-rgb));margin:0 0 20px}[data-projects-and-operations] [data-projects-and-operations-links]{color:rgb(var(--color-base-white-rgb));display:grid;grid-template-columns:1fr 1fr}[data-projects-and-operations] [data-projects-and-operations-links] h2{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:500;letter-spacing:.2px;margin:0}[data-projects-and-operations] [data-projects-and-operations-links] a{color:rgb(var(--color-base-white-rgb));text-decoration:none}[data-projects-and-operations] [data-projects-and-operations-links] a [data-icon-normal]{display:block}[data-projects-and-operations] [data-projects-and-operations-links] a [data-icon-hover]{display:none}[data-projects-and-operations] [data-projects-and-operations-links] a:hover{color:rgb(var(--color-brand-primary-rgb))}[data-projects-and-operations] [data-projects-and-operations-links] a:hover [data-icon-normal]{display:none}[data-projects-and-operations] [data-projects-and-operations-links] a:hover [data-icon-hover]{display:block}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link-header]{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link-header]:hover [data-button]{background-color:rgb(var(--color-brand-primary-rgb));border:1px solid rgb(var(--color-brand-primary-rgb))}[data-projects-and-operations] [data-projects-and-operations-links] [data-feat-card-line-short]{background-color:rgb(var(--color-base-white-rgb));height:2px}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right],[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]{display:flex;flex-direction:column;gap:22px;padding-top:40px;padding-bottom:40px;position:relative}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right]:after,[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]:before{content:"";position:absolute;top:0;bottom:0;pointer-events:none;z-index:-1}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]{background-color:rgb(var(--color-brand-secondary-rgb));padding-right:120px}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]:before{right:100%;left:calc(-100dvw + 100%);background-color:rgb(var(--color-brand-secondary-rgb))}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right]{background-color:rgb(var(--color-brand-tertiary-rgb));padding-left:120px}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right]:after{left:100%;right:calc(-100dvw + 100%);background-color:rgb(var(--color-brand-tertiary-rgb))}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link],[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link] [data-right-arrow]{display:flex;flex-direction:row}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link]{gap:18px}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link] h4{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:500;text-transform:uppercase;margin:0;max-width:274px}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link] [data-right-arrow]{align-items:center}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link] [data-right-arrow] [data-icon-normal]{color:rgb(var(--color-base-white-rgb))}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-and-operations-link] [data-right-arrow] [data-icon-hover]{color:rgb(var(--color-brand-primary-rgb))}[data-projects-and-operations] [data-mines-map],[data-projects-and-operations] [data-projects-and-operations-links-section]{position:relative;z-index:1000}[data-projects-and-operations] [data-mines-map]{background-color:rgb(var(--color-surface-page-rgb));padding:0}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper]{padding:20px 27px 24%;background:url(/images/maps/nicola-world-map-cropped-2-dark-2.png) no-repeat 50%;background-size:cover;position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-mines-map-pin]{background:rgb(var(--color-brand-tertiary-rgb));width:13px;height:13px;font-family:var(--font-roboto),system-ui,sans-serif;font-weight:500;letter-spacing:1.2px;color:rgb(var(--color-base-white-rgb));border-radius:100%;transition:transform .3s ease-in-out;transform:scale(1);display:block;line-height:14px;text-align:center;cursor:pointer;position:absolute;z-index:1}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-mines-map-pin]:before{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(4px);background:rgba(var(--color-base-black-rgb),.75);color:rgb(var(--color-base-white-rgb));padding:6px 12px;border-radius:2.5rem;font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:300;white-space:nowrap;opacity:0;transition:opacity .2s ease-in-out,transform .2s ease-in-out;pointer-events:none}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-mines-map-pin]:hover{transform:scale(1.2)}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-mines-map-pin]:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-mines-map-pin]:after{content:"";width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-new-craigmont-and-merritt-mill]{background:linear-gradient(135deg,rgb(var(--color-brand-secondary-rgb)) 50%,rgb(var(--color-brand-tertiary-rgb)) 50%);top:73%;left:53.9%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-new-craigmont-and-merritt-mill]:before{content:"New Craigmont & Merritt Mill"}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-treasure-mountain]{background:rgb(var(--color-brand-secondary-rgb));top:76%;left:53.7%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-treasure-mountain]:before{content:"Treasure Mountain"}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-dominion-creek]{background:rgb(var(--color-brand-secondary-rgb));top:51%;left:52.5%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-dominion-creek]:before{content:"Dominion Creek"}[data-quick-facts]{display:flex;flex-direction:column;gap:20px;max-width:320px;background-color:rgb(var(--color-surface-featured-rgb));color:rgb(var(--color-base-black-rgb));box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);padding:34px 40px;z-index:10}[data-quick-facts] [data-feat-card-line-short]{height:2px}[data-quick-facts] [data-quick-facts-header]{display:flex;flex-direction:column;gap:14px}[data-quick-facts] [data-quick-facts-header-top]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}[data-quick-facts] h3{margin:0}[data-quick-facts] [data-quick-facts-toggle]{appearance:none;border:0;background:none;padding:0;margin:0;cursor:pointer;color:rgb(var(--color-brand-primary-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:900;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;text-align:center}[data-quick-facts] [data-quick-facts-toggle-x]{width:16px;height:16px;display:block;position:relative;transform:none}[data-quick-facts] [data-quick-facts-toggle-x]:after,[data-quick-facts] [data-quick-facts-toggle-x]:before{content:"";position:absolute;left:50%;top:50%;width:100%;height:2px;background:currentColor;border-radius:0;transform-origin:50% 50%;transform:translate(-50%,-50%) rotate(45deg)}[data-quick-facts] [data-quick-facts-toggle-x]:after{transform:translate(-50%,-50%) rotate(-45deg)}[data-quick-facts] [data-quick-facts-toggle-x][data-quick-facts-toggle-x-state=collapsed]:before{transform:translate(-50%,-50%) rotate(0deg)}[data-quick-facts] [data-quick-facts-toggle-x][data-quick-facts-toggle-x-state=collapsed]:after{transform:translate(-50%,-50%) rotate(90deg)}[data-quick-facts] [data-quick-facts-body][data-expanded=false]{display:none}[data-quick-facts] ul{list-style:none;display:grid;gap:12px;margin:0;padding:0}[data-quick-facts] ul li{display:flex;flex-direction:row;gap:8px}[data-quick-facts] ul li h4,[data-quick-facts] ul li p{margin:0}[data-quick-facts] ul li h4{width:100px}[data-quick-facts] ul li p{width:calc(100% - 100px)}[data-quick-facts] ul li [data-quick-fact-label]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase}[data-projects-and-operations-company-guidance]{background-color:rgb(var(--color-surface-featured-rgb))}[data-projects-and-operations-company-guidance] [data-projects-and-operations-company-guidance-content] h2{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(60px*var(--typo-scale, 1));line-height:calc(72px*var(--typo-scale, 1));font-weight:300;letter-spacing:.2;margin:0}[data-projects-and-operations-company-guidance] [data-projects-and-operations-company-guidance-content] hr{border:1px solid rgb(var(--color-brand-primary-rgb))}[data-projects-and-operations-page] [data-overview-grid-left],[data-projects-and-operations-page] [data-overview-grid],[data-projects-and-operations-page] [data-project-content-list]{background-color:rgb(var(--color-surface-page-rgb))}[data-projects-and-operations-page] [data-project-content-list]{height:100%;padding-top:80px;padding-bottom:60px}[data-projects-and-operations-page] [data-project-content-list] [data-module-inner],[data-projects-and-operations-page] [data-project-content-list] [data-overview-grid-right]{height:100%;min-height:0}[data-projects-and-operations-page] [data-project-content-list] [data-overview-grid-right]{background-color:rgb(var(--color-base-white-rgb));padding-top:30px;padding-bottom:30px;overflow-y:scroll;scrollbar-width:thin;position:relative;height:calc(74dvh - 60px)}[data-projects-and-operations-page] [data-project-content-list] [data-overview-grid-right][data-scroll-bottom=true]:after,[data-projects-and-operations-page] [data-project-content-list] [data-overview-grid-right][data-scroll-top=true]:before{opacity:1}[data-projects-and-operations-page] [data-project-overview]{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:14px}[data-projects-and-operations-page] [data-project-overview] hr{margin:0}[data-projects-and-operations-page] [data-project-overview]>h2,[data-projects-and-operations-page] [data-project-overview]>h4{color:rgb(var(--color-base-white-rgb));margin:0}[data-projects-and-operations-page] [data-project-overview]>h2{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(36px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:400}[data-projects-and-operations-page] [data-project-overview]>h4{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:600}[data-projects-and-operations-page] [data-project-overview] [data-feat-card-line-short]{background-color:rgb(var(--color-base-white-rgb));height:2px}@media(max-width:768px){[data-projects-and-operations-page] [data-project-overview] [data-project-overview-qualified-person]{padding-inline:24px}}[data-projects-and-operations-page] [data-project-overview-qualified-person]{color:rgb(var(--color-base-white-rgb));display:flex;flex-direction:column;gap:14px}[data-projects-and-operations-page] [data-project-overview-qualified-person] hr{border:0;border-top:2px solid rgb(var(--color-base-white-rgb));margin:40px 0 0;width:100%}[data-projects-and-operations-page] [data-project-overview-qualified-person] p{font-family:var(--font-roboto),system-ui,sans-serif}[data-projects-and-operations-page] [data-project-overview-qualified-person] h3,[data-projects-and-operations-page] [data-project-overview-qualified-person] p{margin:0}[data-projects-and-operations-page] [data-overview-grid]{display:grid;grid-template-columns:1.5fr 5fr}[data-projects-and-operations-page] [data-overview-grid]:before{content:"";position:absolute;top:0;bottom:0;right:100%;left:calc(-100dvw + 100%);background-color:rgb(var(--color-surface-navigation-rgb));pointer-events:none;z-index:-1}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list]{list-style:none;display:flex;flex-direction:column;margin:0;padding:30px 0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] [data-overview-grid-link]{padding:25px 20px 15px 25px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li{background-color:rgb(var(--color-surface-navigation-rgb));font-family:var(--font-inter),system-ui,sans-serif;border-top:.5px solid rgb(var(--color-surface-page-rgb));border-bottom:.5px solid rgb(var(--color-surface-page-rgb));display:flex;flex-direction:column}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li [data-feat-card-line-short]{height:2px;background-color:rgb(var(--color-surface-page-rgb));opacity:0;transition:opacity .2s ease}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li[data-active=false]:hover{background-color:rgb(var(--color-surface-annotation-rgb))}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li[data-active=true]{background-color:rgb(var(--color-base-white-rgb))}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li[data-active=true] h3{color:rgb(var(--color-base-black-rgb));font-weight:400}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li[data-active=true] [data-feat-card-line-short]{opacity:1}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li a,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li h3{display:flex;flex-direction:column}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li h3{color:rgb(var(--color-base-white-rgb));margin:0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li a{gap:8px;text-decoration:none}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content]{font-family:var(--font-roboto),system-ui,sans-serif;flex-direction:column;padding:20px 90px;display:flex}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card]{width:100%;max-width:100%;min-width:0;margin:6px 0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-button]{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;width:100%;max-width:100%;min-width:0;box-sizing:border-box;gap:37px;padding:16px 37px 16px 16px;border:1px solid rgba(var(--color-base-black-rgb),.1);background:rgb(var(--color-base-white-rgb));box-shadow:0 2px 8px rgba(var(--color-base-black-rgb),.06);cursor:pointer;text-align:left;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;text-decoration:none;color:inherit}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-button]:focus-visible,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-button]:hover{border-color:rgba(var(--color-brand-secondary-rgb),.35);box-shadow:0 4px 12px rgba(var(--color-base-black-rgb),.08);background-color:rgba(var(--color-brand-secondary-rgb),.02)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-button] img{width:100%;height:auto;display:block;border-radius:2px;border:1px solid rgba(var(--color-base-black-rgb),.08)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content]{display:flex;flex-direction:column;gap:12px;justify-content:space-between;height:calc(100% - 40px);min-width:0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] h4{text-align:left;margin:0;overflow-wrap:anywhere}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] p{margin:0;color:rgba(var(--color-base-black-rgb),.7)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] [data-pdf-card-description]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis;color:rgba(var(--color-base-black-rgb),.78);margin-bottom:auto}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] [data-pdf-card-cta]{color:rgb(var(--color-brand-secondary-rgb));display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-top:2px;padding:0;border:0;background:rgba(0,0,0,0);text-decoration:none;transition:color .2s ease}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] [data-pdf-card-cta-icon]{width:42px;height:auto;display:block;flex:0 0 auto}[data-pdf-card-button]:focus-visible [data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] [data-pdf-card-cta],[data-pdf-card-button]:hover [data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] [data-pdf-card-cta]{color:rgba(var(--color-brand-primary-rgb),.85)}@media(max-width:768px){[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-button]{grid-template-columns:98px minmax(0,1fr);gap:12px;padding:12px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] h4{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:400}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] p{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-pdf-card-content] [data-pdf-card-description]{-webkit-line-clamp:3;line-clamp:3}}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-embed]{position:relative;width:100%;padding-top:56.25%;background:rgb(var(--color-surface-page-rgb))}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-embed] iframe{position:absolute;inset:0;width:100%;height:100%;border:0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-facade]{position:absolute;inset:0;z-index:1;width:100%;height:100%;margin:0;padding:0;border:0;cursor:pointer;display:block;background:rgb(var(--color-base-black-rgb))}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-facade] img{width:100%;height:100%;object-fit:cover;display:block}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-facade-play]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-base-white-rgb));background:rgba(var(--color-base-black-rgb),.45);pointer-events:none}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-facade-play-icon]{width:64px;height:64px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-youtube-facade]:hover [data-youtube-facade-play]{background:rgba(var(--color-base-black-rgb),.6)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-project-section]{display:flex;flex-direction:column;width:100%;padding:0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-project-section][data-active=false]{display:none!important}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-project-section]:not(#permits):not(#technical-reports){gap:14px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-project-section] hr+p[data-p-with-links]{margin-top:-14px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table-wrap]{width:100%;overflow-x:auto}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table]{width:100%;border-collapse:collapse;border-bottom:1px solid rgba(var(--color-base-black-rgb),.14);background:rgb(var(--color-base-white-rgb))}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] td,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] th{padding:18px 8px;border-bottom:1px solid rgba(var(--color-base-black-rgb),.1);text-align:left;vertical-align:top;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] thead th{background:rgb(var(--color-surface-page-rgb));color:rgb(var(--color-base-white-rgb));font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;text-transform:uppercase;letter-spacing:.4px;text-wrap:nowrap}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] thead th:not(:last-child){border-right:1px solid rgba(var(--color-base-white-rgb),.22)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort]{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;border:0;background:rgba(0,0,0,0);cursor:pointer;color:inherit;padding:0;text-align:left;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;text-transform:uppercase}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-label]{min-width:0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon]{flex:0 0 auto;width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--color-base-white-rgb),.12);border:1px solid rgba(var(--color-base-white-rgb),.24);transition:background-color .18s ease,border-color .18s ease}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon] svg{width:11px;height:14px;display:block}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon] [data-sort-down],[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon] [data-sort-up]{fill:rgba(var(--color-base-white-rgb),.46);transition:fill .18s ease}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon][data-active=true]{background:rgba(var(--color-base-white-rgb),.2);border-color:rgba(var(--color-base-white-rgb),.44)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon][data-active=true][data-direction=asc] [data-sort-up],[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort-icon][data-active=true][data-direction=desc] [data-sort-down]{fill:rgb(var(--color-base-white-rgb))}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort]:focus-visible [data-technical-reports-sort-icon],[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-sort]:hover [data-technical-reports-sort-icon]{background:rgba(var(--color-base-white-rgb),.25)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] tbody tr:hover{background:rgba(var(--color-brand-secondary-rgb),.06)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-row]{cursor:pointer}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-row]:focus-visible{outline:2px solid rgba(var(--color-brand-primary-rgb),.8);outline-offset:-2px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] td:first-child{white-space:nowrap}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-open],[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-technical-reports-table] td a{border:0;background:rgba(0,0,0,0);padding:0;margin:0;text-align:left;color:rgb(var(--color-base-black-rgb));cursor:pointer;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;text-decoration:none}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] *{margin:0}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] h3{letter-spacing:.6px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] h4{text-align:center;width:100%}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure],[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table]{width:100%}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure] [data-location-image],[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] [data-location-image]{position:relative;overflow:hidden;box-shadow:0 4px 10px rgba(var(--color-base-black-rgb),.08);border-radius:6px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure] [data-location-image]:hover,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] [data-location-image]:hover{transform:scale(1.02)}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure] [data-location-image]:hover:after,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] [data-location-image]:hover:after{opacity:1}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure] [data-location-image]:not([data-youtube-embed]):after,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] [data-location-image]:not([data-youtube-embed]):after{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px;content:"CLICK TO EXPAND";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-base-black-rgb),.7);color:rgb(var(--color-base-white-rgb));opacity:0;transition:opacity .2s ease;pointer-events:none}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure] video,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] img,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] video{display:block;max-width:100%;width:100%;height:auto}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-figure] figcaption,[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] figcaption{margin-top:8px;text-align:center;width:100%}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] figure[data-table] figcaption{margin-top:0;margin-bottom:8px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] [data-figure-caption]{text-align:center;width:100%}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content] sup.citation{font-size:.68em;line-height:0;vertical-align:initial;position:relative;top:-.55em;margin-left:2px}[data-presentation-content]{background-color:rgb(var(--color-base-white-rgb));position:relative}[data-presentation-content]:after,[data-presentation-content]:before{content:"";position:absolute;top:0;bottom:0;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}[data-presentation-content]:before{right:100%}[data-presentation-content]:after{left:100%}[data-presentation-content] [data-presentation-description]{justify-self:center}[data-presentation-content] [data-presentation-image]{justify-self:center;width:100%;max-width:800px;min-width:min(600px,100%)}[data-presentation-content] [data-presentation-image],[data-presentation-content] [data-section-image]{flex-shrink:0;width:100%}[data-virtual-tour] [data-presentation-content]{justify-content:center}[data-virtual-tour] [data-presentation-image]{min-width:0;max-width:min(1135px,(100dvh - 220px)*16/9)}[data-virtual-tour] [data-presentation-image] [data-section-image]{display:block;width:100%;height:auto;max-height:calc(100dvh - 220px);object-fit:contain}[data-project-section][data-search-landed=true]{animation:search-landed-highlight 2.5s ease-out}@keyframes search-landed-highlight{0%{background-color:rgba(var(--color-brand-primary-rgb),.08)}to{background-color:rgba(0,0,0,0)}}[data-project-section] [data-location-image]{flex-shrink:0;width:100%;background:rgb(var(--color-surface-page-rgb));box-shadow:0 4px 10px rgba(var(--color-base-black-rgb),.08);cursor:pointer}[data-project-section] [data-location-image] img{width:100%}[data-project-section]#geology-mineralization,[data-project-section]#information,[data-project-section]#location,[data-project-section]#overview{display:flex;flex-direction:column;align-items:flex-start}[data-project-section]#geology-mineralization [data-location-image] [data-section-image],[data-project-section]#information [data-location-image] [data-section-image],[data-project-section]#location [data-location-image] [data-section-image],[data-project-section]#overview [data-location-image] [data-section-image]{display:block;width:100%;height:auto}[data-project-section]#geology-mineralization [data-location-text],[data-project-section]#information [data-location-text],[data-project-section]#location [data-location-text],[data-project-section]#overview [data-location-text]{flex:1 1}[data-project-section]#permits hr,[data-project-section]#technical-reports hr{border:2px solid rgb(var(--color-brand-primary-rgb))}[data-project-section] [data-tech-report-link]{color:rgb(var(--color-base-black-rgb));display:block;padding:23px 60px 23px 20px;border-bottom:1px solid rgb(var(--color-border-default-rgb));position:relative;margin:0;text-decoration:none}[data-project-section] [data-tech-report-link]:hover{background-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-base-white-rgb))}[data-project-section] [data-tech-report-link-container]{width:100%;align-self:stretch}[data-project-section] hr{border:2px solid rgb(var(--color-brand-primary-rgb));width:100%}[data-project-section] a{color:rgb(var(--color-brand-primary-rgb));text-decoration:none}[data-presentation] [data-presentation-content]{display:flex;flex-direction:row;gap:30px;align-items:flex-start;padding-top:37px;padding-bottom:37px}[data-presentation] [data-presentation-content] [data-presentation-description]{flex:1 1;padding-top:20px}[data-presentation] [data-presentation-content] [data-presentation-description] [data-feat-file-pdf]{display:flex;flex-direction:row;gap:8px;padding:8px 0}[data-presentation] [data-presentation-content] [data-presentation-description] [data-feat-file-pdf] h2{align-content:center;margin:0}[data-presentation] [data-presentation-content] [data-presentation-description] hr{border:2px solid rgb(var(--color-brand-primary-rgb))}[data-presentation] [data-presentation-content] [data-presentation-description] p{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(27px*var(--typo-scale, 1));font-weight:300;margin:0}[data-presentation] [data-presentation-content] [data-presentation-description] img{margin:0 21px}[data-presentation] [data-presentation-content] [data-presentation-image]{flex:1 1}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-slider]{--position:50%;position:relative;width:100%;overflow:hidden;background:rgb(var(--color-surface-page-rgb))}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-labels],[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-loader]{display:flex;position:absolute;pointer-events:none}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-loader]{inset:0;align-items:center;justify-content:center;background:rgb(var(--color-surface-muted-rgb));z-index:3;pointer-events:none}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-spinner]{width:40px;height:40px;border:3px solid rgba(var(--color-base-white-rgb),.2);border-top-color:rgb(var(--color-brand-primary-rgb));border-radius:50%;animation:spin .8s linear infinite}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-labels]{top:12px;left:12px;right:12px;justify-content:space-between;z-index:2}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-label]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:500;letter-spacing:1px;text-transform:uppercase;color:rgb(var(--color-base-white-rgb));background:rgba(var(--color-base-black-rgb),.6);padding:6px 12px 8px;border-radius:24px}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-image],[data-presentation] [data-presentation-content] [data-presentation-image] [data-section-image]{display:block;width:100%;height:auto}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-input],[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-overlay],[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-overlay] [data-compare-image]{width:100%;height:100%}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-overlay] [data-compare-image]{object-fit:cover}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-overlay]{position:absolute;inset:0;overflow:hidden;clip-path:inset(0 calc(100% - var(--position)) 0 0)}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-handle]{position:absolute;top:0;bottom:0;left:var(--position);width:2px;background:rgb(var(--color-base-white-rgb));transform:translateX(-1px);pointer-events:none}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-handle]:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:rgb(var(--color-base-white-rgb))}[data-presentation] [data-presentation-content] [data-presentation-image] [data-compare-input]{position:absolute;inset:0;z-index:5;opacity:0;cursor:ew-resize}[data-2-column]{background-color:rgb(var(--color-surface-muted-rgb))}[data-2-column] ul{grid-template-columns:repeat(2,1fr)}[data-4-column]{background-color:rgb(var(--color-surface-page-rgb))}[data-4-column] ul{grid-template-columns:repeat(4,1fr)}[data-4-column] ul li{color:rgb(var(--color-base-white-rgb))}[data-3-column]{background-color:rgb(var(--color-surface-page-rgb))}[data-3-column] ul{grid-template-columns:repeat(3,1fr)}[data-3-column] ul li{color:rgb(var(--color-base-white-rgb))}[data-photo-gallery]{--photo-gallery-tile-height:250px}[data-photo-gallery][data-2-column]{padding-bottom:60px}[data-photo-gallery] [data-photo-gallery-grid]{padding-top:60px}[data-photo-gallery] [data-photo-gallery-grid] ul{list-style:none;display:grid;gap:18px;margin:0;padding:0}[data-photo-gallery] [data-photo-gallery-grid] ul li{display:flex;flex-direction:column;gap:8px}[data-photo-gallery] [data-photo-gallery-grid] ul li[data-photo-gallery-stack]{gap:18px}[data-photo-gallery] [data-photo-gallery-grid] ul li[data-photo-gallery-stack] [data-photo-gallery-image-container]{height:calc((var(--photo-gallery-tile-height) - 18px)/2)}[data-photo-gallery] [data-photo-gallery-grid] ul li[data-photo-gallery-stack] h2{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:400}[data-photo-gallery] [data-photo-gallery-grid] ul li h2{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase;margin:0;text-align:center}[data-photo-gallery] [data-photo-gallery-image-container]{border-radius:20px;box-shadow:0 0 4px 0 rgba(var(--color-base-black-rgb),.25);height:var(--photo-gallery-tile-height);width:100%;background-color:rgb(var(--color-base-black-rgb));overflow:hidden;position:relative}[data-photo-gallery] [data-photo-gallery-image-container]:hover{cursor:pointer}[data-photo-gallery] [data-photo-gallery-image-container]:hover h2,[data-photo-gallery] [data-photo-gallery-image-container]:hover:before{opacity:0}[data-photo-gallery] [data-photo-gallery-image-container][data-gallery-clickable=false]{cursor:default}[data-photo-gallery] [data-photo-gallery-image-container]:before,[data-photo-gallery] [data-photo-gallery-image-container]:hover:after,[data-photo-gallery] [data-photo-gallery-image-container][data-gallery-clickable=false] h2,[data-photo-gallery] [data-photo-gallery-image-container][data-gallery-clickable=false]:before{opacity:1}[data-photo-gallery] [data-photo-gallery-image-container]:before{content:"";position:absolute;inset:0;background:radial-gradient(140% 90% at 18% 0,rgba(var(--color-base-white-rgb),.2) 0,rgba(var(--color-base-white-rgb),.06) 34%,rgba(var(--color-base-white-rgb),0) 62%),linear-gradient(165deg,rgba(var(--color-base-black-rgb),.28) 0,rgba(var(--color-base-black-rgb),.46) 0,rgba(var(--color-base-black-rgb),.76) 100%);backdrop-filter:saturate(1.18) blur(2px);border:1px solid rgb(var(--color-base-black-rgb),.12);border-radius:20px;-webkit-backdrop-filter:saturate(1.18) blur(2px);z-index:1;pointer-events:none;transition:opacity .22s ease-in-out,backdrop-filter .22s ease-in-out}[data-photo-gallery] [data-photo-gallery-image-container]:hover{transform:scale(1.02)}[data-photo-gallery] [data-photo-gallery-image-container] h2{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;color:rgb(var(--color-base-white-rgb));text-align:center;padding:0 12px;margin:0;pointer-events:none;transition:opacity .2s ease-in-out;opacity:1}[data-photo-gallery] [data-photo-gallery-image-container] img,[data-photo-gallery] [data-photo-gallery-image-container] video{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:0}@media(max-width:900px){[data-4-column] ul{grid-template-columns:repeat(2,1fr)}}[data-projects-and-operations-intro-text]{position:relative;z-index:0;max-width:560px}[data-projects-and-operations-intro-text]:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:200dvw;height:200dvh;left:-100dvw;top:-100dvh;background:radial-gradient(circle at top left,rgba(var(--color-base-black-rgb),.85) 0,rgba(var(--color-base-black-rgb),.8) 53%,rgba(var(--color-base-black-rgb),.8) 69%,rgba(var(--color-base-black-rgb),.05) 77%)}@media(max-width:1280px){[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right],[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]{gap:14px}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right]{padding-left:37px}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]{padding-right:37px}}@media(max-width:1024px){[data-presentation] [data-presentation-content]{display:flex;flex-direction:column}[data-photo-gallery] [data-photo-gallery-grid] ul li{max-height:150px}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content]{padding:10px 37px}[data-presentation-content] [data-quick-facts]{max-width:unset;width:calc(100% - 80px)}[data-presentation-content] [data-quick-facts] [data-presentation-description]{width:100%}[data-presentation-content] [data-presentation-image]{min-width:unset;max-width:unset}}@media(max-width:768px){[data-presentation-content] [data-quick-facts]{width:100%;box-sizing:border-box}[data-quick-facts]{padding:17px 20px}}[data-projects-and-operations-page][data-intro-variant=treasure-mountain-intro][data-tm-intro-media-enabled=true] [data-project-page-intro-wrapper]:before{display:none}[data-tm-intro-media]{overflow:hidden;pointer-events:none;position:absolute;inset:-110.4px 0 0 0;z-index:0}[data-tm-intro-media] img,[data-tm-intro-media] video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}[data-tm-intro-media] [data-tm-intro-poster]{z-index:0}[data-tm-intro-media] [data-tm-intro-video]{z-index:1}@media(max-width:1023px){[data-tm-intro-media]{inset:-50.4px 0 0 0}}[data-projects-and-operations-page][data-intro-variant=treasure-mountain-intro] [data-project-page-intro-wrapper]>[data-landing-video-pause-wrapper]{bottom:22px;position:absolute;right:22px;z-index:25}@media(max-width:1024px){[data-projects-and-operations-page][data-intro-variant=treasure-mountain-intro] [data-landing-video-pause-wrapper]{display:none}}[data-projects-and-operations-page][data-intro-variant] [data-project-page-intro-wrapper]{min-height:100dvh;position:relative}[data-projects-and-operations-page][data-intro-variant] [data-project-page-intro-wrapper]:before{content:"";position:absolute;inset:-110.4px 0 0 0;background-image:var(--project-intro-background-image);background-repeat:no-repeat;background-size:cover;background-position:50%;background-attachment:fixed;background-color:rgb(var(--color-surface-page-rgb));z-index:0;pointer-events:none}[data-projects-and-operations-page][data-intro-variant] main{position:relative;z-index:1}[data-projects-and-operations-page][data-intro-variant] [data-page-header]{background:radial-gradient(circle 120dvw at 156px 499px,rgba(var(--color-base-white-rgb),.005) 0,rgba(var(--color-base-black-rgb),.9) 85%,rgba(var(--color-base-white-rgb),0) 70%)}[data-projects-and-operations-page][data-intro-variant] [data-page-header]:after,[data-projects-and-operations-page][data-intro-variant] [data-page-header]:before{content:"";pointer-events:none;position:absolute}[data-projects-and-operations-page][data-intro-variant] [data-page-header]:before{z-index:5;background:radial-gradient(circle 120dvw at 156px 499px,rgba(var(--color-base-white-rgb),.2) 0,rgba(var(--color-base-black-rgb),.3) 35%,rgba(var(--color-base-white-rgb),0) 70%);inset:0}[data-projects-and-operations-page][data-intro-variant] [data-page-header]:after{bottom:0;left:0;right:0;height:.5px;background-color:rgb(var(--color-base-white-rgb));z-index:10}[data-projects-and-operations-page][data-intro-variant] [data-presentation-content]{justify-content:flex-end;width:100%}[data-projects-and-operations-page][data-intro-variant] [data-page-header],[data-projects-and-operations-page][data-intro-variant] [data-presentation-content],[data-projects-and-operations-page][data-intro-variant] [data-presentation-content]:after,[data-projects-and-operations-page][data-intro-variant] [data-presentation-content]:before{background-color:rgba(0,0,0,0)}[data-projects-and-operations-page][data-intro-variant=dominion-creek-intro] [data-project-page-intro-wrapper]:after{content:"";position:absolute;inset:-110.4px 0 0 0;background-color:rgba(var(--color-base-black-rgb),.4);z-index:0;pointer-events:none}[data-projects-and-operations-page][data-intro-variant]:not([data-intro-variant=new-craigmont-intro]) [data-presentation-image]{display:none}[data-project-page-intro-wrapper] [data-hero-learn-more-track],[data-projects-and-operations-intro-wrapper] [data-hero-learn-more-track]{position:absolute;top:0;left:0;right:0;height:100dvh;pointer-events:none;z-index:20}[data-project-page-intro-wrapper] [data-hero-learn-more],[data-projects-and-operations-intro-wrapper] [data-hero-learn-more]{position:sticky;top:calc(100dvh - 110px);left:50%;transform:translateX(-50%);pointer-events:auto;background:rgba(0,0,0,0);border:none;color:rgb(var(--color-base-white-rgb));cursor:pointer;display:flex;flex-direction:column;align-items:center;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(14px*var(--typo-scale, 1));font-weight:500;letter-spacing:1.4px;text-transform:uppercase;padding:8px 12px}[data-project-page-intro-wrapper] [data-hero-learn-more] svg,[data-projects-and-operations-intro-wrapper] [data-hero-learn-more] svg{animation:hero-chevron-bounce 1.4s ease-in-out infinite;margin-top:-10px}[data-project-page-intro-wrapper] [data-hero-learn-more]:focus-visible,[data-project-page-intro-wrapper] [data-hero-learn-more]:hover,[data-projects-and-operations-intro-wrapper] [data-hero-learn-more]:focus-visible,[data-projects-and-operations-intro-wrapper] [data-hero-learn-more]:hover{color:rgba(var(--color-base-white-rgb),.85)}@keyframes hero-chevron-bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(6px);opacity:.75}}[data-presentation-content],[data-projects-and-operations-company-guidance] [data-projects-and-operations-company-guidance-content],[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare]{padding-top:60px;padding-bottom:60px}[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare]{background-color:rgb(var(--color-base-white-rgb))}[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare] [data-presentation-content]{background-color:rgba(0,0,0,0);justify-content:center;width:100%;display:flex}[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare] [data-presentation-content]:after,[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare] [data-presentation-content]:before{background-color:rgba(0,0,0,0)}[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare] [data-presentation-image]{box-shadow:0 4px 10px rgba(var(--color-base-black-rgb),.08);display:block;min-height:auto;min-width:0;max-width:min(1135px,(100dvh - 220px)*16/9)}@media(max-width:1024px){[data-projects-and-operations-page][data-intro-variant] [data-project-page-intro-wrapper]:before{background-attachment:scroll;inset:-50.4px 0 0 0}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper]{padding-bottom:45%}[data-projects-and-operations-intro-text]:before{width:250dvw;height:250dvh}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-dominion-creek]{left:54.5%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-new-craigmont-and-merritt-mill]{left:56.9%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-treasure-mountain]{left:56.7%}}@media(max-width:768px){[data-projects-and-operations-page] [data-project-overview] [data-project-overview-qualified-person]{padding:0}[data-projects-and-operations-page] [data-project-overview] [data-project-overview-qualified-person] hr{margin-top:20px}[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare]{padding-top:20px;padding-bottom:20px}[data-projects-and-operations-page][data-intro-variant=merritt-mill-intro] [data-presentation][data-merritt-mill-compare] [data-presentation-content]{padding:0}[data-projects-and-operations-page] [data-project-content-list]{padding-top:40px;padding-bottom:40px}[data-projects-and-operations-page] [data-photo-gallery] [data-photo-gallery-grid]{padding-top:20px}[data-projects-and-operations-page] [data-photo-gallery]{padding-bottom:20px}[data-projects-and-operations-page] [data-presentation-content]{padding:20px 0}[data-projects-and-operations-page] [data-overview-grid]{grid-template-columns:1fr;grid-template-areas:"tabs" "content";gap:0}[data-projects-and-operations-page] [data-overview-grid]:before{display:none}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-left]{grid-area:tabs;background-color:rgb(var(--color-surface-navigation-rgb));min-width:0;width:100%}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right]{grid-area:content}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list]{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:0;box-sizing:border-box}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] li{border-bottom:none;border-right:.5px solid rgb(var(--color-surface-page-rgb));flex:0 0 auto;min-width:max-content}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-list] [data-overview-grid-link]{white-space:nowrap}[data-quick-facts] [data-quick-facts-header]{gap:0}[data-mines-map] [data-quick-facts] [data-quick-facts-header]{gap:14px}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper]{padding-bottom:60%}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right],[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]{gap:10px}[data-projects-and-operations] [data-projects-and-operations-links] [data-operations-right]{padding-left:20px}[data-projects-and-operations] [data-projects-and-operations-links] [data-projects-left]{padding-right:20px}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-dominion-creek]{left:56.5%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-new-craigmont-and-merritt-mill]{left:58.9%}[data-projects-and-operations] [data-mines-map] [data-mines-image-wrapper] [data-pin-treasure-mountain]{left:58.7%}[data-projects-and-operations-page] [data-overview-grid] [data-overview-grid-right-content]{padding:0 20px}[data-projects-and-operations-page][data-intro-variant] [data-page-header],[data-projects-and-operations] [data-page-header]{background:rgba(0,0,0,0)}[data-projects-and-operations-page][data-intro-variant] [data-page-header]:before,[data-projects-and-operations] [data-page-header]:before{background:rgba(var(--color-base-black-rgb),.48)}[data-projects-and-operations-intro-text]:before{left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0)}[data-projects-and-operations-page][data-intro-variant=dominion-creek-intro] [data-project-page-intro-wrapper]:after{display:none}[data-projects-and-operations-page][data-intro-variant] [data-project-page-intro-wrapper]:before{background-attachment:scroll;inset:-120px -1px 0 -1px;background-image:linear-gradient(rgba(var(--color-base-black-rgb),.38),rgba(var(--color-base-black-rgb),.38)),var(--project-intro-background-image)}[data-projects-and-operations-page][data-intro-variant=treasure-mountain-intro] [data-tm-intro-media]{filter:brightness(.72)}}[data-search-page]{font-family:var(--font-inter),system-ui,sans-serif}[data-search-filters-label]{color:rgb(var(--color-base-black-rgb))}[data-search-filters-checkboxes]{display:grid;row-gap:20px;grid-template-columns:auto auto;padding:8px 0}[data-search-filter-label]{background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));align-items:center;gap:4px;display:inline-flex}[data-search-filter-label]:hover{cursor:pointer}[data-search-filter-checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;border:2px solid rgba(var(--color-base-black-rgb),.2);border-radius:2.25rem;background-color:rgb(var(--color-base-white-rgb));cursor:pointer;position:relative;transition:border-color .15s ease,background-color .15s ease}[data-search-filter-checkbox]:after{content:"";position:absolute;display:none;left:4px;top:1px;width:5px;height:9px;border:2px solid rgb(var(--color-base-white-rgb));border-top:none;border-left:none;transform:rotate(45deg)}[data-search-filter-checkbox]:checked{background-color:rgb(var(--color-brand-primary-rgb));border-color:rgb(var(--color-brand-primary-rgb))}[data-search-filter-checkbox]:checked:after{display:block}[data-search-filter-checkbox]:focus-visible{outline:2px solid rgba(var(--color-brand-primary-rgb),.45);outline-offset:2px}[data-search-filter-checkbox]:disabled+span,[data-search-filter-checkbox]:disabled+span+[data-search-filter-label-count]{color:rgba(var(--color-base-black-rgb),.55)}[data-search-filters-actions]{display:flex;justify-content:center;gap:8px;justify-content:space-evenly}[data-search-filter-label-count]{color:rgba(var(--color-base-black-rgb),.55)}[data-search-clear-all][data-button]{background-color:rgba(var(--color-base-black-rgb),.08);color:rgba(var(--color-base-black-rgb),.7);border-color:rgba(var(--color-base-black-rgb),.4)}[data-search-clear-all][data-button]:active,[data-search-clear-all][data-button]:focus,[data-search-clear-all][data-button]:focus-visible{border-color:rgb(var(--color-base-black-rgb));outline:2px solid rgba(var(--color-base-black-rgb),.3);outline-offset:2px;box-shadow:0 0 0 2px rgba(var(--color-base-black-rgb),.18)}[data-search-clear-all][data-button]:hover{background-color:rgba(var(--color-base-black-rgb),.7);color:rgb(var(--color-base-white-rgb));border-color:rgba(var(--color-base-black-rgb),.4)}[data-search-content]{font-family:var(--font-inter),system-ui,sans-serif}[data-search-content] [data-module-inner]{grid-template-columns:1fr 5fr;padding:0;display:grid;position:relative}[data-search-content] [data-search-filters-wrapper]{padding-top:44px;padding-bottom:60px;padding-right:37px;min-width:285.1px;background-color:rgb(var(--color-surface-featured-rgb));position:relative;min-height:500px;display:flex;flex-direction:column;gap:14px}[data-search-content] [data-search-filters-wrapper] [data-search-filters-container]{display:flex;flex-direction:column;gap:14px;background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));min-width:0;box-shadow:0 4px 4px 0 rgba(var(--color-base-black-rgb),.25);padding:28px 30px}[data-search-content] [data-search-filters-wrapper] hr{background-color:rgb(var(--color-base-black-rgb));border:none;width:40px;height:2px;margin:0}[data-search-content] [data-search-filters-wrapper]:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100dvw;background-color:rgb(var(--color-surface-featured-rgb));pointer-events:none}[data-search-content] [data-search-results-wrapper]{background-color:rgb(var(--color-base-white-rgb));padding-left:37px;position:relative}[data-search-content] [data-search-results-wrapper]:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}[data-search-content] [data-search-results-table]{padding-top:20px;width:100%}[data-search-content] [data-search-results-table]:after{content:"";background-color:rgb(var(--color-base-white-rgb));pointer-events:none;width:100dvw;position:absolute;top:0;bottom:0;left:100%}[data-search-content] [data-search-results-table] [data-search-results-form-wrapper]{justify-content:flex-end;width:100%;display:flex}[data-search-content] [data-search-results-table] [data-search-form]{justify-content:flex-end;width:100%;display:flex;align-items:center;gap:10px}[data-search-content] [data-search-results-table] [data-search-results-divider]{background:rgb(var(--color-brand-primary-rgb));width:100%;height:4px;margin-top:18px}[data-search-content] [data-search-results-table] [data-search-results-body]{margin:0;display:flex;flex-direction:column;gap:0;min-width:0;width:100%}[data-search-input]{flex:1 1;min-width:200px;border-radius:2.25rem;padding:14px 22px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:1.4;font-weight:400;font-family:inherit;border:1px solid rgba(var(--color-base-black-rgb),.15);background-color:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));transition:border-color .2s ease,box-shadow .2s ease}[data-search-input]::placeholder{color:rgba(var(--color-base-black-rgb),.45)}[data-search-input]:focus{outline:none;border-color:rgb(var(--color-brand-primary-rgb));box-shadow:0 0 0 2px rgba(var(--color-brand-primary-rgb),.2)}[data-search-input]::-webkit-search-cancel-button{appearance:none;width:22px;height:22px;cursor:pointer;background-color:rgb(var(--color-base-black-rgb));-webkit-transition:background-color .2s ease;transition:background-color .2s ease;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M6 6L16 16M16 6L6 16' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M6 6L16 16M16 6L6 16' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain}[data-search-input]:focus-visible::-webkit-search-cancel-button,[data-search-input]:focus::-webkit-search-cancel-button{background-color:rgb(var(--color-base-black-rgb))}[data-search-input]::-webkit-search-cancel-button:hover{background-color:rgb(var(--color-brand-primary-rgb))}[data-search-submit]{padding:14px 24px;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:600;font-family:inherit;color:rgb(var(--color-base-white-rgb));background-color:rgb(var(--color-brand-primary-rgb));border:none;border-radius:2.25rem;cursor:pointer;transition:background-color .2s ease}[data-search-submit]:hover{background-color:rgb(var(--color-brand-secondary-rgb))}[data-search-submit]:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--color-brand-primary-rgb),.4)}[data-search-loading]{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0;color:rgba(var(--color-base-black-rgb),.65)}[data-search-loading] p{margin:0;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(15px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400}[data-search-loading-spinner]{width:40px;height:40px;border:3px solid rgba(var(--color-brand-primary-rgb),.2);border-top-color:rgb(var(--color-brand-primary-rgb));border-radius:50%;animation:search-spin .8s linear infinite}@keyframes search-spin{to{transform:rotate(1turn)}}[data-search-empty-state],[data-search-no-meaningful-terms],[data-search-too-short]{margin:0;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:1.6;font-weight:400;color:rgba(var(--color-base-black-rgb),.7)}[data-search-no-results]{padding:32px 0}[data-search-no-results-title]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:600;margin:0 0 8px;color:rgb(var(--color-base-black-rgb));overflow-wrap:anywhere;word-break:break-word}[data-search-no-results-hint]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(15px*var(--typo-scale, 1));line-height:1.5;font-weight:400;margin:0;color:rgba(var(--color-base-black-rgb),.65)}[data-search-empty-state],[data-search-no-results],[data-search-results-count],[data-search-too-short]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;color:rgba(var(--color-base-black-rgb),.6);margin:0;padding:8px 8px 0;overflow-wrap:anywhere;word-break:break-word}[data-search-results-list]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}[data-search-results-list]>li{margin:0;padding:0}[data-search-result-link]{display:block;padding:16px 8px;text-decoration:none;color:rgb(var(--color-base-black-rgb));background-color:rgb(var(--color-base-white-rgb));border-bottom:1px solid rgba(var(--color-base-black-rgb),.12);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}[data-search-result-link]:hover{background-color:rgba(var(--color-brand-primary-rgb),.04)}[data-search-result-link]:focus{outline:none}[data-search-result-header]{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}[data-search-result-title]{overflow-wrap:anywhere;word-break:break-word}[data-search-result-badge]{padding:3px 8px;border-radius:4px;background-color:rgba(var(--color-base-black-rgb),.08);color:rgba(var(--color-base-black-rgb),.7)}[data-search-result-badge][data-content-type=section]{background-color:rgba(var(--color-brand-primary-rgb),.12);color:rgb(var(--color-brand-primary-rgb))}[data-search-result-badge][data-content-type=report]{background-color:rgba(var(--color-brand-primary-rgb),.1);color:rgb(var(--color-brand-secondary-rgb))}[data-search-result-badge][data-content-type=gallery]{background-color:rgba(var(--color-base-black-rgb),.06);color:rgba(var(--color-base-black-rgb),.65)}[data-search-result-breadcrumb],[data-search-result-snippet]{display:block;overflow-wrap:anywhere;word-break:break-word}[data-search-result-breadcrumb]{font-size:calc(13px*var(--typo-scale, 1));line-height:1.4;color:rgba(var(--color-base-black-rgb),.55);margin-bottom:6px}[data-search-result-breadcrumb],[data-search-result-snippet]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:400}[data-search-result-snippet]{font-size:calc(14px*var(--typo-scale, 1));line-height:calc(21px*var(--typo-scale, 1));color:rgba(var(--color-base-black-rgb),.7)}[data-search-result-snippet] mark[data-search-highlight]{background-color:rgba(var(--color-brand-primary-rgb),.2);color:inherit;padding:0;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){[data-search-content] [data-module-inner]{grid-template-columns:1fr}[data-search-content] [data-search-filters-wrapper]{min-height:fit-content;padding-right:0}[data-search-content] [data-search-filters-wrapper]:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100dvw;background-color:rgb(var(--color-surface-featured-rgb));pointer-events:none}[data-search-content] [data-search-results-wrapper]{padding-left:0}[data-search-content] [data-search-results-wrapper]:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100dvw;background-color:rgb(var(--color-base-white-rgb));pointer-events:none}[data-search-results-table]{min-height:200px}[data-search-filters-checkboxes]{row-gap:4px}[data-search-content] [data-search-filters-wrapper] [data-search-filters-container]{gap:10px}}@media(max-width:768px){[data-search-input]{min-width:0}[data-search-result-link]{padding:16px}[data-search-content] [data-search-filters-wrapper]{padding-top:20px;padding-bottom:20px}}:root{--color-surface-page-rgb:26,26,26;--color-surface-navigation-rgb:17,17,17;--color-surface-featured-rgb:239,239,239;--color-surface-muted-rgb:247,247,247;--color-surface-annotation-rgb:45,45,45;--color-base-white-rgb:255,255,255;--color-base-black-rgb:0,0,0;--color-brand-primary-rgb:203,101,33;--color-brand-secondary-rgb:119,29,6;--color-brand-tertiary-rgb:41,13,9;--color-text-muted-rgb:61,61,61;--color-border-default-rgb:186,186,186;--color-scrollbar-thumb-rgb:70,70,70;--color-scrollbar-thumb-hover-rgb:90,90,90;--color-scrollbar-on-light-track-rgb:232,232,232;--color-scrollbar-on-light-thumb-rgb:160,160,160;--color-scrollbar-on-light-thumb-hover-rgb:140,140,140;--color-scrollbar-on-dark-thumb-rgb:90,90,90;--color-scrollbar-on-dark-thumb-hover-rgb:120,120,120;--color-status-success-rgb:0,120,60;--color-status-error-rgb:164,32,32;--color-dataviz-primary-rgb:247,148,29;--color-navigation-active-rgb:249,115,22;--color-overlay-muted-rgb:217,217,217;--typo-scale:1}:root [data-module-inner]{max-width:1135px;margin-left:auto;margin-right:auto;width:100%}:root [data-font-9-16-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(9px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));letter-spacing:.6em;text-transform:uppercase}:root [data-font-12-16]{font-weight:600}:root [data-font-12-16-lato-300],:root [data-font-12-16]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));letter-spacing:.04em;text-transform:uppercase}:root [data-font-12-16-lato-300]{font-weight:300}:root [data-font-12-16-lato-600]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;letter-spacing:.04em;text-transform:uppercase}:root [data-font-12-24-300]{font-weight:300}:root [data-font-12-24-300],:root [data-font-12-24-inter-500]{font-size:calc(12px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1))}:root [data-font-12-24-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:500;letter-spacing:.6px;text-transform:uppercase}:root [data-font-16-24-300],:root [data-font-16-24-lato-300]{font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:300}:root [data-font-16-24-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;letter-spacing:.25px}:root [data-font-16-24-inter-300]{font-weight:300}:root [data-font-16-24-inter-300],:root [data-font-16-24-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1))}:root [data-font-16-24-inter-400]{font-weight:400}:root [data-font-16-24-inter-700]{font-weight:700;letter-spacing:.1px}:root [data-font-16-24-inter-200],:root [data-font-16-24-inter-700]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1))}:root [data-font-16-24-inter-200]{font-weight:200}:root [data-font-18-34-inter-300]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(34px*var(--typo-scale, 1));font-weight:300}:root [data-font-13-17-inter-600],:root [data-font-13-17-inter]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(17px*var(--typo-scale, 1));font-weight:600;text-transform:uppercase}:root [data-font-13-17-lato-600],:root [data-font-13-17-lato]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(17px*var(--typo-scale, 1));font-weight:600;letter-spacing:.06em;text-transform:uppercase}:root [data-font-17-24-inter-500],:root [data-font-17-24]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(17px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:500}:root [data-font-20-20-lato-400],:root [data-font-20-20]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(20px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400}:root [data-font-20-30-roboto-200],:root [data-font-20-30]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(20px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1));font-weight:200}:root [data-font-22-26-lato-600]{font-weight:600}:root [data-font-22-26-lato-500],:root [data-font-22-26-lato-600]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1))}:root [data-font-22-26-lato-500]{font-weight:500}:root [data-font-22-26-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400}:root [data-font-24-30-lato-500]{font-family:var(--font-lato),system-ui,sans-serif;letter-spacing:.4px}:root [data-font-24-30-inter-500],:root [data-font-24-30-lato-500]{font-size:calc(24px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1));font-weight:500}:root [data-font-24-30-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;letter-spacing:.2px}:root [data-font-16-20-inter-300]{font-weight:300}:root [data-font-16-20-inter-300],:root [data-font-16-20-inter-600]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1))}:root [data-font-16-20-inter-600]{font-weight:600}:root [data-font-28-28-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(28px*var(--typo-scale, 1));line-height:calc(28px*var(--typo-scale, 1));font-weight:400}:root [data-font-14-19-inter-400-uppercase]{font-size:calc(14px*var(--typo-scale, 1))}:root [data-font-14-19-inter-400-uppercase],:root [data-font-16-19-inter-400-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;line-height:calc(19px*var(--typo-scale, 1));font-weight:400;letter-spacing:1.2px;text-transform:uppercase}:root [data-font-16-19-inter-400-uppercase]{font-size:calc(16px*var(--typo-scale, 1))}:root [data-font-16-19-lato-500-uppercase]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(19px*var(--typo-scale, 1));font-weight:500;letter-spacing:.6px;text-transform:uppercase}:root [data-font-12-15-inter-700-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(15px*var(--typo-scale, 1));font-weight:700;letter-spacing:.6px;text-transform:uppercase}:root [data-font-40-42-lato-300-uppercase]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(40px*var(--typo-scale, 1));line-height:calc(42px*var(--typo-scale, 1));font-weight:300;letter-spacing:1.2px;text-transform:uppercase}:root [data-font-19-42-inter-100-uppercase]{font-size:calc(19px*var(--typo-scale, 1))}:root [data-font-19-42-inter-100-uppercase],:root [data-font-22-42-inter-100-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;line-height:calc(42px*var(--typo-scale, 1));font-weight:100;letter-spacing:.6px;text-transform:uppercase}:root [data-font-22-42-inter-100-uppercase]{font-size:calc(22px*var(--typo-scale, 1))}:root [data-font-26-42-inter-100-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(26px*var(--typo-scale, 1));line-height:calc(42px*var(--typo-scale, 1));font-weight:100;letter-spacing:.6px;text-transform:uppercase}:root [data-font-12-16-lato-500-uppercase]{font-weight:500}:root [data-font-12-16-lato-500-uppercase],:root [data-font-12-16-lato-600-uppercase]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));letter-spacing:.6px;text-transform:uppercase}:root [data-font-12-16-lato-600-uppercase]{font-weight:600}:root [data-font-14-20-roboto-400]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px}:root [data-font-16-20-lato-300-uppercase]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:300;letter-spacing:.6px;text-transform:uppercase}:root [data-font-12-18-inter-100]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:100;letter-spacing:.5px}:root [data-font-12-18-lato-500-uppercase-04],:root [data-font-12-18-lato-500]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:500}:root [data-font-12-18-lato-500-uppercase-04]{letter-spacing:.4px;text-transform:uppercase;text-wrap:wrap}:root [data-font-14-17-inter-300]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(17px*var(--typo-scale, 1));font-weight:300}:root [data-font-20-26-lato-400]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(20px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400}:root [data-font-20-26-inter-500-02],:root [data-font-20-26-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(20px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:500}:root [data-font-20-26-inter-500-02]{letter-spacing:.2px}:root [data-font-24-29-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(29px*var(--typo-scale, 1));font-weight:500}:root [data-font-18-22-inter-600-uppercase-04]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:600;letter-spacing:.4px;text-transform:uppercase}:root [data-font-13-17-inter-600-uppercase-em04]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(17px*var(--typo-scale, 1));font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-wrap:wrap;margin:0}:root [data-font-64-84-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(64px*var(--typo-scale, 1));line-height:calc(84px*var(--typo-scale, 1));font-weight:300;letter-spacing:.2px}:root [data-font-20-30-roboto-300]{font-family:var(--font-roboto),system-ui,sans-serif;font-weight:300}:root [data-font-20-30-inter-200],:root [data-font-20-30-roboto-300]{font-size:calc(20px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1))}:root [data-font-20-30-inter-200]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:200}:root [data-font-48-58-inter-700]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(48px*var(--typo-scale, 1));line-height:calc(58px*var(--typo-scale, 1));font-weight:700}:root [data-font-18-27-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(27px*var(--typo-scale, 1));font-weight:400}:root [data-font-16-18-inter-400-uppercase]{font-weight:400;letter-spacing:.6px;text-transform:uppercase}:root [data-font-16-18-inter-300],:root [data-font-16-18-inter-400-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1))}:root [data-font-16-18-inter-300]{font-weight:300}:root [data-font-20-14-roboto-400]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(20px*var(--typo-scale, 1));line-height:calc(14px*var(--typo-scale, 1));font-weight:400}:root [data-font-13-22-inter-400-capitalize]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:400;letter-spacing:.2px;text-transform:capitalize}:root [data-font-17-23-inter-600]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(17px*var(--typo-scale, 1));line-height:calc(23px*var(--typo-scale, 1));font-weight:600}:root [data-font-11-16-inter-500-uppercase]{font-weight:500;letter-spacing:1.2px}:root [data-font-11-16-inter-500-uppercase],:root [data-font-11-16-inter-600-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(11px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));text-transform:uppercase}:root [data-font-11-16-inter-600-uppercase]{font-weight:600;letter-spacing:.04em}:root [data-font-14-20-lato-500-uppercase]{font-family:var(--font-lato),system-ui,sans-serif;letter-spacing:.6px}:root [data-font-14-20-inter-500-uppercase-04],:root [data-font-14-20-lato-500-uppercase]{font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:500;text-transform:uppercase}:root [data-font-14-20-inter-500-uppercase-04]{font-family:var(--font-inter),system-ui,sans-serif;letter-spacing:.4px}:root [data-font-40-60-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(40px*var(--typo-scale, 1));line-height:calc(60px*var(--typo-scale, 1));font-weight:300}:root [data-font-36-40-lato-400]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(36px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:400}:root [data-font-14-18-inter-100]{font-weight:100}:root [data-font-14-18-inter-100],:root [data-font-14-18-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1))}:root [data-font-14-18-inter-400]{font-weight:400}:root [data-font-18-18-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:500}:root [data-font-14-21-inter-100]{font-size:calc(14px*var(--typo-scale, 1));font-weight:100}:root [data-font-12-21-inter-400],:root [data-font-14-21-inter-100]{font-family:var(--font-inter),system-ui,sans-serif;line-height:calc(21px*var(--typo-scale, 1));letter-spacing:.25px}:root [data-font-12-21-inter-400]{font-size:calc(12px*var(--typo-scale, 1));font-weight:400}:root [data-font-56-67-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(56px*var(--typo-scale, 1));line-height:calc(67px*var(--typo-scale, 1));font-weight:400}:root [data-font-50-54-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(50px*var(--typo-scale, 1));line-height:calc(54px*var(--typo-scale, 1));font-weight:300;letter-spacing:.2px}:root [data-font-22-26-roboto-400]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:400}:root [data-font-16-18-inter-500-06],:root [data-font-16-18-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:500}:root [data-font-16-18-inter-500-06]{letter-spacing:.6px}:root [data-font-14-18-inter-400-uppercase-06]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;letter-spacing:.6px;text-transform:uppercase}:root [data-font-16-24-roboto-300]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:300}:root [data-font-14-20-inter-400]{font-weight:400}:root [data-font-14-20-inter-400],:root [data-font-14-20-inter-600-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1))}:root [data-font-14-20-inter-600-uppercase]{font-weight:600;letter-spacing:.6px;text-transform:uppercase}:root [data-font-12-18-inter-400-uppercase],:root [data-font-12-18-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400;letter-spacing:1.2px}:root [data-font-12-18-inter-400-uppercase]{text-transform:uppercase}:root [data-font-12-18-inter-500-uppercase]{font-weight:500;letter-spacing:1.2px}:root [data-font-12-18-inter-500-uppercase],:root [data-font-12-18-inter-600-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));text-transform:uppercase}:root [data-font-12-18-inter-600-uppercase]{font-weight:600;letter-spacing:.6px}:root [data-font-14-21-inter-300-uppercase]{font-weight:300}:root [data-font-14-21-inter-300-uppercase],:root [data-font-14-21-inter-400-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(21px*var(--typo-scale, 1));letter-spacing:1.2px;text-transform:uppercase}:root [data-font-14-21-inter-400-uppercase]{font-weight:400}:root [data-font-14-18-inter-400-uppercase]{font-weight:400;letter-spacing:1.2px}:root [data-font-14-18-inter-400-uppercase],:root [data-font-14-18-inter-600-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));text-transform:uppercase}:root [data-font-14-18-inter-600-uppercase]{font-weight:600}:root [data-font-12-16-inter-600-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;text-transform:uppercase}:root [data-font-15-22]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(15px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:400}:root [data-font-14-20]{font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1))}:root [data-font-11-17-lato-400]{line-height:calc(17px*var(--typo-scale, 1))}:root [data-font-11-16-lato-400],:root [data-font-11-17-lato-400]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(11px*var(--typo-scale, 1));font-weight:400}:root [data-font-11-16-lato-400]{line-height:calc(16px*var(--typo-scale, 1));letter-spacing:.4px}:root [data-font-12-16-inter-400]{font-weight:400}:root [data-font-12-16-inter-400],:root [data-font-12-16-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1))}:root [data-font-12-16-inter-500]{font-weight:500}:root [data-font-12-16-roboto-300]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:1.3;font-weight:300}:root [data-font-13-16-inter-600]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:600;letter-spacing:.3px}:root [data-font-18-22-inter-600-uppercase-06]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase}:root [data-font-14-lh16-lato-400]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:1.6;font-weight:400}:root [data-font-32-40-inter-300]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(32px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:300}:root [data-font-30-30-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:400}:root [data-font-30-30-inter-400],:root [data-font-30-30-lato-300]{font-size:calc(30px*var(--typo-scale, 1));line-height:calc(30px*var(--typo-scale, 1))}:root [data-font-30-30-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;font-weight:300}:root [data-font-15-18-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:400}:root [data-font-15-18-inter-400],:root [data-font-15-18-lato-300]{font-size:calc(15px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1))}:root [data-font-15-18-lato-300]{font-family:var(--font-lato),system-ui,sans-serif;font-weight:300}:root [data-font-30-42-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(30px*var(--typo-scale, 1));line-height:calc(42px*var(--typo-scale, 1));font-weight:400}:root [data-font-22-38-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(38px*var(--typo-scale, 1));font-weight:400}:root [data-font-18-lh14-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:1.4;font-weight:400}:root [data-font-16-lh135-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:1.35;font-weight:400}:root [data-font-20-20-inter-400]{font-size:calc(20px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400}:root [data-font-20-20-inter-400],:root [data-font-inter-600-only],:root [data-font-inter-only]{font-family:var(--font-inter),system-ui,sans-serif}:root [data-font-inter-600-only]{font-weight:600}:root [data-font-inter-500-only]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:500}:root [data-font-inter-400-only]{font-family:var(--font-inter),system-ui,sans-serif;font-weight:400}:root [data-font-inter-uppercase]{font-family:var(--font-inter),system-ui,sans-serif;text-transform:uppercase}:root [data-font-20-34-roboto-400]{font-size:calc(20px*var(--typo-scale, 1));line-height:calc(34px*var(--typo-scale, 1));font-weight:400}:root [data-font-20-34-roboto-400],:root [data-font-roboto-only]{font-family:var(--font-roboto),system-ui,sans-serif}:root [data-font-lato-only]{font-family:var(--font-lato),system-ui,sans-serif}:root [data-font-16-lh14-inter-400]{line-height:1.4}:root [data-font-16-lh14-inter-400],:root [data-font-16-lh16-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));font-weight:400}:root [data-font-16-lh16-inter-400]{line-height:1.6}:root [data-font-18-22-inter-600]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:600}:root [data-font-15-lh15-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(15px*var(--typo-scale, 1));line-height:1.5;font-weight:400}:root [data-font-14-21-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(21px*var(--typo-scale, 1));font-weight:400}:root [data-font-13-lh14-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:1.4;font-weight:400}:root [data-font-22-29-roboto-600-uppercase]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(29px*var(--typo-scale, 1));font-weight:600;text-transform:uppercase}:root [data-font-13-20-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400}:root [data-font-12-16-inter-500-uppercase-em08]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:500;letter-spacing:.08em;text-transform:uppercase}:root [data-font-16-24-inter-600]{line-height:calc(24px*var(--typo-scale, 1));font-weight:600}:root [data-font-16-22-inter-400],:root [data-font-16-24-inter-600]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1))}:root [data-font-16-22-inter-400]{line-height:calc(22px*var(--typo-scale, 1));font-weight:400}:root [data-font-13-16-inter-400]{font-weight:400}:root [data-font-13-16-inter-400],:root [data-font-13-16-inter-500]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1))}:root [data-font-13-16-inter-500]{font-weight:500}:root [data-font-24-29-inter-600-ls1]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(29px*var(--typo-scale, 1));font-weight:600;letter-spacing:1px}:root [data-font-36-lh16-lato-400]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(36px*var(--typo-scale, 1));line-height:1.6;font-weight:400}:root [data-font-24-34-inter-600]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(24px*var(--typo-scale, 1));line-height:calc(34px*var(--typo-scale, 1));font-weight:600}:root [data-font-14-18-inter-600-uppercase-ls05]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:600;letter-spacing:.5px;text-transform:uppercase}:root [data-font-26-36-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(26px*var(--typo-scale, 1));line-height:calc(36px*var(--typo-scale, 1));font-weight:400}:root [data-font-60-72-roboto-300]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(60px*var(--typo-scale, 1));line-height:calc(72px*var(--typo-scale, 1));font-weight:300}:root [data-font-11-19-inter-400-ls025]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(11px*var(--typo-scale, 1));line-height:calc(19px*var(--typo-scale, 1));font-weight:400;letter-spacing:.25px}:root [data-font-14-20-lato-300-ls025]{font-size:calc(14px*var(--typo-scale, 1));letter-spacing:.25px}:root [data-font-14-20-lato-300-ls025],:root [data-font-16-20-lato-300-ls08]{font-family:var(--font-lato),system-ui,sans-serif;line-height:calc(20px*var(--typo-scale, 1));font-weight:300}:root [data-font-16-20-lato-300-ls08]{font-size:calc(16px*var(--typo-scale, 1));letter-spacing:.8px}:root [data-font-16-24-lato-300-ls025]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:300;letter-spacing:.25px}:root [data-font-18-22-inter-500-uppercase-ls02]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(22px*var(--typo-scale, 1));font-weight:500;letter-spacing:.2px;text-transform:uppercase}:root [data-font-11-15-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(11px*var(--typo-scale, 1));line-height:calc(15px*var(--typo-scale, 1));font-weight:400}:root [data-font-16-24-inter-900]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:900}:root [data-font-18-27-inter-300]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(18px*var(--typo-scale, 1));line-height:calc(27px*var(--typo-scale, 1));font-weight:300}:root [data-font-13-18-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(13px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:400}:root [data-font-14-20-inter-400-ls06]{letter-spacing:.6px}:root [data-font-14-20-inter-400-ls06],:root [data-font-14-20-inter-400-ls18]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:400}:root [data-font-14-20-inter-400-ls18]{letter-spacing:1.8px}:root [data-font-16-20-lato-500-uppercase-ls1]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(20px*var(--typo-scale, 1));font-weight:500;letter-spacing:1px;text-transform:uppercase}:root [data-font-12-18-roboto-300]{font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));font-weight:300}:root [data-font-14-18-inter-500-uppercase]{font-weight:500}:root [data-font-14-18-inter-500-uppercase],:root [data-font-14-18-inter-600-uppercase-ls06]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(18px*var(--typo-scale, 1));text-transform:uppercase}:root [data-font-14-18-inter-600-uppercase-ls06]{font-weight:600;letter-spacing:.6px}:root [data-font-40-40-inter-400]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(40px*var(--typo-scale, 1));line-height:calc(40px*var(--typo-scale, 1));font-weight:400}:root [data-font-14-14-inter-500-uppercase-ls14]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(14px*var(--typo-scale, 1));font-weight:500;letter-spacing:1.4px;text-transform:uppercase}:root [data-font-16-24-inter-600-uppercase-ls06]{font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(16px*var(--typo-scale, 1));line-height:calc(24px*var(--typo-scale, 1));font-weight:600;letter-spacing:.6px;text-transform:uppercase}:root [data-font-22-26-lato-500-ls02]{font-family:var(--font-lato),system-ui,sans-serif;font-size:calc(22px*var(--typo-scale, 1));line-height:calc(26px*var(--typo-scale, 1));font-weight:500;letter-spacing:.2px}@media(max-width:1024px){:root{--typo-scale:0.85}}@media(max-width:768px){:root{--typo-scale:0.7}}html{scroll-behavior:smooth;scrollbar-gutter:stable;overflow-x:hidden;scrollbar-color:rgb(var(--color-scrollbar-thumb-rgb)) rgb(var(--color-surface-page-rgb));scrollbar-width:thin;background:rgb(var(--color-surface-page-rgb))}html::-webkit-scrollbar{width:12px;height:12px}html::-webkit-scrollbar-track{background:rgb(var(--color-surface-page-rgb))}html::-webkit-scrollbar-thumb{background:rgb(var(--color-scrollbar-thumb-rgb));border-radius:6px;border:3px solid rgb(var(--color-surface-page-rgb))}html::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-scrollbar-thumb-hover-rgb))}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100dvh;min-width:100%;display:flex;flex-direction:column;background:rgb(var(--color-base-white-rgb));overflow-x:clip}[data-page-shell]{flex:1 0 auto;display:flex;flex-direction:column}[data-page]{overflow-x:clip}@supports not (overflow:clip){[data-page]{overflow-x:hidden}}a[data-email-link]{color:rgb(var(--color-brand-primary-rgb));text-decoration:none;font-family:var(--font-inter),system-ui,sans-serif;font-weight:600}a[data-email-link]:hover{text-decoration:underline}a[data-tel-link],a[data-tel-link]:hover,a[data-tel-link]:visited{color:inherit;text-decoration:none}footer,section{padding:0 37px}a[data-tooltip]{position:relative}a[data-tooltip]:before{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);transform:translateX(-50%) translateY(2px);min-width:max-content;max-width:260px;padding:6px 10px;border-radius:4px;background:rgba(var(--color-base-black-rgb),.94);color:rgb(var(--color-base-white-rgb));font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:1.3;font-weight:300;text-align:center;white-space:normal;opacity:0;pointer-events:none;box-shadow:0 2px 8px rgba(var(--color-base-black-rgb),.45);z-index:400000;transition:opacity .18s ease-out,transform .18s ease-out;transition-delay:.18s}a[data-tooltip]:after{content:none}[data-tooltip-anchor]{position:relative}[data-mouse-tooltip]{position:fixed;z-index:400000;background:rgb(var(--color-base-white-rgb));color:rgb(var(--color-base-black-rgb));padding:6px 10px;border-radius:4px;font-family:var(--font-roboto),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:1.3;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;box-shadow:0 2px 8px rgba(var(--color-base-black-rgb),.45);transform-origin:center;transition:opacity .18s ease-out,transform .18s ease-out}[data-back-to-top],[data-news-download-toggle],[data-news-fullscreen-toggle]{position:fixed;right:24px;z-index:200002;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;--news-utility-bg:rgba(var(--color-base-white-rgb),.15);--news-utility-border:rgb(var(--color-base-white-rgb));--news-utility-color:rgb(var(--color-base-white-rgb));background-color:var(--news-utility-bg);backdrop-filter:blur(12px);border:1px solid var(--news-utility-border);color:var(--news-utility-color);font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(12px*var(--typo-scale, 1));line-height:calc(16px*var(--typo-scale, 1));font-weight:400;cursor:pointer;box-shadow:0 8px 20px rgba(var(--color-base-black-rgb),.35);-webkit-backdrop-filter:blur(8px);transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease,opacity .2s ease,bottom .2s ease}[data-back-to-top]:hover,[data-news-download-toggle]:hover,[data-news-fullscreen-toggle]:hover{background-color:rgba(var(--color-brand-primary-rgb),.12);border-color:rgb(var(--color-brand-primary-rgb));color:rgb(var(--color-brand-primary-rgb));transform:translateY(-2px);box-shadow:0 10px 24px rgba(var(--color-base-black-rgb),.45)}[data-back-to-top],[data-news-fullscreen-toggle]{bottom:32px}[data-news-download-toggle]{bottom:80px}[data-back-to-top-icon],[data-news-download-toggle-icon],[data-news-fullscreen-toggle-icon]{width:18px;height:18px}[data-option-b-hero-learn-more-track]{display:none}[data-option-b-hero-learn-more]{position:sticky;top:calc(100dvh - 118px);left:50%;transform:translateX(-50%);pointer-events:auto;background:rgba(0,0,0,0);border:none;color:rgb(var(--color-base-white-rgb));cursor:pointer;display:flex;flex-direction:column;align-items:center;font-family:var(--font-inter),system-ui,sans-serif;font-size:calc(14px*var(--typo-scale, 1));line-height:calc(14px*var(--typo-scale, 1));font-weight:500;letter-spacing:1.4px;text-transform:uppercase;padding:8px 12px}[data-option-b-hero-learn-more] svg{animation:hero-chevron-bounce 1.4s ease-in-out infinite;margin-top:-10px}[data-option-b-hero-learn-more]:focus-visible,[data-option-b-hero-learn-more]:hover{color:rgba(var(--color-base-white-rgb),.85)}@media(max-width:768px){footer,section{padding:0 20px}[data-news-download-toggle],[data-news-fullscreen-toggle]{right:16px;width:36px;height:36px}[data-back-to-top]{display:none}[data-news-fullscreen-toggle]{bottom:20px}[data-news-download-toggle]{bottom:68px}[data-option-b-hero-learn-more]{top:calc(100dvh - 96px)}}