.contactBand{background:var(--background);padding:100px 112px;scroll-margin-top:96px;display:flex;justify-content:center}@media screen and (max-width:1024px){.contactBand{padding:80px 48px}}@media screen and (max-width:480px){.contactBand{padding:64px 20px}}.contactBand__inner{width:100%;max-width:1200px;display:flex;align-items:flex-start;gap:72px}@media screen and (max-width:1024px){.contactBand__inner{gap:48px}}@media screen and (max-width:768px){.contactBand__inner{flex-direction:column;gap:40px}}.contactBand__heading{flex:1 0;min-width:0;padding-right:24px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}@media screen and (max-width:768px){.contactBand__heading{padding-right:0;flex:none;width:100%}}.contactBand__eyebrow{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-semibold);font-size:16px;line-height:var(--line-height-base);color:var(--ascent-color);text-transform:uppercase}.contactBand__title{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-medium);font-size:48px;line-height:var(--line-height-tight);color:#f2f0f7}.contactBand__title span{color:var(--ascent-color)}@media screen and (max-width:768px){.contactBand__title{font-size:36px;line-height:var(--line-height-base)}}@media screen and (max-width:480px){.contactBand__title{font-size:28px}}.contactBand__formCol{flex-shrink:0;width:576px;max-width:100%;display:flex;flex-direction:column;gap:32px}@media screen and (max-width:768px){.contactBand__formCol{width:100%}}.contactBand__lede{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:17px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.6)}.contactBand__form{display:flex;flex-direction:column;gap:20px;width:100%}.contactBand__form .buttonWrapper{align-self:flex-start;width:-moz-fit-content;width:fit-content;margin-top:6px;min-height:42px}@media screen and (max-width:480px){.contactBand__form .buttonWrapper{align-self:stretch;width:100%;justify-content:center}}.contactBand__field{display:flex;flex-direction:column;gap:6px}.contactBand__field label{font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.6)}.contactBand__field label span{color:#e54545;margin-left:2px}.contactBand__field input{width:100%;padding:12px;background:rgba(0,0,0,0);border:1px solid rgba(61,61,61,.4);border-radius:4px;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:#fff;transition:border-color var(--duration-fast) var(--material-cubic-bezier)}.contactBand__field input::placeholder{color:hsla(0,0%,100%,.5)}.contactBand__field input:focus{outline:none;border-color:hsla(0,0%,100%,.4)}.contactBand__field input[aria-invalid=true]{border-color:rgba(229,69,69,.6)}.contactBand__honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}.contactBand__error{margin:0;font-size:12px;color:#e54545}.contactBand__submit{align-self:flex-start;width:100px;min-width:100px;padding:8px 10px;background:var(--ascent-color);color:var(--background);border:0;border-radius:2px;font-family:var(--font-manrope);font-weight:var(--font-weight-medium);font-size:14px;line-height:var(--line-height-base);cursor:pointer;transition:opacity var(--duration-fast) var(--material-cubic-bezier)}.contactBand__submit:disabled{opacity:.6;cursor:not-allowed}.contactBand__submit:hover:not(:disabled){opacity:.9}.contactBand__feedback{margin:0;font-size:13px;line-height:var(--line-height-base)}.contactBand__feedback--ok{color:#4ade80}.contactBand__feedback--err{color:#e54545}.buttonWrapper{cursor:pointer;color:#fff;background:rgba(61,61,61,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 24px;border-radius:2px;border:0;outline:none;font-size:16px;font-family:inherit;display:flex;align-items:center;position:relative;overflow:hidden;transition:transform .3s ease;z-index:0}@media screen and (max-width:480px){.buttonWrapper{padding:8px 12px;font-size:14px}}.buttonWrapper.variant-primary{background:var(--ascent-color);color:var(--background);-webkit-backdrop-filter:none;backdrop-filter:none;font-weight:var(--font-weight-medium)}.buttonWrapper.variant-primary:active{transform:translateY(1px)}.buttonWrapper.variant-secondary{background:rgba(61,61,61,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff}.buttonWrapper.variant-blank{background:rgba(0,0,0,0);color:#888}.buttonWrapper.variant-blank .buttonWrapper--gradient{display:none}@media(hover:hover){.buttonWrapper.variant-blank:hover .buttonWrapper--text{background:linear-gradient(120deg,#888 40%,rgba(255,178,95,.8) 50%,#888 60%);background-size:200% 100%;background-position-x:calc(100% - var(--mouse-x, 0)*100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}}.buttonWrapper.variant-filled{background:var(--ascent-color);color:var(--background);-webkit-backdrop-filter:none;backdrop-filter:none;font-weight:var(--font-weight-medium)}.buttonWrapper.variant-filled:active{transform:translateY(1px)}@media(hover:hover){.buttonWrapper:hover{transform:translateY(-2px)}}.buttonWrapper.showArrow{padding:8px 12px 8px 24px}@media(hover:hover){.buttonWrapper.showArrow:hover .buttonWrapper--arrow{transform:translateX(4px)}}@media screen and (max-width:480px){.buttonWrapper.showArrow{padding:8px 6px 8px 12px}}.buttonWrapper.showArrow .buttonWrapper--arrow{margin-left:8px;transition:transform var(--duration-fast) var(--material-cubic-bezier,var(--material-cubic-bezier))}.buttonWrapper--gradient{position:absolute;inset:0;z-index:-1;opacity:0;transition:opacity .3s ease}@media(hover:hover){.buttonWrapper:hover .buttonWrapper--gradient{opacity:1}}.articleBrowser{display:grid;grid-template-columns:256px 1fr;grid-gap:160px;gap:160px;padding:32px 112px 96px;align-items:start}@media screen and (max-width:1024px){.articleBrowser{grid-template-columns:220px 1fr;gap:64px;padding:24px 48px 80px}}@media screen and (max-width:768px){.articleBrowser{grid-template-columns:1fr;gap:32px;padding:24px 20px 64px}}.articleBrowser__sidebar{position:-webkit-sticky;position:sticky;top:96px;min-width:0}@media screen and (max-width:768px){.articleBrowser__sidebar{position:static;top:auto}}.articleBrowser__content{display:flex;flex-direction:column;gap:64px;min-width:0}.articleBrowser__section{display:flex;flex-direction:column;gap:16px;scroll-margin-top:96px}.articleBrowser__sectionTitle{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-semibold);font-size:24px;line-height:var(--line-height-base);color:#fff}.articleBrowser--empty{display:block;padding:64px 112px;font-family:var(--font-manrope);color:hsla(0,0%,100%,.5)}@media screen and (max-width:1024px){.articleBrowser--empty{padding:48px}}@media screen and (max-width:768px){.articleBrowser--empty{padding:48px 20px}}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.articleList{list-style:none;margin:0;padding:0;gap:0;width:100%}.articleList,.articleList__card{display:flex;flex-direction:column}.articleList__card{align-items:flex-start;gap:10px;padding:20px;border-radius:4px;text-decoration:none;color:#fff;transition:background var(--duration-fast) var(--ease-out)}.articleList__card:hover{background:hsla(0,0%,100%,.03)}.articleList__card__text{display:flex;flex-direction:column;align-items:stretch;align-self:stretch;min-width:0;gap:4px}.articleList__card__title{font-weight:var(--font-weight-medium);font-size:16px;color:#fff}.articleList__card__description,.articleList__card__title{margin:0;font-family:var(--font-manrope);line-height:var(--line-height-base);overflow-wrap:break-word}.articleList__card__description{font-weight:var(--font-weight-regular);font-size:14px;color:hsla(0,0%,100%,.6)}.articleList__card__updated{margin:0;font-weight:var(--font-weight-regular);font-size:13px}.articleList__card__badge,.articleList__card__updated{font-family:var(--font-manrope);line-height:var(--line-height-base);color:hsla(0,0%,100%,.4)}.articleList__card__badge{font-weight:var(--font-weight-medium);font-size:11px;letter-spacing:.04em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.14);border-radius:100px;padding:3px 10px}.articleList__card--soon{cursor:default}.articleList__card--soon:hover{background:rgba(0,0,0,0)}.articleList__card--soon .articleList__card__title{color:hsla(0,0%,100%,.55)}.articleList__empty{padding:20px;font-family:var(--font-manrope);font-size:14px;line-height:var(--line-height-relaxed);color:hsla(0,0%,100%,.5)}.articleList__empty p{margin:0}.categorySidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.categorySidebar__link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:rgba(0,0,0,0);padding:0;cursor:pointer;text-align:left;display:inline-flex;align-items:center;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:16px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .22s var(--ease-out),font-weight .22s var(--ease-out)}.categorySidebar__link:hover{color:#fff}.categorySidebar__link--active{font-weight:var(--font-weight-medium);color:var(--ascent-color)}.categorySidebar__link--active:hover{color:var(--ascent-color)}@media screen and (max-width:768px){.categorySidebar ul{flex-direction:row;flex-wrap:nowrap;gap:24px;min-width:0;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none}.categorySidebar ul::-webkit-scrollbar{display:none}.categorySidebar__link{flex-shrink:0;white-space:nowrap}}.articleToc{position:-webkit-sticky;position:sticky;top:96px}@media screen and (max-width:768px){.articleToc{position:static;top:auto;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.08)}}.articleToc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-left:1px solid hsla(0,0%,100%,.12)}.articleToc__item{display:flex}.articleToc__item--sub .articleToc__link{padding-left:28px}.articleToc__link{display:block;width:100%;padding:8px 0 8px 16px;margin-left:-1px;border-left:2px solid rgba(0,0,0,0);font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.2);text-decoration:none;transition:color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.articleToc__link:hover{color:#fff}.articleToc__link--active{border-left-color:hsla(0,0%,100%,.6);color:#fff;font-weight:var(--font-weight-medium)}.articleToc__link--active:hover{color:#fff}.guideSearch{position:relative}.guideSearch__clear{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;border-radius:9999px;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.5);cursor:pointer;transition:color .16s var(--ease-out),background .16s var(--ease-out)}.guideSearch__clear:hover{color:#fff;background:hsla(0,0%,100%,.1)}.guideSearch__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;padding:6px;max-height:360px;overflow-y:auto;background:#16171c;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;box-shadow:0 16px 40px rgba(0,0,0,.4)}.guideSearch__list{margin:0;padding:0;list-style:none}.guideSearch__list li{list-style:none}.guideSearch__note{margin:0;padding:12px;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:13px;line-height:var(--line-height-relaxed);color:hsla(0,0%,100%,.55)}.guideSearch__note strong{color:#fff;font-weight:var(--font-weight-medium);word-break:break-word}.guideSearch__hit{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:6px;text-decoration:none;transition:background .16s var(--ease-out)}.guideSearch__hit--active,.guideSearch__hit:hover{background:hsla(0,0%,100%,.08)}.guideSearch__hit__title{font-family:var(--font-manrope);font-weight:var(--font-weight-medium);font-size:14px;line-height:var(--line-height-base);color:#fff}.guideSearch__hit__crumb{line-height:1.3;color:hsla(0,0%,100%,.45)}.guideSearch__hit__crumb,.guideSearch__hit__desc{font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:12px}.guideSearch__hit__desc{line-height:var(--line-height-base);color:hsla(0,0%,100%,.6);overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.appDownload{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin:0}.appDownload__label{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.6)}.appDownload__qr{display:inline-flex;padding:0;border-radius:3px;overflow:hidden;background:#fff;line-height:0}.appDownload__qr svg{display:block}.guideCallout{display:flex;width:100%;gap:12px;align-items:flex-start;margin:24px 0;padding:16px 18px;border:1px solid hsla(0,0%,100%,.1);border-left-width:3px;border-radius:4px;background:hsla(0,0%,100%,.03)}.guideCallout__icon{flex-shrink:0;display:inline-flex;margin-top:1px}.guideCallout__body{display:flex;flex-direction:column;gap:4px;min-width:0}.guideCallout__title{margin:0;font-weight:var(--font-weight-semibold);line-height:var(--line-height-base);color:#fff}.guideCallout__content,.guideCallout__title{font-family:var(--font-manrope);font-size:14px}.guideCallout__content{font-weight:var(--font-weight-regular);line-height:1.6;color:hsla(0,0%,100%,.7)}.guideCallout__content>:first-child{margin-top:0}.guideCallout__content>:last-child{margin-bottom:0}.guideCallout__content p{margin:8px 0}.guideCallout__content a{color:var(--ascent-color)}.guideCallout--info{border-left-color:hsla(0,0%,100%,.4)}.guideCallout--info .guideCallout__icon{color:hsla(0,0%,100%,.6)}.guideCallout--tip{border-left-color:var(--ascent-color)}.guideCallout--tip .guideCallout__icon{color:var(--ascent-color)}.guideCallout--warning{border-left-color:var(--warning-color)}.guideCallout--warning .guideCallout__icon{color:var(--warning-color)}@media screen and (max-width:480px){.guideCallout{gap:10px;padding:14px;margin:20px 0}}.guideFeature{display:flex;width:100%;gap:12px;align-items:flex-start}.guideFeature__icon{flex-shrink:0;display:block;width:40px;height:40px}.guideFeature__body{display:flex;flex-direction:column;gap:4px;min-width:0}.guideFeature__title{margin:0;font-weight:var(--font-weight-semibold);line-height:var(--line-height-base);color:#fff}.guideFeature__desc,.guideFeature__title{font-family:var(--font-manrope);font-size:14px}.guideFeature__desc{font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);color:hsla(0,0%,100%,.6)}.guideFeature__desc>:first-child{margin-top:0}.guideFeature__desc>:last-child{margin-bottom:0}.guideFigure{margin:28px 0;display:flex;flex-direction:column;gap:10px}.guideFigure img{display:block;width:100%;height:auto;border:1px solid hsla(0,0%,100%,.1);border-radius:8px}.guideFigure--bare{margin:0}.guideFigure--bare img{width:100%;max-width:375px;border:0;border-radius:0}.guideFigure__caption{font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:13px;line-height:var(--line-height-relaxed);color:hsla(0,0%,100%,.45);text-align:center}@media screen and (max-width:768px){.guideFigure{margin:20px 0;gap:8px}}.guideHeader{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:124px 112px 32px;width:100%}@media screen and (max-width:1024px){.guideHeader{padding:110px 48px 32px}}@media screen and (max-width:768px){.guideHeader{padding:100px 20px 28px}}@media screen and (max-width:480px){.guideHeader{padding:96px 20px 24px}}.guideHeader__row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}@media screen and (max-width:768px){.guideHeader__row{flex-direction:column;align-items:stretch;gap:12px}}.guideHeader__breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base)}@media screen and (max-width:768px){.guideHeader__breadcrumb ol{flex-wrap:wrap;row-gap:4px}}.guideHeader__breadcrumb li{display:inline-flex;align-items:center}.guideHeader__breadcrumb a{color:hsla(0,0%,100%,.5);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}.guideHeader__breadcrumb a:hover,.guideHeader__breadcrumb li[aria-current=page]{color:#fff}.guideHeader__breadcrumb__sep{color:hsla(0,0%,100%,.6);-webkit-user-select:none;-moz-user-select:none;user-select:none}.guideHeader__search{position:relative;display:flex;align-items:center;gap:10px;width:300px;padding:8px;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background:rgba(0,0,0,0);transition:border-color var(--duration-fast) var(--ease-out)}@media screen and (max-width:768px){.guideHeader__search{width:100%}}.guideHeader__search:focus-within{border-color:hsla(0,0%,100%,.32)}.guideHeader__search__icon{flex-shrink:0;display:inline-flex;width:20px;height:20px;color:hsla(0,0%,100%,.5)}.guideHeader__search input{flex:1 0;min-width:0;background:rgba(0,0,0,0);border:0;outline:0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:#fff;padding:0}.guideHeader__search input::placeholder{color:hsla(0,0%,100%,.5)}.guideHeader__search input::-webkit-search-cancel-button,.guideHeader__search input::-webkit-search-decoration,.guideHeader__search input::-webkit-search-results-button,.guideHeader__search input::-webkit-search-results-decoration{display:none}.guideHeader__title{font-weight:var(--font-weight-semibold);font-size:24px;color:#fff}.guideHeader__count,.guideHeader__title{margin:0;font-family:var(--font-manrope);line-height:var(--line-height-base)}.guideHeader__count{font-weight:var(--font-weight-regular);font-size:14px;color:hsla(0,0%,100%,.5)}.guideProductCard{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),transform .24s var(--ease-out)}.guideProductCard:hover{background:hsla(0,0%,100%,.02)}.guideProductCard--disabled{cursor:default;opacity:.5}.guideProductCard--disabled:hover{background:rgba(0,0,0,0)}.guideProductCard__logomark{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:8px;background:var(--background);color:#fff}.guideProductCard__logomark img{width:46px;height:46px;object-fit:contain}.guideProductCard__title{font-size:16px;color:#fff;word-break:break-word}.guideProductCard__count,.guideProductCard__title{margin:0;width:100%;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);overflow-wrap:anywhere}.guideProductCard__count{font-size:13px;color:hsla(0,0%,100%,.5)}.guideArticle{padding:124px 0 96px}@media screen and (max-width:1024px){.guideArticle{padding:110px 0 80px}}@media screen and (max-width:480px){.guideArticle{padding:96px 0 64px}}.guideArticle__top{display:flex;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width:768px){.guideArticle__top{flex-direction:column;align-items:stretch;gap:12px}}.guideArticle__breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base)}.guideArticle__breadcrumb li{display:inline-flex;align-items:center}.guideArticle__breadcrumb a{color:hsla(0,0%,100%,.5);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}.guideArticle__breadcrumb a:hover,.guideArticle__breadcrumb li[aria-current=page]{color:#fff}.guideArticle__breadcrumb__sep{color:hsla(0,0%,100%,.4);-webkit-user-select:none;-moz-user-select:none;user-select:none}.guideArticle__search{position:relative;display:flex;align-items:center;gap:10px;width:300px;flex-shrink:0;padding:8px;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background:rgba(0,0,0,0);transition:border-color var(--duration-fast) var(--ease-out)}@media screen and (max-width:768px){.guideArticle__search{width:100%}}.guideArticle__search:focus-within{border-color:hsla(0,0%,100%,.32)}.guideArticle__search__icon{flex-shrink:0;display:inline-flex;width:20px;height:20px;color:hsla(0,0%,100%,.5)}.guideArticle__search input{flex:1 0;min-width:0;background:rgba(0,0,0,0);border:0;outline:0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:#fff;padding:0}.guideArticle__search input::placeholder{color:hsla(0,0%,100%,.5)}.guideArticle__search input::-webkit-search-cancel-button,.guideArticle__search input::-webkit-search-decoration,.guideArticle__search input::-webkit-search-results-button,.guideArticle__search input::-webkit-search-results-decoration{display:none}.guideArticle__header{margin-top:28px}.guideArticle__title{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-semibold);font-size:32px;line-height:1.3;color:#fff}@media screen and (max-width:480px){.guideArticle__title{font-size:24px}}.guideArticle__subtitle{margin:8px 0 0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:16px;line-height:var(--line-height-relaxed);color:hsla(0,0%,100%,.6)}@media screen and (max-width:480px){.guideArticle__subtitle{font-size:15px}}.guideArticle__updated{margin:8px 0 0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.4)}.guideArticle__layout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:80px;gap:80px;align-items:start;margin-top:40px}@media screen and (max-width:1024px){.guideArticle__layout{grid-template-columns:200px minmax(0,1fr);gap:48px}}@media screen and (max-width:768px){.guideArticle__layout{grid-template-columns:1fr;gap:24px;margin-top:28px}}.guideArticle__main{min-width:0}.guideArticle__prose{font-family:var(--font-manrope);color:hsla(0,0%,100%,.6);font-size:14px;line-height:var(--line-height-base)}@media screen and (max-width:768px){.guideArticle__prose{overflow-wrap:anywhere}.guideArticle__prose a,.guideArticle__prose code{word-break:break-word}}.guideArticle__prose>:first-child{margin-top:0}.guideArticle__prose h2:not(.guideSection__heading),.guideArticle__prose h3{color:#fff;scroll-margin-top:96px}.guideArticle__prose h2:not(.guideSection__heading){margin:44px 0 0;font-weight:var(--font-weight-semibold);font-size:24px;line-height:var(--line-height-base)}@media screen and (max-width:480px){.guideArticle__prose h2:not(.guideSection__heading){margin-top:32px;font-size:20px}}.guideArticle__prose h3{margin:32px 0 0;font-weight:var(--font-weight-semibold);font-size:18px;line-height:var(--line-height-base)}.guideArticle__prose a{color:#fff;text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:hsla(0,0%,100%,.4);text-decoration-color:hsla(0,0%,100%,.4);transition:-webkit-text-decoration-color var(--duration-fast) var(--ease-out);transition:text-decoration-color var(--duration-fast) var(--ease-out);transition:text-decoration-color var(--duration-fast) var(--ease-out),-webkit-text-decoration-color var(--duration-fast) var(--ease-out)}.guideArticle__prose a:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.guideArticle__prose strong{color:#fff;font-weight:var(--font-weight-semibold)}.guideArticle__prose ul{list-style:none;margin:16px 0;padding:0;display:flex;flex-direction:column;gap:16px}.guideArticle__prose ul>li{position:relative;padding:0 0 0 15px}.guideArticle__prose ul>li:before{content:"";position:absolute;left:0;top:calc((1.4em - 5px)/2);width:5px;height:5px;border-radius:9999px;background:hsla(0,0%,100%,.6)}.guideArticle__prose ol{margin:16px 0;padding-left:22px;display:flex;flex-direction:column;gap:10px}.guideArticle__prose ol>li{padding-left:4px}.guideArticle__prose ol>li::marker{color:hsla(0,0%,100%,.4)}.guideArticle__prose li>ol,.guideArticle__prose li>ul{margin:10px 0 0}.guideArticle__prose ol.guideNumberList{display:block;padding-left:24px}.guideArticle__prose ol.guideNumberList>li{padding-left:4px;margin-top:12px}.guideArticle__prose ol.guideNumberList>li:first-child{margin-top:0}.guideArticle__prose ol.guideNumberList li::marker{color:hsla(0,0%,100%,.4)}.guideArticle__prose ol.guideNumberList li>p{margin:0}.guideArticle__prose ol.guideNumberList ol{display:block;list-style-type:lower-alpha;padding-left:22px;margin-top:8px}.guideArticle__prose ol.guideNumberList ol>li{margin-top:6px}.guideArticle__prose ol.guideNumberList ol>li:first-child{margin-top:0}.guideArticle__prose .guideSection__body>*{margin-top:0;margin-bottom:0}.guideArticle__prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875em;padding:2px 6px;border-radius:4px;background:hsla(0,0%,100%,.08);color:#fff}.guideArticle__prose pre{margin:20px 0;padding:16px 18px;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);overflow-x:auto}@media screen and (max-width:480px){.guideArticle__prose pre{padding:12px 14px}}.guideArticle__prose pre code{padding:0;background:none;font-size:13px;line-height:1.6}.guideArticle__prose blockquote{margin:20px 0;padding:4px 18px;border-left:3px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.6)}.guideArticle__prose hr{margin:40px 0;border:0;border-top:1px solid hsla(0,0%,100%,.1)}.guideArticleNav{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:40px}@media screen and (max-width:768px){.guideArticleNav{gap:10px;margin-top:32px}}.guideArticleNav__card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;border-radius:4px;background:hsla(0,0%,100%,.06);text-decoration:none;transition:background var(--duration-fast) var(--ease-out);min-width:0}.guideArticleNav__card:hover{background:hsla(0,0%,100%,.1)}@media screen and (max-width:768px){.guideArticleNav__card{gap:6px;padding:14px}}.guideArticleNav__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:var(--line-height-base);color:hsla(0,0%,100%,.6)}@media screen and (max-width:768px){.guideArticleNav__eyebrow{gap:6px;font-size:12px}.guideArticleNav__eyebrow svg{width:16px;height:16px}}.guideArticleNav__title{align-self:stretch;font-family:var(--font-manrope);font-weight:var(--font-weight-medium);font-size:16px;line-height:var(--line-height-base);color:#fff;overflow-wrap:anywhere;word-break:break-word}@media screen and (max-width:768px){.guideArticleNav__title{font-size:14px}}.guidesIndexSearch{position:relative;display:flex;align-items:center;gap:10px;width:100%;padding:12px;border-radius:4px;background:hsla(0,0%,100%,.06);transition:background var(--duration-fast) var(--ease-out)}.guidesIndexSearch:focus-within{background:hsla(0,0%,100%,.08)}.guidesIndexSearch__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:hsla(0,0%,100%,.5)}.guidesIndexSearch input{flex:1 0;min-width:0;background:rgba(0,0,0,0);border:0;outline:0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:16px;line-height:var(--line-height-relaxed);color:#fff;padding:0}.guidesIndexSearch input::placeholder{color:hsla(0,0%,100%,.5)}.guidesIndexSearch input::-webkit-search-cancel-button,.guidesIndexSearch input::-webkit-search-decoration,.guidesIndexSearch input::-webkit-search-results-button,.guidesIndexSearch input::-webkit-search-results-decoration{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.guidesNavChips__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.guidesNavChips__chip{display:inline-flex;align-items:center;padding:8px 16px;border:1px solid hsla(0,0%,100%,.12);border-radius:100px;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);font-size:14px;line-height:20px;color:hsla(0,0%,100%,.6);text-align:center;text-decoration:none;transition:border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.guidesNavChips__chip:hover{border-color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.02);color:#fff}@media screen and (max-width:768px){.guidesNavChips__chip{padding:10px 16px;min-height:44px}}.guideSection{scroll-margin-top:96px;padding:20px 0}.guideSection:first-of-type{padding-top:0}.guideSection:last-of-type{padding-bottom:0}.guideSection__heading{margin:0;font-weight:var(--font-weight-semibold)}.guideSection__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:left;color:#fff;font-family:var(--font-manrope)}.guideSection__titles{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:8px;min-width:0}.guideSection__title{font-weight:var(--font-weight-medium);font-size:16px;color:#fff}.guideSection__note,.guideSection__title{font-family:var(--font-manrope);line-height:var(--line-height-base)}.guideSection__note{font-weight:var(--font-weight-regular);font-size:14px;color:hsla(0,0%,100%,.45)}.guideSection__chevron{flex-shrink:0;display:inline-flex;color:hsla(0,0%,100%,.5);transition:transform .22s var(--ease-out)}.guideSection[data-open=true] .guideSection__chevron{transform:rotate(180deg)}.guideSection[data-open=true] .guideSection__toggle:hover .guideSection__chevron,.guideSection__toggle:hover .guideSection__chevron{color:#fff}.guideSection__body{margin-top:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.guideSection__body[hidden]{display:none}.guideSlideshow{display:flex;align-items:center;gap:16px}@media screen and (max-width:480px){.guideSlideshow{gap:10px}}.guideSlideshow__arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:9999px;background:hsla(0,0%,100%,.06);color:#fff;cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.guideSlideshow__arrow:hover:not(:disabled){background:hsla(0,0%,100%,.12)}.guideSlideshow__arrow:disabled{opacity:.3;cursor:default}.guideSlideshow__arrow--next svg{transform:scaleX(-1)}@media screen and (max-width:480px){.guideSlideshow__arrow{width:32px;height:32px}}.guideSlideshow__viewport{display:flex;flex-direction:column;align-items:center;gap:12px}.guideSlideshow__frame{overflow:hidden;width:185px;aspect-ratio:185/400;border-radius:8px}@media screen and (max-width:480px){.guideSlideshow__frame{width:150px}}.guideSlideshow__track{display:flex;height:100%;transition:transform .36s var(--ease-out)}@media(prefers-reduced-motion:reduce){.guideSlideshow__track{transition:none}}.guideSlideshow__image{flex:0 0 100%;width:100%;height:100%;object-fit:cover;border-radius:8px}.guideSlideshow__dots{display:flex;align-items:center;gap:6px}.guideSlideshow__dot{width:6px;height:6px;padding:0;border:0;border-radius:9999px;background:hsla(0,0%,100%,.3);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),width var(--duration-fast) var(--ease-out)}.guideSlideshow__dot:hover{background:hsla(0,0%,100%,.5)}.guideSlideshow__dot--active{width:18px;background:#fff}.guideArticle__prose .guideSteps{width:100%;display:flex;align-items:center;gap:24px;padding:32px 20px;border-radius:4px;background:hsla(0,0%,100%,.06)}@media screen and (max-width:768px){.guideArticle__prose .guideSteps{flex-direction:column;align-items:stretch;gap:20px;padding:20px}}.guideArticle__prose .guideSteps__media{flex-shrink:0;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.guideArticle__prose .guideSteps__media{width:100%;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}}.guideArticle__prose .guideSteps__list{flex:1 1;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;justify-content:center;gap:24px}@media screen and (max-width:768px){.guideArticle__prose .guideSteps__list{gap:20px}}.guideArticle__prose .guideSteps__list--plain{width:100%}.guideArticle__prose .guideSteps__list--plain .guideStep:not(:last-child):before{content:none}.guideArticle__prose .guideStep{position:relative;padding-left:0;display:flex;flex-direction:column;gap:4px}.guideArticle__prose .guideStep::marker{content:none}.guideArticle__prose .guideStep:not(:last-child):before{content:"";position:absolute;left:3px;top:.7em;transform:translateX(-50%);width:1px;height:calc(100% + 24px);background:#4a4a4a}@media screen and (max-width:768px){.guideArticle__prose .guideStep:not(:last-child):before{height:calc(100% + 20px)}}.guideArticle__prose .guideStep__head{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.guideArticle__prose .guideStep__dot{flex-shrink:0;width:6px;height:6px;border-radius:9999px;background:#4a4a4a;transition:background .22s var(--ease-out)}.guideArticle__prose .guideStep__label{font-weight:var(--font-weight-medium);color:#fff}.guideArticle__prose .guideStep__body,.guideArticle__prose .guideStep__label{font-family:var(--font-manrope);font-size:14px;line-height:var(--line-height-base)}.guideArticle__prose .guideStep__body{display:block;padding-left:18px;font-weight:var(--font-weight-regular);color:hsla(0,0%,100%,.6)}.guideArticle__prose .guideStep__body strong{color:#fff;font-weight:var(--font-weight-regular)}.guideArticle__prose .guideStep--active .guideStep__dot{background:#e3e3e3}.storeBadges{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin:0}.storeBadges__badge{display:inline-flex;border-radius:8px;transition:opacity var(--duration-fast) var(--ease-out)}.storeBadges__badge:hover{opacity:.85}.storeBadges__badge img{display:block;height:50px;width:154px;border-radius:8px}@media screen and (max-width:480px){.storeBadges{gap:12px}.storeBadges__badge{flex:1 1;min-width:0}.storeBadges__badge img{width:100%;height:auto;max-width:154px}}.recentArticles{display:flex;flex-direction:column;gap:20px}.recentArticles__heading{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-medium);font-size:24px;line-height:var(--line-height-base);color:#fff}@media screen and (max-width:480px){.recentArticles__heading{font-size:20px}}.recentArticles__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}@media screen and (max-width:768px){.recentArticles__grid{grid-template-columns:1fr}}.recentArticles__card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;border-radius:4px;background:rgba(0,0,0,0);text-decoration:none;transition:background var(--duration-fast) var(--ease-out)}@media screen and (max-width:768px){.recentArticles__card{padding:16px 0}}.recentArticles__card:hover{background:hsla(0,0%,100%,.04)}.recentArticles__card__title{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-medium);font-size:16px;line-height:var(--line-height-base);color:#fff}.recentArticles__card__description{font-size:14px;color:hsla(0,0%,100%,.6)}.recentArticles__card__description,.recentArticles__card__updated{margin:0;font-family:var(--font-manrope);font-weight:var(--font-weight-regular);line-height:var(--line-height-base)}.recentArticles__card__updated{font-size:13px;color:hsla(0,0%,100%,.4)}