quirk-ui 0.0.470 → 0.0.471
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/index11.css +1 -1
- package/dist/assets/index11.css.d.ts +5 -5
- package/dist/next/blocks/AdditionalCategoriesBlock/index.cjs +1 -1
- package/dist/next/blocks/AdditionalCategoriesBlock/index.mjs +13 -13
- package/dist/next/blocks/HeroBlock/index.cjs +2 -2
- package/dist/next/blocks/HeroBlock/index.mjs +153 -136
- package/dist/styles.css +2 -2
- package/dist/styles.css.d.ts +5 -5
- package/package.json +1 -1
package/dist/assets/index11.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._additionalCategories_1wmnv_1{width:100%;margin-bottom:var(--spacing-md)}._container_1wmnv_6{padding:0 var(--spacing-md) var(--spacing-md);max-width:var(--layout-width);margin:0 auto}._categories_1wmnv_12{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._categories_1wmnv_12 p{font-weight:var(--font-weight-semibold)}._list_1wmnv_23{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md);flex-wrap:wrap}._category_1wmnv_31{display:flex;align-items:center;justify-content:center;padding:0 var(--spacing-md);height:35px;background-color:var(--color-secondary-75);border-radius:var(--radius-full);transition:background-color .3s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}._category_1wmnv_31:hover{background-color:var(--color-primary-100)}.blog ._container_1wmnv_6{max-width:var(--blog-width)}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const styles: {
|
|
2
|
-
readonly "
|
|
3
|
-
readonly "
|
|
4
|
-
readonly "
|
|
5
|
-
readonly "
|
|
6
|
-
readonly "
|
|
2
|
+
readonly "_additionalCategories_1wmnv_1": string;
|
|
3
|
+
readonly "_categories_1wmnv_12": string;
|
|
4
|
+
readonly "_category_1wmnv_31": string;
|
|
5
|
+
readonly "_container_1wmnv_6": string;
|
|
6
|
+
readonly "_list_1wmnv_23": string;
|
|
7
7
|
readonly "blog": string;
|
|
8
8
|
};
|
|
9
9
|
export = styles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../assets/index11.css');const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../assets/index11.css');const n=require("react/jsx-runtime"),s=require("../../ui/LocaleLink/index.cjs"),o="_additionalCategories_1wmnv_1",r="_container_1wmnv_6",a="_categories_1wmnv_12",c="_list_1wmnv_23",d="_category_1wmnv_31",i={additionalCategories:o,container:r,categories:a,list:c,category:d};function _({categories:e,type:l}){if((e==null?void 0:e.length)!==0)return console.log("CAT",e),n.jsx("section",{className:`${i.additionalCategories} ${l=="article"?"blog":""}`,children:n.jsx("article",{className:i.container,children:n.jsxs("div",{className:i.categories,children:[n.jsx("p",{children:"In this article:"}),n.jsx("div",{className:i.list,children:e&&e.length>0&&e.map(t=>t.slug.current.includes("keyword")&&n.jsx(s.LocaleLink,{href:`/blog?category=${t.slug.current}`,className:i.category,children:t.title},t._id))})]})})})}exports.AdditionalCategoriesBlock=_;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i, jsxs as o } from "react/jsx-runtime";
|
|
2
2
|
import { LocaleLink as s } from "../../ui/LocaleLink/index.mjs";
|
|
3
|
-
import '../../../assets/index11.css';const a = "
|
|
3
|
+
import '../../../assets/index11.css';const a = "_additionalCategories_1wmnv_1", r = "_container_1wmnv_6", c = "_categories_1wmnv_12", d = "_list_1wmnv_23", _ = "_category_1wmnv_31", t = {
|
|
4
4
|
additionalCategories: a,
|
|
5
5
|
container: r,
|
|
6
6
|
categories: c,
|
|
7
7
|
list: d,
|
|
8
8
|
category: _
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
categories:
|
|
10
|
+
function h({
|
|
11
|
+
categories: n,
|
|
12
12
|
type: l
|
|
13
13
|
}) {
|
|
14
|
-
if ((
|
|
15
|
-
return console.log("CAT",
|
|
14
|
+
if ((n == null ? void 0 : n.length) !== 0)
|
|
15
|
+
return console.log("CAT", n), /* @__PURE__ */ i(
|
|
16
16
|
"section",
|
|
17
17
|
{
|
|
18
|
-
className: `${
|
|
19
|
-
children: /* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
(e) => e.slug.current.includes("keyword") && /* @__PURE__ */
|
|
18
|
+
className: `${t.additionalCategories} ${l == "article" ? "blog" : ""}`,
|
|
19
|
+
children: /* @__PURE__ */ i("article", { className: t.container, children: /* @__PURE__ */ o("div", { className: t.categories, children: [
|
|
20
|
+
/* @__PURE__ */ i("p", { children: "In this article:" }),
|
|
21
|
+
/* @__PURE__ */ i("div", { className: t.list, children: n && n.length > 0 && n.map(
|
|
22
|
+
(e) => e.slug.current.includes("keyword") && /* @__PURE__ */ i(
|
|
23
23
|
s,
|
|
24
24
|
{
|
|
25
25
|
href: `/blog?category=${e.slug.current}`,
|
|
26
|
-
className:
|
|
26
|
+
className: t.category,
|
|
27
27
|
children: e.title
|
|
28
28
|
},
|
|
29
29
|
e._id
|
|
@@ -34,5 +34,5 @@ function m({
|
|
|
34
34
|
);
|
|
35
35
|
}
|
|
36
36
|
export {
|
|
37
|
-
|
|
37
|
+
h as AdditionalCategoriesBlock
|
|
38
38
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../assets/index67.css');const e=require("react/jsx-runtime"),m=require("react"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../assets/index67.css');const e=require("react/jsx-runtime"),m=require("react"),P=require("./HeroContext.cjs"),i=require("../../ui/PortableTextRenderer/index.cjs"),j=require("../../ui/CallToActions/index.cjs"),w=require("next/image"),B=require("../../ui/LocaleLink/index.cjs"),q=require("../../hooks/usePrefersReducedMotion.cjs"),L=require("../../../createLucideIcon-DpotSgUx.cjs"),F=require("../../../play-CQBnZgNa.cjs");/**
|
|
2
2
|
* @license lucide-react v0.488.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
5
5
|
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const I=[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]],H=
|
|
6
|
+
*/const I=[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]],H=L.createLucideIcon("pause",I),S="_hero_100a6_1",U="_container_100a6_7",z="_eyebrow_100a6_24",W="_disclaimer_100a6_28",E="_text_100a6_33",M="_articleDetails_100a6_40",V="_articleType_100a6_53",Y="_articleCategories_100a6_66",G="_category_100a6_72",J="_number_100a6_87",K="_blog_100a6_114",Q="_overlay_100a6_138",X="_fullBleed_100a6_208",Z="_split_100a6_302",O="_image_100a6_307",A="_videoControl_100a6_330",g="_videoWrapper_100a6_351",D="_videoBackground_100a6_371",ee="_iframe_100a6_372",s={hero:S,container:U,eyebrow:z,disclaimer:W,text:E,articleDetails:M,articleType:V,articleCategories:Y,category:G,number:J,default:"_default_100a6_110",blog:K,overlay:Q,fullBleed:X,split:Z,image:O,videoControl:A,videoWrapper:g,videoBackground:D,iframe:ee};function se({heading:t,image:l,video:r,callToAction:n,pageData:c,styleOptions:b}){var R,$;const u=q.usePrefersReducedMotion(),[k,v]=m.useState(!u),{setIsFullbleedHeroAtTop:N}=P.useHeroContext(),a=m.useRef(null),x=(b==null?void 0:b.layout)??"default",f={default:s.default,split:s.split,"full-bleed":s.fullBleed,blog:s.blog}[x],y=(R=c==null?void 0:c.categories)!=null&&R.length?c==null?void 0:c.categories[0]:null,_=($=c==null?void 0:c.categories)!=null&&$.length?c==null?void 0:c.categories[1]:null;m.useEffect(()=>{const o=()=>{N(window.scrollY===0)};if(x==="full-bleed"&&typeof window<"u")return N(!0),window.addEventListener("scroll",o),()=>window.removeEventListener("scroll",o)},[x]),m.useEffect(()=>{const o=a.current;o&&(u?o.pause():o.play())},[u]);const h=()=>e.jsx("button",{title:`${k?"Pause the video":"Play the video"}`,className:s.videoControl,onClick:()=>{const o=a.current;o&&(o.paused?(o.play().catch(()=>{}),v(!0)):(o.pause(),v(!1)))},children:k?e.jsx(H,{size:18}):e.jsx(F.Play,{size:18})}),T=()=>{if(!r)return null;const o=r.includes("vimeo.com"),d=r.includes("youtube.com")||r.includes("youtu.be");return o||d?e.jsx("div",{className:s.videoWrapper,children:e.jsx("iframe",{src:o?`${r}?autoplay=1&muted=1&loop=1&background=1`:`${r}?autoplay=1&mute=1&loop=1&playlist=${p(r)}`,allow:"autoplay; fullscreen",allowFullScreen:!0})}):e.jsxs("div",{className:s.videoWrapper,children:[e.jsx(h,{}),e.jsx("video",{ref:a,src:r,autoPlay:!u,loop:!0,muted:!0,playsInline:!0,poster:(l==null?void 0:l.imageUrl)||void 0,preload:"metadata"})]})};function p(o){const d=o.match(/(?:youtube\.com\/.*v=|youtu\.be\/)([^&?/]+)/);return(d==null?void 0:d[1])||""}const C=()=>l&&l.imageUrl?e.jsx("div",{className:s.image,children:e.jsx(w,{src:l.imageUrl,alt:l.asset.altText||l.asset.description||"Hero image",width:600,height:658,priority:!0})}):null;switch(x){case"split":return e.jsx("section",{className:`${s.hero} ${s.split}`,children:e.jsxs("article",{className:s.container,children:[e.jsxs("div",{className:s.text,children:[e.jsxs("div",{children:[t.eyebrow&&e.jsx(i.RichText,{className:s.eyebrow,blocks:t.eyebrow}),e.jsx(i.RichText,{blocks:t.title})]}),t.description&&e.jsx(i.RichText,{blocks:t.description}),n&&e.jsx(j.CallToActions,{items:n.items,alignment:n.alignment}),t.disclaimer&&e.jsx(i.RichText,{className:s.disclaimer,blocks:t.disclaimer})]}),r?e.jsx(T,{}):e.jsx(C,{})]})});case"default":return e.jsx("section",{className:`${s.hero} ${f}`,children:e.jsxs("article",{className:s.container,children:[r?e.jsx(T,{}):e.jsx(C,{}),e.jsxs("div",{className:s.text,children:[e.jsxs("div",{children:[t.eyebrow&&e.jsx(i.RichText,{className:s.eyebrow,blocks:t.eyebrow}),e.jsx(i.RichText,{blocks:t.title})]}),t.description&&e.jsx(i.RichText,{blocks:t.description}),n&&e.jsx(j.CallToActions,{items:n.items,alignment:n.alignment})]})]})});case"full-bleed":return e.jsx("section",{className:`${s.hero} ${f} heroFullBleed`,children:e.jsxs("article",{className:s.container,children:[r?r.includes("vimeo.com")||r.includes("youtube.com")||r.includes("youtu.be")?e.jsx("div",{className:s.videoBackground,children:e.jsx("iframe",{src:r.includes("vimeo.com")?`${r}?autoplay=1&muted=1&loop=1&background=1`:`${r}?autoplay=1&mute=1&loop=1&playlist=${p(r)}`,className:s.iframe,allow:"autoplay; fullscreen",allowFullScreen:!0})}):e.jsxs(e.Fragment,{children:[e.jsx(h,{}),e.jsx("video",{ref:a,className:s.videoBackground,src:r,autoPlay:!u,loop:!0,muted:!0,playsInline:!0,poster:(l==null?void 0:l.imageUrl)||void 0})]}):e.jsx(w,{src:(l==null?void 0:l.imageUrl)??"",alt:(l==null?void 0:l.asset.altText)||(l==null?void 0:l.asset.description)||"Card image",fill:!0,priority:!0,style:{objectFit:"cover"},draggable:!1,sizes:"(min-width: 500px) 500px, 100vw"}),e.jsx("div",{className:s.overlay,children:e.jsxs("div",{className:s.text,children:[e.jsxs("div",{children:[t.eyebrow&&e.jsx(i.RichText,{className:s.eyebrow,blocks:t.eyebrow}),e.jsx(i.RichText,{blocks:t.title})]}),t.description&&e.jsx(i.RichText,{blocks:t.description}),n&&e.jsx(j.CallToActions,{items:n.items,alignment:n.alignment})]})})]})});case"blog":return e.jsx("section",{className:`${s.hero} ${f}`,children:e.jsxs("article",{className:s.container,children:[r?r.includes("vimeo.com")||r.includes("youtube.com")||r.includes("youtu.be")?e.jsx("div",{className:s.videoBackground,children:e.jsx("iframe",{src:r.includes("vimeo.com")?`${r}?autoplay=1&muted=1&loop=1&background=1`:`${r}?autoplay=1&mute=1&loop=1&playlist=${p(r)}`,className:s.iframe,allow:"autoplay; fullscreen",allowFullScreen:!0})}):e.jsxs(e.Fragment,{children:[e.jsx(h,{}),e.jsx("video",{ref:a,className:s.videoBackground,src:r,autoPlay:!u,loop:!0,muted:!0,playsInline:!0,poster:(l==null?void 0:l.imageUrl)||void 0})]}):e.jsx(w,{src:(l==null?void 0:l.imageUrl)??"",alt:(l==null?void 0:l.asset.altText)||(l==null?void 0:l.asset.description)||"Card image",fill:!0,priority:!0,style:{objectFit:"cover"},draggable:!1,sizes:"(min-width: 500px) 500px, 100vw"}),e.jsx("div",{className:s.overlay,children:e.jsxs("div",{className:s.text,children:[e.jsxs("div",{children:[t.eyebrow&&e.jsx(i.RichText,{className:s.eyebrow,blocks:t.eyebrow}),c&&e.jsxs("div",{className:s.articleDetails,children:[c.articleType&&e.jsx("div",{className:s.articleType,children:e.jsx(B.LocaleLink,{href:`/blog?category=${c.articleType}`,className:s.category,children:c.articleType},c.articleType)}),e.jsxs("div",{className:s.articleCategories,children:[y&&e.jsx("span",{className:s.category,children:e.jsx(B.LocaleLink,{href:`/blog?category=${y.slug.current}`,className:s.category,children:y.title},y._id)}),_&&_.title.toLowerCase()!=="library"&&!_.slug.current.includes("keywords")&&e.jsx("span",{className:s.category,children:_.title})]}),c.timeToRead&&e.jsx(e.Fragment,{children:e.jsxs("span",{children:[e.jsx("span",{className:s.number,children:c.timeToRead}),"min read"]})})]}),e.jsx(i.RichText,{blocks:t.title})]}),t.description&&e.jsx(i.RichText,{blocks:t.description}),n&&e.jsx(j.CallToActions,{items:n.items,alignment:n.alignment})]})})]})})}}exports.HeroBlock=se;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as c, Fragment as v } from "react/jsx-runtime";
|
|
2
2
|
import { useState as U, useRef as z, useEffect as R } from "react";
|
|
3
|
-
import { useHeroContext as
|
|
3
|
+
import { useHeroContext as L } from "./HeroContext.mjs";
|
|
4
4
|
import { RichText as n } from "../../ui/PortableTextRenderer/index.mjs";
|
|
5
5
|
import { CallToActions as _ } from "../../ui/CallToActions/index.mjs";
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
6
|
+
import k from "next/image";
|
|
7
|
+
import { LocaleLink as T } from "../../ui/LocaleLink/index.mjs";
|
|
8
|
+
import { usePrefersReducedMotion as S } from "../../hooks/usePrefersReducedMotion.mjs";
|
|
8
9
|
import { c as W } from "../../../createLucideIcon-C8GTh_Qx.js";
|
|
9
10
|
import { P as j } from "../../../play-DYgKiSaf.js";
|
|
10
11
|
import '../../../assets/index67.css';/**
|
|
@@ -16,43 +17,43 @@ import '../../../assets/index67.css';/**
|
|
|
16
17
|
const H = [
|
|
17
18
|
["rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", key: "zuxfzm" }],
|
|
18
19
|
["rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", key: "1okwgv" }]
|
|
19
|
-
],
|
|
20
|
-
hero:
|
|
21
|
-
container:
|
|
22
|
-
eyebrow:
|
|
23
|
-
disclaimer:
|
|
24
|
-
text:
|
|
25
|
-
articleDetails:
|
|
26
|
-
articleType:
|
|
27
|
-
articleCategories:
|
|
28
|
-
category:
|
|
29
|
-
number:
|
|
20
|
+
], V = W("pause", H), E = "_hero_100a6_1", Y = "_container_100a6_7", M = "_eyebrow_100a6_24", q = "_disclaimer_100a6_28", G = "_text_100a6_33", J = "_articleDetails_100a6_40", K = "_articleType_100a6_53", Q = "_articleCategories_100a6_66", X = "_category_100a6_72", Z = "_number_100a6_87", O = "_blog_100a6_114", A = "_overlay_100a6_138", g = "_fullBleed_100a6_208", D = "_split_100a6_302", ee = "_image_100a6_307", re = "_videoControl_100a6_330", le = "_videoWrapper_100a6_351", te = "_videoBackground_100a6_371", se = "_iframe_100a6_372", r = {
|
|
21
|
+
hero: E,
|
|
22
|
+
container: Y,
|
|
23
|
+
eyebrow: M,
|
|
24
|
+
disclaimer: q,
|
|
25
|
+
text: G,
|
|
26
|
+
articleDetails: J,
|
|
27
|
+
articleType: K,
|
|
28
|
+
articleCategories: Q,
|
|
29
|
+
category: X,
|
|
30
|
+
number: Z,
|
|
30
31
|
default: "_default_100a6_110",
|
|
31
|
-
blog:
|
|
32
|
-
overlay:
|
|
33
|
-
fullBleed:
|
|
32
|
+
blog: O,
|
|
33
|
+
overlay: A,
|
|
34
|
+
fullBleed: g,
|
|
34
35
|
split: D,
|
|
35
|
-
image:
|
|
36
|
-
videoControl:
|
|
36
|
+
image: ee,
|
|
37
|
+
videoControl: re,
|
|
37
38
|
videoWrapper: le,
|
|
38
|
-
videoBackground:
|
|
39
|
+
videoBackground: te,
|
|
39
40
|
iframe: se
|
|
40
41
|
};
|
|
41
|
-
function
|
|
42
|
-
heading:
|
|
43
|
-
image:
|
|
44
|
-
video:
|
|
45
|
-
callToAction:
|
|
46
|
-
pageData:
|
|
47
|
-
styleOptions:
|
|
42
|
+
function be({
|
|
43
|
+
heading: s,
|
|
44
|
+
image: l,
|
|
45
|
+
video: t,
|
|
46
|
+
callToAction: a,
|
|
47
|
+
pageData: o,
|
|
48
|
+
styleOptions: f
|
|
48
49
|
}) {
|
|
49
50
|
var I, F;
|
|
50
|
-
const
|
|
51
|
-
default:
|
|
52
|
-
split:
|
|
53
|
-
"full-bleed":
|
|
54
|
-
blog:
|
|
55
|
-
}[y],
|
|
51
|
+
const u = S(), [x, $] = U(!u), { setIsFullbleedHeroAtTop: C } = L(), d = z(null), y = (f == null ? void 0 : f.layout) ?? "default", h = {
|
|
52
|
+
default: r.default,
|
|
53
|
+
split: r.split,
|
|
54
|
+
"full-bleed": r.fullBleed,
|
|
55
|
+
blog: r.blog
|
|
56
|
+
}[y], p = (I = o == null ? void 0 : o.categories) != null && I.length ? o == null ? void 0 : o.categories[0] : null, b = (F = o == null ? void 0 : o.categories) != null && F.length ? o == null ? void 0 : o.categories[1] : null;
|
|
56
57
|
R(() => {
|
|
57
58
|
const i = () => {
|
|
58
59
|
C(window.scrollY === 0);
|
|
@@ -61,58 +62,58 @@ function ye({
|
|
|
61
62
|
return C(!0), window.addEventListener("scroll", i), () => window.removeEventListener("scroll", i);
|
|
62
63
|
}, [y]), R(() => {
|
|
63
64
|
const i = d.current;
|
|
64
|
-
i && (
|
|
65
|
-
}, [
|
|
65
|
+
i && (u ? i.pause() : i.play());
|
|
66
|
+
}, [u]);
|
|
66
67
|
const w = () => /* @__PURE__ */ e(
|
|
67
68
|
"button",
|
|
68
69
|
{
|
|
69
|
-
title: `${
|
|
70
|
-
className:
|
|
70
|
+
title: `${x ? "Pause the video" : "Play the video"}`,
|
|
71
|
+
className: r.videoControl,
|
|
71
72
|
onClick: () => {
|
|
72
73
|
const i = d.current;
|
|
73
74
|
i && (i.paused ? (i.play().catch(() => {
|
|
74
|
-
}),
|
|
75
|
+
}), $(!0)) : (i.pause(), $(!1)));
|
|
75
76
|
},
|
|
76
|
-
children:
|
|
77
|
+
children: x ? /* @__PURE__ */ e(V, { size: 18 }) : /* @__PURE__ */ e(j, { size: 18 })
|
|
77
78
|
}
|
|
78
79
|
), B = () => {
|
|
79
|
-
if (!
|
|
80
|
-
const i =
|
|
81
|
-
return i || m ? /* @__PURE__ */ e("div", { className:
|
|
80
|
+
if (!t) return null;
|
|
81
|
+
const i = t.includes("vimeo.com"), m = t.includes("youtube.com") || t.includes("youtu.be");
|
|
82
|
+
return i || m ? /* @__PURE__ */ e("div", { className: r.videoWrapper, children: /* @__PURE__ */ e(
|
|
82
83
|
"iframe",
|
|
83
84
|
{
|
|
84
|
-
src: i ? `${
|
|
85
|
-
|
|
85
|
+
src: i ? `${t}?autoplay=1&muted=1&loop=1&background=1` : `${t}?autoplay=1&mute=1&loop=1&playlist=${N(
|
|
86
|
+
t
|
|
86
87
|
)}`,
|
|
87
88
|
allow: "autoplay; fullscreen",
|
|
88
89
|
allowFullScreen: !0
|
|
89
90
|
}
|
|
90
|
-
) }) : /* @__PURE__ */
|
|
91
|
+
) }) : /* @__PURE__ */ c("div", { className: r.videoWrapper, children: [
|
|
91
92
|
/* @__PURE__ */ e(w, {}),
|
|
92
93
|
/* @__PURE__ */ e(
|
|
93
94
|
"video",
|
|
94
95
|
{
|
|
95
96
|
ref: d,
|
|
96
|
-
src:
|
|
97
|
-
autoPlay: !
|
|
97
|
+
src: t,
|
|
98
|
+
autoPlay: !u,
|
|
98
99
|
loop: !0,
|
|
99
100
|
muted: !0,
|
|
100
101
|
playsInline: !0,
|
|
101
|
-
poster: (
|
|
102
|
+
poster: (l == null ? void 0 : l.imageUrl) || void 0,
|
|
102
103
|
preload: "metadata"
|
|
103
104
|
}
|
|
104
105
|
)
|
|
105
106
|
] });
|
|
106
107
|
};
|
|
107
|
-
function
|
|
108
|
+
function N(i) {
|
|
108
109
|
const m = i.match(/(?:youtube\.com\/.*v=|youtu\.be\/)([^&?/]+)/);
|
|
109
110
|
return (m == null ? void 0 : m[1]) || "";
|
|
110
111
|
}
|
|
111
|
-
const P = () =>
|
|
112
|
-
|
|
112
|
+
const P = () => l && l.imageUrl ? /* @__PURE__ */ e("div", { className: r.image, children: /* @__PURE__ */ e(
|
|
113
|
+
k,
|
|
113
114
|
{
|
|
114
|
-
src:
|
|
115
|
-
alt:
|
|
115
|
+
src: l.imageUrl,
|
|
116
|
+
alt: l.asset.altText || l.asset.description || "Hero image",
|
|
116
117
|
width: 600,
|
|
117
118
|
height: 658,
|
|
118
119
|
priority: !0
|
|
@@ -120,92 +121,92 @@ function ye({
|
|
|
120
121
|
) }) : null;
|
|
121
122
|
switch (y) {
|
|
122
123
|
case "split":
|
|
123
|
-
return /* @__PURE__ */ e("section", { className: `${
|
|
124
|
-
/* @__PURE__ */
|
|
125
|
-
/* @__PURE__ */
|
|
126
|
-
|
|
124
|
+
return /* @__PURE__ */ e("section", { className: `${r.hero} ${r.split}`, children: /* @__PURE__ */ c("article", { className: r.container, children: [
|
|
125
|
+
/* @__PURE__ */ c("div", { className: r.text, children: [
|
|
126
|
+
/* @__PURE__ */ c("div", { children: [
|
|
127
|
+
s.eyebrow && /* @__PURE__ */ e(
|
|
127
128
|
n,
|
|
128
129
|
{
|
|
129
|
-
className:
|
|
130
|
-
blocks:
|
|
130
|
+
className: r.eyebrow,
|
|
131
|
+
blocks: s.eyebrow
|
|
131
132
|
}
|
|
132
133
|
),
|
|
133
|
-
/* @__PURE__ */ e(n, { blocks:
|
|
134
|
+
/* @__PURE__ */ e(n, { blocks: s.title })
|
|
134
135
|
] }),
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
s.description && /* @__PURE__ */ e(n, { blocks: s.description }),
|
|
137
|
+
a && /* @__PURE__ */ e(
|
|
137
138
|
_,
|
|
138
139
|
{
|
|
139
|
-
items:
|
|
140
|
-
alignment:
|
|
140
|
+
items: a.items,
|
|
141
|
+
alignment: a.alignment
|
|
141
142
|
}
|
|
142
143
|
),
|
|
143
|
-
|
|
144
|
+
s.disclaimer && /* @__PURE__ */ e(
|
|
144
145
|
n,
|
|
145
146
|
{
|
|
146
|
-
className:
|
|
147
|
-
blocks:
|
|
147
|
+
className: r.disclaimer,
|
|
148
|
+
blocks: s.disclaimer
|
|
148
149
|
}
|
|
149
150
|
)
|
|
150
151
|
] }),
|
|
151
|
-
|
|
152
|
+
t ? /* @__PURE__ */ e(B, {}) : /* @__PURE__ */ e(P, {})
|
|
152
153
|
] }) });
|
|
153
154
|
case "default":
|
|
154
|
-
return /* @__PURE__ */ e("section", { className: `${
|
|
155
|
-
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */
|
|
158
|
-
|
|
155
|
+
return /* @__PURE__ */ e("section", { className: `${r.hero} ${h}`, children: /* @__PURE__ */ c("article", { className: r.container, children: [
|
|
156
|
+
t ? /* @__PURE__ */ e(B, {}) : /* @__PURE__ */ e(P, {}),
|
|
157
|
+
/* @__PURE__ */ c("div", { className: r.text, children: [
|
|
158
|
+
/* @__PURE__ */ c("div", { children: [
|
|
159
|
+
s.eyebrow && /* @__PURE__ */ e(
|
|
159
160
|
n,
|
|
160
161
|
{
|
|
161
|
-
className:
|
|
162
|
-
blocks:
|
|
162
|
+
className: r.eyebrow,
|
|
163
|
+
blocks: s.eyebrow
|
|
163
164
|
}
|
|
164
165
|
),
|
|
165
|
-
/* @__PURE__ */ e(n, { blocks:
|
|
166
|
+
/* @__PURE__ */ e(n, { blocks: s.title })
|
|
166
167
|
] }),
|
|
167
|
-
|
|
168
|
-
|
|
168
|
+
s.description && /* @__PURE__ */ e(n, { blocks: s.description }),
|
|
169
|
+
a && /* @__PURE__ */ e(
|
|
169
170
|
_,
|
|
170
171
|
{
|
|
171
|
-
items:
|
|
172
|
-
alignment:
|
|
172
|
+
items: a.items,
|
|
173
|
+
alignment: a.alignment
|
|
173
174
|
}
|
|
174
175
|
)
|
|
175
176
|
] })
|
|
176
177
|
] }) });
|
|
177
178
|
case "full-bleed":
|
|
178
|
-
return /* @__PURE__ */ e("section", { className: `${
|
|
179
|
-
|
|
179
|
+
return /* @__PURE__ */ e("section", { className: `${r.hero} ${h} heroFullBleed`, children: /* @__PURE__ */ c("article", { className: r.container, children: [
|
|
180
|
+
t ? t.includes("vimeo.com") || t.includes("youtube.com") || t.includes("youtu.be") ? /* @__PURE__ */ e("div", { className: r.videoBackground, children: /* @__PURE__ */ e(
|
|
180
181
|
"iframe",
|
|
181
182
|
{
|
|
182
|
-
src:
|
|
183
|
-
|
|
183
|
+
src: t.includes("vimeo.com") ? `${t}?autoplay=1&muted=1&loop=1&background=1` : `${t}?autoplay=1&mute=1&loop=1&playlist=${N(
|
|
184
|
+
t
|
|
184
185
|
)}`,
|
|
185
|
-
className:
|
|
186
|
+
className: r.iframe,
|
|
186
187
|
allow: "autoplay; fullscreen",
|
|
187
188
|
allowFullScreen: !0
|
|
188
189
|
}
|
|
189
|
-
) }) : /* @__PURE__ */
|
|
190
|
+
) }) : /* @__PURE__ */ c(v, { children: [
|
|
190
191
|
/* @__PURE__ */ e(w, {}),
|
|
191
192
|
/* @__PURE__ */ e(
|
|
192
193
|
"video",
|
|
193
194
|
{
|
|
194
195
|
ref: d,
|
|
195
|
-
className:
|
|
196
|
-
src:
|
|
197
|
-
autoPlay: !
|
|
196
|
+
className: r.videoBackground,
|
|
197
|
+
src: t,
|
|
198
|
+
autoPlay: !u,
|
|
198
199
|
loop: !0,
|
|
199
200
|
muted: !0,
|
|
200
201
|
playsInline: !0,
|
|
201
|
-
poster: (
|
|
202
|
+
poster: (l == null ? void 0 : l.imageUrl) || void 0
|
|
202
203
|
}
|
|
203
204
|
)
|
|
204
205
|
] }) : /* @__PURE__ */ e(
|
|
205
|
-
|
|
206
|
+
k,
|
|
206
207
|
{
|
|
207
|
-
src: (
|
|
208
|
-
alt: (
|
|
208
|
+
src: (l == null ? void 0 : l.imageUrl) ?? "",
|
|
209
|
+
alt: (l == null ? void 0 : l.asset.altText) || (l == null ? void 0 : l.asset.description) || "Card image",
|
|
209
210
|
fill: !0,
|
|
210
211
|
priority: !0,
|
|
211
212
|
style: { objectFit: "cover" },
|
|
@@ -213,59 +214,59 @@ function ye({
|
|
|
213
214
|
sizes: "(min-width: 500px) 500px, 100vw"
|
|
214
215
|
}
|
|
215
216
|
),
|
|
216
|
-
/* @__PURE__ */ e("div", { className:
|
|
217
|
-
/* @__PURE__ */
|
|
218
|
-
|
|
217
|
+
/* @__PURE__ */ e("div", { className: r.overlay, children: /* @__PURE__ */ c("div", { className: r.text, children: [
|
|
218
|
+
/* @__PURE__ */ c("div", { children: [
|
|
219
|
+
s.eyebrow && /* @__PURE__ */ e(
|
|
219
220
|
n,
|
|
220
221
|
{
|
|
221
|
-
className:
|
|
222
|
-
blocks:
|
|
222
|
+
className: r.eyebrow,
|
|
223
|
+
blocks: s.eyebrow
|
|
223
224
|
}
|
|
224
225
|
),
|
|
225
|
-
/* @__PURE__ */ e(n, { blocks:
|
|
226
|
+
/* @__PURE__ */ e(n, { blocks: s.title })
|
|
226
227
|
] }),
|
|
227
|
-
|
|
228
|
-
|
|
228
|
+
s.description && /* @__PURE__ */ e(n, { blocks: s.description }),
|
|
229
|
+
a && /* @__PURE__ */ e(
|
|
229
230
|
_,
|
|
230
231
|
{
|
|
231
|
-
items:
|
|
232
|
-
alignment:
|
|
232
|
+
items: a.items,
|
|
233
|
+
alignment: a.alignment
|
|
233
234
|
}
|
|
234
235
|
)
|
|
235
236
|
] }) })
|
|
236
237
|
] }) });
|
|
237
238
|
case "blog":
|
|
238
|
-
return /* @__PURE__ */ e("section", { className: `${
|
|
239
|
-
|
|
239
|
+
return /* @__PURE__ */ e("section", { className: `${r.hero} ${h}`, children: /* @__PURE__ */ c("article", { className: r.container, children: [
|
|
240
|
+
t ? t.includes("vimeo.com") || t.includes("youtube.com") || t.includes("youtu.be") ? /* @__PURE__ */ e("div", { className: r.videoBackground, children: /* @__PURE__ */ e(
|
|
240
241
|
"iframe",
|
|
241
242
|
{
|
|
242
|
-
src:
|
|
243
|
-
|
|
243
|
+
src: t.includes("vimeo.com") ? `${t}?autoplay=1&muted=1&loop=1&background=1` : `${t}?autoplay=1&mute=1&loop=1&playlist=${N(
|
|
244
|
+
t
|
|
244
245
|
)}`,
|
|
245
|
-
className:
|
|
246
|
+
className: r.iframe,
|
|
246
247
|
allow: "autoplay; fullscreen",
|
|
247
248
|
allowFullScreen: !0
|
|
248
249
|
}
|
|
249
|
-
) }) : /* @__PURE__ */
|
|
250
|
+
) }) : /* @__PURE__ */ c(v, { children: [
|
|
250
251
|
/* @__PURE__ */ e(w, {}),
|
|
251
252
|
/* @__PURE__ */ e(
|
|
252
253
|
"video",
|
|
253
254
|
{
|
|
254
255
|
ref: d,
|
|
255
|
-
className:
|
|
256
|
-
src:
|
|
257
|
-
autoPlay: !
|
|
256
|
+
className: r.videoBackground,
|
|
257
|
+
src: t,
|
|
258
|
+
autoPlay: !u,
|
|
258
259
|
loop: !0,
|
|
259
260
|
muted: !0,
|
|
260
261
|
playsInline: !0,
|
|
261
|
-
poster: (
|
|
262
|
+
poster: (l == null ? void 0 : l.imageUrl) || void 0
|
|
262
263
|
}
|
|
263
264
|
)
|
|
264
265
|
] }) : /* @__PURE__ */ e(
|
|
265
|
-
|
|
266
|
+
k,
|
|
266
267
|
{
|
|
267
|
-
src: (
|
|
268
|
-
alt: (
|
|
268
|
+
src: (l == null ? void 0 : l.imageUrl) ?? "",
|
|
269
|
+
alt: (l == null ? void 0 : l.asset.altText) || (l == null ? void 0 : l.asset.description) || "Card image",
|
|
269
270
|
fill: !0,
|
|
270
271
|
priority: !0,
|
|
271
272
|
style: { objectFit: "cover" },
|
|
@@ -273,36 +274,52 @@ function ye({
|
|
|
273
274
|
sizes: "(min-width: 500px) 500px, 100vw"
|
|
274
275
|
}
|
|
275
276
|
),
|
|
276
|
-
/* @__PURE__ */ e("div", { className:
|
|
277
|
-
/* @__PURE__ */
|
|
278
|
-
|
|
277
|
+
/* @__PURE__ */ e("div", { className: r.overlay, children: /* @__PURE__ */ c("div", { className: r.text, children: [
|
|
278
|
+
/* @__PURE__ */ c("div", { children: [
|
|
279
|
+
s.eyebrow && /* @__PURE__ */ e(
|
|
279
280
|
n,
|
|
280
281
|
{
|
|
281
|
-
className:
|
|
282
|
-
blocks:
|
|
282
|
+
className: r.eyebrow,
|
|
283
|
+
blocks: s.eyebrow
|
|
283
284
|
}
|
|
284
285
|
),
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
286
|
+
o && /* @__PURE__ */ c("div", { className: r.articleDetails, children: [
|
|
287
|
+
o.articleType && /* @__PURE__ */ e("div", { className: r.articleType, children: /* @__PURE__ */ e(
|
|
288
|
+
T,
|
|
289
|
+
{
|
|
290
|
+
href: `/blog?category=${o.articleType}`,
|
|
291
|
+
className: r.category,
|
|
292
|
+
children: o.articleType
|
|
293
|
+
},
|
|
294
|
+
o.articleType
|
|
295
|
+
) }),
|
|
296
|
+
/* @__PURE__ */ c("div", { className: r.articleCategories, children: [
|
|
297
|
+
p && /* @__PURE__ */ e("span", { className: r.category, children: /* @__PURE__ */ e(
|
|
298
|
+
T,
|
|
299
|
+
{
|
|
300
|
+
href: `/blog?category=${p.slug.current}`,
|
|
301
|
+
className: r.category,
|
|
302
|
+
children: p.title
|
|
303
|
+
},
|
|
304
|
+
p._id
|
|
305
|
+
) }),
|
|
306
|
+
b && b.title.toLowerCase() !== "library" && !b.slug.current.includes(
|
|
290
307
|
"keywords"
|
|
291
|
-
) && /* @__PURE__ */ e("span", { className:
|
|
308
|
+
) && /* @__PURE__ */ e("span", { className: r.category, children: b.title })
|
|
292
309
|
] }),
|
|
293
|
-
|
|
294
|
-
/* @__PURE__ */ e("span", { className:
|
|
310
|
+
o.timeToRead && /* @__PURE__ */ e(v, { children: /* @__PURE__ */ c("span", { children: [
|
|
311
|
+
/* @__PURE__ */ e("span", { className: r.number, children: o.timeToRead }),
|
|
295
312
|
"min read"
|
|
296
313
|
] }) })
|
|
297
314
|
] }),
|
|
298
|
-
/* @__PURE__ */ e(n, { blocks:
|
|
315
|
+
/* @__PURE__ */ e(n, { blocks: s.title })
|
|
299
316
|
] }),
|
|
300
|
-
|
|
301
|
-
|
|
317
|
+
s.description && /* @__PURE__ */ e(n, { blocks: s.description }),
|
|
318
|
+
a && /* @__PURE__ */ e(
|
|
302
319
|
_,
|
|
303
320
|
{
|
|
304
|
-
items:
|
|
305
|
-
alignment:
|
|
321
|
+
items: a.items,
|
|
322
|
+
alignment: a.alignment
|
|
306
323
|
}
|
|
307
324
|
)
|
|
308
325
|
] }) })
|
|
@@ -310,5 +327,5 @@ function ye({
|
|
|
310
327
|
}
|
|
311
328
|
}
|
|
312
329
|
export {
|
|
313
|
-
|
|
330
|
+
be as HeroBlock
|
|
314
331
|
};
|
package/dist/styles.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
._featuredDocuments_cm5e5_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_cm5e5_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_cm5e5_7:has(._carousel_cm5e5_17){padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 767px){._container_cm5e5_7:has(._carousel_cm5e5_17){padding-left:0;padding-right:0}}@media (max-width: 767px){._container_cm5e5_7:has(._carousel_cm5e5_17) ._heading_cm5e5_25{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}}._heading_cm5e5_25{display:flex;flex-direction:column;gap:5rem;width:100%}@media (max-width: 767px){._heading_cm5e5_25{gap:2rem}}._flex_cm5e5_45{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){._flex_cm5e5_45{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}}._flex_cm5e5_45>div{flex:1}._flex_cm5e5_45 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_cm5e5_45 a:hover{color:var(--color-secondary)}._title_cm5e5_75{flex:1;text-wrap:balance}._text_cm5e5_80{flex:1;display:flex;justify-content:center;flex-direction:column;gap:1rem}@media (max-width: 767px){._text_cm5e5_80{flex:1;width:100%;align-items:flex-start}}._disclaimer_cm5e5_94{color:var(--color-text-primary);font-size:var(--font-size-sm)}._carousel_cm5e5_17{display:block}._carousel_cm5e5_17 ._document_cm5e5_102{max-width:300px;margin:0 auto}@media (max-width: 767px){._carousel_cm5e5_17 ._document_cm5e5_102{max-width:unset}}._documents_cm5e5_114{display:grid;gap:var(--spacing-md)}._documents_cm5e5_114._col1_cm5e5_118{display:block}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-lg)}@media (max-width: 767px){._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102{flex-direction:column;gap:var(--spacing-md)}}._documents_cm5e5_114._col1_cm5e5_118 ._documentImage_cm5e5_134{flex:1}._documents_cm5e5_114._col1_cm5e5_118 ._documentContent_cm5e5_138{flex:.4}._documents_cm5e5_114._col2_cm5e5_143{grid-template-columns:repeat(2,1fr)}._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col2_cm5e5_143 ._documentImage_cm5e5_134{height:200px}._documents_cm5e5_114._col3_cm5e5_157{grid-template-columns:repeat(3,1fr)}._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col3_cm5e5_157 ._documentImage_cm5e5_134{height:200px}._documents_cm5e5_114._col4_cm5e5_171{grid-template-columns:repeat(4,1fr)}._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col4_cm5e5_171 ._documentImage_cm5e5_134{height:200px}._documents_cm5e5_114._featuredTop_cm5e5_185{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);row-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_cm5e5_114._featuredTop_cm5e5_185{row-gap:var(--spacing-xl)}}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentExcerpt_cm5e5_195{display:none}@media (max-width: 767px){._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentExcerpt_cm5e5_195{display:block}}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102: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_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type{flex-direction:column;gap:var(--spacing-md)}}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134{flex:1;height:350px}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138{flex:.4}._documents_cm5e5_114._featuredLeft_cm5e5_230{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);column-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_cm5e5_114._featuredLeft_cm5e5_230{column-gap:var(--spacing-md)}}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type){flex-direction:row;gap:var(--spacing-md)}@media (max-width: 767px){._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type){flex-direction:column}}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134{height:auto;flex:.5}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138{flex:1}@media (max-width: 767px){._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentExcerpt_cm5e5_195{display:block}}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type{grid-row:1/4;display:flex;flex-direction:column;align-items:center;justify-content:center}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134{flex:1;height:350px}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138{flex:.4}._documents_cm5e5_114._twoColumn_cm5e5_281{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102{flex-direction:row;gap:var(--spacing-md);align-items:center}@media (max-width: 767px){._documents_cm5e5_114._col1_cm5e5_118,._documents_cm5e5_114._col2_cm5e5_143,._documents_cm5e5_114._col3_cm5e5_157,._documents_cm5e5_114._col4_cm5e5_171,._documents_cm5e5_114._featuredTop_cm5e5_185,._documents_cm5e5_114._featuredLeft_cm5e5_230,._documents_cm5e5_114._twoColumn_cm5e5_281{display:flex;flex-direction:column}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:not(:first-of-type){flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134{flex:unset;height:250px}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138{flex:1;width:100%}._documents_cm5e5_114._col1_cm5e5_118 ._documentImage_cm5e5_134,._documents_cm5e5_114._col2_cm5e5_143 ._documentImage_cm5e5_134,._documents_cm5e5_114._col3_cm5e5_157 ._documentImage_cm5e5_134,._documents_cm5e5_114._col4_cm5e5_171 ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredTop_cm5e5_185 ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._documentImage_cm5e5_134,._documents_cm5e5_114._twoColumn_cm5e5_281 ._documentImage_cm5e5_134{height:250px}}@media (max-width: 767px){._documents_cm5e5_114{gap:var(--spacing-xl)}}._multiple_cm5e5_330 ._documents_cm5e5_114{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}._multiple_cm5e5_330 ._document_cm5e5_102{display:flex;flex-direction:column}._multiple_cm5e5_330 ._documentImage_cm5e5_134{height:200px}._document_cm5e5_102{display:flex;text-decoration:none;overflow:hidden;transition:border-color .3s ease-in-out}._document_cm5e5_102:hover{border-color:var(--color-primary-100)}._document_cm5e5_102:hover ._documentImage_cm5e5_134 img{transform:scale(1.05)}._document_cm5e5_102:hover ._documentTitle_cm5e5_364 h3{color:var(--color-primary-100)}._document_cm5e5_102:hover ._callToAction_cm5e5_370 ._label_cm5e5_371{opacity:1;transform:translateY(0);color:#fff}._document_cm5e5_102:hover ._callToAction_cm5e5_370 ._icon_cm5e5_377{color:var(--color-primary-100)}._documentEyebrow_cm5e5_384{font-size:var(--font-size-sm);color:var(--color-secondary)}._documentImage_cm5e5_134{width:100%;height:100%;max-height:350px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._documentImage_cm5e5_134 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._documentTitle_cm5e5_364{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg)}._documentContent_cm5e5_138{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;color:var(--color-text-primary)}._documentContent_cm5e5_138 h3{flex:1;font-size:var(--font-size-lg);margin-bottom:0;transition:color .3s ease-in-out}._documentContent_cm5e5_138 p{text-decoration:none}._callToAction_cm5e5_370{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm)}._callToAction_cm5e5_370 ._icon_cm5e5_377{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_cm5e5_370 ._label_cm5e5_371{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_cm5e5_7{max-width:var(--blog-width)}
|
|
9
9
|
._faq_20vut_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_20vut_7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:5rem;width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 768px){._container_20vut_7{gap:var(--spacing-xl)}}._heading_20vut_24{display:flex;flex-direction:column;gap:var(--spacing-md)}._heading_20vut_24 h1,._heading_20vut_24 h2,._heading_20vut_24 h3,._heading_20vut_24 h4,._heading_20vut_24 h5,._heading_20vut_24 h6{width:100%;margin-bottom:0}.split ._content_20vut_41{margin-top:0;flex:1}
|
|
10
10
|
._accordion_1ytlu_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_1ytlu_7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:5rem;width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 768px){._container_1ytlu_7{gap:var(--spacing-xl)}}._heading_1ytlu_24{display:flex;flex-direction:column;gap:var(--spacing-md)}._heading_1ytlu_24 h1,._heading_1ytlu_24 h2,._heading_1ytlu_24 h3,._heading_1ytlu_24 h4,._heading_1ytlu_24 h5,._heading_1ytlu_24 h6{width:100%;margin-bottom:0}.split ._content_1ytlu_41{margin-top:0;flex:1}
|
|
11
|
-
.
|
|
11
|
+
._additionalCategories_1wmnv_1{width:100%;margin-bottom:var(--spacing-md)}._container_1wmnv_6{padding:0 var(--spacing-md) var(--spacing-md);max-width:var(--layout-width);margin:0 auto}._categories_1wmnv_12{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._categories_1wmnv_12 p{font-weight:var(--font-weight-semibold)}._list_1wmnv_23{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md);flex-wrap:wrap}._category_1wmnv_31{display:flex;align-items:center;justify-content:center;padding:0 var(--spacing-md);height:35px;background-color:var(--color-secondary-75);border-radius:var(--radius-full);transition:background-color .3s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}._category_1wmnv_31:hover{background-color:var(--color-primary-100)}.blog ._container_1wmnv_6{max-width:var(--blog-width)}
|
|
12
12
|
._cardGrid_exdo2_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);overflow:hidden}._container_exdo2_8{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)}._heading_exdo2_19{display:flex;flex-direction:column;gap:var(--spacing-md)}._heading_exdo2_19 h1,._heading_exdo2_19 h2,._heading_exdo2_19 h3,._heading_exdo2_19 h4,._heading_exdo2_19 h5,._heading_exdo2_19 h6{width:100%;margin-bottom:0}._title_exdo2_35 span span:first-letter{text-transform:uppercase}._headingHorizontal_exdo2_43{flex-direction:row;justify-content:space-between}._headingHorizontal_exdo2_43 ._title_exdo2_35{margin-bottom:0}@media (max-width: 768px){._headingHorizontal_exdo2_43{flex-direction:column}}._headingVertical_exdo2_56{flex-direction:column;justify-content:flex-start}._title_exdo2_35:first-letter{text-transform:capitalize}h3._description_exdo2_67{font-size:var(--font-size-xl);margin-top:var(--spacing-md)}._disclaimer_exdo2_72{max-width:800px;margin-left:auto;margin-right:auto;margin-top:var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary);line-height:var(--line-height-tight)}.split._container_exdo2_8 ._heading_exdo2_19{flex:.35}.split._container_exdo2_8 ._grid_exdo2_88{margin-top:0;flex:1;flex-direction:row}@media (max-width: 767px){._grid_exdo2_88{display:flex;flex-direction:column}}
|
|
13
13
|
._carousel_16g66_1{width:100%;overflow-x:hidden;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_16g66_8{display:flex;flex-direction:column;gap:var(--spacing-md);width:100%;max-width:var(--layout-width);margin:0 auto}@media (min-width: 768px){._container_16g66_8{padding:var(--spacing-xl) calc(var(--spacing-md) - var(--spacing-sm))}}._heading_16g66_21{display:flex;flex-direction:column;gap:var(--spacing-md);padding:0 var(--spacing-md)}._heading_16g66_21 h1,._heading_16g66_21 h2,._heading_16g66_21 h3,._heading_16g66_21 h4,._heading_16g66_21 h5,._heading_16g66_21 h6{width:100%;margin-bottom:0}@media (min-width: 768px){._heading_16g66_21{padding:0 calc(var(--spacing-md) - var(--spacing-sm))}}._carousel_16g66_1{display:block}._rating_16g66_56{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md)}@media (max-width: 767px){._rating_16g66_56{justify-content:flex-start}}._ratingValue_16g66_67{font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}._ratingOuter_16g66_72{color:transparent;font-size:var(--font-size-xl);position:relative;display:inline-flex}._ratingInner_16g66_79{color:var(--color-warning);font-size:var(--font-size-xl);position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden}.split ._carousel_16g66_1{padding-top:0;margin-top:0;flex:1}@media (max-width: 767px){.split ._carousel_16g66_1{gap:var(--spacing-md);padding-top:0}}.backgroundPrimary ._carouselComponent_16g66_101 ._indicator_16g66_102{background-color:var(--color-primary-100)}
|
|
14
14
|
._content_ivubr_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_ivubr_7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:100%;max-width:var(--container-max-width, var(--layout-width));margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_ivubr_7 h1,._container_ivubr_7 h2,._container_ivubr_7 h3,._container_ivubr_7 h4,._container_ivubr_7 h5,._container_ivubr_7 h6{width:100%;margin-block:0}@media (max-width: 767px){._container_ivubr_7{gap:var(--spacing-xl)}}._metrics_ivubr_34{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-md);padding:var(--spacing-md)}@media (max-width: 767px){._metrics_ivubr_34{flex-direction:column}}._metric_ivubr_34{flex:1}._metricValue_ivubr_50{font-size:2.5rem;font-weight:var(--font-weight-bold);position:relative;z-index:1;color:var(--color-text-primary)}._metricValue_ivubr_50:after{content:"";display:block;background-color:var(--color-primary-100);width:35px;height:35px;position:absolute;top:-3px;left:-.5rem;z-index:-1;border-radius:var(--radius-md)}._disclaimer_ivubr_71{color:var(--color-text-primary);font-size:var(--font-size-sm)}._layoutHImageRight_ivubr_76{flex-direction:row;gap:var(--gap, 5rem)}._layoutHImageRight_ivubr_76 ._heading_ivubr_80{gap:var(--spacing-md);flex:.65}._layoutHImageRight_ivubr_76 ._image_ivubr_85{flex:.5}@media (max-width: 768px){._layoutHImageRight_ivubr_76{flex-direction:column-reverse;gap:var(--spacing-lg)}}._noImage_ivubr_95{flex-direction:column}._layoutHImageLeft_ivubr_99{flex-direction:row-reverse;gap:var(--gap, 5rem)}._layoutHImageLeft_ivubr_99 ._heading_ivubr_80{gap:var(--spacing-md);flex:.65}._layoutHImageLeft_ivubr_99 ._image_ivubr_85{flex:.5}@media (max-width: 768px){._layoutHImageLeft_ivubr_99{flex-direction:column-reverse;gap:var(--spacing-lg)}}._layoutVImageTop_ivubr_118{flex-direction:column-reverse;gap:var(--gap, var(--spacing-md))}._layoutVImageTop_ivubr_118 ._heading_ivubr_80{gap:var(--spacing-md)}@media (max-width: 768px){._layoutVImageTop_ivubr_118{gap:var(--spacing-lg)}}._layoutVImageBottom_ivubr_131{flex-direction:column;gap:var(--gap, var(--spacing-md))}._layoutVImageBottom_ivubr_131 ._heading_ivubr_80{gap:var(--spacing-md)}@media (max-width: 768px){._layoutVImageBottom_ivubr_131{gap:var(--spacing-lg)}}._heading_ivubr_80{display:flex;flex-direction:column;width:100%;gap:var(--spacing-md)}._title_ivubr_151{text-wrap:pretty}._text_ivubr_156{flex:1;display:flex;justify-content:center;flex-direction:column;gap:1rem}@media (max-width: 767px){._text_ivubr_156{flex:1;width:100%;align-items:flex-start}}._cta_ivubr_170{width:100%}@media (max-width: 767px){._cta_ivubr_170{justify-content:flex-start}}._headingHorizontal_ivubr_178{flex-direction:row;justify-content:space-between;gap:5rem}@media (max-width: 767px){._headingHorizontal_ivubr_178{gap:var(--spacing-md)}}._headingHorizontal_ivubr_178 ._titleWrapper_ivubr_187,._headingHorizontal_ivubr_178 .portableTextContainer{flex:1}._headingHorizontal_ivubr_178 ._title_ivubr_151{margin-bottom:0}._headingHorizontal_ivubr_178 p._title_ivubr_151{margin-top:1rem}@media (max-width: 768px){._headingHorizontal_ivubr_178{flex-direction:column}}._headingVertical_ivubr_208{flex-direction:column;justify-content:flex-start}._image_ivubr_85{display:flex;align-items:center;justify-content:center;flex:1;width:100%;margin:0 auto;line-height:0}._image_ivubr_85 img{width:100%;height:auto}._videoWrapper_ivubr_229{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-md);flex:1}._videoWrapper_ivubr_229 iframe,._videoWrapper_ivubr_229 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._default_ivubr_249{display:block}._default_ivubr_249 img{border-radius:var(--radius-md)}._maxWidth_ivubr_257{margin:0 auto}._maxWidth_ivubr_257 img{max-width:var(--max-width, var(--layout-width));border-radius:var(--radius-md);height:auto}._fullBleed_ivubr_267{width:100%;max-width:unset;border-radius:var(--radius-md);overflow:hidden}.blog ._container_ivubr_7{max-width:var(--blog-width)}.centered ._heading_ivubr_80{gap:var(--spacing-md);align-items:center;justify-content:center}.centered ._text_ivubr_156{align-items:center}.centered ._cta_ivubr_170{justify-content:center}.backgroundPrimary ._text_ivubr_156 p,.backgroundPrimary ._text_ivubr_156 p a,.backgroundPrimary ._metricValue_ivubr_50{color:#fff}.backgroundPrimary ._metricValue_ivubr_50:after{background-color:var(--color-secondary-100)}.backgroundPrimary ._cta_ivubr_170 ._secondary_ivubr_308{background-color:#fff}.split-35-65 ._heading_ivubr_80{flex:.35}
|
|
@@ -80,7 +80,7 @@ ul._list_1fin2_1{list-style-type:none;padding:0;margin:0}ol._list_1fin2_1{list-s
|
|
|
80
80
|
._featuredDocuments_cm5e5_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_cm5e5_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_cm5e5_7:has(._carousel_cm5e5_17){padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 767px){._container_cm5e5_7:has(._carousel_cm5e5_17){padding-left:0;padding-right:0}}@media (max-width: 767px){._container_cm5e5_7:has(._carousel_cm5e5_17) ._heading_cm5e5_25{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}}._heading_cm5e5_25{display:flex;flex-direction:column;gap:5rem;width:100%}@media (max-width: 767px){._heading_cm5e5_25{gap:2rem}}._flex_cm5e5_45{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){._flex_cm5e5_45{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}}._flex_cm5e5_45>div{flex:1}._flex_cm5e5_45 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_cm5e5_45 a:hover{color:var(--color-secondary)}._title_cm5e5_75{flex:1;text-wrap:balance}._text_cm5e5_80{flex:1;display:flex;justify-content:center;flex-direction:column;gap:1rem}@media (max-width: 767px){._text_cm5e5_80{flex:1;width:100%;align-items:flex-start}}._disclaimer_cm5e5_94{color:var(--color-text-primary);font-size:var(--font-size-sm)}._carousel_cm5e5_17{display:block}._carousel_cm5e5_17 ._document_cm5e5_102{max-width:300px;margin:0 auto}@media (max-width: 767px){._carousel_cm5e5_17 ._document_cm5e5_102{max-width:unset}}._documents_cm5e5_114{display:grid;gap:var(--spacing-md)}._documents_cm5e5_114._col1_cm5e5_118{display:block}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-lg)}@media (max-width: 767px){._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102{flex-direction:column;gap:var(--spacing-md)}}._documents_cm5e5_114._col1_cm5e5_118 ._documentImage_cm5e5_134{flex:1}._documents_cm5e5_114._col1_cm5e5_118 ._documentContent_cm5e5_138{flex:.4}._documents_cm5e5_114._col2_cm5e5_143{grid-template-columns:repeat(2,1fr)}._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col2_cm5e5_143 ._documentImage_cm5e5_134{height:200px}._documents_cm5e5_114._col3_cm5e5_157{grid-template-columns:repeat(3,1fr)}._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col3_cm5e5_157 ._documentImage_cm5e5_134{height:200px}._documents_cm5e5_114._col4_cm5e5_171{grid-template-columns:repeat(4,1fr)}._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102{display:flex;flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col4_cm5e5_171 ._documentImage_cm5e5_134{height:200px}._documents_cm5e5_114._featuredTop_cm5e5_185{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);row-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_cm5e5_114._featuredTop_cm5e5_185{row-gap:var(--spacing-xl)}}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentExcerpt_cm5e5_195{display:none}@media (max-width: 767px){._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentExcerpt_cm5e5_195{display:block}}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102: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_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type{flex-direction:column;gap:var(--spacing-md)}}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134{flex:1;height:350px}._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138{flex:.4}._documents_cm5e5_114._featuredLeft_cm5e5_230{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);column-gap:var(--spacing-xl)}@media (max-width: 767px){._documents_cm5e5_114._featuredLeft_cm5e5_230{column-gap:var(--spacing-md)}}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type){flex-direction:row;gap:var(--spacing-md)}@media (max-width: 767px){._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type){flex-direction:column}}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134{height:auto;flex:.5}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138{flex:1}@media (max-width: 767px){._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentExcerpt_cm5e5_195{display:block}}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type{grid-row:1/4;display:flex;flex-direction:column;align-items:center;justify-content:center}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134{flex:1;height:350px}._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138{flex:.4}._documents_cm5e5_114._twoColumn_cm5e5_281{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102{flex-direction:row;gap:var(--spacing-md);align-items:center}@media (max-width: 767px){._documents_cm5e5_114._col1_cm5e5_118,._documents_cm5e5_114._col2_cm5e5_143,._documents_cm5e5_114._col3_cm5e5_157,._documents_cm5e5_114._col4_cm5e5_171,._documents_cm5e5_114._featuredTop_cm5e5_185,._documents_cm5e5_114._featuredLeft_cm5e5_230,._documents_cm5e5_114._twoColumn_cm5e5_281{display:flex;flex-direction:column}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type),._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:first-of-type,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:not(:first-of-type){flex-direction:column;gap:var(--spacing-md)}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:first-of-type ._documentImage_cm5e5_134,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:not(:first-of-type) ._documentImage_cm5e5_134{flex:unset;height:250px}._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col1_cm5e5_118 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col2_cm5e5_143 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col3_cm5e5_157 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._col4_cm5e5_171 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredTop_cm5e5_185 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:first-of-type ._documentContent_cm5e5_138,._documents_cm5e5_114._twoColumn_cm5e5_281 ._document_cm5e5_102:not(:first-of-type) ._documentContent_cm5e5_138{flex:1;width:100%}._documents_cm5e5_114._col1_cm5e5_118 ._documentImage_cm5e5_134,._documents_cm5e5_114._col2_cm5e5_143 ._documentImage_cm5e5_134,._documents_cm5e5_114._col3_cm5e5_157 ._documentImage_cm5e5_134,._documents_cm5e5_114._col4_cm5e5_171 ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredTop_cm5e5_185 ._documentImage_cm5e5_134,._documents_cm5e5_114._featuredLeft_cm5e5_230 ._documentImage_cm5e5_134,._documents_cm5e5_114._twoColumn_cm5e5_281 ._documentImage_cm5e5_134{height:250px}}@media (max-width: 767px){._documents_cm5e5_114{gap:var(--spacing-xl)}}._multiple_cm5e5_330 ._documents_cm5e5_114{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}._multiple_cm5e5_330 ._document_cm5e5_102{display:flex;flex-direction:column}._multiple_cm5e5_330 ._documentImage_cm5e5_134{height:200px}._document_cm5e5_102{display:flex;text-decoration:none;overflow:hidden;transition:border-color .3s ease-in-out}._document_cm5e5_102:hover{border-color:var(--color-primary-100)}._document_cm5e5_102:hover ._documentImage_cm5e5_134 img{transform:scale(1.05)}._document_cm5e5_102:hover ._documentTitle_cm5e5_364 h3{color:var(--color-primary-100)}._document_cm5e5_102:hover ._callToAction_cm5e5_370 ._label_cm5e5_371{opacity:1;transform:translateY(0);color:#fff}._document_cm5e5_102:hover ._callToAction_cm5e5_370 ._icon_cm5e5_377{color:var(--color-primary-100)}._documentEyebrow_cm5e5_384{font-size:var(--font-size-sm);color:var(--color-secondary)}._documentImage_cm5e5_134{width:100%;height:100%;max-height:350px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._documentImage_cm5e5_134 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._documentTitle_cm5e5_364{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg)}._documentContent_cm5e5_138{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;color:var(--color-text-primary)}._documentContent_cm5e5_138 h3{flex:1;font-size:var(--font-size-lg);margin-bottom:0;transition:color .3s ease-in-out}._documentContent_cm5e5_138 p{text-decoration:none}._callToAction_cm5e5_370{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm)}._callToAction_cm5e5_370 ._icon_cm5e5_377{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_cm5e5_370 ._label_cm5e5_371{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_cm5e5_7{max-width:var(--blog-width)}
|
|
81
81
|
._faq_20vut_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_20vut_7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:5rem;width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 768px){._container_20vut_7{gap:var(--spacing-xl)}}._heading_20vut_24{display:flex;flex-direction:column;gap:var(--spacing-md)}._heading_20vut_24 h1,._heading_20vut_24 h2,._heading_20vut_24 h3,._heading_20vut_24 h4,._heading_20vut_24 h5,._heading_20vut_24 h6{width:100%;margin-bottom:0}.split ._content_20vut_41{margin-top:0;flex:1}
|
|
82
82
|
._accordion_1ytlu_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_1ytlu_7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:5rem;width:100%;max-width:var(--layout-width);margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media (max-width: 768px){._container_1ytlu_7{gap:var(--spacing-xl)}}._heading_1ytlu_24{display:flex;flex-direction:column;gap:var(--spacing-md)}._heading_1ytlu_24 h1,._heading_1ytlu_24 h2,._heading_1ytlu_24 h3,._heading_1ytlu_24 h4,._heading_1ytlu_24 h5,._heading_1ytlu_24 h6{width:100%;margin-bottom:0}.split ._content_1ytlu_41{margin-top:0;flex:1}
|
|
83
|
-
.
|
|
83
|
+
._additionalCategories_1wmnv_1{width:100%;margin-bottom:var(--spacing-md)}._container_1wmnv_6{padding:0 var(--spacing-md) var(--spacing-md);max-width:var(--layout-width);margin:0 auto}._categories_1wmnv_12{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-md)}._categories_1wmnv_12 p{font-weight:var(--font-weight-semibold)}._list_1wmnv_23{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md);flex-wrap:wrap}._category_1wmnv_31{display:flex;align-items:center;justify-content:center;padding:0 var(--spacing-md);height:35px;background-color:var(--color-secondary-75);border-radius:var(--radius-full);transition:background-color .3s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}._category_1wmnv_31:hover{background-color:var(--color-primary-100)}.blog ._container_1wmnv_6{max-width:var(--blog-width)}
|
|
84
84
|
._cardGrid_exdo2_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);overflow:hidden}._container_exdo2_8{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)}._heading_exdo2_19{display:flex;flex-direction:column;gap:var(--spacing-md)}._heading_exdo2_19 h1,._heading_exdo2_19 h2,._heading_exdo2_19 h3,._heading_exdo2_19 h4,._heading_exdo2_19 h5,._heading_exdo2_19 h6{width:100%;margin-bottom:0}._title_exdo2_35 span span:first-letter{text-transform:uppercase}._headingHorizontal_exdo2_43{flex-direction:row;justify-content:space-between}._headingHorizontal_exdo2_43 ._title_exdo2_35{margin-bottom:0}@media (max-width: 768px){._headingHorizontal_exdo2_43{flex-direction:column}}._headingVertical_exdo2_56{flex-direction:column;justify-content:flex-start}._title_exdo2_35:first-letter{text-transform:capitalize}h3._description_exdo2_67{font-size:var(--font-size-xl);margin-top:var(--spacing-md)}._disclaimer_exdo2_72{max-width:800px;margin-left:auto;margin-right:auto;margin-top:var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary);line-height:var(--line-height-tight)}.split._container_exdo2_8 ._heading_exdo2_19{flex:.35}.split._container_exdo2_8 ._grid_exdo2_88{margin-top:0;flex:1;flex-direction:row}@media (max-width: 767px){._grid_exdo2_88{display:flex;flex-direction:column}}
|
|
85
85
|
._carousel_16g66_1{width:100%;overflow-x:hidden;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_16g66_8{display:flex;flex-direction:column;gap:var(--spacing-md);width:100%;max-width:var(--layout-width);margin:0 auto}@media (min-width: 768px){._container_16g66_8{padding:var(--spacing-xl) calc(var(--spacing-md) - var(--spacing-sm))}}._heading_16g66_21{display:flex;flex-direction:column;gap:var(--spacing-md);padding:0 var(--spacing-md)}._heading_16g66_21 h1,._heading_16g66_21 h2,._heading_16g66_21 h3,._heading_16g66_21 h4,._heading_16g66_21 h5,._heading_16g66_21 h6{width:100%;margin-bottom:0}@media (min-width: 768px){._heading_16g66_21{padding:0 calc(var(--spacing-md) - var(--spacing-sm))}}._carousel_16g66_1{display:block}._rating_16g66_56{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md)}@media (max-width: 767px){._rating_16g66_56{justify-content:flex-start}}._ratingValue_16g66_67{font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}._ratingOuter_16g66_72{color:transparent;font-size:var(--font-size-xl);position:relative;display:inline-flex}._ratingInner_16g66_79{color:var(--color-warning);font-size:var(--font-size-xl);position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden}.split ._carousel_16g66_1{padding-top:0;margin-top:0;flex:1}@media (max-width: 767px){.split ._carousel_16g66_1{gap:var(--spacing-md);padding-top:0}}.backgroundPrimary ._carouselComponent_16g66_101 ._indicator_16g66_102{background-color:var(--color-primary-100)}
|
|
86
86
|
._content_ivubr_1{width:100%;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}._container_ivubr_7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:100%;max-width:var(--container-max-width, var(--layout-width));margin:0 auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container_ivubr_7 h1,._container_ivubr_7 h2,._container_ivubr_7 h3,._container_ivubr_7 h4,._container_ivubr_7 h5,._container_ivubr_7 h6{width:100%;margin-block:0}@media (max-width: 767px){._container_ivubr_7{gap:var(--spacing-xl)}}._metrics_ivubr_34{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-md);padding:var(--spacing-md)}@media (max-width: 767px){._metrics_ivubr_34{flex-direction:column}}._metric_ivubr_34{flex:1}._metricValue_ivubr_50{font-size:2.5rem;font-weight:var(--font-weight-bold);position:relative;z-index:1;color:var(--color-text-primary)}._metricValue_ivubr_50:after{content:"";display:block;background-color:var(--color-primary-100);width:35px;height:35px;position:absolute;top:-3px;left:-.5rem;z-index:-1;border-radius:var(--radius-md)}._disclaimer_ivubr_71{color:var(--color-text-primary);font-size:var(--font-size-sm)}._layoutHImageRight_ivubr_76{flex-direction:row;gap:var(--gap, 5rem)}._layoutHImageRight_ivubr_76 ._heading_ivubr_80{gap:var(--spacing-md);flex:.65}._layoutHImageRight_ivubr_76 ._image_ivubr_85{flex:.5}@media (max-width: 768px){._layoutHImageRight_ivubr_76{flex-direction:column-reverse;gap:var(--spacing-lg)}}._noImage_ivubr_95{flex-direction:column}._layoutHImageLeft_ivubr_99{flex-direction:row-reverse;gap:var(--gap, 5rem)}._layoutHImageLeft_ivubr_99 ._heading_ivubr_80{gap:var(--spacing-md);flex:.65}._layoutHImageLeft_ivubr_99 ._image_ivubr_85{flex:.5}@media (max-width: 768px){._layoutHImageLeft_ivubr_99{flex-direction:column-reverse;gap:var(--spacing-lg)}}._layoutVImageTop_ivubr_118{flex-direction:column-reverse;gap:var(--gap, var(--spacing-md))}._layoutVImageTop_ivubr_118 ._heading_ivubr_80{gap:var(--spacing-md)}@media (max-width: 768px){._layoutVImageTop_ivubr_118{gap:var(--spacing-lg)}}._layoutVImageBottom_ivubr_131{flex-direction:column;gap:var(--gap, var(--spacing-md))}._layoutVImageBottom_ivubr_131 ._heading_ivubr_80{gap:var(--spacing-md)}@media (max-width: 768px){._layoutVImageBottom_ivubr_131{gap:var(--spacing-lg)}}._heading_ivubr_80{display:flex;flex-direction:column;width:100%;gap:var(--spacing-md)}._title_ivubr_151{text-wrap:pretty}._text_ivubr_156{flex:1;display:flex;justify-content:center;flex-direction:column;gap:1rem}@media (max-width: 767px){._text_ivubr_156{flex:1;width:100%;align-items:flex-start}}._cta_ivubr_170{width:100%}@media (max-width: 767px){._cta_ivubr_170{justify-content:flex-start}}._headingHorizontal_ivubr_178{flex-direction:row;justify-content:space-between;gap:5rem}@media (max-width: 767px){._headingHorizontal_ivubr_178{gap:var(--spacing-md)}}._headingHorizontal_ivubr_178 ._titleWrapper_ivubr_187,._headingHorizontal_ivubr_178 .portableTextContainer{flex:1}._headingHorizontal_ivubr_178 ._title_ivubr_151{margin-bottom:0}._headingHorizontal_ivubr_178 p._title_ivubr_151{margin-top:1rem}@media (max-width: 768px){._headingHorizontal_ivubr_178{flex-direction:column}}._headingVertical_ivubr_208{flex-direction:column;justify-content:flex-start}._image_ivubr_85{display:flex;align-items:center;justify-content:center;flex:1;width:100%;margin:0 auto;line-height:0}._image_ivubr_85 img{width:100%;height:auto}._videoWrapper_ivubr_229{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-md);flex:1}._videoWrapper_ivubr_229 iframe,._videoWrapper_ivubr_229 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._default_ivubr_249{display:block}._default_ivubr_249 img{border-radius:var(--radius-md)}._maxWidth_ivubr_257{margin:0 auto}._maxWidth_ivubr_257 img{max-width:var(--max-width, var(--layout-width));border-radius:var(--radius-md);height:auto}._fullBleed_ivubr_267{width:100%;max-width:unset;border-radius:var(--radius-md);overflow:hidden}.blog ._container_ivubr_7{max-width:var(--blog-width)}.centered ._heading_ivubr_80{gap:var(--spacing-md);align-items:center;justify-content:center}.centered ._text_ivubr_156{align-items:center}.centered ._cta_ivubr_170{justify-content:center}.backgroundPrimary ._text_ivubr_156 p,.backgroundPrimary ._text_ivubr_156 p a,.backgroundPrimary ._metricValue_ivubr_50{color:#fff}.backgroundPrimary ._metricValue_ivubr_50:after{background-color:var(--color-secondary-100)}.backgroundPrimary ._cta_ivubr_170 ._secondary_ivubr_308{background-color:#fff}.split-35-65 ._heading_ivubr_80{flex:.35}
|
package/dist/styles.css.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ declare const styles: {
|
|
|
14
14
|
readonly "_active_l5nlh_96": string;
|
|
15
15
|
readonly "_active_qx9xp_39": string;
|
|
16
16
|
readonly "_active_tu4lq_117": string;
|
|
17
|
-
readonly "
|
|
17
|
+
readonly "_additionalCategories_1wmnv_1": string;
|
|
18
18
|
readonly "_advanced_11c6i_851": string;
|
|
19
19
|
readonly "_alert_ucye1_1": string;
|
|
20
20
|
readonly "_alignCenter_134u6_35": string;
|
|
@@ -85,10 +85,10 @@ declare const styles: {
|
|
|
85
85
|
readonly "_carousel_16g66_1": string;
|
|
86
86
|
readonly "_carousel_7fvg3_1": string;
|
|
87
87
|
readonly "_carousel_cm5e5_17": string;
|
|
88
|
-
readonly "
|
|
88
|
+
readonly "_categories_1wmnv_12": string;
|
|
89
89
|
readonly "_category_100a6_72": string;
|
|
90
|
-
readonly "_category_1630y_31": string;
|
|
91
90
|
readonly "_category_1fhn6_227": string;
|
|
91
|
+
readonly "_category_1wmnv_31": string;
|
|
92
92
|
readonly "_cell_1q8jq_33": string;
|
|
93
93
|
readonly "_center_11c6i_55": string;
|
|
94
94
|
readonly "_center_15lw8_20": string;
|
|
@@ -112,7 +112,6 @@ declare const styles: {
|
|
|
112
112
|
readonly "_containImage_1w006_410": string;
|
|
113
113
|
readonly "_container_100a6_7": string;
|
|
114
114
|
readonly "_container_11c6i_36": string;
|
|
115
|
-
readonly "_container_1630y_6": string;
|
|
116
115
|
readonly "_container_1677v_16": string;
|
|
117
116
|
readonly "_container_16g66_8": string;
|
|
118
117
|
readonly "_container_171d6_1": string;
|
|
@@ -120,6 +119,7 @@ declare const styles: {
|
|
|
120
119
|
readonly "_container_1mxlp_10": string;
|
|
121
120
|
readonly "_container_1w006_20": string;
|
|
122
121
|
readonly "_container_1wi59_18": string;
|
|
122
|
+
readonly "_container_1wmnv_6": string;
|
|
123
123
|
readonly "_container_1x4bo_7": string;
|
|
124
124
|
readonly "_container_1yh99_1": string;
|
|
125
125
|
readonly "_container_1ytlu_7": string;
|
|
@@ -416,9 +416,9 @@ declare const styles: {
|
|
|
416
416
|
readonly "_listSearch_17zlj_71": string;
|
|
417
417
|
readonly "_listSort_17zlj_132": string;
|
|
418
418
|
readonly "_listWrapper_17zlj_37": string;
|
|
419
|
-
readonly "_list_1630y_23": string;
|
|
420
419
|
readonly "_list_17zlj_26": string;
|
|
421
420
|
readonly "_list_1fin2_1": string;
|
|
421
|
+
readonly "_list_1wmnv_23": string;
|
|
422
422
|
readonly "_list_qx9xp_7": string;
|
|
423
423
|
readonly "_loadMore_17zlj_191": string;
|
|
424
424
|
readonly "_localeModal_11c6i_430": string;
|