quirk-ui 0.0.596 → 0.0.597
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/assets/index5.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._layout_59elj_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_59elj_7{display:flex;flex-direction:column;width:100%;max-width:var(--layout-width);margin:0 auto;gap:var(--spacing-xl);position:relative;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._heading_59elj_19{display:flex;flex-direction:column;gap:var(--spacing-sm)}._heading_59elj_19:has(._title_59elj_24+._cta_59elj_24):not(:has(._text_59elj_24)){gap:var(--spacing-lg)}._heading_59elj_19 h1,._heading_59elj_19 h2,._heading_59elj_19 h3,._heading_59elj_19 h4,._heading_59elj_19 h5,._heading_59elj_19 h6{width:100%;margin-bottom:0}._scroll_59elj_39{display:flex;gap:var(--spacing-xl)}._sidebar_59elj_44{flex:.4;position:sticky;top:20%;align-self:flex-start;min-height:60vh;display:flex;align-items:center;padding:0 var(--spacing-xl)}@media (max-width: 767px){._sidebar_59elj_44{display:none}}._sidebar_59elj_44 ul{list-style:none;padding:0;margin:0;columns:1;display:flex;flex-direction:column;gap:var(--spacing-lg)}._sidebar_59elj_44 ul li ._number_59elj_69{border-radius:var(--radius-full);background-color:var(--color-secondary-25);color:var(--color-text-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg);width:35px;height:35px;flex:1 0 35px;display:flex;align-items:center;justify-content:center;transition:color .3s ease-in-out,background-color .3s ease-in-out}._sidebar_59elj_44 ul li ._link_59elj_84{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm);text-align:left;font-size:var(--font-size-md);text-decoration:none;color:var(--color-text-primary);background-color:transparent;border:none;font-weight:var(--font-weight-semibold);transition:color .3s ease-in-out}._sidebar_59elj_44 ul li ._link_59elj_84._active_59elj_98{color:var(--color-primary-100)}._sidebar_59elj_44 ul li ._link_59elj_84._active_59elj_98 ._number_59elj_69{background-color:var(--color-primary-100);color:#fff}._content_59elj_110{flex:1}._item_59elj_114{scroll-margin-top:100px;margin-bottom:6rem;height:60vh;display:flex;align-items:center;gap:2rem}._item_59elj_114:last-of-type{margin-bottom:0}._item_59elj_114 ._text_59elj_24{flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs);width:100%}._item_59elj_114 ._title_59elj_24{margin-block-end:0}._item_59elj_114 ._image_59elj_138{flex:1 0;display:flex;align-items:center;justify-content:center}._item_59elj_114 ._image_59elj_138 img{width:100%;max-width:400px;height:auto}@media (max-width: 767px){._item_59elj_114{flex-direction:column-reverse;height:auto}._item_59elj_114 ._image_59elj_138{flex:1;width:100%;max-width:300px;align-self:center}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../assets/index5.css');const t=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../assets/index5.css');const t=require("react/jsx-runtime"),r=require("react"),I=require("next/image"),a=require("../../ui/PortableTextRenderer/index.cjs");require("react-dom");const N=require("../../contexts/ThemeContext.cjs"),R=require("../../utils/portableTextToPlainText.cjs"),q="_layout_59elj_1",S="_container_59elj_7",U="_heading_59elj_19",w="_title_59elj_24",P="_text_59elj_24",$="_scroll_59elj_39",A="_sidebar_59elj_44",B="_number_59elj_69",C="_link_59elj_84",E="_active_59elj_98",M="_content_59elj_110",O="_item_59elj_114",V="_image_59elj_138",s={layout:q,container:S,heading:U,title:w,text:P,scroll:$,sidebar:A,number:B,link:C,active:E,content:M,item:O,image:V};function z({heading:o,items:_,showNumbers:f}){const[y,u]=r.useState(null),{mode:d}=N.useTheme(),T=r.useRef(null),m=r.useRef([]);return r.useEffect(()=>{const e=new IntersectionObserver(c=>{const i=c.filter(n=>n.isIntersecting).sort((n,l)=>l.intersectionRatio-n.intersectionRatio);if(i.length>0){const n=i[0].target.getAttribute("id");n&&u(n)}},{rootMargin:"-45% 0px -45% 0px",threshold:.1});return m.current.forEach(c=>{c&&e.observe(c)}),T.current=e,()=>{e.disconnect()}},[]),t.jsx("section",{className:s.layout,children:t.jsxs("article",{className:s.container,children:[t.jsxs("div",{className:s.heading,children:[t.jsx(a.RichText,{className:s.title,blocks:o.title}),o.description&&t.jsx(a.RichText,{blocks:o.description})]}),t.jsxs("div",{className:s.scroll,children:[t.jsx("nav",{className:s.sidebar,children:t.jsx("ul",{children:_.map((e,c)=>t.jsx("li",{children:t.jsxs("button",{type:"button",className:`${s.link} ${y===e._key?s.active:""}`,onClick:()=>{u(e._key);const i=document.getElementById(e._key);i==null||i.scrollIntoView({behavior:"smooth",block:"start"})},children:[f&&t.jsx("div",{className:s.number,children:c+1}),e.title&&R.portableTextToPlainText(e.title)]})},e._key))})}),t.jsx("div",{className:s.content,children:_.map((e,c)=>{var l,x,g,j,h,b,k,v;let i;(l=e.image)!=null&&l.imageUrls&&(i=d==="dark"&&((x=e.image.imageUrls.dark)==null?void 0:x.medium)||e.image.imageUrls.default.medium);let n=((h=(j=(g=e.image)==null?void 0:g[d==="dark"?"darkImage":"defaultImage"])==null?void 0:j.asset)==null?void 0:h.altText)||((v=(k=(b=e.image)==null?void 0:b[d==="dark"?"darkImage":"defaultImage"])==null?void 0:k.asset)==null?void 0:v.description)||"Card image";return t.jsxs("section",{ref:p=>{m.current[c]=p},id:e._key,className:s.item,children:[t.jsxs("div",{className:s.text,children:[e.title&&t.jsx(a.RichText,{className:s.title,blocks:e.title}),e.description&&t.jsx(a.RichText,{blocks:e.description})]}),e.image&&i&&t.jsx("div",{className:s.image,children:t.jsx(I,{src:i,alt:n,width:600,height:400,priority:!0})})]},e._key)})})]})]})})}exports.StickyScrollBlock=z;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as T, useRef as
|
|
1
|
+
import { jsx as i, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { useState as T, useRef as j, useEffect as R } from "react";
|
|
3
3
|
import U from "next/image";
|
|
4
|
-
import { RichText as
|
|
4
|
+
import { RichText as a } from "../../ui/PortableTextRenderer/index.mjs";
|
|
5
5
|
import "react-dom";
|
|
6
6
|
import { useTheme as w } from "../../contexts/ThemeContext.mjs";
|
|
7
7
|
import { portableTextToPlainText as A } from "../../utils/portableTextToPlainText.mjs";
|
|
8
|
-
import '../../../assets/index5.css';const E = "
|
|
8
|
+
import '../../../assets/index5.css';const E = "_layout_59elj_1", S = "_container_59elj_7", B = "_heading_59elj_19", C = "_title_59elj_24", $ = "_text_59elj_24", M = "_scroll_59elj_39", O = "_sidebar_59elj_44", P = "_number_59elj_69", V = "_link_59elj_84", q = "_active_59elj_98", z = "_content_59elj_110", D = "_item_59elj_114", F = "_image_59elj_138", t = {
|
|
9
9
|
layout: E,
|
|
10
10
|
container: S,
|
|
11
|
-
heading:
|
|
12
|
-
title:
|
|
13
|
-
text:
|
|
14
|
-
scroll:
|
|
15
|
-
sidebar:
|
|
16
|
-
number:
|
|
17
|
-
link:
|
|
18
|
-
active:
|
|
11
|
+
heading: B,
|
|
12
|
+
title: C,
|
|
13
|
+
text: $,
|
|
14
|
+
scroll: M,
|
|
15
|
+
sidebar: O,
|
|
16
|
+
number: P,
|
|
17
|
+
link: V,
|
|
18
|
+
active: q,
|
|
19
19
|
content: z,
|
|
20
20
|
item: D,
|
|
21
21
|
image: F
|
|
22
22
|
};
|
|
23
23
|
function X({
|
|
24
|
-
heading:
|
|
24
|
+
heading: o,
|
|
25
25
|
items: m,
|
|
26
|
-
showNumbers:
|
|
26
|
+
showNumbers: y
|
|
27
27
|
}) {
|
|
28
|
-
const [
|
|
28
|
+
const [x, _] = T(null), { mode: d } = w(), I = j(null), u = j([]);
|
|
29
29
|
return R(() => {
|
|
30
30
|
const e = new IntersectionObserver(
|
|
31
31
|
(s) => {
|
|
32
|
-
const
|
|
33
|
-
if (
|
|
34
|
-
const c =
|
|
32
|
+
const l = s.filter((c) => c.isIntersecting).sort((c, n) => n.intersectionRatio - c.intersectionRatio);
|
|
33
|
+
if (l.length > 0) {
|
|
34
|
+
const c = l[0].target.getAttribute("id");
|
|
35
35
|
c && _(c);
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -45,35 +45,35 @@ function X({
|
|
|
45
45
|
}), I.current = e, () => {
|
|
46
46
|
e.disconnect();
|
|
47
47
|
};
|
|
48
|
-
}, []), /* @__PURE__ */
|
|
48
|
+
}, []), /* @__PURE__ */ i("section", { className: t.layout, children: /* @__PURE__ */ r("article", { className: t.container, children: [
|
|
49
49
|
/* @__PURE__ */ r("div", { className: t.heading, children: [
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
|
|
50
|
+
/* @__PURE__ */ i(a, { className: t.title, blocks: o.title }),
|
|
51
|
+
o.description && /* @__PURE__ */ i(a, { blocks: o.description })
|
|
52
52
|
] }),
|
|
53
53
|
/* @__PURE__ */ r("div", { className: t.scroll, children: [
|
|
54
|
-
/* @__PURE__ */
|
|
54
|
+
/* @__PURE__ */ i("nav", { className: t.sidebar, children: /* @__PURE__ */ i("ul", { children: m.map((e, s) => /* @__PURE__ */ i("li", { children: /* @__PURE__ */ r(
|
|
55
55
|
"button",
|
|
56
56
|
{
|
|
57
57
|
type: "button",
|
|
58
|
-
className: `${t.link} ${
|
|
58
|
+
className: `${t.link} ${x === e._key ? t.active : ""}`,
|
|
59
59
|
onClick: () => {
|
|
60
60
|
_(e._key);
|
|
61
|
-
const
|
|
62
|
-
|
|
61
|
+
const l = document.getElementById(e._key);
|
|
62
|
+
l == null || l.scrollIntoView({
|
|
63
63
|
behavior: "smooth",
|
|
64
64
|
block: "start"
|
|
65
65
|
});
|
|
66
66
|
},
|
|
67
67
|
children: [
|
|
68
|
-
|
|
68
|
+
y && /* @__PURE__ */ i("div", { className: t.number, children: s + 1 }),
|
|
69
69
|
e.title && A(e.title)
|
|
70
70
|
]
|
|
71
71
|
}
|
|
72
72
|
) }, e._key)) }) }),
|
|
73
|
-
/* @__PURE__ */
|
|
74
|
-
var
|
|
75
|
-
let
|
|
76
|
-
(
|
|
73
|
+
/* @__PURE__ */ i("div", { className: t.content, children: m.map((e, s) => {
|
|
74
|
+
var n, g, h, k, b, f, v, p;
|
|
75
|
+
let l;
|
|
76
|
+
(n = e.image) != null && n.imageUrls && (l = d === "dark" && ((g = e.image.imageUrls.dark) == null ? void 0 : g.medium) || e.image.imageUrls.default.medium);
|
|
77
77
|
let c = ((b = (k = (h = e.image) == null ? void 0 : h[d === "dark" ? "darkImage" : "defaultImage"]) == null ? void 0 : k.asset) == null ? void 0 : b.altText) || ((p = (v = (f = e.image) == null ? void 0 : f[d === "dark" ? "darkImage" : "defaultImage"]) == null ? void 0 : v.asset) == null ? void 0 : p.description) || "Card image";
|
|
78
78
|
return /* @__PURE__ */ r(
|
|
79
79
|
"section",
|
|
@@ -85,13 +85,13 @@ function X({
|
|
|
85
85
|
className: t.item,
|
|
86
86
|
children: [
|
|
87
87
|
/* @__PURE__ */ r("div", { className: t.text, children: [
|
|
88
|
-
e.title && /* @__PURE__ */
|
|
89
|
-
e.description && /* @__PURE__ */
|
|
88
|
+
e.title && /* @__PURE__ */ i(a, { className: t.title, blocks: e.title }),
|
|
89
|
+
e.description && /* @__PURE__ */ i(a, { blocks: e.description })
|
|
90
90
|
] }),
|
|
91
|
-
e.image &&
|
|
91
|
+
e.image && l && /* @__PURE__ */ i("div", { className: t.image, children: /* @__PURE__ */ i(
|
|
92
92
|
U,
|
|
93
93
|
{
|
|
94
|
-
src:
|
|
94
|
+
src: l,
|
|
95
95
|
alt: c,
|
|
96
96
|
width: 600,
|
|
97
97
|
height: 400,
|
package/dist/styles.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
._spotlight_tk8y9_1{display:flex;flex-direction:column;gap:var(--spacing-md)}._imageWrapper_tk8y9_7{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._imageWrapper_tk8y9_7 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._image_tk8y9_7{width:100%;height:auto;object-fit:cover}._content_tk8y9_29{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._title_tk8y9_36{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._description_tk8y9_44{color:#fff}._actions_tk8y9_48{display:flex;flex-direction:column;align-items:flex-start}
|
|
3
3
|
._wasHelpful_nphsl_1{width:100%}._container_nphsl_5{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg) var(--spacing-md) var(--spacing-xl);max-width:var(--layout-width);margin:0 auto}._container_nphsl_5 hr{width:100%;border:0;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.3)}._container_nphsl_5 hr:first-of-type{margin-bottom:var(--spacing-lg)}._container_nphsl_5 hr:last-of-type{margin-top:var(--spacing-lg)}._buttons_nphsl_34{width:100%}._heading_nphsl_49{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.blog ._container_nphsl_5{max-width:var(--blog-width)}
|
|
4
4
|
._tabs_1n4lv_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_1n4lv_7{width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_1n4lv_7 h1,._container_1n4lv_7 h2,._container_1n4lv_7 h3,._container_1n4lv_7 h4,._container_1n4lv_7 h5,._container_1n4lv_7 h6{width:100%;margin-block:0}._heading_1n4lv_25{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm)}._text_1n4lv_32{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._text_1n4lv_32{flex:1;width:100%;align-items:flex-start}}._headingHorizontal_1n4lv_46{flex-direction:row;justify-content:space-between}._headingHorizontal_1n4lv_46 ._container_1n4lv_7{flex:1}._headingHorizontal_1n4lv_46 ._title_1n4lv_54{margin-bottom:0;text-wrap:pretty}@media (max-width: 768px){._headingHorizontal_1n4lv_46{flex-direction:column}}._headingVertical_1n4lv_64{flex-direction:column;justify-content:flex-start}._tabContent_1n4lv_74{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:800px;margin:0 auto}._tabContent_1n4lv_74 ul{columns:1}._tabContent_1n4lv_74 .textPrimary{font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg)}@media (max-width: 767px){._tabContent_1n4lv_74{flex-direction:column;gap:var(--spacing-lg);align-items:flex-start}}._tabContent_1n4lv_74._vertical_1n4lv_97{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}@media (max-width: 767px){._tabContent_1n4lv_74._vertical_1n4lv_97{flex-direction:column}}._tabContent_1n4lv_74._vertical_1n4lv_97 ._tabsContainer_1n4lv_69{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}._tabContent_1n4lv_74._vertical_1n4lv_97 ._tabImage_1n4lv_112 img{width:auto}._tabText_1n4lv_120{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);flex:1}._tabImage_1n4lv_112{width:100%;height:auto;max-width:175px;align-items:center}._tabImage_1n4lv_112 img{position:relative;width:100%;height:auto}._gridItems_1n4lv_141{display:grid;width:100%;grid-template-columns:1fr;gap:var(--spacing-md)}@media (min-width: 480px){._gridItems_1n4lv_141{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._gridItems_1n4lv_141{grid-template-columns:repeat(4,1fr)}}._gridItem_1n4lv_141 img{width:100%;height:auto;aspect-ratio:15/9;object-fit:cover;border-radius:var(--radius-md)}._default_1n4lv_166 ._container_1n4lv_7{display:flex;flex-direction:column;gap:var(--spacing-md)}.orientationVertical ._tabsContainer_1n4lv_69{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}._fullBleed_1n4lv_181{position:relative;padding-top:var(--spacing-md);padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._fullBleed_1n4lv_181 ._container_1n4lv_7{max-width:var(--layout-width);position:relative;display:flex;align-items:flex-end;width:100%;min-height:650px;height:100%;overflow:hidden;flex-grow:1;padding:var(--nav-height) 0 0;border-radius:var(--radius-md)}._fullBleed_1n4lv_181 ._container_1n4lv_7 img{transition:width .3s ease-in-out,height .3s ease-in-out}._fullBleed_1n4lv_181 ._overlay_1n4lv_206{width:100%;max-width:var(--layout-width);margin:0 auto;z-index:3;position:relative;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._fullBleed_1n4lv_181 ._heading_1n4lv_25{z-index:3;position:relative;max-width:665px;display:flex;flex-direction:column;gap:var(--spacing-sm);background-color:#fff;padding:var(--spacing-xl);border-radius:var(--radius-md)}._fullBleed_1n4lv_181 ._heading_1n4lv_25:has(._title_1n4lv_54+._cta_1n4lv_228):not(:has(._text_1n4lv_32)){gap:var(--spacing-lg)}._fullBleed_1n4lv_181 ._text_1n4lv_32{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._fullBleed_1n4lv_181 ._text_1n4lv_32{flex:1;width:100%;align-items:flex-start}}._fullBleed_1n4lv_181.paddingTopBanner,._fullBleed_1n4lv_181.paddingTop4,._fullBleed_1n4lv_181.paddingTop2,._fullBleed_1n4lv_181.paddingTop1{padding-top:0}._fullBleed_1n4lv_181.paddingBottomBanner,._fullBleed_1n4lv_181.paddingBottom4,._fullBleed_1n4lv_181.paddingBottom2,._fullBleed_1n4lv_181.paddingBottom1{padding-bottom:0}._fullBleed_1n4lv_181.paddingTopBanner ._overlay_1n4lv_206{padding-top:8rem}._fullBleed_1n4lv_181.paddingBottomBanner ._overlay_1n4lv_206{padding-bottom:8rem}._fullBleed_1n4lv_181.paddingTop4 ._overlay_1n4lv_206{padding-top:4rem}._fullBleed_1n4lv_181.paddingBottom4 ._overlay_1n4lv_206{padding-bottom:4rem}._fullBleed_1n4lv_181.paddingTop2 ._overlay_1n4lv_206{padding-top:2rem}._fullBleed_1n4lv_181.paddingBottom2 ._overlay_1n4lv_206{padding-bottom:2rem}._fullBleed_1n4lv_181.paddingTop1 ._overlay_1n4lv_206{padding-top:1rem}._fullBleed_1n4lv_181.paddingBottom1 ._overlay_1n4lv_206{padding-bottom:1rem}
|
|
5
|
-
.
|
|
5
|
+
._layout_59elj_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_59elj_7{display:flex;flex-direction:column;width:100%;max-width:var(--layout-width);margin:0 auto;gap:var(--spacing-xl);position:relative;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._heading_59elj_19{display:flex;flex-direction:column;gap:var(--spacing-sm)}._heading_59elj_19:has(._title_59elj_24+._cta_59elj_24):not(:has(._text_59elj_24)){gap:var(--spacing-lg)}._heading_59elj_19 h1,._heading_59elj_19 h2,._heading_59elj_19 h3,._heading_59elj_19 h4,._heading_59elj_19 h5,._heading_59elj_19 h6{width:100%;margin-bottom:0}._scroll_59elj_39{display:flex;gap:var(--spacing-xl)}._sidebar_59elj_44{flex:.4;position:sticky;top:20%;align-self:flex-start;min-height:60vh;display:flex;align-items:center;padding:0 var(--spacing-xl)}@media (max-width: 767px){._sidebar_59elj_44{display:none}}._sidebar_59elj_44 ul{list-style:none;padding:0;margin:0;columns:1;display:flex;flex-direction:column;gap:var(--spacing-lg)}._sidebar_59elj_44 ul li ._number_59elj_69{border-radius:var(--radius-full);background-color:var(--color-secondary-25);color:var(--color-text-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg);width:35px;height:35px;flex:1 0 35px;display:flex;align-items:center;justify-content:center;transition:color .3s ease-in-out,background-color .3s ease-in-out}._sidebar_59elj_44 ul li ._link_59elj_84{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm);text-align:left;font-size:var(--font-size-md);text-decoration:none;color:var(--color-text-primary);background-color:transparent;border:none;font-weight:var(--font-weight-semibold);transition:color .3s ease-in-out}._sidebar_59elj_44 ul li ._link_59elj_84._active_59elj_98{color:var(--color-primary-100)}._sidebar_59elj_44 ul li ._link_59elj_84._active_59elj_98 ._number_59elj_69{background-color:var(--color-primary-100);color:#fff}._content_59elj_110{flex:1}._item_59elj_114{scroll-margin-top:100px;margin-bottom:6rem;height:60vh;display:flex;align-items:center;gap:2rem}._item_59elj_114:last-of-type{margin-bottom:0}._item_59elj_114 ._text_59elj_24{flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs);width:100%}._item_59elj_114 ._title_59elj_24{margin-block-end:0}._item_59elj_114 ._image_59elj_138{flex:1 0;display:flex;align-items:center;justify-content:center}._item_59elj_114 ._image_59elj_138 img{width:100%;max-width:400px;height:auto}@media (max-width: 767px){._item_59elj_114{flex-direction:column-reverse;height:auto}._item_59elj_114 ._image_59elj_138{flex:1;width:100%;max-width:300px;align-self:center}}
|
|
6
6
|
._richText_rnjap_1{width:100%}._container_rnjap_5{max-width:var(--layout-width);margin:0 auto;padding:0 var(--spacing-md)}.blog ._container_rnjap_5{max-width:var(--blog-width)}
|
|
7
7
|
._quote_f7k4m_1{width:100%}._container_f7k4m_5{max-width:calc(var(--layout-width) - 8rem);padding:var(--spacing-md);border-left:5px solid var(--color-primary-100);margin-left:auto;margin-right:auto}._quoteText_f7k4m_13{color:var(--color-text-primary);font-size:var(--font-size-lg);line-height:1.3}._quoteText_f7k4m_13:before{content:open-quote;font-size:2rem;display:inline-block;position:relative;top:.15rem;left:-3px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._quoteText_f7k4m_13:after{content:close-quote;font-size:2rem;display:inline-block;position:relative;top:.15rem;right:-3px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._author_f7k4m_45{margin-top:var(--spacing-md)}.blog ._container_f7k4m_5{max-width:calc(var(--blog-width) - 10rem)}
|
|
8
8
|
._featuredDocuments_u6blh_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_u6blh_7{width:100%;max-width:var(--layout-width);margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-md);padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_u6blh_7:has(._carousel_u6blh_17){padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 767px){._container_u6blh_7:has(._carousel_u6blh_17){padding-left:0;padding-right:0}}@media (max-width: 767px){._container_u6blh_7:has(._carousel_u6blh_17) ._heading_u6blh_25{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}}._heading_u6blh_25{display:flex;flex-direction:column;gap:5rem;width:100%;min-height:2.4rem}@media (max-width: 767px){._heading_u6blh_25{gap:2rem}}._flex_u6blh_46{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){._flex_u6blh_46{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}}._flex_u6blh_46>div{flex:1}._flex_u6blh_46 a{display:flex;align-items:center;gap:var(--spacing-sm);color:var(--color-primary-100);font-weight:var(--font-weight-semibold);text-decoration:none;transition:color .3s ease-in-out}._flex_u6blh_46 a:hover{color:var(--color-secondary)}._title_u6blh_76{flex:1;text-wrap:balance}._text_u6blh_81{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._text_u6blh_81{flex:1;width:100%;align-items:flex-start}}._disclaimer_u6blh_95{color:var(--color-text-primary);font-size:var(--font-size-sm)}._carousel_u6blh_17{display:block}._carousel_u6blh_17 ._document_u6blh_103{margin:0 auto;flex:0 0 300px;min-height:350px}@media (max-width: 767px){._carousel_u6blh_17 ._document_u6blh_103{flex:0 0 100%}}._documents_u6blh_122{display:grid;gap:var(--spacing-md)}._documents_u6blh_122._col1_u6blh_126{display:block}._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-lg)}@media (max-width: 767px){._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103{flex-direction:column;gap:var(--spacing-md)}}._documents_u6blh_122._col2_u6blh_143{grid-template-columns:repeat(2,1fr)}._documents_u6blh_122._col2_u6blh_143 ._document_u6blh_103{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_u6blh_122._col3_u6blh_153{grid-template-columns:repeat(3,1fr)}._documents_u6blh_122._col3_u6blh_153 ._document_u6blh_103{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_u6blh_122._col4_u6blh_163{grid-template-columns:repeat(4,1fr)}._documents_u6blh_122._col4_u6blh_163 ._document_u6blh_103{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_u6blh_122._featuredTop_u6blh_173{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);row-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_u6blh_122._featuredTop_u6blh_173{row-gap:var(--spacing-xl)}}._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:not(:first-of-type) ._documentExcerpt_u6blh_183{display:none}@media (max-width: 767px){._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:not(:first-of-type) ._documentExcerpt_u6blh_183{display:block}}._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type{grid-column:1/4;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-lg)}@media (max-width: 767px){._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type{flex-direction:column;gap:var(--spacing-md)}}._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type ._documentContent_u6blh_207{flex:.4}._documents_u6blh_122._featuredLeft_u6blh_213{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);column-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_u6blh_122._featuredLeft_u6blh_213{column-gap:var(--spacing-md)}}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type){flex-direction:row;gap:var(--spacing-md)}@media (max-width: 767px){._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type){flex-direction:column}}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type) ._documentContent_u6blh_207{flex:1}@media (max-width: 767px){._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type) ._documentExcerpt_u6blh_183{display:block}}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:first-of-type{grid-row:1/4;display:flex;flex-direction:column;align-items:center;justify-content:center}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:first-of-type ._documentContent_u6blh_207{flex:.4}._documents_u6blh_122._twoColumn_u6blh_254{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}._documents_u6blh_122._twoColumn_u6blh_254 ._document_u6blh_103{flex-direction:row;gap:var(--spacing-md);align-items:center}@media (max-width: 767px){._documents_u6blh_122._col1_u6blh_126,._documents_u6blh_122._col2_u6blh_143,._documents_u6blh_122._col3_u6blh_153,._documents_u6blh_122._col4_u6blh_163,._documents_u6blh_122._featuredTop_u6blh_173,._documents_u6blh_122._featuredLeft_u6blh_213,._documents_u6blh_122._twoColumn_u6blh_254{display:flex;flex-direction:column}._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._col2_u6blh_143 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col2_u6blh_143 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._col3_u6blh_153 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col3_u6blh_153 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._col4_u6blh_163 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col4_u6blh_163 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type,._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:first-of-type,._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._twoColumn_u6blh_254 ._document_u6blh_103:first-of-type,._documents_u6blh_122._twoColumn_u6blh_254 ._document_u6blh_103:not(:first-of-type){flex-direction:column;gap:var(--spacing-md)}}@media (max-width: 767px){._documents_u6blh_122{gap:var(--spacing-xl)}}._multiple_u6blh_289 ._documents_u6blh_122{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}._multiple_u6blh_289 ._document_u6blh_103{display:flex;flex-direction:column}._document_u6blh_103{display:flex;text-decoration:none;overflow:hidden;transition:border-color .3s ease-in-out}._document_u6blh_103:hover{border-color:var(--color-primary-100)}._document_u6blh_103:hover ._documentTitle_u6blh_313 h3{color:var(--color-primary-100)}._document_u6blh_103:hover ._callToAction_u6blh_319 ._label_u6blh_320{opacity:1;transform:translateY(0);color:#fff}._document_u6blh_103:hover ._callToAction_u6blh_319 ._icon_u6blh_326{color:var(--color-primary-100)}._documentEyebrow_u6blh_333{font-size:var(--font-size-sm);color:var(--color-secondary)}._documentImage_u6blh_338{width:100%;height:100%;aspect-ratio:16/9;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._documentImage_u6blh_338 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._documentTitle_u6blh_313{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg)}._documentContent_u6blh_207{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;color:var(--color-text-primary)}._documentContent_u6blh_207 h3{flex:1;font-size:var(--font-size-lg);margin-bottom:0;transition:color .3s ease-in-out}._documentContent_u6blh_207 p{text-decoration:none}._callToAction_u6blh_319{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm)}._callToAction_u6blh_319 ._icon_u6blh_326{display:flex;align-items:center;justify-content:center;width:25px;height:25px;background-color:transparent;color:var(--color-text-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_u6blh_319 ._label_u6blh_320{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.blog ._container_u6blh_7{max-width:var(--blog-width)}
|
|
@@ -74,7 +74,7 @@ ul._list_1fin2_1{list-style-type:none;padding:0;margin:0}ol._list_1fin2_1{list-s
|
|
|
74
74
|
._spotlight_tk8y9_1{display:flex;flex-direction:column;gap:var(--spacing-md)}._imageWrapper_tk8y9_7{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._imageWrapper_tk8y9_7 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._image_tk8y9_7{width:100%;height:auto;object-fit:cover}._content_tk8y9_29{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._title_tk8y9_36{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._description_tk8y9_44{color:#fff}._actions_tk8y9_48{display:flex;flex-direction:column;align-items:flex-start}
|
|
75
75
|
._wasHelpful_nphsl_1{width:100%}._container_nphsl_5{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg) var(--spacing-md) var(--spacing-xl);max-width:var(--layout-width);margin:0 auto}._container_nphsl_5 hr{width:100%;border:0;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.3)}._container_nphsl_5 hr:first-of-type{margin-bottom:var(--spacing-lg)}._container_nphsl_5 hr:last-of-type{margin-top:var(--spacing-lg)}._buttons_nphsl_34{width:100%}._heading_nphsl_49{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.blog ._container_nphsl_5{max-width:var(--blog-width)}
|
|
76
76
|
._tabs_1n4lv_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_1n4lv_7{width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_1n4lv_7 h1,._container_1n4lv_7 h2,._container_1n4lv_7 h3,._container_1n4lv_7 h4,._container_1n4lv_7 h5,._container_1n4lv_7 h6{width:100%;margin-block:0}._heading_1n4lv_25{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm)}._text_1n4lv_32{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._text_1n4lv_32{flex:1;width:100%;align-items:flex-start}}._headingHorizontal_1n4lv_46{flex-direction:row;justify-content:space-between}._headingHorizontal_1n4lv_46 ._container_1n4lv_7{flex:1}._headingHorizontal_1n4lv_46 ._title_1n4lv_54{margin-bottom:0;text-wrap:pretty}@media (max-width: 768px){._headingHorizontal_1n4lv_46{flex-direction:column}}._headingVertical_1n4lv_64{flex-direction:column;justify-content:flex-start}._tabContent_1n4lv_74{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:800px;margin:0 auto}._tabContent_1n4lv_74 ul{columns:1}._tabContent_1n4lv_74 .textPrimary{font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg)}@media (max-width: 767px){._tabContent_1n4lv_74{flex-direction:column;gap:var(--spacing-lg);align-items:flex-start}}._tabContent_1n4lv_74._vertical_1n4lv_97{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}@media (max-width: 767px){._tabContent_1n4lv_74._vertical_1n4lv_97{flex-direction:column}}._tabContent_1n4lv_74._vertical_1n4lv_97 ._tabsContainer_1n4lv_69{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}._tabContent_1n4lv_74._vertical_1n4lv_97 ._tabImage_1n4lv_112 img{width:auto}._tabText_1n4lv_120{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);flex:1}._tabImage_1n4lv_112{width:100%;height:auto;max-width:175px;align-items:center}._tabImage_1n4lv_112 img{position:relative;width:100%;height:auto}._gridItems_1n4lv_141{display:grid;width:100%;grid-template-columns:1fr;gap:var(--spacing-md)}@media (min-width: 480px){._gridItems_1n4lv_141{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._gridItems_1n4lv_141{grid-template-columns:repeat(4,1fr)}}._gridItem_1n4lv_141 img{width:100%;height:auto;aspect-ratio:15/9;object-fit:cover;border-radius:var(--radius-md)}._default_1n4lv_166 ._container_1n4lv_7{display:flex;flex-direction:column;gap:var(--spacing-md)}.orientationVertical ._tabsContainer_1n4lv_69{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}._fullBleed_1n4lv_181{position:relative;padding-top:var(--spacing-md);padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._fullBleed_1n4lv_181 ._container_1n4lv_7{max-width:var(--layout-width);position:relative;display:flex;align-items:flex-end;width:100%;min-height:650px;height:100%;overflow:hidden;flex-grow:1;padding:var(--nav-height) 0 0;border-radius:var(--radius-md)}._fullBleed_1n4lv_181 ._container_1n4lv_7 img{transition:width .3s ease-in-out,height .3s ease-in-out}._fullBleed_1n4lv_181 ._overlay_1n4lv_206{width:100%;max-width:var(--layout-width);margin:0 auto;z-index:3;position:relative;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._fullBleed_1n4lv_181 ._heading_1n4lv_25{z-index:3;position:relative;max-width:665px;display:flex;flex-direction:column;gap:var(--spacing-sm);background-color:#fff;padding:var(--spacing-xl);border-radius:var(--radius-md)}._fullBleed_1n4lv_181 ._heading_1n4lv_25:has(._title_1n4lv_54+._cta_1n4lv_228):not(:has(._text_1n4lv_32)){gap:var(--spacing-lg)}._fullBleed_1n4lv_181 ._text_1n4lv_32{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._fullBleed_1n4lv_181 ._text_1n4lv_32{flex:1;width:100%;align-items:flex-start}}._fullBleed_1n4lv_181.paddingTopBanner,._fullBleed_1n4lv_181.paddingTop4,._fullBleed_1n4lv_181.paddingTop2,._fullBleed_1n4lv_181.paddingTop1{padding-top:0}._fullBleed_1n4lv_181.paddingBottomBanner,._fullBleed_1n4lv_181.paddingBottom4,._fullBleed_1n4lv_181.paddingBottom2,._fullBleed_1n4lv_181.paddingBottom1{padding-bottom:0}._fullBleed_1n4lv_181.paddingTopBanner ._overlay_1n4lv_206{padding-top:8rem}._fullBleed_1n4lv_181.paddingBottomBanner ._overlay_1n4lv_206{padding-bottom:8rem}._fullBleed_1n4lv_181.paddingTop4 ._overlay_1n4lv_206{padding-top:4rem}._fullBleed_1n4lv_181.paddingBottom4 ._overlay_1n4lv_206{padding-bottom:4rem}._fullBleed_1n4lv_181.paddingTop2 ._overlay_1n4lv_206{padding-top:2rem}._fullBleed_1n4lv_181.paddingBottom2 ._overlay_1n4lv_206{padding-bottom:2rem}._fullBleed_1n4lv_181.paddingTop1 ._overlay_1n4lv_206{padding-top:1rem}._fullBleed_1n4lv_181.paddingBottom1 ._overlay_1n4lv_206{padding-bottom:1rem}
|
|
77
|
-
.
|
|
77
|
+
._layout_59elj_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_59elj_7{display:flex;flex-direction:column;width:100%;max-width:var(--layout-width);margin:0 auto;gap:var(--spacing-xl);position:relative;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._heading_59elj_19{display:flex;flex-direction:column;gap:var(--spacing-sm)}._heading_59elj_19:has(._title_59elj_24+._cta_59elj_24):not(:has(._text_59elj_24)){gap:var(--spacing-lg)}._heading_59elj_19 h1,._heading_59elj_19 h2,._heading_59elj_19 h3,._heading_59elj_19 h4,._heading_59elj_19 h5,._heading_59elj_19 h6{width:100%;margin-bottom:0}._scroll_59elj_39{display:flex;gap:var(--spacing-xl)}._sidebar_59elj_44{flex:.4;position:sticky;top:20%;align-self:flex-start;min-height:60vh;display:flex;align-items:center;padding:0 var(--spacing-xl)}@media (max-width: 767px){._sidebar_59elj_44{display:none}}._sidebar_59elj_44 ul{list-style:none;padding:0;margin:0;columns:1;display:flex;flex-direction:column;gap:var(--spacing-lg)}._sidebar_59elj_44 ul li ._number_59elj_69{border-radius:var(--radius-full);background-color:var(--color-secondary-25);color:var(--color-text-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg);width:35px;height:35px;flex:1 0 35px;display:flex;align-items:center;justify-content:center;transition:color .3s ease-in-out,background-color .3s ease-in-out}._sidebar_59elj_44 ul li ._link_59elj_84{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm);text-align:left;font-size:var(--font-size-md);text-decoration:none;color:var(--color-text-primary);background-color:transparent;border:none;font-weight:var(--font-weight-semibold);transition:color .3s ease-in-out}._sidebar_59elj_44 ul li ._link_59elj_84._active_59elj_98{color:var(--color-primary-100)}._sidebar_59elj_44 ul li ._link_59elj_84._active_59elj_98 ._number_59elj_69{background-color:var(--color-primary-100);color:#fff}._content_59elj_110{flex:1}._item_59elj_114{scroll-margin-top:100px;margin-bottom:6rem;height:60vh;display:flex;align-items:center;gap:2rem}._item_59elj_114:last-of-type{margin-bottom:0}._item_59elj_114 ._text_59elj_24{flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs);width:100%}._item_59elj_114 ._title_59elj_24{margin-block-end:0}._item_59elj_114 ._image_59elj_138{flex:1 0;display:flex;align-items:center;justify-content:center}._item_59elj_114 ._image_59elj_138 img{width:100%;max-width:400px;height:auto}@media (max-width: 767px){._item_59elj_114{flex-direction:column-reverse;height:auto}._item_59elj_114 ._image_59elj_138{flex:1;width:100%;max-width:300px;align-self:center}}
|
|
78
78
|
._richText_rnjap_1{width:100%}._container_rnjap_5{max-width:var(--layout-width);margin:0 auto;padding:0 var(--spacing-md)}.blog ._container_rnjap_5{max-width:var(--blog-width)}
|
|
79
79
|
._quote_f7k4m_1{width:100%}._container_f7k4m_5{max-width:calc(var(--layout-width) - 8rem);padding:var(--spacing-md);border-left:5px solid var(--color-primary-100);margin-left:auto;margin-right:auto}._quoteText_f7k4m_13{color:var(--color-text-primary);font-size:var(--font-size-lg);line-height:1.3}._quoteText_f7k4m_13:before{content:open-quote;font-size:2rem;display:inline-block;position:relative;top:.15rem;left:-3px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._quoteText_f7k4m_13:after{content:close-quote;font-size:2rem;display:inline-block;position:relative;top:.15rem;right:-3px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._author_f7k4m_45{margin-top:var(--spacing-md)}.blog ._container_f7k4m_5{max-width:calc(var(--blog-width) - 10rem)}
|
|
80
80
|
._featuredDocuments_u6blh_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_u6blh_7{width:100%;max-width:var(--layout-width);margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-md);padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_u6blh_7:has(._carousel_u6blh_17){padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 767px){._container_u6blh_7:has(._carousel_u6blh_17){padding-left:0;padding-right:0}}@media (max-width: 767px){._container_u6blh_7:has(._carousel_u6blh_17) ._heading_u6blh_25{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}}._heading_u6blh_25{display:flex;flex-direction:column;gap:5rem;width:100%;min-height:2.4rem}@media (max-width: 767px){._heading_u6blh_25{gap:2rem}}._flex_u6blh_46{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){._flex_u6blh_46{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}}._flex_u6blh_46>div{flex:1}._flex_u6blh_46 a{display:flex;align-items:center;gap:var(--spacing-sm);color:var(--color-primary-100);font-weight:var(--font-weight-semibold);text-decoration:none;transition:color .3s ease-in-out}._flex_u6blh_46 a:hover{color:var(--color-secondary)}._title_u6blh_76{flex:1;text-wrap:balance}._text_u6blh_81{flex:1;display:flex;justify-content:center;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._text_u6blh_81{flex:1;width:100%;align-items:flex-start}}._disclaimer_u6blh_95{color:var(--color-text-primary);font-size:var(--font-size-sm)}._carousel_u6blh_17{display:block}._carousel_u6blh_17 ._document_u6blh_103{margin:0 auto;flex:0 0 300px;min-height:350px}@media (max-width: 767px){._carousel_u6blh_17 ._document_u6blh_103{flex:0 0 100%}}._documents_u6blh_122{display:grid;gap:var(--spacing-md)}._documents_u6blh_122._col1_u6blh_126{display:block}._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-lg)}@media (max-width: 767px){._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103{flex-direction:column;gap:var(--spacing-md)}}._documents_u6blh_122._col2_u6blh_143{grid-template-columns:repeat(2,1fr)}._documents_u6blh_122._col2_u6blh_143 ._document_u6blh_103{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_u6blh_122._col3_u6blh_153{grid-template-columns:repeat(3,1fr)}._documents_u6blh_122._col3_u6blh_153 ._document_u6blh_103{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_u6blh_122._col4_u6blh_163{grid-template-columns:repeat(4,1fr)}._documents_u6blh_122._col4_u6blh_163 ._document_u6blh_103{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_u6blh_122._featuredTop_u6blh_173{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);row-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_u6blh_122._featuredTop_u6blh_173{row-gap:var(--spacing-xl)}}._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:not(:first-of-type) ._documentExcerpt_u6blh_183{display:none}@media (max-width: 767px){._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:not(:first-of-type) ._documentExcerpt_u6blh_183{display:block}}._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type{grid-column:1/4;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-lg)}@media (max-width: 767px){._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type{flex-direction:column;gap:var(--spacing-md)}}._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type ._documentContent_u6blh_207{flex:.4}._documents_u6blh_122._featuredLeft_u6blh_213{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);column-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_u6blh_122._featuredLeft_u6blh_213{column-gap:var(--spacing-md)}}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type){flex-direction:row;gap:var(--spacing-md)}@media (max-width: 767px){._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type){flex-direction:column}}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type) ._documentContent_u6blh_207{flex:1}@media (max-width: 767px){._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type) ._documentExcerpt_u6blh_183{display:block}}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:first-of-type{grid-row:1/4;display:flex;flex-direction:column;align-items:center;justify-content:center}._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:first-of-type ._documentContent_u6blh_207{flex:.4}._documents_u6blh_122._twoColumn_u6blh_254{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}._documents_u6blh_122._twoColumn_u6blh_254 ._document_u6blh_103{flex-direction:row;gap:var(--spacing-md);align-items:center}@media (max-width: 767px){._documents_u6blh_122._col1_u6blh_126,._documents_u6blh_122._col2_u6blh_143,._documents_u6blh_122._col3_u6blh_153,._documents_u6blh_122._col4_u6blh_163,._documents_u6blh_122._featuredTop_u6blh_173,._documents_u6blh_122._featuredLeft_u6blh_213,._documents_u6blh_122._twoColumn_u6blh_254{display:flex;flex-direction:column}._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col1_u6blh_126 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._col2_u6blh_143 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col2_u6blh_143 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._col3_u6blh_153 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col3_u6blh_153 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._col4_u6blh_163 ._document_u6blh_103:first-of-type,._documents_u6blh_122._col4_u6blh_163 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:first-of-type,._documents_u6blh_122._featuredTop_u6blh_173 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:first-of-type,._documents_u6blh_122._featuredLeft_u6blh_213 ._document_u6blh_103:not(:first-of-type),._documents_u6blh_122._twoColumn_u6blh_254 ._document_u6blh_103:first-of-type,._documents_u6blh_122._twoColumn_u6blh_254 ._document_u6blh_103:not(:first-of-type){flex-direction:column;gap:var(--spacing-md)}}@media (max-width: 767px){._documents_u6blh_122{gap:var(--spacing-xl)}}._multiple_u6blh_289 ._documents_u6blh_122{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}._multiple_u6blh_289 ._document_u6blh_103{display:flex;flex-direction:column}._document_u6blh_103{display:flex;text-decoration:none;overflow:hidden;transition:border-color .3s ease-in-out}._document_u6blh_103:hover{border-color:var(--color-primary-100)}._document_u6blh_103:hover ._documentTitle_u6blh_313 h3{color:var(--color-primary-100)}._document_u6blh_103:hover ._callToAction_u6blh_319 ._label_u6blh_320{opacity:1;transform:translateY(0);color:#fff}._document_u6blh_103:hover ._callToAction_u6blh_319 ._icon_u6blh_326{color:var(--color-primary-100)}._documentEyebrow_u6blh_333{font-size:var(--font-size-sm);color:var(--color-secondary)}._documentImage_u6blh_338{width:100%;height:100%;aspect-ratio:16/9;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._documentImage_u6blh_338 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._documentTitle_u6blh_313{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg)}._documentContent_u6blh_207{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;color:var(--color-text-primary)}._documentContent_u6blh_207 h3{flex:1;font-size:var(--font-size-lg);margin-bottom:0;transition:color .3s ease-in-out}._documentContent_u6blh_207 p{text-decoration:none}._callToAction_u6blh_319{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm)}._callToAction_u6blh_319 ._icon_u6blh_326{display:flex;align-items:center;justify-content:center;width:25px;height:25px;background-color:transparent;color:var(--color-text-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_u6blh_319 ._label_u6blh_320{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.blog ._container_u6blh_7{max-width:var(--blog-width)}
|