﻿.about-company-block{display:flex;flex-wrap:nowrap;gap:1.5rem;background-size:cover;padding:1rem;width:90vw;max-width:100%;margin:0 auto;align-items:flex-start;}@media (max-width: 991px) and (min-width: 768px){.about-company-block{flex-wrap:wrap;gap:.4rem;padding:1rem 2rem}}@media (max-width: 767px){.about-company-block{flex-direction:column;padding:1rem 1.5rem;gap:.5rem}}.about-company-left{flex:0 0 30%;display:flex;flex-direction:column;gap:.5rem;}@media (max-width: 991px) and (min-width: 768px){.about-company-left{flex:1 1 100%}}@media (max-width: 767px){.about-company-left{flex:1 1 100%}}.about-company-right{flex:1 1 60%;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;width:100%;}@media (max-width: 991px) and (min-width: 768px){.about-company-right{flex:1 1 100%}}@media (max-width: 767px){.about-company-right{flex:1 1 100%}}.about-company-right-line{width:100%;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:1.1em;line-height:1.5;margin:0;color:#fff;}@media (max-width: 991px) and (min-width: 768px){.about-company-right-line{font-size:.9em}}@media (max-width: 767px){.about-company-right-line{font-size:.8em}}.about-company-right-line-container{display:flex;flex-direction:column;width:100%}.about-company-bold{font-weight:600}.about-company-gap{font-weight:400;margin-left:1rem}.about-company-link{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background-color:#f77d06;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s ease}.about-company-link:hover{background-color:#d65a00}.about-company-image{margin-top:1.5rem;width:100%}.about-company-image img{width:100%;max-width:400px;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3)}.about-company-divider-bar{height:2px;width:100%;background:linear-gradient(to right, #d65a00 80px, #666 1px);margin-top:.25rem;border-radius:1px}@media (max-width: 767px){.about-company-divider-bar{height:1.5px;margin-top:.2rem}}.application-form{width:70vw;margin:5rem auto 0 auto;display:flex;flex-wrap:wrap;color:#ddd}.application-form-right{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.application-form-right .z-contact-form{width:100%}.application-form-right .z-contact-form__header{text-align:center;margin-bottom:2rem}.application-form-right .z-contact-form__title{font-size:2rem;font-weight:bold;color:#fff;margin-bottom:.5rem}.application-form-right .z-contact-form__subtitle{font-size:1.125rem;color:#ddd;font-weight:400}.application-form-right .z-contact-form__form{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid #fff;border-radius:8px;background:rgba(0,0,0,0)}.application-form-right .z-contact-form__form .z-contact-form__field{display:flex;flex-direction:column;gap:.5rem}.application-form-right .z-contact-form__form .z-contact-form__label{color:#ccc;font-size:1rem}.application-form-right .z-contact-form__form .z-contact-form__input,.application-form-right .z-contact-form__form .z-contact-form__textarea{padding:.75rem;background:#fff;border:1px solid #666;border-radius:4px;color:#000}.application-form-right .z-contact-form__form .z-contact-form__textarea{min-height:120px;resize:vertical}.application-form-right .z-contact-form__form .z-contact-form__button{align-self:flex-start;padding:.75rem;background:#f77d06;color:#fff;border:none;border-radius:4px;font-weight:bold;cursor:pointer}.application-form-right .z-contact-form__turnstile-wrapper{margin-top:1.5rem;display:flex;justify-content:center;align-items:center}.application-form-right .z-contact-form__turnstile-wrapper .cf-turnstile{max-width:320px;width:100%}@media (max-width: 768px){.application-form{width:90vw;flex-direction:column}.application-form-right{width:100%}.application-form .z-contact-form__title{font-size:1.6rem}.application-form .z-contact-form__subtitle{font-size:1rem}.application-form .z-contact-form__input,.application-form .z-contact-form__textarea{font-size:.95rem}.application-form .z-contact-form__button{padding:1rem;font-size:1rem}.application-form .z-contact-form__turnstile-wrapper{padding:1rem 0}}@media (max-width: 480px){.application-form{width:80vw}.application-form .z-contact-form__title{font-size:1.4rem}.application-form .z-contact-form__subtitle{font-size:.9rem}.application-form .z-contact-form__input,.application-form .z-contact-form__textarea{font-size:.85rem;padding:.6rem}.application-form .z-contact-form__button{font-size:.9rem;padding:.85rem 1.5rem}}#article-list{display:flex;flex-direction:column;gap:1rem;margin-block-start:2rem}#article-list article{--bg-overlay: var(--accent-color-alpha);position:relative;transition:var(--transition);box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:var(--rounded-corner);border-start-end-radius:2.125rem;border-end-end-radius:1.8125rem;background-image:linear-gradient(var(--bg-overlay), var(--bg-overlay)),linear-gradient(var(--glass-bg), var(--glass-bg)),var(--blurnail);background-position:center;background-size:cover;background-color:var(--bg-overlay);padding:1rem;overflow:hidden}#article-list article:hover h3::after{transform:none;opacity:1}:root[dir*=rtl] #article-list article:hover h3::after{transform:scaleX(-1)}#article-list article:active:not(:has(.tag:active)){transform:var(--active)}#article-list article:has(>a:focus-visible){animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}@supports not selector(:focus-visible){#article-list article:has(>a:focus){animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}}#article-list article>a{position:absolute;inset:0;border-radius:var(--rounded-corner);border-start-end-radius:2.125rem;border-end-end-radius:1.8125rem}#article-list article h3{margin:0;color:var(--accent-color);font-weight:bold;line-height:1;font-family:var(--font-system-ui)}#article-list article h3::after{display:inline-block;position:relative;transform:translateX(-.25rem);opacity:0;mask-image:var(--icon-right);transition:var(--transition);margin-inline-start:.25rem;background-color:currentColor;width:1rem;height:1rem;pointer-events:none;content:""}:root[dir*=rtl] #article-list article h3::after{transform:scaleX(-1) translateX(-.25rem)}#article-list article .tags{position:relative;justify-content:flex-end;z-index:1;margin:0}#article-list article .tags a{background-color:var(--accent-color-alpha);color:var(--accent-color)}#article-list article .tags a:hover{background-color:var(--accent-color);color:var(--contrast-color)}#article-list article.draft::before,#article-list article.archive::before,#article-list article.featured::before,#article-list article.hot::before,#article-list article.poor::before{position:absolute;transform:translateY(-50%);opacity:var(--disabled-opacity);mask-size:cover;transition:var(--transition-longer);inset-block-start:50%;inset-inline-end:-3rem;width:12rem;height:12rem;content:""}#article-list article.draft:hover::before,#article-list article.archive:hover::before,#article-list article.featured:hover::before,#article-list article.hot:hover::before,#article-list article.poor:hover::before{transform:translateY(-50%) rotate(-10deg) scale(1.5)}:root[dir*=rtl] #article-list article.draft:hover::before,:root[dir*=rtl] #article-list article.archive:hover::before,:root[dir*=rtl] #article-list article.featured:hover::before,:root[dir*=rtl] #article-list article.hot:hover::before,:root[dir*=rtl] #article-list article.poor:hover::before{transform:translateY(-50%) rotate(10deg) scale(1.5)}#article-list article.draft{--bg-overlay: var(--fg-muted-1)}#article-list article.draft::before{mask-image:var(--icon-pencil);background-color:var(--fg-muted-1)}#article-list article.draft h3{color:var(--fg-muted-4)}#article-list article.draft .badge{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#article-list article.draft .badge .icon{mask-image:var(--icon-pencil)}#article-list article.draft .tags a{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#article-list article.draft .tags a:hover{background-color:var(--fg-muted-5);color:var(--fg-contrast)}#article-list article.archive{--bg-overlay: var(--purple-bg)}#article-list article.archive::before{mask-image:var(--icon-archive);background-color:var(--purple-bg)}#article-list article.archive h3{color:var(--purple-fg)}#article-list article.archive .badge{background-color:var(--purple-bg);color:var(--purple-fg)}#article-list article.archive .badge .icon{mask-image:var(--icon-archive)}#article-list article.archive .tags a{background-color:var(--purple-bg);color:var(--purple-fg)}#article-list article.archive .tags a:hover{background-color:var(--purple-fg);color:var(--fg-contrast)}#article-list article.featured{--bg-overlay: var(--yellow-bg)}#article-list article.featured::before{mask-image:var(--icon-star);background-color:var(--yellow-bg)}#article-list article.featured:hover::before{transform:translateY(-50%) rotate(62deg) scale(1.5)}:root[dir*=rtl] #article-list article.featured:hover::before{transform:translateY(-50%) rotate(-62deg) scale(1.5)}#article-list article.featured h3{color:var(--yellow-fg)}#article-list article.featured .badge{background-color:var(--yellow-bg);color:var(--yellow-fg)}#article-list article.featured .badge .icon{mask-image:var(--icon-star)}#article-list article.featured .tags a{background-color:var(--yellow-bg);color:var(--yellow-fg)}#article-list article.featured .tags a:hover{background-color:var(--yellow-fg);color:var(--fg-contrast)}#article-list article.hot{--bg-overlay: var(--red-bg)}#article-list article.hot::before{mask-image:var(--icon-fire);background-color:var(--red-bg)}#article-list article.hot h3{color:var(--red-fg)}#article-list article.hot .badge{background-color:var(--red-bg);color:var(--red-fg)}#article-list article.hot .badge .icon{mask-image:var(--icon-fire)}#article-list article.hot .tags a{background-color:var(--red-bg);color:var(--red-fg)}#article-list article.hot .tags a:hover{background-color:var(--red-fg);color:var(--fg-contrast)}#article-list article.poor{--bg-overlay: var(--brown-bg)}#article-list article.poor::before{mask-image:var(--icon-poop);background-color:var(--brown-bg)}#article-list article.poor h3{color:var(--brown-fg)}#article-list article.poor .badge{background-color:var(--brown-bg);color:var(--brown-fg)}#article-list article.poor .badge .icon{mask-image:var(--icon-poop)}#article-list article.poor .tags a{background-color:var(--brown-bg);color:var(--brown-fg)}#article-list article.poor .tags a:hover{background-color:var(--brown-fg);color:var(--fg-contrast)}#article-list article .badge{float:inline-end;box-shadow:var(--edge-highlight);border-radius:999px;padding:.375rem .75rem;height:fit-content;font-weight:bold;white-space:nowrap}#article-list article .badge .icon{vertical-align:-.125em;margin-inline-end:.25rem}#article-list article .details{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.25rem;margin-block-start:1rem;border-block-start:max(1px,.0625rem) solid var(--fg-muted-2);padding-block-start:.5rem}#paginator{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;margin-block-start:4rem}#paginator #paginator-first,#paginator #paginator-previous,#paginator #paginator-next,#paginator #paginator-last{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:1rem;background-color:var(--fg-muted-1);padding:.5rem;color:var(--fg-muted-4);line-height:0}#paginator #paginator-first .icon,#paginator #paginator-previous .icon,#paginator #paginator-next .icon,#paginator #paginator-last .icon{transition:var(--transition)}:root[dir*=rtl] #paginator #paginator-first .icon,:root[dir*=rtl] #paginator #paginator-previous .icon,:root[dir*=rtl] #paginator #paginator-next .icon,:root[dir*=rtl] #paginator #paginator-last .icon{transform:scaleX(-1)}#paginator a#paginator-first:hover,#paginator a#paginator-previous:hover,#paginator a#paginator-next:hover,#paginator a#paginator-last:hover{background-color:var(--fg-muted-2);color:var(--fg-muted-5)}#paginator a#paginator-first:active,#paginator a#paginator-previous:active,#paginator a#paginator-next:active,#paginator a#paginator-last:active{transform:var(--active);border-radius:1rem}#paginator span#paginator-first,#paginator span#paginator-previous,#paginator span#paginator-next,#paginator span#paginator-last{opacity:var(--disabled-opacity);cursor:not-allowed}#paginator #paginator-previous{border-start-end-radius:var(--rounded-corner-small);border-end-end-radius:var(--rounded-corner-small)}#paginator #paginator-next{border-start-start-radius:var(--rounded-corner-small);border-end-start-radius:var(--rounded-corner-small)}#paginator #paginator-first .icon{mask-image:var(--icon-first)}#paginator #paginator-previous .icon{mask-image:var(--icon-previous)}#paginator #paginator-next .icon{mask-image:var(--icon-next)}#paginator #paginator-last .icon{mask-image:var(--icon-last)}#paginator #paginator-counter{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--accent-color-alpha);padding:.5rem .625rem;color:var(--accent-color);font-weight:bold;line-height:1;font-variant-numeric:tabular-nums}#paginator:has(a#paginator-previous:active) #paginator-counter{border-start-start-radius:1rem;border-end-start-radius:1rem}#paginator:has(a#paginator-next:active) #paginator-counter{border-start-end-radius:1rem;border-end-end-radius:1rem}.banner{background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat}.banner-image-container{height:650px}@media (max-width: 768px){.banner{background-size:cover;background-attachment:scroll;background-position:top}.banner-image-container{height:200px !important}}.board-members{display:flex;gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;padding:1rem;box-sizing:border-box;background-color:rgba(0,0,0,0)}.board-members-left{flex:0 0 30%;display:flex;flex-direction:column;justify-content:flex-start}.board-members-right{flex:1 1 65%}.board-members-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.8rem}.board-card{background-color:rgba(0,0,0,0);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;text-align:center;backdrop-filter:blur(10px);color:#fff;transition:transform .3s ease,box-shadow .3s ease}.board-card:hover{}.board-card__image{display:block;width:100%;max-height:200px;object-fit:cover;border-radius:8px;margin-bottom:.7rem}.board-card:not(.has-image) .board-card__image{display:none}.board-card__role{font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:.95em;color:#fff;font-weight:600;margin-bottom:.3em;letter-spacing:.5px}.board-card__name-row{display:flex;align-items:baseline;gap:.7em;margin-bottom:.2em}.board-card__name-main{font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:1.5em;color:#fff;font-weight:400;line-height:1.1}.board-card__name-sub{font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:1em;color:#bbb;font-weight:400;margin-left:.5em;opacity:.85;letter-spacing:.2px}.board-card__bio{font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:.9em;color:#fff;opacity:1;line-height:1.6;margin-top:.8rem;text-align:left}@media (max-width: 1199px){.board-members{padding:3rem 4vw}.board-card__name,.board-card__title,.board-card__role,.board-card__bio{font-size:1.3em}}@media (max-width: 991px){.board-members{flex-wrap:wrap;padding:2rem 3vw}.board-members-left{flex:1 1 40%;margin-bottom:2rem}.board-members-right{flex:1 1 55%}.board-members-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}.board-card__name,.board-card__title,.board-card__role,.board-card__bio{font-size:1.2em}}@media (max-width: 767px){.board-members{flex-direction:column;padding:1.5rem 2vw}.board-members-left,.board-members-right{flex:1 1 100%;margin-bottom:1.5rem}.board-members-grid{grid-template-columns:1fr;gap:1.2rem}.board-card{padding:1.2rem}.board-card__name,.board-card__title,.board-card__role,.board-card__bio{font-size:1.1em}.board-card__bio{text-align:left}}@media (max-width: 479px){.board-members{padding:1rem 1.5vw}.board-members-left,.board-members-right{margin-bottom:1rem}.board-card{padding:1rem}.board-card__name,.board-card__title,.board-card__role,.board-card__bio{font-size:1em}}.buttons{display:flex;flex-direction:row;justify-content:space-between;margin-block-start:4rem}.buttons.centered{justify-content:space-around}.buttons a{text-decoration:none}.buttons button{appearance:none;cursor:pointer;border:none;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif}.buttons button:disabled{cursor:not-allowed}.buttons button:disabled:hover{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}.buttons button:disabled:active{transform:none}.buttons a,.buttons button{transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:.75rem 1rem;color:var(--fg-muted-5);font-weight:bold;font-size:var(--font-size-small);line-height:1}.buttons a:hover,.buttons button:hover{background-color:var(--fg-muted-2);color:var(--fg-color)}.buttons a:active,.buttons button:active{transform:var(--active)}.buttons a.colored,.buttons button.colored{box-shadow:none;background-color:rgba(0,0,0,0);color:var(--accent-color)}.buttons a.colored:hover,.buttons button.colored:hover{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha)}.buttons a.big,.buttons button.big{border-radius:999px;padding:1rem 1.5rem}.z-contact-form{background-color:rgba(0,0,0,0);padding:1rem 2rem;border-radius:1rem;max-width:700px;margin:0 auto;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-weight:400}.z-contact-form__header{text-align:center;margin-bottom:2rem}.z-contact-form__title{font-size:2rem;font-weight:400;color:#fff;margin-bottom:.5rem}.z-contact-form__subtitle{font-size:1.125rem;color:#ddd;font-weight:400}.z-contact-form__form{display:flex;flex-direction:column;gap:1.5rem}.z-contact-form__field{display:flex;flex-direction:column}.z-contact-form__label{font-weight:400;font-size:1rem;color:#fff;margin-bottom:.5rem}.z-contact-form__input,.z-contact-form__textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #f77d06;border-radius:.5rem;background-color:#fff;color:#000;transition:border-color .2s ease,box-shadow .2s ease;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-weight:400}.z-contact-form__input::placeholder,.z-contact-form__textarea::placeholder{color:rgba(255,255,255,.7);font-weight:400}.z-contact-form__textarea{min-height:120px;resize:vertical}.z-contact-form__button{align-self:flex-start;background-color:#f77d06;color:#fff;font-weight:400;padding:1.25rem 2.75rem;font-size:1.375rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .2s ease;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif}.z-contact-form__button:hover{background-color:#f77d06}@media (max-width: 1199px){.z-contact-form{max-width:600px;padding:3.5rem 1.75rem}.z-contact-form__title{font-size:1.8rem}.z-contact-form__subtitle{font-size:1rem}.z-contact-form__input,.z-contact-form__textarea{font-size:.95rem}.z-contact-form__button{padding:1.1rem 2.25rem;font-size:1.25rem;border-radius:.7rem}}@media (max-width: 991px){.z-contact-form{max-width:500px;padding:3rem 1.5rem}.z-contact-form__title{font-size:1.6rem}.z-contact-form__subtitle{font-size:.95rem}.z-contact-form__input,.z-contact-form__textarea{font-size:.9rem}.z-contact-form__button{padding:1rem 2rem;font-size:1.15rem;border-radius:.65rem}}@media (max-width: 767px){.z-contact-form{max-width:100%;padding:2.5rem 1rem;border-radius:.75rem}.z-contact-form__title{font-size:1.4rem}.z-contact-form__subtitle{font-size:.9rem}.z-contact-form__input,.z-contact-form__textarea{font-size:.85rem;padding:.6rem .9rem}.z-contact-form__button{padding:.95rem 1.8rem;font-size:1.1rem;border-radius:.6rem}}@media (max-width: 479px){.z-contact-form{padding:2rem .75rem;border-radius:.5rem}.z-contact-form__title{font-size:1.2rem}.z-contact-form__subtitle{font-size:.85rem}.z-contact-form__input,.z-contact-form__textarea{font-size:.8rem;padding:.5rem .8rem}.z-contact-form__button{padding:.85rem 1.5rem;font-size:1rem;border-radius:.5rem}}.docs-resources-container{max-width:80vw;margin:0 auto;padding:2rem 1rem}.docs-resource-row{margin-bottom:2rem}.docs-resource-header{display:flex;justify-content:space-between;align-items:center}.docs-resource-title{font-size:.95rem;font-weight:600;color:#fff}.docs-resource-description{margin-top:.5rem;font-size:.75rem;color:#bbb;line-height:1.6}.docs-resource-divider{margin-top:1.5rem;border:none;border-bottom:1px solid #666}@media (max-width: 900px){.docs-resource-title{font-size:.85rem}.docs-resource-description{font-size:.7rem}}@media (max-width: 600px){.docs-resource-header{flex-direction:row;align-items:flex-start}.docs-resource-title{font-size:.75rem}.docs-resource-description{font-size:.6rem}}a.external::after{display:inline-block;opacity:var(--dim-opacity);mask-image:var(--icon-external);mask-size:cover;margin-inline-start:.25rem;background-color:currentColor;width:max(.75rem,.75em);height:max(.75rem,.75em);content:""}:root[dir*=rtl] a.external::after{transform:scaleX(-1)}.external-link{display:inline-flex;align-items:center;text-decoration:none;cursor:pointer;letter-spacing:.08em;transition:color .2s ease}.external-link:hover{color:#ffa348;text-decoration:underline}.external-link__icon{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .2s ease,filter .3s ease}@media (max-width: 768px){.external-link__icon{width:24px;height:24px}}@media (max-width: 480px){.external-link__icon{width:20px;height:20px}}.external-link__pair{display:flex;align-items:center;gap:1em}.external-link__label{letter-spacing:.08em}.external-link:hover .external-link__icon{transform:scale(1.1)}#site-footer{grid-area:footer;margin-block-end:0rem;text-align:center;background-color:#fff;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;color:#000;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:1rem 2rem;padding-top:15rem}#site-footer .footer-content{display:flex;justify-content:space-between;width:100%;align-items:center;flex-wrap:wrap;gap:2rem}#site-footer .footer-logo{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-right:auto;padding-left:5rem;gap:1rem}@media (min-width: 3840px){#site-footer .footer-logo{padding-left:8rem;gap:1.5rem}}@media (max-width: 1400px){#site-footer .footer-logo{padding-left:3rem}}@media (max-width: 1023px){#site-footer .footer-logo{padding-left:3rem;align-items:center;text-align:center}}#site-footer .footer-logo img{max-height:60px}@media (min-width: 3840px){#site-footer .footer-logo img{max-height:100px}}#site-footer .company-info{display:flex;flex-direction:column;justify-content:center;max-width:400px;text-align:left}@media (min-width: 3840px){#site-footer .company-info{max-width:600px}}#site-footer .company-info .company-name{font-size:1.25rem;font-weight:550;color:#000}@media (min-width: 3840px){#site-footer .company-info .company-name{font-size:1.8rem}}#site-footer .company-info .company-address{font-size:.875rem;color:#666;line-height:1.4}@media (min-width: 3840px){#site-footer .company-info .company-address{font-size:1.2rem}}#site-footer .footer-right{display:flex;flex-direction:column;align-items:flex-end;flex-grow:1;min-width:250px;padding-left:1rem;gap:1.5rem}@media (max-width: 1400px){#site-footer .footer-right{padding-left:.5rem}}@media (max-width: 1023px){#site-footer .footer-right{align-items:center;padding-left:0}}#site-footer nav{display:inline-block;box-shadow:var(--edge-highlight);border-radius:1.375rem;background-color:var(--fg-muted-1);padding:.25rem 1rem;max-width:100%}@media (min-width: 3840px){#site-footer nav{padding:.5rem 2rem;border-radius:1.75rem}}#site-footer nav ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:0;padding:0}@media (min-width: 3840px){#site-footer nav ul{gap:3rem}}#site-footer nav li{display:flex;margin:0;padding:0;list-style:none}@media (max-width: 479px){#site-footer nav li{flex:0 0 100%}}#site-footer nav a{flex:1;font-weight:550;transition:var(--transition);border-radius:999px;padding:.375rem .75rem;color:#000;text-align:center;text-decoration:none}@media (min-width: 3840px){#site-footer nav a{font-size:1.2rem;padding:.75rem 1.5rem}}#site-footer nav a.active{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha);color:var(--accent-color)}#site-footer nav a.active:hover{background-color:var(--accent-color);color:var(--contrast-color)}#site-footer nav a:hover{background-color:rgba(0,0,0,.05);color:#000;transform:scale(1.03);text-decoration:none}#site-footer nav a:active{transform:var(--active)}#site-footer #socials{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin:0}@media (min-width: 3840px){#site-footer #socials{gap:1rem}}#site-footer #socials li{margin:1rem .5rem 0 .5rem;padding:0;list-style:none}@media (min-width: 3840px){#site-footer #socials li{margin:1.5rem 1rem 0 1rem}}#site-footer #socials a{display:block;transition:var(--transition);border-radius:999px;padding:.5rem;color:#3a375a;line-height:0;padding-right:1rem}@media (min-width: 3840px){#site-footer #socials a{padding:1rem;padding-right:2rem}}#site-footer #socials a:hover{box-shadow:var(--edge-highlight);background-color:var(--fg-muted-1);color:var(--accent-color)}#site-footer #socials a:active{transform:var(--active)}#site-footer #socials a .icon{mask-image:var(--icon);transition:var(--transition);width:2.5rem;height:2.5rem}@media (min-width: 3840px){#site-footer #socials a .icon{width:4rem;height:4rem}}#site-footer #socials a span{display:none}#site-footer .footer-divider{background-color:gray;height:1px;width:90%;margin:1rem auto}#site-footer .copyright-text{font-size:.9rem;margin-top:1rem;text-align:left;padding-left:5%}@media (min-width: 3840px){#site-footer .copyright-text{font-size:1.3rem;margin-top:1.5rem}}@media (max-width: 1023px){#site-footer .copyright-text{text-align:left;padding-left:5%}}@media (max-width: 767px){#site-footer .copyright-text{font-size:.8rem;text-align:left;padding-left:5%}}#site-footer .link{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--accent-color-alpha);padding:.25rem .375rem;line-height:1;text-decoration:none}#site-footer .link:hover{background-color:var(--accent-color);color:var(--contrast-color)}#site-footer .link:active{transform:var(--active)}@media (max-width: 1023px){#site-footer .footer-logo{padding-left:3rem;align-items:center;text-align:center}#site-footer .company-info{align-items:center;text-align:center;margin:1rem auto}#site-footer nav{width:100%}#site-footer #socials{justify-content:center;margin:1rem}#site-footer .footer-content{flex-direction:column;align-items:center;gap:2rem}#site-footer .footer-right{align-items:center}}@media (max-width: 932px){#site-footer{flex-direction:column;align-items:center;text-align:center}#site-footer .footer-content{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0}#site-footer .footer-logo{padding-left:0;align-items:center;text-align:center;margin:0 auto}#site-footer .footer-logo img{max-height:50px}#site-footer .company-info{max-width:100%;text-align:center;align-items:center}#site-footer .footer-right{align-items:center;padding-left:0;width:100%}#site-footer nav{width:100%;display:flex;justify-content:center}#site-footer nav ul{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3, auto);gap:.5rem;justify-items:center;width:100%;max-width:400px}#site-footer #socials{flex-direction:row;justify-content:center;width:100%;display:flex;align-items:center}#site-footer .footer-divider{width:100%}}@media (max-width: 767px){#site-footer{flex-direction:column;align-items:center;text-align:center}#site-footer .footer-content{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0}#site-footer .footer-logo{padding-left:0;align-items:center;text-align:center;margin:0 auto}#site-footer .footer-logo img{max-height:50px}#site-footer .company-info{max-width:100%;text-align:center;align-items:center}#site-footer .footer-right{align-items:center;padding-left:0;width:100%}#site-footer nav{width:100%;display:flex;justify-content:center}#site-footer nav ul{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3, auto);gap:.5rem;justify-items:center;width:100%;max-width:400px}#site-footer #socials{flex-direction:row;justify-content:center;width:100%;display:flex;align-items:center}#site-footer .footer-divider{width:100%}}@media (max-width: 479px){#site-footer .footer-content{padding:0;width:100%}#site-footer .footer-logo{text-align:center;align-items:center}#site-footer .footer-logo img{max-height:40px}#site-footer .company-info{text-align:center;align-items:center}#site-footer .company-name{font-size:1rem}#site-footer .company-address{font-size:.75rem}#site-footer .footer-right{padding-left:0;width:100%}#site-footer nav{width:100%;display:flex;justify-content:center}#site-footer nav ul{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3, auto);gap:.25rem;width:100%;max-width:350px;justify-items:center}#site-footer #socials{width:100%;display:flex;justify-content:center;align-items:center}}.footnotes-list p{margin-block-start:0;margin-block-end:0}*{box-sizing:border-box}:root{scroll-behavior:smooth;scrollbar-color:var(--accent-color) rgba(0,0,0,0);accent-color:var(--accent-color);font-size:16px}body{text-wrap:pretty;margin:0;background-color:#353946;color:var(--fg-color);line-height:1.5;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;overflow-wrap:break-word}#main-content{max-width:1100px;margin:0 auto;position:relative}@media only screen and (max-width: 479px){#main-content{max-width:100%}}.hero-section{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow-x:hidden}.splash{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow-x:hidden}.banner{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow-x:hidden}#site-footer{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow-x:hidden}::selection{background-color:var(--accent-color);color:var(--contrast-color)}:focus-visible{animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}@supports not selector(:focus-visible){:focus{animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}}@keyframes focus-in{from{outline:.5rem solid rgba(0,0,0,0);outline-offset:.25rem}}@media (prefers-reduced-motion){*,*::before,*::after{animation-duration:0s !important;transition-duration:0s !important}}html,body{overflow-x:hidden}.hero-inner .hero-content{max-width:100%;display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center;justify-content:center;overflow:visible}.hero-inner.no-image{min-height:500px}.hero-inner.no-image .hero-content{justify-content:flex-start}.hero-inner.no-image .hero-content .hero-text{flex:0 0 100%;max-width:100%;text-align:left}.hero-inner.no-image .hero-content .hero-text .link-wrapper{justify-content:flex-start}.hero-inner .hero-text{flex:0 1 auto;min-width:260px;max-width:40%;width:auto;font-size:1em;text-align:left;align-items:flex-start;justify-content:center;margin-left:2rem;margin-top:0;box-sizing:border-box;overflow-wrap:break-word;display:flex;flex-direction:column;align-self:center}.hero-inner .hero-text h2{margin-bottom:1rem;font-size:2.4em}.hero-inner .hero-text p{margin:1.5rem 0;font-size:1em;line-height:2.2;font-weight:400}.hero-inner .hero-text .link-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:flex-start;width:100%;margin-top:2.5rem;position:relative;z-index:1}.hero-inner .hero-text .link-text{text-align:left;color:#f77d06;font-size:1em;font-weight:600;margin:0;margin-right:1rem;margin-left:0}.hero-inner .hero-text .hero-link{background-color:#f77d06;color:rgba(0,0,0,0);border-radius:50%;font-weight:600;text-decoration:none;transition:background-color .3s ease;font-size:1.5em;white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden;margin-top:0;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;position:relative;flex-shrink:0}.hero-inner .hero-text .hero-link::before{content:"";width:16px;height:12px;background-color:#666;display:block;position:absolute;top:50%;left:50%;transform:translate(-40%, -50%);clip-path:path("M0 0 L16 6 L0 12 L4 6 Z")}.hero-inner .hero-text .hero-link:hover{background-color:#e66a00}.hero-inner .hero-image-container{flex:1 1 0;min-width:220px;max-width:50%;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start;overflow:visible;position:relative;height:fit-content}.hero-inner .hero-image-container .hero-footer{position:absolute;right:-60px;bottom:80px;color:#888;font-size:.9em;background:rgba(0,0,0,0);border-radius:8px 0 0 0;margin:.5em .5em .5em 0;pointer-events:none;z-index:2;max-width:90%;text-align:right}.hero-inner .hero-image-container img{width:700px}.hero-inner .hero-bottom-title{text-align:left;margin-top:2rem}.hero-inner .hero-bottom-title h2{color:#fff;font-size:1.4em;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1000px){.hero-inner .hero-content{flex-direction:column;align-items:center;text-align:center}.hero-inner .hero-text{margin-left:.5rem;max-width:100%;font-size:.95em}.hero-inner .hero-image-container{max-width:100%;margin-left:0}.hero-inner .hero-image-container img{width:700px;max-width:100%;height:auto;padding-left:1rem;padding-right:1rem}.hero-inner .hero-footer{display:none}}.hero-section{background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat}.hero-section .hero-content-wrapper{max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:5rem}.hero-section .section-title-block{position:relative;z-index:1;font-size:1.2em;width:100%;margin-top:5rem;padding-top:1rem}.hero-section .section-title-block .section-title-content{text-align:left}.hero-section .section-title-block .section-title-content h1{font-size:3rem !important;font-weight:950 !important;color:#fff;margin-top:5rem;margin-bottom:.2em;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;letter-spacing:.1em;white-space:nowrap}.hero-section .section-title-block .section-title-content title-description{font-size:.6em;font-weight:400;color:#999;margin:0;margin-bottom:.2em;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif}.hero-section .section-title-block .section-title-content p{font-size:.6em;font-weight:600;color:#fff;margin:0;margin-bottom:.5em;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;letter-spacing:.05em}.hero-section .section-title-block .section-title-divider{background-color:#f77d06;height:4px;width:6%;margin-top:1.2em;margin-bottom:1.5em;border:none}@media (max-width: 1000px){.hero-section .hero-content-wrapper{margin-left:.5rem}.hero-section .section-title-block{padding-top:1.5rem;font-size:1em;margin:1em .5rem 0 .5rem}.hero-section .section-title-content{margin-left:.5rem}.hero-section .section-title-content h1{white-space:normal !important;overflow:visible !important;text-overflow:unset !important;font-size:2rem !important}}i.icon{display:inline-block;mask-size:cover;background-color:currentColor;width:1rem;height:1rem;font-style:normal;font-variant:normal;line-height:0;text-rendering:auto}iframe{display:block;margin:1rem auto;box-shadow:var(--edge-highlight),var(--shadow);border:none;border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);width:100%;max-width:100%}input[type=radio],input[type=checkbox],input[type=color]{position:relative;appearance:none;transition:var(--transition);cursor:pointer;border:.15rem solid var(--fg-muted-2);background-color:var(--fg-muted-1);width:1rem;height:1rem}input[type=radio]:hover,input[type=checkbox]:hover,input[type=color]:hover{background-color:var(--fg-muted-2)}input[type=radio]:disabled,input[type=checkbox]:disabled,input[type=color]:disabled{opacity:var(--disabled-opacity);cursor:not-allowed}input[type=radio]:disabled:hover,input[type=checkbox]:disabled:hover,input[type=color]:disabled:hover{background-color:var(--fg-muted-1)}input[type=radio]:disabled:hover:checked,input[type=checkbox]:disabled:hover:checked,input[type=color]:disabled:hover:checked{background-color:var(--accent-color)}input[type=radio]::before,input[type=checkbox]::before{display:block;position:absolute;transform:scale(.5);opacity:0;transition:var(--transition);background-color:var(--contrast-color);content:""}input[type=radio]:checked,input[type=checkbox]:checked{border:.15rem solid rgba(0,0,0,0);background-color:var(--accent-color)}input[type=radio]:checked::before,input[type=checkbox]:checked::before{transform:scale(1);opacity:1}input[type=radio]{vertical-align:-.1875em;border-radius:50%}input[type=radio]::before{inset-block-start:.125rem;inset-inline-start:.125rem;border-radius:50%;width:.5rem;height:.5rem}input[type=checkbox]{vertical-align:-.1875em;border-radius:calc(var(--rounded-corner-small)/2)}input[type=checkbox]::before{transform-origin:bottom left;mask-image:var(--icon-checkmark);mask-size:cover;inset-block-start:-.125rem;inset-inline-start:-.125rem;width:1rem;height:1rem}input[type=checkbox].switch{vertical-align:-.375rem;box-shadow:var(--edge-highlight);border:none;border-radius:999px;width:2.5rem;height:1.5rem}input[type=checkbox].switch.big{vertical-align:-.625rem;width:3rem;height:2rem}input[type=checkbox].switch.big::before{width:1.5rem;height:1.5rem}input[type=checkbox].switch::before{transform:none;transform-origin:center;opacity:1;mask-image:none;transition:var(--transition);inset-block-start:.25rem;inset-inline-start:.25rem;box-shadow:var(--shadow);border-radius:50%;background-color:#fff;width:1rem;height:1rem}input[type=checkbox].switch:checked{background-color:var(--accent-color)}input[type=checkbox].switch:checked::before{transform:translateX(1rem);background-color:var(--contrast-color)}:root[dir*=rtl] input[type=checkbox].switch:checked::before{transform:translateX(-1rem)}input[type=checkbox].switch:disabled::before{box-shadow:none}input[type=color]{vertical-align:-.375em;box-shadow:var(--edge-highlight);border:none;border-radius:var(--rounded-corner-small);padding:.25rem;width:3rem;height:2rem}input[type=range]{appearance:none;transition:var(--transition);cursor:pointer;box-shadow:var(--edge-highlight);border-radius:999px;background:var(--accent-color);width:100%;height:.5rem}.job-post{background:rgba(30,30,40,.98);border-radius:1.2rem;margin-left:20px;margin-right:20px;margin-bottom:55px;box-shadow:0 2px 16px rgba(0,0,0,.12);padding:2.5rem 2.5rem 2rem 2.5rem}.job-post__header{margin-bottom:1.5rem;text-align:center}.job-post__date{color:#f77d06}.jobs-list{width:70vw;margin:0 auto;color:#ddd;display:flex;gap:.5rem;flex-wrap:wrap;padding-top:5rem}.jobs-list-right{flex:2;display:flex;flex-direction:column;width:100%}.jobs-list-right .jobs-list-right-content{display:flex;flex-direction:column;width:100%}.jobs-list-right .jobs-list-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;width:100%}.jobs-list-right .job-card{background:rgba(0,0,0,0);border:1px solid #fff;border-radius:8px;padding:2rem 1.5rem;text-align:center;font-weight:500;font-size:1.3rem;transition:transform .2s ease,box-shadow .2s ease}.jobs-list-right .job-card__title{margin:.5rem 0}.jobs-list-right .job-card__link{text-decoration:none;color:inherit}.jobs-list-right .job-card__recruiting-label{font-weight:500;margin-top:.5rem;color:#f77d06;font-size:.9rem;border-top:1px solid #f77d06;padding-top:.25rem}.jobs-list-right .job-card--active{color:#fff;cursor:pointer}.jobs-list-right .job-card--active:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(255,255,255,.3)}.jobs-list-right .job-card--inactive{color:#aaa;opacity:.5;pointer-events:none;cursor:default}.jobs-list-right .jobs-list__bottom-divider{position:relative;width:100%;height:4px;margin-top:2rem;border-radius:2px;background-color:gray;overflow:hidden}.jobs-list-right .jobs-list__bottom-divider::before{content:"";position:absolute;top:0;left:0;width:10%;height:100%;background-color:#f77d06;border-radius:2px 0 0 2px}.jobs-list-right .jobs-list__bottom-text{width:100%;margin-top:1rem;color:#ddd;font-size:1rem;line-height:1.4;text-align:left;white-space:pre-wrap}@media (max-width: 768px){.jobs-list{flex-direction:column;width:90vw}.jobs-list-right .jobs-list-grid{grid-template-columns:1fr}.jobs-list-right .jobs-list-grid .job-card{padding:1.5rem 1rem;font-size:1.1rem}}@media (max-width: 480px){.jobs-list{width:95vw}.jobs-list-right .jobs-list-grid .job-card{padding:1.25rem .75rem;font-size:1rem}}.ls-container{position:relative;z-index:2;margin:0;padding:0;display:block;width:auto;text-align:center}.ls-trigger{padding:2px 6px;border-radius:3px;font-weight:400;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0);transition:var(--transition);line-height:1;color:var(--fg-muted-3);cursor:pointer;font-size:.85rem;border:1px solid rgba(0,0,0,0);display:block}@media (min-width: 3840px){.ls-trigger{font-size:1.3rem;padding:6px 12px}}.ls-trigger:hover{color:var(--fg-muted-5);background-color:var(--fg-muted-1);border-color:var(--fg-muted-2)}.ls-trigger.current-lang{color:#fff;font-size:.85rem !important}@media (min-width: 3840px){.ls-trigger.current-lang{font-size:1.3rem !important}}.ls-trigger::before{display:none}.ls-menu{display:none !important}@media (max-width: 720px){.ls-container{position:relative;top:0;right:auto;margin-bottom:.5rem;text-align:center}.ls-trigger{font-size:12px}}.active-lang{color:#fff}.inactive-lang{color:var(--fg-muted-5)}#site-nav{position:sticky;top:1rem;grid-area:nav;margin:30px;border-radius:1.625rem;inset-inline:0;overflow:visible;overflow-x:auto}#site-nav nav{font-size:inherit}#site-nav nav .nav-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}#site-nav nav .nav-links-container{position:relative;display:flex;flex:1;align-items:center;justify-content:flex-end}#site-nav nav .ls-nav-item-desktop{position:static;margin-bottom:.2rem;display:flex;align-items:center}#site-nav nav .ls-nav-item-mobile{display:none}#site-nav nav .nav-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}#site-nav nav .nav-header #home{flex:0 0 auto;margin-left:2rem}#site-nav nav .nav-header #home a{display:inline-block}#site-nav nav .nav-header .hamburger{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:rgba(0,0,0,0);border:none;cursor:pointer;box-sizing:border-box}#site-nav nav .nav-header .hamburger span{width:100%;height:2.5px;background-color:var(--fg-muted-4);border-radius:2px;transition:background-color .3s ease;display:block}#site-nav nav .nav-header .hamburger:hover span{background-color:var(--fg-muted-5)}#site-nav nav .main-navbar-list{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;gap:2rem;margin-bottom:50px;list-style:none;flex:1 1 auto;white-space:nowrap;overflow:visible;position:relative;min-width:0}#site-nav nav .main-navbar-list .divider{display:none}#site-nav nav .main-navbar-list details{width:100%}#site-nav nav .main-navbar-list details .dropdown-menu{position:static;transform:none;background-color:rgba(0,0,0,0);box-shadow:none}#site-nav nav .main-navbar-list details .dropdown-menu .dropdown-item .main-navbar-link{text-align:center}#site-nav nav .main-navbar-list #contact .main-navbar-link{width:100%;justify-content:center;gap:.5rem}#site-nav .main-navbar-item{display:flex}#site-nav .main-navbar-link{font-size:.95rem;font-weight:600;color:#fff;padding:8px 10px;border-radius:999px;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0);transition:var(--transition);line-height:1;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;user-select:none}#site-nav .main-navbar-link:hover{color:var(--fg-muted-5);background-color:var(--fg-muted-1);box-shadow:none}#site-nav a,#site-nav .nav-summary{font-size:inherit;color:inherit;background:none;box-shadow:none;border:none;text-decoration:none;transition:none}#site-nav #home a{color:var(--fg-muted-5);font-weight:500}#site-nav #home a:hover{color:var(--fg-color)}#site-nav #contact .main-navbar-link{position:relative;color:#444;background-color:#f77d06;padding:8px 24px;border-radius:999px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:40px;box-shadow:none;font-size:.95rem;text-align:center;line-height:1;min-height:44px}#site-nav #contact .main-navbar-link:hover{background-color:#ffc011;color:#444;box-shadow:none}#site-nav #contact .main-navbar-link::after{content:"";display:inline-block;width:8px;height:8px;background-color:#444;border-radius:50%;margin-left:0;flex-shrink:0}#site-nav .divider{align-self:stretch;width:max(1px,.0625em);background-color:var(--fg-muted-2);margin:0 .25rem}#site-nav .circle{line-height:0}#site-nav .circle .icon{vertical-align:-.125em;transition:var(--transition)}#site-nav .circle::before{display:none}#site-nav button{all:unset;cursor:pointer;font-size:inherit;border-radius:999px;background-color:rgba(0,0,0,0);transition:var(--transition)}#site-nav details{display:flex;flex:1;position:relative}#site-nav details[open] .dropdown-menu{animation:dropdown-open var(--transition)}@keyframes dropdown-open{from{transform:scale(.5) translate(-50%, -1rem);opacity:0}}#site-nav details .dropdown-menu{position:absolute;top:3.25rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;z-index:1;border-radius:calc(var(--rounded-corner) + .25rem);background-color:var(--glass-bg);backdrop-filter:var(--blur);box-shadow:none}#site-nav details .dropdown-menu .dropdown-item{white-space:nowrap}#site-nav details .dropdown-menu .dropdown-item .main-navbar-link{border-radius:var(--rounded-corner);text-align:left}#switcher-above-recruit{position:absolute;left:0;right:0;pointer-events:auto;display:flex;justify-content:center;z-index:10;top:-1.5rem}.company-logo-wrapper{display:inline-block;position:relative;z-index:1}.company-logo-wrapper::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:180px;height:56px;background:rgba(255,255,255,.13);border-radius:999px;opacity:0;transition:opacity .2s;z-index:-1;pointer-events:none}.company-logo-wrapper:hover::after{opacity:1}.company-logo{width:150px;transition:box-shadow .2s,background .2s;position:relative;z-index:1}.main-navbar-item.recruit-with-switcher{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative}.recruit-with-switcher .ls-nav-item-desktop{position:static;display:flex;justify-content:center}@media (max-width: 1014px){#site-nav{position:relative;overflow:visible}#site-nav nav .nav-content{flex-direction:column;align-items:stretch}#site-nav nav .nav-header .hamburger{display:flex}#site-nav nav .ls-nav-item-desktop{display:none}#site-nav nav .ls-nav-item-mobile{display:block;position:static;text-align:center}#site-nav nav .main-navbar-list{display:none;flex-direction:column;position:relative;box-shadow:none;gap:.5rem;justify-content:center;align-items:center}#site-nav nav .main-navbar-list.open{display:flex}#site-nav nav .main-navbar-list .main-navbar-item{width:220px}#site-nav nav .main-navbar-list .main-navbar-item .main-navbar-link{width:100%;text-align:center;border-radius:.5rem;font-size:1rem}}.news-article{background:rgba(0,0,0,0);margin-top:6em;margin-left:auto;margin-right:auto;max-width:75%}.news-article .news-article-date{text-align:left;margin-bottom:5em}.news-article .news-article-title{font-size:2em;font-weight:600;text-align:left;margin-bottom:2em}.news-article .news-article-content{font-size:1em}.news-article .news-article-content a{color:#fff;text-decoration:underline;transition:color .2s}.news-article .news-article-content a:hover{color:#ff7800}.news-article .news-article-content p{margin-bottom:2em}.news-article .news-article-back{display:flex;align-items:center;justify-content:flex-end;gap:2em;margin-top:4em}.news-article .news-article-back .back-text{color:#ff7800;font-size:1.2em;font-weight:600}.news-article .news-article-back .back-btn::before{transform:translate(-60%, -50%);clip-path:path("M16 0 L0 6 L16 12 L12 6 Z")}@media (max-width: 800px){.news-article .news-article-back .back-btn::before{width:14px;height:10px;clip-path:path("M14 0 L0 5 L14 10 L10 5 Z")}}@media (max-width: 500px){.news-article .news-article-date{font-size:.8rem}.news-article .news-article-title{font-size:.95rem}.news-article .news-article-content{font-size:.92rem}.news-article .news-article-back .back-btn{width:40px;height:40px;font-size:16px}.news-article .news-article-back .back-btn::before{width:12px;height:9px;clip-path:path("M12 0 L0 4.5 L12 9 L9 4.5 Z")}}.news-list-parent{width:100%;color:#ddd;overflow-x:hidden;margin-bottom:55px;margin-top:55px}.news-list{width:90%;max-width:1200px;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;gap:1rem}.news-list-content{display:flex;flex-direction:column;width:100%}.news-list-block{width:100%;display:flex;flex-direction:column}.news-list-line{width:100%;margin-bottom:1.5rem}.news-list-line p{display:flex;margin-bottom:1rem}.news-list-line p .news-date{font-weight:700;color:#fff}.news-list-line p .news-gap{margin-left:55px}.news-list-line p .news-gap .news-title-link{color:inherit;text-decoration:none;transition:color .3s ease}.news-list-line p .news-gap .news-title-link:hover{color:#ff7800}.news-list-line .news-divider-bar{height:2px;width:100%;background:linear-gradient(to right, #ff7800 80px, #666 1px);margin-top:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:50px;margin-top:20px}.pagination a{color:#ddd;text-decoration:none;padding:.5rem 1rem;border:1px solid #666;border-radius:4px;transition:all .3 s ease}.pagination a:hover{color:#ff7800;border-color:#ff7800}.pagination span{color:#ddd;font-weight:500}@media (max-width: 480px){.news-list{padding:0 .5rem}.pagination{flex-direction:column;gap:1rem}}.news-btn-container{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:.5rem;margin-bottom:50px}.news-btn-container .news-btn-text{color:#ff7800;font-size:1.2rem;font-weight:500}.sc-404{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:55px}.sc-404__logo img{max-width:400px;height:auto}.sc-404__message{font-size:1.5rem;font-weight:500;margin-bottom:55px}.sc-404__button{display:inline-block;padding:.75rem 1.5rem;background-color:rgba(0,0,0,0);text-decoration:none;border:2px solid #fff;border-radius:10px;transition:all .3s ease;font-weight:500}.sc-404__button:hover{background-color:#ff7800}.partner{display:flex;align-items:flex-start;gap:32px;padding:24px 0;align-items:center}.partner__logo{flex:0 0 220px}.partner__logo img{max-width:100%;height:auto;display:block;width:100%;height:auto;border-radius:12px;background:#fff}.partner__content{flex:1 1 auto}.partner__name{font-size:clamp(18px,2vw,28px);margin:0 0 12px}.partner__desc{line-height:1.8}.partner__btn{display:inline-flex;align-items:center;gap:.5em;padding:.6em 1.1em;border-radius:999px;text-decoration:none;border:1px solid currentColor}@media (max-width: 768px){.partner{flex-direction:column;align-items:center;text-align:center;}.partner__logo{flex-basis:auto;margin-bottom:1rem;}}#post-nav{display:flex;flex-direction:row;gap:.25rem}@media only screen and (max-width: 720px){#post-nav{flex-direction:column}}#post-nav .post-nav-item{flex:1;transition:var(--transition);border-radius:var(--rounded-corner);padding:1rem;padding-block-end:.75rem;min-width:0;text-decoration:none}#post-nav .post-nav-item:hover{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha)}#post-nav .post-nav-item:hover .post-title{color:var(--accent-color)}#post-nav .post-nav-item:active{transform:var(--active)}#post-nav .post-nav-item.post-nav-prev .nav-arrow::before{content:"← "}:root[dir*=rtl] #post-nav .post-nav-item.post-nav-prev .nav-arrow::before{content:"→ "}#post-nav .post-nav-item.post-nav-next{text-align:end}#post-nav .post-nav-item.post-nav-next .nav-arrow::after{content:" →"}:root[dir*=rtl] #post-nav .post-nav-item.post-nav-next .nav-arrow::after{content:" ←"}#post-nav .post-nav-item .nav-arrow{margin-block-end:.75rem;color:var(--fg-muted-5);font-weight:normal;line-height:1}#post-nav .post-nav-item .post-title{display:block;transition:var(--transition);max-width:90vw;overflow:hidden;color:var(--fg-color);text-overflow:ellipsis;white-space:nowrap}.section{position:relative;top:12rem}@media (max-width: 768px){.section{top:10rem;padding:1rem 0}}@media (max-width: 479px){.section{top:8rem;padding:.5rem 0}}@media (max-width: 430px){.section{top:9rem;padding:.5rem 0}}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1800px;margin:0 auto;padding:4rem 2rem;align-items:stretch}@media (max-width: 768px){.card-grid{grid-template-columns:1fr;gap:40px;padding:4rem 1.5rem}}@media (max-width: 479px){.card-grid{padding:4rem 1rem}}.card-grid:has(.bottom-card:only-child){grid-template-columns:1fr;gap:0}.card-grid.single-bottom-card{grid-template-columns:1fr;gap:0}.left-card,.right-card,.bottom-card{width:100%;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;border-radius:20px;background-size:cover;background-position:center;box-shadow:0 2px 5px rgba(0,0,0,.1);color:#fff;padding:20px 25px 25px 25px;position:relative}@media (max-width: 1024px){.left-card,.right-card,.bottom-card{min-height:250px;padding:15px 20px 20px 20px;border-radius:16px}}@media (max-width: 768px){.left-card,.right-card,.bottom-card{min-height:auto;padding:12px 18px 25px 18px;border-radius:12px;box-sizing:border-box}}@media (max-width: 479px){.left-card,.right-card,.bottom-card{padding:10px 15px 20px 15px;border-radius:8px}}.left-card .card-header,.right-card .card-header,.bottom-card .card-header{font-size:3rem !important;font-weight:950 !important;margin-bottom:.8rem;margin-top:0;line-height:1.1;letter-spacing:.1em}@media (max-width: 1024px){.left-card .card-header,.right-card .card-header,.bottom-card .card-header{font-size:2.6rem !important}}@media (max-width: 768px){.left-card .card-header,.right-card .card-header,.bottom-card .card-header{font-size:2.3rem !important}}@media (max-width: 479px){.left-card .card-header,.right-card .card-header,.bottom-card .card-header{font-size:2rem !important}}.left-card .card-subheader,.right-card .card-subheader,.bottom-card .card-subheader{font-size:1.1rem !important;margin-bottom:2rem;line-height:1.4;font-weight:400;position:relative}@media (max-width: 1024px){.left-card .card-subheader,.right-card .card-subheader,.bottom-card .card-subheader{font-size:1rem !important}}@media (max-width: 768px){.left-card .card-subheader,.right-card .card-subheader,.bottom-card .card-subheader{font-size:.95rem !important}}@media (max-width: 479px){.left-card .card-subheader,.right-card .card-subheader,.bottom-card .card-subheader{font-size:.9rem !important}}.left-card .card-subheader::after,.right-card .card-subheader::after,.bottom-card .card-subheader::after{content:"";position:absolute;bottom:-.8rem;left:0;width:20px;height:3px;background-color:#f97316;border-radius:2px}@media (max-width: 768px){.left-card .card-subheader::after,.right-card .card-subheader::after,.bottom-card .card-subheader::after{height:2px;width:18px}}@media (max-width: 479px){.left-card .card-subheader::after,.right-card .card-subheader::after,.bottom-card .card-subheader::after{height:2px;width:15px}}.left-card .card-footer-text,.right-card .card-footer-text,.bottom-card .card-footer-text{font-size:1.1rem !important;line-height:1.5;font-weight:400;margin-right:80px}@media (max-width: 1024px){.left-card .card-footer-text,.right-card .card-footer-text,.bottom-card .card-footer-text{font-size:1rem !important;margin-right:70px}}@media (max-width: 768px){.left-card .card-footer-text,.right-card .card-footer-text,.bottom-card .card-footer-text{font-size:.95rem !important;margin-right:60px}}@media (max-width: 479px){.left-card .card-footer-text,.right-card .card-footer-text,.bottom-card .card-footer-text{font-size:.9rem !important;margin-right:50px}}.bottom-card{grid-column:1/-1;background-color:#353946;outline:1px solid #fff;min-height:200px}@media (max-width: 1024px){.bottom-card{min-height:180px}}@media (max-width: 768px){.bottom-card{margin-bottom:-4rem;position:relative;z-index:10}}@media (max-width: 479px){.bottom-card{margin-bottom:-3rem}}.bottom-card .card-subheader::after{width:6% !important}.btn-container{position:absolute;bottom:35px;right:35px;display:flex;justify-content:center;align-items:center;z-index:10}@media (max-width: 768px){.btn-container{position:absolute;bottom:20px;right:20px;margin-top:0}}@media (max-width: 479px){.btn-container{bottom:15px;right:15px}}.circle-btn{width:50px;height:50px;background-color:#f97316;color:#fff;border:none;border-radius:50%;font-size:20px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;position:relative}@media (max-width: 1024px){.circle-btn{width:45px;height:45px;font-size:18px}}@media (max-width: 768px){.circle-btn{width:40px;height:40px;font-size:16px}}@media (max-width: 479px){.circle-btn{width:35px;height:35px;font-size:14px}}.circle-btn:hover{transform:scale(1.1)}.circle-btn::before{content:"";width:16px;height:12px;background-color:#666;display:block;position:absolute;top:50%;left:50%;transform:translate(-40%, -50%);clip-path:path("M0 0 L16 6 L0 12 L4 6 Z")}@media (max-width: 1024px){.circle-btn::before{width:14px;height:10px;clip-path:path("M0 0 L14 5 L0 10 L3.5 5 Z")}}@media (max-width: 768px){.circle-btn::before{width:12px;height:9px;clip-path:path("M0 0 L12 4.5 L0 9 L3 4.5 Z")}}@media (max-width: 479px){.circle-btn::before{width:10px;height:8px;clip-path:path("M0 0 L10 4 L0 8 L2.5 4 Z")}}.card-grid .left-card .card-subheader::after,.card-grid .right-card .card-subheader::after,.card-grid .bottom-card .card-subheader::after{width:20px !important}@media (max-width: 768px){.card-grid .left-card .card-subheader::after,.card-grid .right-card .card-subheader::after,.card-grid .bottom-card .card-subheader::after{width:18px !important}}@media (max-width: 479px){.card-grid .left-card .card-subheader::after,.card-grid .right-card .card-subheader::after,.card-grid .bottom-card .card-subheader::after{width:15px !important}}.price{margin-bottom:55px}.price__container{display:flex;gap:100px;justify-content:space-between;margin-right:25px;margin-left:25px}.price__left{flex:1 1 50%;display:flex;flex-direction:column;align-items:flex-start}.price__title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2em;gap:1em;width:100%;flex-wrap:nowrap}.price__title{font-size:1.7em;font-weight:600;text-align:left;flex-shrink:0;line-height:1.2;overflow:hidden;word-wrap:break-word;white-space:nowrap}.price__amount{display:inline-flex;flex-direction:row;align-items:baseline;justify-content:flex-end;gap:.5em;line-height:1;margin-bottom:.25em;flex-wrap:wrap;margin-left:auto;text-align:right;flex-shrink:1;overflow:hidden}.price__amount-number{font-size:2.5em;font-weight:500;line-height:1;white-space:nowrap;flex-shrink:2;overflow:hidden;text-overflow:ellipsis}.price__amount-unit{font-size:1.2em;font-weight:400;line-height:1;white-space:nowrap;flex-shrink:1;flex-basis:auto;overflow:hidden;text-overflow:ellipsis}.price__note-section{width:100%;margin-bottom:1.5em;overflow:hidden}.price__note{font-size:.9em;color:#ccc;text-align:right;line-height:1.4;overflow:hidden;word-wrap:break-word;max-width:100%}.price__right{flex:1 1 50%;display:flex;flex-direction:column;align-items:flex-start}.price__description{font-size:.9em;line-height:1.5;margin-bottom:1em;text-align:left}.price__features{padding-left:1.2em}.price__features li{font-size:.85em;line-height:1.5;text-align:left;margin-bottom:10px}.price__features li::marker{color:#fff}@media (max-width: 900px){.price__container{flex-direction:column;gap:2em}.price__left,.price__right{flex:1 1 100%}}@media (max-width: 690px){.price__title{white-space:nowrap;flex-shrink:0}.price__title-row{flex-wrap:wrap}.price__amount{justify-content:flex-end}.price__left,.price__right{flex:1 1 100%}.price__title{white-space:nowrap;flex-shrink:0;font-size:1.3em}.price__title-row{flex-wrap:wrap}.price__amount-unit{font-size:.9em}.price__amount-number{font-size:2em}}.price-supp{margin-bottom:55px;margin-left:25px;margin-right:25px}.price-supp__container{display:flex;gap:100px;justify-content:space-between;margin-bottom:25px;margin-right:25px;margin-left:25px}.price-supp__left{flex:1 1 50%;display:flex;flex-direction:column;align-items:flex-start}.price-supp__title{font-size:1.7em;font-weight:600;text-align:left;flex-shrink:0;line-height:1.2}.price-supp__right{flex:1 1 50%;display:flex;flex-direction:column;align-items:flex-start}.price-supp__top{font-size:1em;line-height:1.5;text-align:left;margin-bottom:1rem}.price-supp__bottom{text-align:left;margin-bottom:10px}.price-supp__bottom a{text-decoration:none;transition:color .3s}.price-supp__bottom a:hover{color:#d65a00;text-decoration:underline}@media (max-width: 768px){.price-supp__container{flex-direction:column;gap:2em}.price-supp__title{font-size:1.3em}.price-supp__left,.price-supp__right{flex:1 1 100%}}.product-display{display:flex;align-items:stretch;padding:10rem 2rem 2rem 2rem;background-size:cover;background-position:center;position:relative}@media (max-width: 768px){.product-display{flex-direction:column;text-align:center;padding:7rem 1.5rem 1.5rem 1.5rem}}@media (max-width: 480px){.product-display{padding:5rem 1rem 1rem 1rem}}.product-display .product-image-container{flex:1;display:flex;justify-content:center;align-items:stretch}.product-display .product-image-container img{max-width:70vw;width:100%;height:100%;object-fit:contain;border-radius:4px}.product-display .product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-left:2rem}@media (max-width: 768px){.product-display .product-info{padding-left:0;margin-top:1.5rem;align-items:center}}@media (max-width: 480px){.product-display .product-info{margin-top:1rem}}.product-display .product-info .product-text-block{display:flex;flex-direction:column;gap:1.25rem;word-break:break-word;width:100%}.product-display .product-info .product-text-block .product-id-label{font-weight:600;font-size:1rem;text-transform:uppercase;color:#888;letter-spacing:.08em}@media (max-width: 768px){.product-display .product-info .product-text-block .product-id-label{font-size:.9rem}}@media (max-width: 480px){.product-display .product-info .product-text-block .product-id-label{font-size:.8rem}}.product-display .product-info .product-text-block .product-pre-title{font-size:1rem;color:#ddd;letter-spacing:.08em}@media (max-width: 768px){.product-display .product-info .product-text-block .product-pre-title{font-size:.8rem}}@media (max-width: 480px){.product-display .product-info .product-text-block .product-pre-title{font-size:.7rem}}.product-display .product-info .product-text-block .product-title{font-size:1.5rem;font-weight:400;color:#fff;letter-spacing:.08em}@media (max-width: 768px){.product-display .product-info .product-text-block .product-title{font-size:1.1rem}}@media (max-width: 480px){.product-display .product-info .product-text-block .product-title{font-size:.9rem}}.product-display .product-info .product-text-block .product-subtitle{font-size:.9rem;color:#ccc;line-height:1.4;letter-spacing:.08em}@media (max-width: 768px){.product-display .product-info .product-text-block .product-subtitle{font-size:.7rem;margin-left:25px;margin-right:25px}}@media (max-width: 480px){.product-display .product-info .product-text-block .product-subtitle{font-size:.6rem}}.product-display .product-info .product-text-block .product-meta{display:flex;align-items:baseline;font-size:.8rem;color:#fff;padding-bottom:.75rem;border-bottom:0;position:relative;letter-spacing:.08em}@media (max-width: 768px){.product-display .product-info .product-text-block .product-meta{font-size:.6rem}}@media (max-width: 480px){.product-display .product-info .product-text-block .product-meta{font-size:.5rem}}.product-display .product-info .product-text-block .product-meta::after{content:"";display:block;height:1px;width:100%;position:absolute;left:0;bottom:0;background:linear-gradient(to right, #f77d06 0%, #f77d06 18%, rgba(255,255,255,.3) 18%, rgba(255,255,255,.3) 100%);pointer-events:none}.product-display .product-info .product-external{display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;align-items:center;justify-items:center;margin-top:1rem;width:100%;font-size:14px}@media (max-width: 768px){.product-display .product-info .product-external{flex-direction:column;gap:1.25rem;align-items:stretch}.product-display .product-info .product-external .external-pair,.product-display .product-info .product-external .external-item{width:100%;gap:.3rem}}@media (max-width: 480px){.product-display .product-info .product-external{gap:.7rem;font-size:11px}}.product-display .product-info .product-details{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1.25rem;font-size:1rem;font-weight:600;color:#ff7800;margin-top:2rem}@media (max-width: 768px){.product-display .product-info .product-details{justify-content:center;font-size:.9rem}}@media (max-width: 480px){.product-display .product-info .product-details{font-size:.8rem;gap:1rem}}.product-display .product-info .product-details .details-button{width:48px;height:48px;border-radius:50%;background-color:#ff7800;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease;letter-spacing:.08em}.product-display .product-info .product-details .details-button:hover{background-color:#ff8c00}.product-display .product-info .product-details .details-button svg{width:20px;height:20px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.meta-a{font-weight:600;color:#fff;margin-right:0;min-width:16em;display:inline-block;text-align:left}.meta-b{font-weight:400;color:#fff}.product-content{padding-left:3rem}.quick-jump{display:flex;justify-content:center;gap:2rem;padding:1rem;flex-wrap:nowrap;overflow-x:unset;margin-top:4rem;margin-bottom:4rem}.quick-jump .quick-jump-item{display:flex;flex-direction:column;align-items:flex-start;position:relative;padding-bottom:1rem;width:100%;max-width:320px;transition:max-width .2s,font-size .2s}.quick-jump .content-group{display:flex;align-items:center;gap:1.25rem;width:100%}.quick-jump .title{font-size:1.125rem;color:#fff;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:font-size .2s}.quick-jump .jump-button{width:44px;height:44px;border-radius:50%;background-color:#b67601;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,width .2s,height .2s;flex-shrink:0}.quick-jump .jump-button:hover{background-color:#ff8c00}.quick-jump .jump-button svg{width:20px;height:20px;stroke:#000;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.quick-jump .quick-jump-item::after{content:"";position:absolute;bottom:0;left:0;width:30%;height:2px;background-color:gray;border-radius:1px}@media (max-width: 1200px){.quick-jump{gap:1.25rem}.quick-jump .quick-jump-item{max-width:240px}.quick-jump .title{font-size:1rem}.quick-jump .jump-button{width:38px;height:38px}}@media (max-width: 900px){.quick-jump{gap:1rem}.quick-jump .quick-jump-item{max-width:180px}.quick-jump .title{font-size:.95rem}.quick-jump .jump-button{width:32px;height:32px}}@media (max-width: 700px){.quick-jump{flex-wrap:wrap;overflow-x:unset}.quick-jump .quick-jump-item{max-width:140px}.quick-jump .title{font-size:.85rem}.quick-jump .jump-button{width:28px;height:28px}}@media (max-width: 400px){.quick-jump{gap:.5rem}.quick-jump .quick-jump-item{max-width:100px}.quick-jump .title{font-size:.75rem;white-space:normal;width:100%}.quick-jump .jump-button{width:22px;height:22px}}.recruit-intro-container{padding-top:1.5rem;padding-bottom:3rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;font-size:1.25rem}.recruit-intro-title{color:#fff;font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:2.5rem;width:100%}.recruit-intro-body{color:#bbb;padding-right:16px;padding-left:16px}.sc-list__item{display:grid;grid-template-columns:140px 1fr;align-items:center;margin-top:1em;margin-bottom:.5em}.sc-list__label{font-weight:600;color:#fff;white-space:nowrap;font-size:.9em}.sc-list__value{margin-left:55px}.sc-list__link{color:inherit;font-weight:500;text-decoration:none;transition:color .3s ease;display:block;line-height:1.4}.sc-list__link:hover{color:#ff7800}.sc-list__divider{height:2px;width:100%;background:linear-gradient(to right, #ff7800 80px, #666 1px);margin-bottom:1em}@media (max-width: 479px){.sc-list__item{grid-template-columns:90px 1fr;gap:5px;align-items:center;font-size:.8em}}.scroll-hint{position:absolute;left:50%;transform:translateX(-50%);z-index:1000;pointer-events:none;text-align:center;display:flex;flex-direction:column;align-items:center;transition:opacity .5s ease-in-out;opacity:1}.scroll-hint--hidden{opacity:0;pointer-events:none}.scroll-hint--bounce{animation:js-bounce 3s ease-in-out infinite}@keyframes js-bounce{0%, 100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.scroll-hint-inner{display:flex;flex-direction:column;align-items:center}.scroll-hint span{display:block;font-size:1.5rem;font-weight:normal;margin-bottom:.2em}.arrow{display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 3000px){.scroll-hint span{font-size:3rem}.arrow svg{width:3.6rem;height:3.6rem}}.segment__title{color:#fff;font-size:var(--font-size-xx-large);font-weight:900;letter-spacing:2px}.segment__subtitle{color:#888;font-size:12px;font-weight:400;margin-top:0px;margin-bottom:0px}.segment__slogan{color:#fff;font-size:12px;font-weight:600;margin-top:0px;margin-bottom:0px}.segment__divider{background-color:#f77d06;width:24px;height:2px;margin-top:10px}.spec-columns{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.spec-column{flex:1;min-width:300px}@media (max-width: 600px){.spec-columns{flex-direction:column}.spec-column{min-width:auto}}.spec-row{display:flex;align-items:center;padding:.75rem 0}.spec-left{font-weight:600;color:#fff;flex-shrink:0;margin-right:.25rem;width:45%;font-size:.85rem}.spec-right{flex-grow:1;text-align:left;color:#aaa;font-weight:400;font-size:.85rem}.spec-divider{margin-right:.75rem;user-select:none;color:#999;flex-shrink:0;display:none}.spec-row-divider{border:none;border-bottom:1px solid #666;margin:.5rem 0}@media (max-width: 900px) and (min-width: 601px){.spec-left,.spec-right{font-size:.75rem}.spec-divider{margin-right:.5rem}}@media (max-width: 600px){.spec-row{flex-direction:column;align-items:flex-start;padding:.75rem 0}.spec-left{width:100%;margin-right:0;font-size:.8rem;margin-bottom:.25rem;color:#fff}.spec-right{width:100%;font-size:.8rem;text-align:left;color:#aaa}.spec-divider{display:none}.spec-row-divider{border-bottom:1px solid #666}}.section-title-divider{margin:.5rem 0}.spec-sheet-grid{max-width:80vw;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.splash{display:flex;flex-direction:column;align-items:stretch;position:relative}.vertical-text{flex-shrink:0;writing-mode:vertical-rl;font-size:12pt;font-weight:600;letter-spacing:.2em;text-shadow:2px 2px 4px rgba(0,0,0,.8);color:#fff;margin-left:30px;margin-right:300px;background:rgba(0,0,0,0);z-index:2}.splash-image{display:flex;align-items:center;flex-shrink:0;overflow:hidden;margin-bottom:50px}.splash-image img{height:auto;display:block;flex-shrink:0;width:1450px}.splash-footer{position:relative;display:flex;flex-wrap:wrap;justify-content:right;gap:55px;margin-right:55px;margin-bottom:50px}.banner-image{display:flex;align-items:center;margin-top:2rem;margin-left:1rem;overflow:visible}.small-elements{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;width:300px;margin-right:3rem;height:45vh;text-align:right;flex-shrink:0}.small-element{text-align:right;width:100%}.gray-text{font-size:1.05rem;color:gray;margin:0;line-height:1.4}.black-text{font-size:1.3rem;color:#000;font-weight:bold;margin:.2rem 0 0 0;line-height:1.4}.social-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;order:1}.social-label{font-family:Arial,sans-serif;font-size:1rem;font-weight:normal;color:#fff;letter-spacing:.1em;margin-right:.5rem}.social-icons a{width:1.8rem;height:1.8rem;color:#fff;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.social-icons a:hover{opacity:.3}.social-icons .icon{mask-image:var(--icon);width:100%;height:100%}@keyframes floatDown{0%, 100%{transform:translateY(0)}50%{transform:translateY(5px)}}@media only screen and (max-width: 430px){.splash-image{width:1450px;margin-left:auto;margin-right:auto;overflow:hidden;transform:translateX(-190px)}.splash-image img{width:900px;height:auto;object-fit:cover}.vertical-text{margin:0;display:none}.splash-footer{justify-content:center;margin-left:20px;margin-right:20px;gap:1rem;margin-bottom:20px}.social-icons a{width:1.5em;height:1.5em}}@media only screen and (min-width: 3000px){.vertical-text{font-size:3rem}.splash-image img{width:80vw}.social-icons a{width:5.4rem;height:5.4rem}.social-icons .icon{width:100%;height:100%}.social-label{font-size:3rem}.banner-image{width:100vw;display:flex;justify-content:center;align-items:center;overflow:hidden}.banner-image img{width:100%;height:auto}}strong.title{color:var(--accent-color);font-size:var(--font-size-x-large);line-height:1}.tagline{text-align:left;font-size:1.25rem}.tagline-title{font-size:2.6em;font-weight:950;letter-spacing:.05em;margin-bottom:.5rem;padding:1rem 1rem}.tagline-subtitle{font-size:1em;color:#fff;line-height:1.6;margin-bottom:4rem;padding:2rem 2rem}@media (width >= 1025px){.tagline-title{font-size:2.7em;font-weight:600;letter-spacing:.05em;text-align:center}.tagline-subtitle{font-size:.85em;text-align:center;line-height:1.6}}@media (width <= 1024px){.tagline{padding:2rem 3rem}.tagline-title,.tagline-subtitle{text-align:center}}@media (max-width: 479px){.tagline{padding:1rem}.tagline-title{font-size:1.75em}.tagline-subtitle{font-size:1em}}.threecard{background-color:rgba(0,0,0,0);padding:2rem;text-align:left;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:1.25rem}.threecard-title{font-size:2.6em;font-weight:950;letter-spacing:.05em;margin-bottom:.5rem;text-stroke:1px #fff}.threecard-subtitle{font-size:.75em;color:#fff;line-height:1.6;margin-bottom:4rem}.threecard-container{display:flex;gap:1rem;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}.threecard-column{flex:1 1 30%;min-width:250px;display:flex;flex-direction:column}.threecard-label{display:flex;justify-content:flex-end;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;position:relative;height:4rem}.threecard-label .label-prefix{font-size:.8em;color:#aaa;font-weight:600;user-select:none;position:absolute;top:.5rem;left:.5rem}.threecard-label .label-number{font-size:8rem;font-weight:400;color:#bbb;line-height:.75;height:4rem;overflow:hidden;display:inline-block;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;user-select:none}.threecard-cardleft,.threecard-cardmiddle,.threecard-cardright{background-size:cover;background-position:center;border-radius:.5rem;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:left;border:1px solid #aaa;height:100%}.threecard-cardleft-content,.threecard-cardmiddle-content,.threecard-cardright-content{flex-grow:1;display:flex;flex-direction:column}.threecard-cardleft-content h2,.threecard-cardmiddle-content h2,.threecard-cardright-content h2{font-size:1.1em;font-weight:900;margin-bottom:1.5rem;color:#fff;text-align:left;user-select:none;padding-left:1rem;padding-right:1rem}.threecard-cardleft-content div,.threecard-cardmiddle-content div,.threecard-cardright-content div{font-size:.55em;font-weight:400;line-height:1.5;color:#fff;text-align:left;user-select:none;padding-left:1rem;padding-right:1rem}.threecard-leftbtn-container,.threecard-middlebtn-container,.threecard-rightbtn-container{margin-top:auto;text-align:left}.threecard-leftlink-btn,.threecard-middlelink-btn,.threecard-rightlink-btn{display:inline-block;background-color:rgba(0,0,0,.6);color:#fff;padding:.4rem .8rem;border-radius:.375rem;text-decoration:none;font-weight:500;font-size:1em;transition:background-color .3s ease}.threecard-leftlink-btn:hover,.threecard-middlelink-btn:hover,.threecard-rightlink-btn:hover{background-color:rgba(0,0,0,.8)}@media (width >= 1025px){.threecard{padding:3rem 4rem}.threecard-title{font-size:2.7em;font-weight:950;letter-spacing:.05em;text-align:center;text-stroke:1px #fff}.threecard-subtitle{font-size:.85em;text-align:center;line-height:1.6}.threecard-cardleft-content h2,.threecard-cardmiddle-content h2,.threecard-cardright-content h2{font-size:1.2em;font-weight:500;margin-bottom:1.75rem;padding-left:1rem;padding-right:1rem}.threecard-cardleft-content div,.threecard-cardmiddle-content div,.threecard-cardright-content div{font-size:.75em;padding-left:1rem;padding-right:1rem}.threecard-leftlink-btn,.threecard-middlelink-btn,.threecard-rightlink-btn{font-size:1.2em;padding:.5rem 1rem}}@media (width <= 1024px){.threecard{padding:2rem 3rem}.threecard-container{flex-direction:column;gap:1.5rem}.threecard-column{flex:1 1 100%}.threecard-title,.threecard-subtitle{text-align:center}}@media (width <= 768px){.threecard{padding:1.5rem 2rem}.threecard-container{gap:2rem}.threecard-cardleft-content h2,.threecard-cardmiddle-content h2,.threecard-cardright-content h2{font-size:1.5em}.threecard-cardleft-content div,.threecard-cardmiddle-content div,.threecard-cardright-content div{font-size:1.1em}}@media (max-width: 479px){.threecard{padding:1rem}.threecard-title{font-size:1.75em}.threecard-subtitle{font-size:1.25em}.threecard-cardleft-content h2,.threecard-cardmiddle-content h2,.threecard-cardright-content h2{font-size:1.25em}.threecard-cardleft-content div,.threecard-cardmiddle-content div,.threecard-cardright-content div{font-size:1em}}.title-block{background-size:cover;background-position:center;position:relative;z-index:1;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:1.5em;margin-bottom:1em;margin-top:50px}.title-content{text-align:left;max-width:600px;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;margin-left:3rem}.title-content h1{color:#fff;margin:0;font-size:3rem !important;font-weight:950 !important;letter-spacing:.1em}.title-content .title-description{color:#fff;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:.8em;margin:.5em 0}.title-content p{color:#bebebe;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif;font-size:1em;margin:.5em 0}@media (max-width: 479px){.title-content p{font-size:.9em}}.title-divider{background-color:#f77d06;border:none;height:4px;width:5%;margin-top:1em}.title-style-top{color:#fff;font-size:.5em;font-weight:400;margin-top:6em;margin-left:0;text-align:left;letter-spacing:.05em}.twocard{background-color:rgba(0,0,0,0);padding:2rem;text-align:center;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif}.twocard-title{font-size:1.75rem;margin-bottom:.5rem;font-weight:bold;color:inherit}.twocard-subtitle{font-size:1rem;color:#ccc;margin-bottom:2rem}.twocard-container{display:flex;gap:1rem;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}.twocard-column{flex:1 1 45%;min-width:250px;display:flex;flex-direction:column}.twocard-cardleft,.twocard-cardright{display:flex;flex-direction:column;flex-grow:1;height:100%;align-items:center;padding:1.25rem;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:.5rem;border:1px solid #fff;background-color:rgba(0,0,0,0)}.twocard-cardleft img,.twocard-cardright img{width:100%;height:auto;border-radius:.5rem;margin-bottom:1rem;object-fit:contain}.twocard-cardleft-content,.twocard-cardright-content{margin-top:auto}.twocard-cardleft-content h2,.twocard-cardright-content h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.twocard-cardleft-content div,.twocard-cardright-content div{font-size:1rem;font-weight:400;line-height:1.3;color:#fff}@media (min-width: 1025px){.twocard{padding:3rem 4rem}.twocard-title{font-size:2.25rem}.twocard-subtitle{font-size:1.25rem}.twocard-container{flex-wrap:nowrap;flex-direction:row;gap:1rem;align-items:stretch}.twocard-column{flex:1 1 45%;min-width:250px}.twocard-cardleft-content h2,.twocard-cardright-content h2{font-size:2rem;margin-bottom:1.5rem}.twocard-cardleft-content div,.twocard-cardright-content div{font-size:1.25rem}}@media (max-width: 1024px){.twocard{padding:2rem 3rem}.twocard-title{font-size:2rem}.twocard-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.twocard-container{flex-direction:column;gap:1.5rem}.twocard-column{flex:1 1 100%;min-width:unset}.twocard-cardleft-content h2,.twocard-cardright-content h2{font-size:1.75rem;margin-bottom:1rem}.twocard-cardleft-content div,.twocard-cardright-content div{font-size:1.1rem}}@media (max-width: 768px){.twocard{padding:1.5rem 2rem}.twocard-title{font-size:1.75rem}.twocard-subtitle{font-size:1rem;margin-bottom:1rem}.twocard-container{flex-direction:column;gap:2rem}.twocard-column{flex:1 1 100%;min-width:unset}.twocard-cardleft-content h2,.twocard-cardright-content h2{font-size:1.5rem;margin-bottom:1rem}.twocard-cardleft-content div,.twocard-cardright-content div{font-size:1rem}}@media (max-width: 479px){.twocard{padding:1rem}.twocard-title{font-size:1.5rem}.twocard-subtitle{font-size:.9rem;margin-bottom:.8rem}.twocard-container{gap:1rem}.twocard-column{flex:1 1 100%;min-width:unset}.twocard-cardleft-content h2,.twocard-cardright-content h2{font-size:1.25rem;margin-bottom:.75rem}.twocard-cardleft-content div,.twocard-cardright-content div{font-size:.9rem}}.twocols{display:flex;gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;padding:1rem;box-sizing:border-box;background-color:rgba(0,0,0,0)}.twocols-left{flex:0 0 30%;display:flex;flex-direction:column;justify-content:flex-start}.twocols-right{flex:1 1 65%}@media (max-width: 1199px){.twocols{padding:3rem 4vw}}@media (max-width: 991px){.twocols{flex-wrap:wrap;padding:2rem 3vw}.twocols-left{flex:1 1 40%;margin-bottom:2rem}.twocols-right{flex:1 1 55%}}@media (max-width: 767px){.twocols{flex-direction:column;padding:1.5rem 2vw}.twocols-left,.twocols-right{flex:1 1 100%;margin-bottom:1.5rem}.twocols-grid{grid-template-columns:1fr;gap:1.2rem}}@media (max-width: 479px){.twocols{padding:1rem 1.5vw}.twocols-left,.twocols-right{margin-bottom:1rem}}h1,h2,h3,h4,h5,h6{text-wrap:balance;margin:2rem 0 1rem;font-weight:normal;line-height:normal;font-family:"Montserrat","Zen Kaku Gothic New",sans-serif}h1{font-size:var(--font-size-xxx-large)}h2{font-size:var(--font-size-xx-large);font-weight:900;letter-spacing:2px}h3{font-size:var(--font-size-x-large);font-weight:700}h4{font-size:var(--font-size-large);font-weight:500}h5{font-size:var(--font-size-medium)}h6{font-size:var(--font-size-small)}small{color:var(--fg-muted-5);font-size:var(--font-size-small-em)}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-thickness:max(1px,.0625em)}figcaption{color:var(--fg-muted-4);font-size:var(--font-size-small-em);text-align:center}blockquote{margin:0;border-radius:.25rem;border-inline-start:.25rem solid var(--accent-color);padding-inline-start:.75rem;color:var(--fg-muted-5)}mark,del,ins,samp,q{box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);padding:.125rem .375rem}mark{background-color:var(--accent-color-alpha);color:var(--accent-color)}del{background-color:var(--red-bg);color:var(--red-fg);text-decoration:line-through;text-decoration-thickness:max(1px,.0625em)}ins{background-color:var(--green-bg);color:var(--green-fg);text-decoration:underline;text-decoration-thickness:max(1px,.0625em)}samp{background-color:var(--fg-muted-1);color:var(--fg-muted-5);font-size:var(--font-size-small-em)}q{background-color:var(--fg-muted-1);color:var(--fg-muted-5);font-style:italic}u{text-decoration:underline wavy var(--red-fg);text-decoration-thickness:max(1px,.0625em)}progress{appearance:none;box-shadow:var(--edge-highlight);border:none;border-radius:999px;background-color:var(--fg-muted-1);width:100%;height:.5rem;color:var(--accent-color)}progress:indeterminate{background-color:var(--fg-muted-1)}kbd{display:inline-block;transition:var(--transition);cursor:pointer;box-shadow:var(--edge-highlight),inset 0 -.125rem 0 var(--fg-muted-2);border-radius:var(--rounded-corner-small);background-color:var(--fg-muted-1);padding:.125rem .375rem;font-size:var(--font-size-small-em)}kbd:active{transform:translateY(.125rem);box-shadow:inset 0 .0625rem 0 var(--fg-muted-2);background-color:var(--fg-muted-2)}a{color:var(--accent-color);font-weight:600;text-decoration-thickness:max(1px,.0625em)}a:hover{text-decoration-style:wavy}hr{margin:2rem auto;border:none;height:.1875rem;border-radius:2px;overflow:visible;text-align:center;background:linear-gradient(to right, var(--accent-color) 10%, var(--fg-muted-1) 10%)}dt{font-weight:bold}dd{margin-inline-start:1.5rem;margin-block-end:1rem}aside{float:right;margin-inline-start:1rem;box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--accent-color-alpha);padding:1rem;width:30%}:root[dir*=rtl] aside{float:left}@media only screen and (max-width: 720px){aside{float:none;margin-inline-start:0;width:100%}}aside:first-child{margin-block-start:0}aside:last-child{margin-block-end:0}details summary{cursor:pointer;box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:1rem;color:var(--fg-muted-5);font-weight:bold;line-height:1;list-style:none}details summary::before{mask-image:var(--icon-down);display:inline-block;vertical-align:-.125em;transition:var(--transition);margin-inline-end:.25rem;background-color:currentColor;width:1rem;height:1rem;content:""}details:last-child{margin-block-end:0}details[open]{box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:1rem}details[open] summary{box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);padding:0}details[open] summary::before{transform:scaleY(-1)}details[open] summary~*{animation:details-open var(--transition)}@keyframes details-open{from{transform:translateY(-1rem);opacity:0}}figure{margin-inline:0}ol,ul{padding-inline-start:1.5rem}li{margin:.125rem 0;padding-inline-start:.25rem}li::marker{color:var(--accent-color);font-weight:bold}:root{--bg-color: color-mix(in srgb, var(--accent-color) 10%, rgb(30, 42, 70));--bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9));--fg-color: rgb(255 255 255);--fg-contrast: rgb(0 0 0 / 0.8);--fg-muted-1: rgb(255 255 255 / 0.05);--fg-muted-2: rgb(255 255 255 / 0.1);--fg-muted-3: rgb(255 255 255 / 0.2);--fg-muted-4: rgb(255 255 255 / 0.5);--fg-muted-5: rgb(255 255 255 / 0.6);--glass-bg: rgb(25 25 25 / 0.7);--accent-color-alpha: rgb(from var(--accent-color) r g b / var(--color-opacity));--blue-bg: rgb(from var(--blue-fg) r g b / var(--color-opacity));--blue-fg: rgb(153 193 241);--brown-bg: rgb(from var(--brown-fg) r g b / var(--color-opacity));--brown-fg: rgb(205 171 143);--green-bg: rgb(from var(--green-fg) r g b / var(--color-opacity));--green-fg: rgb(143 240 164);--purple-bg: rgb(from var(--purple-fg) r g b / var(--color-opacity));--purple-fg: rgb(220 138 221);--red-bg: rgb(from var(--red-fg) r g b / var(--color-opacity));--red-fg: rgb(246 97 81);--yellow-bg: rgb(from var(--yellow-fg) r g b / var(--color-opacity));--yellow-fg: rgb(248 228 92);--l: clamp(0, (l / 0.623 - 1) * -infinity, 1);--a: calc(var(--l) + (var(--dim-opacity) * (1 - var(--l))));--contrast-color: oklch(from var(--accent-color) var(--l) 0 h / var(--a));--container-width: 90%;--rounded-corner: 0.75rem;--rounded-corner-small: 0.5rem;--blur: saturate(1.8) blur(0.75rem);--font-size-xx-small: 0.625rem;--font-size-x-small: 0.75rem;--font-size-small: 0.875rem;--font-size-medium: 1rem;--font-size-large: 1.25rem;--font-size-x-large: 1.5rem;--font-size-xx-large: 2rem;--font-size-xxx-large: 3rem;--font-size-xx-small-em: 0.625em;--font-size-x-small-em: 0.75em;--font-size-small-em: 0.875em;--font-size-medium-em: 1em;--font-size-large-em: 1.25em;--font-size-x-large-em: 1.5em;--font-size-xx-large-em: 2em;--font-size-xxx-large-em: 3em;--font-system-ui: system-ui, sans-serif;--font-transitional: Charter, "Bitstream Charter", "Sitka Text", Cambria, 			serif;--font-old-style: "Iowan Old Style", "Palatino Linotype", 			"URW Palladio L", P052, serif;--font-humanist: Seravek, "Gill Sans Nova", Ubuntu, Calibri, 			"DejaVu Sans", source-sans-pro, sans-serif;--font-geometric-humanist: Avenir, Montserrat, Corbel, "URW Gothic", 			source-sans-pro, sans-serif;--font-classical-humanist: Optima, Candara, "Noto Sans", source-sans-pro, 			sans-serif;--font-neo-grotesque: Inter, Roboto, "Helvetica Neue", "Arial Nova", 			"Nimbus Sans", Arial, sans-serif;--font-monospace-slab-serif: "Nimbus Mono PS", "Courier New", monospace;--font-industrial: Bahnschrift, "DIN Alternate", 			"Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, 			sans-serif;--font-rounded-sans: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, 			Comfortaa, Manjari, "Arial Rounded MT", "Arial Rounded MT Bold", 			Calibri, source-sans-pro, sans-serif;--font-slab-serif: Rockwell, "Rockwell Nova", "Roboto Slab", 			"DejaVu Serif", "Sitka Small", serif;--font-antique: Superclarendon, "Bookman Old Style", "URW Bookman", 			"URW Bookman L", "Georgia Pro", Georgia, serif;--font-didone: Didot, "Bodoni MT", "Noto Serif Display", 			"URW Palladio L", P052, Sylfaen, serif;--font-handwritten: "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, 			casual, cursive;--color-opacity: 0.1;--dim-opacity: 0.8;--disabled-opacity: 0.6;--hover: scale(1.01);--active: scale(0.9);--transition: 0.2s;--transition-longer: 0.4s;--transition-long: 0.8s;--icon-archive: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M2 1C.89 1 0 1.89 0 3v2c0 .751.41 1.402 1.018 1.744A2 2 0 0 0 1 7v7c0 1.11.89 2 2 2h10c1.11 0 2-.89 2-2V7a2 2 0 0 0-.018-.256A2 2 0 0 0 16 5V3c0-1.11-.89-2-2-2zm0 2h12v2H2zm1 4h10v7H3zm3 1v1h4V8z'/%3E%3C/svg%3E");--icon-backlink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5 14a1 1 0 0 1-.707-.293l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L3.414 8H12c1.117 0 2-.883 2-2s-.883-2-2-2c-.55 0-1-.45-1-1s.45-1 1-1c2.2 0 4 1.8 4 4s-1.8 4-4 4H3.414l2.293 2.293A1 1 0 0 1 5 14m0 0'/%3E%3C/svg%3E");--icon-boosts: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 1v2H4C1.8 3 0 4.8 0 7v2a4 4 0 0 0 1.02 2.672 1 1 0 1 0 1.488-1.336A1.97 1.97 0 0 1 2 9V7c0-1.125.875-2 2-2h4v2h1v-.008a1 1 0 0 0 .707-.285l2-2a1 1 0 0 0 0-1.414l-2-2A1 1 0 0 0 9 1.008V1zm6.29 3a1 1 0 0 0-.72.258.993.993 0 0 0-.078 1.41c.317.355.508.816.508 1.34v2c0 1.125-.875 2-2 2H8V9H7v.008a1 1 0 0 0-.707.285l-2 2a1 1 0 0 0 0 1.414l2 2c.187.184.441.29.707.285V15h1v-1.992h4c2.2 0 4-1.805 4-4v-2a4 4 0 0 0-1.02-2.676A1 1 0 0 0 14.29 4m0 0'/%3E%3C/svg%3E");--icon-bug: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5 0c-.55 0-1 .45-1 1 0 .691.39 1.285.8 1.605C4.298 3.277 4 4.105 4 5H3V4H1v1c0 .832.563 1.523 1.05 1.77.493.246.95.23.95.23h1v1H1v2h3v1H3s-.457-.016-.95.23C1.563 11.477 1 12.168 1 13v3h2v-3h1.129c.45 1.719 2.016 3 3.871 3s3.422-1.281 3.871-3H13v3h2v-3c0-.832-.562-1.523-1.05-1.77-.493-.246-.95-.23-.95-.23h-1v-1h3V8h-3V7h1s.457.016.95-.23C14.437 6.523 15 5.832 15 5V4h-2v1h-1c0-.895-.297-1.723-.8-2.395.41-.32.8-.914.8-1.605 0-.55-.45-1-1-1s-1 .45-1 1a1 1 0 0 0-.645.238C8.93 1.086 8.473 1 8 1s-.93.086-1.355.238A1 1 0 0 0 6 1c0-.55-.45-1-1-1m2.969 5.031h.062A.97.97 0 0 1 9 6v3.063a.97.97 0 0 1-.969.968H7.97A.97.97 0 0 1 7 9.062V6a.97.97 0 0 1 .969-.969m0 6h.062A.97.97 0 0 1 9 12v.063a.97.97 0 0 1-.969.968H7.97a.97.97 0 0 1-.97-.969V12a.97.97 0 0 1 .969-.969m0 0'/%3E%3C/svg%3E");--icon-caution: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5 0a1 1 0 0 0-.707.293l-4 4A1 1 0 0 0 0 5v6a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 5 16h6a1 1 0 0 0 .707-.293l4-4A1 1 0 0 0 16 11V5a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 11 0zm.414 2h5.172L14 5.414v5.172L10.586 14H5.414L2 10.586V5.414zM8 4c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1s1-.446 1-1V5c0-.554-.446-1-1-1m0 6a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-checkmark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M13.754 4.668c.176-.2.262-.461.246-.723a1 1 0 0 0-.34-.687 1 1 0 0 0-.726-.246 1 1 0 0 0-.688.34L5.95 10.547 3.707 8.3A1 1 0 0 0 2 9.01a1 1 0 0 0 .293.708l3 3c.195.195.465.3.742.293.278-.012.535-.133.719-.344zm0 0'/%3E%3C/svg%3E");--icon-copy: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3c0-1.645 1.355-3 3-3h5c1.645 0 3 1.355 3 3 0 .55-.45 1-1 1s-1-.45-1-1c0-.57-.43-1-1-1H3c-.57 0-1 .43-1 1v5c0 .57.43 1 1 1 .55 0 1 .45 1 1s-.45 1-1 1c-1.645 0-3-1.355-3-3zm5 5c0-1.645 1.355-3 3-3h5c1.645 0 3 1.355 3 3v5c0 1.645-1.355 3-3 3H8c-1.645 0-3-1.355-3-3zm2 0v5c0 .57.43 1 1 1h5c.57 0 1-.43 1-1V8c0-.57-.43-1-1-1H8c-.57 0-1 .43-1 1m0 0'/%3E%3C/svg%3E");--icon-done: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M7.883 0q-.486.008-.965.074a7.98 7.98 0 0 0-4.602 2.293 8.01 8.01 0 0 0-1.23 9.664 8.015 8.015 0 0 0 9.02 3.684 8 8 0 0 0 5.89-7.75 1 1 0 1 0-2 .008 5.986 5.986 0 0 1-4.418 5.816 5.996 5.996 0 0 1-6.762-2.766 5.99 5.99 0 0 1 .922-7.25 5.99 5.99 0 0 1 7.239-.984 1 1 0 0 0 1.363-.371c.273-.48.11-1.09-.371-1.367A8 8 0 0 0 9.492.14 8 8 0 0 0 7.882 0m7.15 1.998-.1.002a1 1 0 0 0-.687.34L7.95 9.535 5.707 7.29A1 1 0 0 0 4 8a1 1 0 0 0 .293.707l3 3c.195.195.465.3.742.293.277-.012.535-.133.719-.344l7-8A1 1 0 0 0 16 2.934a1 1 0 0 0-.34-.688 1 1 0 0 0-.627-.248'/%3E%3C/svg%3E");--icon-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m2.293 6.707 5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414L8 9.586 3.707 5.293a1 1 0 1 0-1.414 1.414m0 0'/%3E%3C/svg%3E");--icon-feed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M1.988 1.988V3c.008.547.453.984 1 .988.004-.004.008-.004.012-.004v.028A8.977 8.977 0 0 1 11.988 13a.991.991 0 0 0 1 .984h1V13h-.004c0-.004 0-.004.004-.008C13.984 7.02 9.184 2.148 3.242 2.02A1.004 1.004 0 0 0 3 1.988v-.004zm0 4V7c.008.547.453.984 1 .988.004-.004.008-.004.012-.004V8a4.985 4.985 0 0 1 4.996 4.844 1.002 1.002 0 0 0 .988 1.145c.008-.005.012-.005.016-.005v.004h.984V13H10c0-3.793-3.047-6.898-6.82-6.992 0-.004-.004-.004-.004-.004A.892.892 0 0 0 3 5.988v-.004zm2 4a1.999 1.999 0 1 0-.002 3.998 1.999 1.999 0 0 0 .002-3.998m0 0'%3E%3C/path%3E%3C/svg%3E");--icon-fire: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9.184.973C4.957 3.113 5.586 6.273 7 9 5.762 7.36 5.016 5.48 5 4 3.375 5 2 7 2 9a6.005 6.005 0 0 0 3.969 5.648c-.492-.84-.367-1.96.703-3.015 2.14-2.11 1.558-2.735 1.558-2.735 2.266 1.149-.32 3.137.418 3.88.563.558 1.758-1.391 1.77-2.184.848.96 1.246 1.676 1.246 2.75q0 .273-.035.52c2.512-1.805 3.273-5.41.46-8.184C8.095 1.742 9.185.973 9.185.973m0 0'/%3E%3C/svg%3E");--icon-first: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 2v12h2V8.414l5.293 5.293a1 1 0 1 0 1.414-1.414L7.414 8l4.293-4.293a1 1 0 1 0-1.414-1.414L5 7.586V2zm0 0'/%3E%3C/svg%3E");--icon-git: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0a1 1 0 0 0-.707.293L5.707 1.875l5.238 5.234c.176-.07.364-.109.555-.109A1.5 1.5 0 1 1 10 8.5q0-.276.102-.535L8.05 5.915v4.19a1.5 1.5 0 1 1-1-.035V4.914L4.859 2.727.293 7.293a1 1 0 0 0 0 1.414l7 7a1 1 0 0 0 1.414 0l7-7a1.007 1.007 0 0 0 0-1.414l-7-7A1 1 0 0 0 8 0m0 0'/%3E%3C/svg%3E");--icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 .361a2.2 2.2 0 0 0-1.41.51L2.129 4.59A3.14 3.14 0 0 0 1 7v6c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V7c0-.93-.414-1.813-1.129-2.41L9.411.87A2.2 2.2 0 0 0 8 .361m0 2.002a.2.2 0 0 1 .129.047l4.46 3.719c.263.215.411.535.411.871v6c0 .547-.453 1-1 1h-2V9c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5H4c-.547 0-1-.453-1-1V7c0-.336.148-.656.41-.871L7.871 2.41A.2.2 0 0 1 8 2.363'/%3E%3C/svg%3E");--icon-important: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 0C1.355 0 0 1.355 0 3v7c0 1.256.893 2.14 2 2.584V15a1 1 0 0 0 1.707.707L6.414 13H13c1.645 0 3-1.355 3-3V3c0-1.645-1.355-3-3-3zm0 2h10c.571 0 1 .429 1 1v7c0 .571-.429 1-1 1H6a1 1 0 0 0-.707.293L4 12.586V12a1 1 0 0 0-1-1c-.571 0-1-.429-1-1V3c0-.571.429-1 1-1m5 1c-.554 0-1 .446-1 1v2c0 .554.446 1 1 1s1-.446 1-1V4c0-.554-.446-1-1-1m0 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0C3.59 0 0 3.59 0 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0 2c3.332 0 6 2.668 6 6s-2.668 6-6 6-6-2.668-6-6 2.668-6 6-6m0 1.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25M6.477 7A.5.5 0 0 0 6.5 8H7v3h-.5a.499.499 0 1 0 0 1h3a.499.499 0 1 0 0-1H9V7zm0 0'/%3E%3C/svg%3E");--icon-languages: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3.98 1v3H1v2h2.947a4.8 4.8 0 0 1-.592 1.871c-.425.758-1.101 1.488-2.062 2.45l1.414 1.413c.92-.92 1.703-1.728 2.283-2.697.38.632.844 1.196 1.377 1.768l.668-2.309a6 6 0 0 1-.41-.625A4.75 4.75 0 0 1 6.033 6h1.53l.511-2H6V1zm5.24 1L6 15h2l.781-3h4.438L14 15h2L12.781 2zm1.562 2h.438l1.5 6H9.28z'/%3E%3C/svg%3E");--icon-last: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M11 2v5.586L5.707 2.293a1 1 0 1 0-1.414 1.414L8.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L11 8.414V14h2V2zm0 0'/%3E%3C/svg%3E");--icon-lightbulb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M7.996 0C5.16 0 2.703 2 2.125 4.777c-.527 2.535.688 5.036 2.871 6.325L5 12a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-.898c2.184-1.293 3.402-3.797 2.871-6.332A6.01 6.01 0 0 0 7.996 0m0 2a3.994 3.994 0 0 1 3.918 3.18 3.99 3.99 0 0 1-2.312 4.484 1.01 1.01 0 0 0-.602.914V11H6.996v-.418a1 1 0 0 0-.598-.914 3.994 3.994 0 0 1-2.316-4.484A3.99 3.99 0 0 1 7.996 2m-.998 4a.5.5 0 0 0-.354.852l1 1a.5.5 0 0 0 .708 0l1-1a.5.5 0 0 0 0-.707.507.507 0 0 0-.707 0l-.649.648-.644-.648A.5.5 0 0 0 6.998 6M6 14v1c0 .555.445 1 1 1h2c.555 0 1-.445 1-1v-1z'/%3E%3C/svg%3E");--icon-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M4 4C1.8 4 0 5.8 0 8s1.8 4 4 4v-2c-1.125 0-2-.875-2-2s.875-2 2-2h3c1.125 0 2 .875 2 2 0 .84-.496 1.535-1.207 1.84l.785 1.84A4 4 0 0 0 11 8c0-2.2-1.8-4-4-4zm8 2v2c1.125 0 2 .875 2 2s-.875 2-2 2H9c-1.125 0-2-.875-2-2 0-.828.484-1.516 1.184-1.828l-.817-1.828A4.01 4.01 0 0 0 5 10c0 2.2 1.8 4 4 4h3c2.2 0 4-1.8 4-4s-1.8-4-4-4'/%3E%3C/svg%3E");--icon-next: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m6.707 13.707 5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 1 0-1.414 1.414L9.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414m0 0'/%3E%3C/svg%3E");--icon-pencil: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M12.277.832c-.578.008-1.168.23-1.691.754l-9 9A2 2 0 0 0 1 12v3h3c.531 0 1.04-.21 1.414-.586l9-9c1.79-1.789.082-4.39-1.89-4.57-.083-.012-.165-.012-.247-.012M10.5 4.437 11.563 5.5 4.5 12.563 3.438 11.5zm0 0'/%3E%3C/svg%3E");--icon-poop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8.963 1.514A4 4 0 0 1 5 5H4c-1.108 0-2 .892-2 2s.892 2 2 2H3c-1.662 0-3 1.338-3 3s1.338 3 3 3h10c1.662 0 3-1.338 3-3s-1.338-3-3-3h-1c1.108 0 2-.892 2-2s-.892-2-2-2h-1a4 4 0 0 0-2.037-3.486'/%3E%3C/svg%3E");--icon-previous: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m9.293 13.707-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414L6.414 8l4.293 4.293a1 1 0 1 1-1.414 1.414m0 0'/%3E%3C/svg%3E");--icon-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m5.707 1.293 6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1-1.414-1.414L9.586 8 4.293 2.707a1 1 0 1 1 1.414-1.414m0 0'/%3E%3C/svg%3E");--icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M6.57.063c-3.578 0-6.5 2.921-6.5 6.5 0 3.578 2.922 6.5 6.5 6.5a6.46 6.46 0 0 0 3.83-1.256l2.975 2.974c.957.938 2.363-.5 1.406-1.437l-2.96-2.961a6.46 6.46 0 0 0 1.25-3.82c0-3.579-2.923-6.5-6.5-6.5m0 2c2.5 0 4.5 2.003 4.5 4.5 0 2.5-2 4.5-4.5 4.5-2.496 0-4.5-2-4.5-4.5 0-2.497 2.004-4.5 4.5-4.5'/%3E%3C/svg%3E");--icon-share: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 1a1 1 0 0 0-.5.135 1 1 0 0 0-.207.158l-3 3a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L7 4.414V10a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4.414l1.293 1.293a1 1 0 0 0 1.414 0 1 1 0 0 0 0-1.414L8.738 1.326 8.7 1.287a1 1 0 0 0-.195-.15l-.008-.004a1 1 0 0 0-.236-.098h-.004A1 1 0 0 0 8 1M4 7c-1.645 0-3 1.355-3 3v2c0 1.645 1.355 3 3 3h8c1.645 0 3-1.355 3-3v-2c0-1.645-1.355-3-3-3a1 1 0 0 0 0 2c.564 0 1 .436 1 1v2c0 .564-.436 1-1 1H4c-.564 0-1-.436-1-1v-2c0-.564.436-1 1-1a1 1 0 0 0 0-2'/%3E%3C/svg%3E");--icon-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0a1 1 0 0 0-.95.684l-1.448 4.34-4.59-.016C.032 5.004-.371 6.266.43 6.828l3.625 2.555-1.5 4.285c-.317.902.687 1.691 1.492 1.172l4.004-2.594 3.894 2.586c.801.531 1.817-.258 1.5-1.16l-1.504-4.29 3.645-2.577c.789-.563.394-1.809-.574-1.813l-4.66-.015L8.949.69A1 1 0 0 0 8 0m0 0'/%3E%3C/svg%3E");--icon-theme-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M.918 8.004a7.072 7.072 0 0 0 14.102.793 1.01 1.01 0 0 0-.457-.957 1 1 0 0 0-1.063-.004 3.9 3.9 0 0 1-2.031.578 3.89 3.89 0 0 1-3.883-3.883c0-.715.203-1.422.578-2.031a1 1 0 0 0-.004-1.062c-.207-.32-.578-.5-.957-.458A7.07 7.07 0 0 0 .918 8.004M5.586 4.53a5.877 5.877 0 0 0 8.965 5.004l-1.52-.96a5.09 5.09 0 0 1-5.035 4.507 5.09 5.09 0 0 1-5.078-5.078 5.09 5.09 0 0 1 4.508-5.035l-.961-1.52a5.9 5.9 0 0 0-.88 3.082m0 0'/%3E%3C/svg%3E");--icon-theme-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8.004-.008a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0v-1c0-.554-.445-1-1-1M3.053 2.035a1 1 0 0 0-.26.035.994.994 0 0 0-.45 1.672l.708.707a1 1 0 1 0 1.414-1.414l-.707-.707a1 1 0 0 0-.705-.293m9.9.012a1 1 0 0 0-.707.293l-.707.707a1 1 0 1 0 1.414 1.414l.707-.707a1 1 0 0 0-.707-1.707M8 4C5.785 4 4 5.785 4 8s1.785 4 4 4 4-1.785 4-4-1.785-4-4-4m0 2c1.098 0 2 .902 2 2s-.902 2-2 2-2-.902-2-2 .902-2 2-2m-7.004.984a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zM14 7c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zM3.748 11.234a1 1 0 0 0-.705.293l-.711.707a1.007 1.007 0 0 0 0 1.414c.39.391 1.027.391 1.418 0l.707-.707a1 1 0 0 0-.709-1.707m8.49.006q-.131 0-.261.033a1.01 1.01 0 0 0-.707.711 1 1 0 0 0 .261.965l.707.707a.995.995 0 0 0 1.672-.445 1 1 0 0 0-.258-.969l-.707-.707a1 1 0 0 0-.707-.295m-4.246 1.756c-.554 0-1 .445-1 1v1a1 1 0 1 0 2 0v-1a1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-theme-system: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0C3.594 0 0 3.594 0 8s3.594 8 8 8 8-3.594 8-8-3.594-8-8-8m0 1.941c3.36 0 6.059 2.7 6.059 6.059s-2.7 6.059-6.059 6.059zm0 0'/%3E%3C/svg%3E");--icon-top: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M1 11a1 1 0 0 1 .293-.707l6-6a1 1 0 0 1 1.414 0l6 6a1 1 0 1 1-1.414 1.414L8 6.414l-5.293 5.293A1 1 0 0 1 1 11m0 0'/%3E%3C/svg%3E");--icon-verified: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5.21 1.27A3.7 3.7 0 0 1 8 0c1.113 0 2.11.492 2.79 1.27a3.68 3.68 0 0 1 2.866 1.074A3.68 3.68 0 0 1 14.73 5.21C15.54 5.914 16 6.93 16 8s-.46 2.086-1.27 2.79a3.68 3.68 0 0 1-1.074 2.866 3.68 3.68 0 0 1-2.867 1.074C10.086 15.54 9.07 16 8 16s-2.086-.46-2.79-1.27a3.68 3.68 0 0 1-2.866-1.074A3.68 3.68 0 0 1 1.27 10.79 3.7 3.7 0 0 1 0 8c0-1.113.492-2.11 1.27-2.79a3.68 3.68 0 0 1 1.074-2.866A3.68 3.68 0 0 1 5.21 1.27m5.75 5.242a.613.613 0 0 0-.437-.98.61.61 0 0 0-.562.265L7.305 9.512 5.973 8.18a.616.616 0 0 0-.868.87l1.844 1.845a.61.61 0 0 0 .485.18.63.63 0 0 0 .453-.255zm0 0'/%3E%3C/svg%3E");--icon-warning: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 .844c-.907 0-1.814.444-2.291 1.334l-.002.002-5.178 9.697C-.45 13.704.928 16.002 3 16h10c2.072.002 3.45-2.296 2.47-4.123L10.294 2.18l-.002-.002C9.814 1.288 8.907.844 8 .844M8 2.77c.201 0 .403.118.53.353l5.177 9.697.002.002c.307.573-.057 1.18-.707 1.178H2.998c-.65.001-1.014-.605-.707-1.178l.002-.002 5.18-9.699c.126-.233.327-.351.527-.351M8 5c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1s1-.446 1-1V6c0-.554-.446-1-1-1m0 6a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-external: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' %3E%3Cpath d='m6 6 5-5M7 1h4v4M4 2H3a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8' style='fill:none;stroke:black;stroke-linejoin:round;stroke-linecap:round;stroke-width:2'/%3E%3C/svg%3E")}[data-theme=dark]{--bg-color: color-mix(in srgb, var(--accent-color) 10%, rgb(30, 42, 70));--bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9));--fg-color: rgb(255 255 255);--fg-contrast: rgb(0 0 0 / 0.8);--fg-muted-1: rgb(255 255 255 / 0.05);--fg-muted-2: rgb(255 255 255 / 0.1);--fg-muted-3: rgb(255 255 255 / 0.2);--fg-muted-4: rgb(255 255 255 / 0.5);--fg-muted-5: rgb(255 255 255 / 0.6);--glass-bg: rgb(25 25 25 / 0.7);--blue-fg: rgb(153 193 241);--brown-fg: rgb(205 171 143);--green-fg: rgb(143 240 164);--purple-fg: rgb(220 138 221);--red-fg: rgb(246 97 81);--yellow-fg: rgb(248 228 92);color-scheme:dark}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg-color: color-mix(in srgb, var(--accent-color) 10%, rgb(30, 42, 70));--bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9));--fg-color: rgb(255 255 255);--fg-contrast: rgb(0 0 0 / 0.8);--fg-muted-1: rgb(255 255 255 / 0.05);--fg-muted-2: rgb(255 255 255 / 0.1);--fg-muted-3: rgb(255 255 255 / 0.2);--fg-muted-4: rgb(255 255 255 / 0.5);--fg-muted-5: rgb(255 255 255 / 0.6);--glass-bg: rgb(25 25 25 / 0.7);--blue-fg: rgb(153 193 241);--brown-fg: rgb(205 171 143);--green-fg: rgb(143 240 164);--purple-fg: rgb(220 138 221);--red-fg: rgb(246 97 81);--yellow-fg: rgb(248 228 92);color-scheme:dark}}h1:hover .zola-anchor,h2:hover .zola-anchor,h3:hover .zola-anchor,h4:hover .zola-anchor,h5:hover .zola-anchor,h6:hover .zola-anchor{transform:translateY(-.125em);opacity:1}:root[dir*=rtl] h1:hover .zola-anchor,:root[dir*=rtl] h2:hover .zola-anchor,:root[dir*=rtl] h3:hover .zola-anchor,:root[dir*=rtl] h4:hover .zola-anchor,:root[dir*=rtl] h5:hover .zola-anchor,:root[dir*=rtl] h6:hover .zola-anchor{transform:translateY(-.125em)}.zola-anchor{position:absolute;transform:translateX(.5rem) translateY(-.125em);opacity:0;transition:var(--transition);margin-inline-start:calc(-1em - .5rem);color:var(--fg-muted-4);line-height:1}@media only screen and (max-width: 832px){.zola-anchor{display:none}}:root[dir*=rtl] .zola-anchor{transform:translateX(-.5rem) translateY(-.125em)}.zola-anchor:hover{color:var(--accent-color)}.zola-anchor:active{transform:var(--active)}.zola-anchor:focus-visible{opacity:1}.zola-anchor .icon{mask-image:var(--icon-link);mask-size:cover;transition:var(--transition);width:1em;height:1em}:root[dir*=rtl] .zola-anchor .icon{transform:scaleX(-1)}:target .zola-anchor{color:var(--accent-color-alpha)}