.WorkbenchChatStack-module-scss-module__scNvya__container{text-align:left;width:550px;max-width:100%;font-family:var(--fontSystem);grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:500;display:grid;position:relative;overflow:hidden}.WorkbenchChatStack-module-scss-module__scNvya__container.containsCommands{opacity:0;transition:opacity .2s}.WorkbenchChatStack-module-scss-module__scNvya__container.containsCommands.ready{opacity:1}.WorkbenchChatStack-module-scss-module__scNvya__container *{font-size:inherit;line-height:1.3}.WorkbenchChatStack-module-scss-module__scNvya__hideScrollbars{-ms-overflow-style:none;scrollbar-width:none}.WorkbenchChatStack-module-scss-module__scNvya__hideScrollbars::-webkit-scrollbar{display:none}.WorkbenchChatStack-module-scss-module__scNvya__scrollContainer{align-items:end;display:grid;overflow:auto}.animating .WorkbenchChatStack-module-scss-module__scNvya__scrollContainer{pointer-events:none}.WorkbenchChatStack-module-scss-module__scNvya__messageList{grid-gap:.8em;flex:100%;grid-auto-rows:auto;grid-auto-flow:row;display:inline-grid}.WorkbenchChatStack-module-scss-module__scNvya__commandGrid{grid-gap:1em;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon text buttons";align-items:center;display:grid}[data-layout=mobile] .requiresConfirmation.awaitingConfirm .WorkbenchChatStack-module-scss-module__scNvya__commandGrid{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon text""buttons buttons"}[data-layout=desktop] .requiresConfirmation .WorkbenchChatStack-module-scss-module__scNvya__commandGrid{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon text buttons"}.WorkbenchChatStack-module-scss-module__scNvya__commandIconBox{border:1px solid var(--light300);border-radius:.8rem;grid-area:icon;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;display:flex}.WorkbenchChatStack-module-scss-module__scNvya__commandIconBox svg{display:block}.WorkbenchChatStack-module-scss-module__scNvya__commandText{flex-direction:column;grid-area:text;justify-content:center;display:flex}.WorkbenchChatStack-module-scss-module__scNvya__commandSubheading{opacity:.5;font-size:1rem}.WorkbenchChatStack-module-scss-module__scNvya__commandRunningIndicator{opacity:.66;font-size:1rem;display:none}.running .WorkbenchChatStack-module-scss-module__scNvya__commandRunningIndicator{grid-area:running;display:block}.WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-gap:.5em;-webkit-user-select:none;user-select:none;grid-area:buttons;align-items:center;display:grid}.doesNotRequireConfirmation .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:repeat(1,minmax(0,1fr)) auto;grid-template-areas:"cancel confirm inspect"}[data-layout=mobile] .requiresConfirmation.awaitingConfirm .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:repeat(3,1fr);grid-template-areas:"cancel inspect confirm"}[data-layout=desktop] .requiresConfirmation.awaitingConfirm .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:repeat(1,minmax(0,1fr)) auto;grid-template-areas:"cancel confirm inspect"}[data-layout=mobile] .requiresConfirmation.confirmed .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:auto;grid-template-areas:"running inspect"}[data-layout=desktop] .requiresConfirmation.confirmed .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:auto;grid-template-areas:"running inspect"}[data-layout=mobile] .running .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:auto auto;grid-template-areas:"running inspect"}[data-layout=desktop] .running .WorkbenchChatStack-module-scss-module__scNvya__commandButtonSet{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"running inspect"}.WorkbenchChatStack-module-scss-module__scNvya__commandButton{border:1px solid var(--light300);text-align:center;border-radius:.6rem;justify-content:center;align-items:center;display:flex;position:relative}.WorkbenchChatStack-module-scss-module__scNvya__commandButton>*{display:block}.WorkbenchChatStack-module-scss-module__scNvya__commandButton>*+*{margin-left:.5em}[data-layout=desktop] .WorkbenchChatStack-module-scss-module__scNvya__commandButton{min-height:3.6rem;padding:.75em}.WorkbenchChatStack-module-scss-module__scNvya__commandButton.hover{border-color:var(--c-purple15)}.WorkbenchChatStack-module-scss-module__scNvya__commandButton.active{border-color:var(--c-purple25);background-color:var(--light200)}[data-layout=mobile] .WorkbenchChatStack-module-scss-module__scNvya__commandButton{padding:.6em .5em}[data-layout=mobile] .WorkbenchChatStack-module-scss-module__scNvya__commandButton.primary{background-color:var(--c-purple40);color:var(--lightest);border-color:var(--c-purple50)}[data-layout=mobile] .WorkbenchChatStack-module-scss-module__scNvya__commandButton.primary.hover{border-color:var(--c-purple50);background-color:var(--c-purple30)}[data-layout=mobile] .WorkbenchChatStack-module-scss-module__scNvya__commandButton.primary.active{border-color:var(--c-purple50);background-color:var(--c-purple50)}:is(.confirmed .WorkbenchChatStack-module-scss-module__scNvya__commandButton.confirmButton,.confirmed .WorkbenchChatStack-module-scss-module__scNvya__commandButton.cancelButton){display:none}.WorkbenchChatStack-module-scss-module__scNvya__commandButton.confirmButton{grid-area:confirm}.WorkbenchChatStack-module-scss-module__scNvya__commandButton.cancelButton{grid-area:cancel}.WorkbenchChatStack-module-scss-module__scNvya__commandButton.inspectButton{grid-area:inspect}[data-layout=desktop] .WorkbenchChatStack-module-scss-module__scNvya__commandButton.inspectButton{aspect-ratio:1}[data-layout=desktop] .WorkbenchChatStack-module-scss-module__scNvya__commandButton.inspectButton span{display:none}.confirmed .WorkbenchChatStack-module-scss-module__scNvya__inspectLabel{display:none}.WorkbenchChatStack-module-scss-module__scNvya__confirmCursorPositioner{position:absolute;top:75%;left:75%}.WorkbenchChatStack-module-scss-module__scNvya__confirmCursorPositioner .confirmCursor{opacity:0}.WorkbenchChatStack-module-scss-module__scNvya__messageSection{grid-template-columns:minmax(0,1fr);display:grid}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble{background-color:var(--lightest);border:1px solid var(--borderColor,var(--light300));text-align:left;border-radius:.8rem;font-size:1.2rem;animation:.2s WorkbenchChatStack-module-scss-module__scNvya__ChatMessageSectionEnter}@keyframes WorkbenchChatStack-module-scss-module__scNvya__ChatMessageSectionEnter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:none}}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.command{padding:1.25em}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text{max-width:100%;padding:.95em 1.25em}[data-layout=desktop] .WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text{max-width:40rem}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text>*+*{margin-top:.5em}:is(.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text ul,.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text ol){color:var(--c-purple75);background-color:var(--c-purple2);border:1px solid var(--c-purple5);border-radius:.6rem;padding:.75em 1em .75em 2.5em}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text pre{background-color:var(--light100);border:1px solid var(--light300);border-radius:.6rem;max-width:100%;padding:.75em 1em;font-size:1.1rem;overflow:hidden}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text.ai{justify-self:start}.WorkbenchChatStack-module-scss-module__scNvya__chatBubble.text.user{background-color:var(--c-purple40);border:1px solid var(--c-purple50);color:var(--lightest);justify-self:end}.WorkbenchChatStack-module-scss-module__scNvya__codeBlock{background-color:var(--light100);border:1px solid var(--light300);border-radius:.6rem;padding:.75em 1em;font-size:1.1rem}.WorkbenchChatStack-module-scss-module__scNvya__typingSpacer{margin-top:.4em;margin-bottom:.3em}.WorkbenchChatStack-module-scss-module__scNvya__composerContainer{border:1px solid var(--borderColor,var(--light300));background-color:var(--lightest);border-radius:.8rem;min-height:4.2rem;padding-left:1.25em;padding-right:4em;position:sticky;bottom:0}.WorkbenchChatStack-module-scss-module__scNvya__composerInput{margin-top:1em;margin-bottom:1em;position:relative}.WorkbenchChatStack-module-scss-module__scNvya__composerInput:empty:before{opacity:.3;content:"Type here…"}.WorkbenchChatStack-module-scss-module__scNvya__composerInput:empty:after{position:absolute;top:.1em;left:0}.WorkbenchChatStack-module-scss-module__scNvya__composerInput.hasFocus:after{content:"";vertical-align:middle;background-color:currentColor;width:1px;height:1.2em;margin-top:-.1em;margin-bottom:-.1em;animation:1s infinite WorkbenchChatStack-module-scss-module__scNvya__inputCursorBlink;display:inline-block}@keyframes WorkbenchChatStack-module-scss-module__scNvya__inputCursorBlink{0%{opacity:1}49%{opacity:1}60%{opacity:0}to{opacity:0}}.WorkbenchChatStack-module-scss-module__scNvya__composerSendButton{background-color:var(--lightest);border:1px solid var(--borderColor,var(--light200));border-radius:.6rem;justify-content:center;align-items:center;min-width:3.6rem;margin:.2rem;padding:.25em;display:flex;position:absolute;top:0;bottom:0;right:0}.WorkbenchChatStack-module-scss-module__scNvya__composerSendButton svg{opacity:.6;display:block}.WorkbenchChatStack-module-scss-module__scNvya__composerSendButton.hover{background-color:var(--c-purple30)}.WorkbenchChatStack-module-scss-module__scNvya__emptyState{text-align:center;opacity:1;pointer-events:none;transition:all .3s;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.chatStarted .WorkbenchChatStack-module-scss-module__scNvya__emptyState{opacity:0;transform:translate(-50%,-60%)scale(.9)}.WorkbenchChatStack-module-scss-module__scNvya__emptyState>*+*{margin-top:.5em}.WorkbenchChatStack-module-scss-module__scNvya__emptyState svg{width:20px;height:20px}.WorkbenchChatStack-module-scss-module__scNvya__emptyState p{max-width:23em;margin-left:auto;margin-right:auto;line-height:1.35}.WorkbenchChatStack-module-scss-module__scNvya__emptyState p+p{opacity:.7;font-size:1.1rem}
.PseudoLink-module-scss-module__d5oeoW__pseudoLink{color:var(--ac,var(--c-purple40));word-wrap:break-word;font-weight:600;text-decoration-color:#0000}.PseudoLink-module-scss-module__d5oeoW__pseudoLink u{text-decoration-color:#0000}.PseudoLink-module-scss-module__d5oeoW__pseudoLink:hover{text-decoration-color:currentColor}.PseudoLink-module-scss-module__d5oeoW__pseudoLink:hover u{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.PseudoLink-module-scss-module__d5oeoW__defaultCursor{cursor:default}.PseudoLink-module-scss-module__d5oeoW__pointer{cursor:pointer}
.WorkbenchDemoAppContents-module-scss-module__f18lhG__frame{font-size:1.2rem;font-family:var(--fontSystem);pointer-events:all;grid-template:"top""chat"minmax(0,1fr)/minmax(0,1fr);font-weight:500;display:grid;position:relative;overflow:hidden}@media (min-width:640px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__frame{grid-template-columns:200px minmax(0,1fr);grid-template-areas:"top top""left chat"}}@media (min-width:1024px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__frame{grid-template-columns:252px minmax(0,1fr)}}.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBar{border-bottom:1px solid var(--light300);-webkit-user-select:none;user-select:none;grid-area:top;grid-template-columns:4rem minmax(auto,1fr) 4rem;align-items:center;padding:.8rem;display:grid}.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBar strong{font-weight:inherit;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:50vw;display:-webkit-box;overflow:hidden}@media (min-width:640px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBar{grid-template-columns:8em minmax(auto,2fr) 8em;padding:1rem}}@media (min-width:920px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBar{grid-template-columns:minmax(auto,1fr) minmax(auto,1fr) minmax(auto,1fr);padding:1rem}}.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBarStart{align-items:center;padding-left:.4rem;display:flex}@media (min-width:640px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBarStart{padding-left:1rem}}.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBarEnd{justify-content:flex-end;display:flex}.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBarEnd img{display:block}.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBarEnd>*+*{margin-left:10px}@media (max-width:639px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__titleBarEnd>:first-child{display:none}}.WorkbenchDemoAppContents-module-scss-module__f18lhG__chatTitle{white-space:nowrap;justify-content:center;align-items:center;display:flex}.WorkbenchDemoAppContents-module-scss-module__f18lhG__chatTitle svg{margin-left:.5em}.WorkbenchDemoAppContents-module-scss-module__f18lhG__leftSidebarWrap{display:none}@media (min-width:640px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__leftSidebarWrap{border-right:1px solid var(--light300);-webkit-user-select:none;user-select:none;grid-area:left;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}}.WorkbenchDemoAppContents-module-scss-module__f18lhG__leftSidebarTop{border-bottom:1px solid var(--light300);padding:1em}.WorkbenchDemoAppContents-module-scss-module__f18lhG__leftSidebarTop>*+*{margin-top:.5em}.WorkbenchDemoAppContents-module-scss-module__f18lhG__searchBar{grid-gap:.5em;border:1px solid var(--light300);border-radius:8px;grid-template-columns:auto minmax(0,1fr);padding:.75em;display:grid}.WorkbenchDemoAppContents-module-scss-module__f18lhG__searchBar>*{opacity:.5}.WorkbenchDemoAppContents-module-scss-module__f18lhG__searchBar svg{display:block}.WorkbenchDemoAppContents-module-scss-module__f18lhG__templateAndStoriesToggle{background-color:var(--light100);border:1px solid var(--light300);text-align:center;border-radius:8px;padding:1px;display:flex}@media (max-width:919px){.WorkbenchDemoAppContents-module-scss-module__f18lhG__templateAndStoriesToggle{display:none}}.WorkbenchDemoAppContents-module-scss-module__f18lhG__templateAndStoriesToggle span,.WorkbenchDemoAppContents-module-scss-module__f18lhG__templateAndStoriesToggle strong{width:4.5em;color:color-mix(in srgb, var(--dark500) 50%, transparent);border:1px solid #0000;border-radius:6px;flex:auto;padding:.4em}.WorkbenchDemoAppContents-module-scss-module__f18lhG__templateAndStoriesToggle strong{color:inherit;background-color:var(--lightest);border-color:var(--light300);font-weight:inherit}.WorkbenchDemoAppContents-module-scss-module__f18lhG__sortButton{grid-gap:.5em;border:1px solid var(--light300);border-radius:8px;grid-template-columns:auto minmax(0,1fr);padding:.75em;display:grid}.WorkbenchDemoAppContents-module-scss-module__f18lhG__sortButton svg{display:block}.WorkbenchDemoAppContents-module-scss-module__f18lhG__leftSidebarContents{padding:.5em}.WorkbenchDemoAppContents-module-scss-module__f18lhG__chatUIWrap{background-color:var(--light100);text-align:center;border-bottom-right-radius:1.2rem;grid-area:chat;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);place-content:end;display:grid;position:relative;overflow:hidden}
.WorkbenchPageDemoSection-module-scss-module__p1x7NW__pageSection{position:relative}@media (min-width:640px){.WorkbenchPageDemoSection-module-scss-module__p1x7NW__pageSection{pointer-events:none}}.WorkbenchPageDemoSection-module-scss-module__p1x7NW__appFramePositioner{position:relative}.WorkbenchPageDemoSection-module-scss-module__p1x7NW__appFrame{background-color:var(--lightest);border:1px solid var(--c-purple15);border-radius:1.4rem;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);height:420px;display:grid;position:relative}@media (max-width:1023px){.WorkbenchPageDemoSection-module-scss-module__p1x7NW__appFrame{overflow:hidden}}@media (min-width:920px){.WorkbenchPageDemoSection-module-scss-module__p1x7NW__appFrame{height:480px}}@media (min-width:1024px){.WorkbenchPageDemoSection-module-scss-module__p1x7NW__appFrame{height:560px}}
.WorkbenchPageIntroSection-module-scss-module__0RRGoW__grid{grid-gap:var(--gap);grid-template-rows:auto;grid-template-areas:"q""h""p1""p2""i";display:grid}@media (max-width:1023px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__grid{text-align:center;max-width:28em;margin-bottom:1em;margin-left:auto;margin-right:auto}}@media (min-width:1024px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__grid{grid-template-columns:repeat(12,1fr);grid-template-areas:"h h h h h q q i i i i i""p1 p1 p1 p1 p1. .p2 p2 p2 p2 p2"}}@media (min-width:1280px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__grid{grid-template-areas:".h h h h q q i i i i."".p1 p1 p1 p1. .p2 p2 p2 p2."}}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__heading{font-family:var(--fontSerif);letter-spacing:-.015em;grid-area:h;font-size:2.8rem;font-weight:400;line-height:1.2}@media (max-width:1023px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__heading{margin-top:.5em;margin-bottom:.5em}}@media (min-width:640px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__heading{font-size:3.2rem}}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__quoteMarkBubble{border:1.5px solid var(--c-purple10);background-color:var(--lightest);border-radius:50%;grid-area:q;justify-content:center;align-items:center;width:72px;height:72px;margin-left:auto;margin-right:auto;display:flex;position:relative}@media (min-width:1024px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__quoteMarkBubble{border-width:2px}}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__quoteMarkBubble svg{fill:var(--c-purple60);display:block}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__p1{grid-area:p1}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__p2{grid-area:p2}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__iconWrap{grid-area:i;margin-left:auto}@media (max-width:1023px){.WorkbenchPageIntroSection-module-scss-module__0RRGoW__iconWrap{margin-right:auto}}.WorkbenchPageIntroSection-module-scss-module__0RRGoW__iconWrap img{display:block}
.ParallaxProductGrid-module-scss-module__dFRsHW__wrapper{align-items:center;display:grid;position:absolute;inset:0}.ParallaxProductGrid-module-scss-module__dFRsHW__rowSet>*+*{margin-top:16px}@media (min-width:1024px){.ParallaxProductGrid-module-scss-module__dFRsHW__rowSet>*+*{margin-top:18px}}.ParallaxProductGrid-module-scss-module__dFRsHW__toolRowWrap{text-align:center;justify-content:center;display:flex}.ParallaxProductGrid-module-scss-module__dFRsHW__toolRowContents{display:inline-flex}.ParallaxProductGrid-module-scss-module__dFRsHW__toolRowContents>*+*{margin-left:18px}@media (min-width:512px){.ParallaxProductGrid-module-scss-module__dFRsHW__toolRowContents>*+*{margin-left:20px}}.ParallaxProductGrid-module-scss-module__dFRsHW__iconWrap{background-color:var(--lightest);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}@media (min-width:1024px){.ParallaxProductGrid-module-scss-module__dFRsHW__iconWrap{width:38px;height:38px}}.ParallaxProductGrid-module-scss-module__dFRsHW__iconWrap img{width:auto;max-width:unset;max-height:56%}.ParallaxProductGrid-module-scss-module__dFRsHW__iconWrap+span{margin-left:.75em}
.WorkbenchExplainedSection-module-scss-module__6kFzHa__section{position:relative;overflow:hidden}@media (max-width:639px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__section{text-align:center}.WorkbenchExplainedSection-module-scss-module__6kFzHa__heading span{display:block}}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplit,.WorkbenchExplainedSection-module-scss-module__6kFzHa__mainImage{margin-top:var(--lg)}.WorkbenchExplainedSection-module-scss-module__6kFzHa__mainImage{justify-content:center;height:200px;display:flex;position:relative}@media (min-width:640px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__mainImage{height:320px}}.WorkbenchExplainedSection-module-scss-module__6kFzHa__mainImage img{max-height:100%;display:block}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplit{grid-gap:var(--gap);display:grid;position:relative}@media (max-width:639px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplit{max-width:18em;margin-left:auto;margin-right:auto}}@media (min-width:640px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplit{grid-template-columns:repeat(12,1fr);grid-template-areas:"l l l l l. .r r r r r";padding-bottom:48px}}@media (min-width:1024px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplit{grid-template-areas:".l l l l. .r r r r.";padding-bottom:96px}}@media (min-width:1280px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplit{grid-template-areas:". .l l l. .r r r. ."}}@media (min-width:640px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplitItem:first-child{grid-area:l}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplitItem:first-child h3{margin-right:-1em}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplitItem:nth-child(2){grid-area:r}}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplitItem>*+*{margin-top:1.8rem}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplitItem h3{letter-spacing:-.01em;font-size:2.2rem;font-weight:600;line-height:1.2}.WorkbenchExplainedSection-module-scss-module__6kFzHa__twoSplitItem h3 span{white-space:nowrap}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplit{grid-gap:var(--gap);padding-top:72px;display:grid;position:relative}@media (min-width:768px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplit{grid-template-rows:1fr 1fr;grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:72px}}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCard{border-radius:1.2rem;grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);display:grid;position:relative;overflow:hidden}@media (min-width:640px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCard{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,50%) minmax(0,1fr)}}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCard.WorkbenchExplainedSection-module-scss-module__6kFzHa__purple{background-color:var(--c-purple5);color:var(--c-purple80);border:1px solid var(--c-purple20);--cardDividerColor:var(--c-purple20)}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCard.WorkbenchExplainedSection-module-scss-module__6kFzHa__pink{background-color:var(--c-pink5);color:var(--c-pink80);border:1px solid var(--c-pink20);--cardDividerColor:var(--c-pink20)}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCard.WorkbenchExplainedSection-module-scss-module__6kFzHa__green{background-color:var(--c-green5);color:var(--c-green80);border:1px solid var(--c-green20);--cardDividerColor:var(--c-green20)}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCard.WorkbenchExplainedSection-module-scss-module__6kFzHa__teal{background-color:var(--c-teal5);color:var(--c-teal80);border:1px solid var(--c-teal20);--cardDividerColor:var(--c-teal20)}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardHeader{text-align:left;grid-template-rows:minmax(auto,1fr) auto;grid-template-columns:minmax(0,1fr);padding:2.4rem;display:grid}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardHeader h3{font-family:var(--fontSerif);letter-spacing:-.02rem;margin-bottom:.5em;font-size:2.8rem;font-weight:400}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardHeader h3 span{display:block}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardHeader p{max-width:18.5em;font-size:1.4rem}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardHeader p span{white-space:nowrap}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardFigure{margin:0;position:relative;overflow:hidden}@media (max-width:639px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardFigure{border-bottom:1px solid var(--cardDividerColor);height:240px}}@media (min-width:640px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardFigure{border-right:1px solid var(--cardDividerColor);min-height:280px}}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardFigure>img{display:block}.WorkbenchExplainedSection-module-scss-module__6kFzHa__fourSplitCardFigure.WorkbenchExplainedSection-module-scss-module__6kFzHa__figureBottom{align-items:flex-end;padding:0 1.2rem 1.2rem;display:flex}.WorkbenchExplainedSection-module-scss-module__6kFzHa__customWorkflowsImg{min-width:100%;margin-left:2.4rem}@media (min-width:640px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__customWorkflowsImg{width:100%;margin-top:2.4rem;margin-bottom:-2.4rem}}@media (max-width:639px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__forStoriesImg,.WorkbenchExplainedSection-module-scss-module__6kFzHa__enterpriseReadyImg{width:100%}}@media (min-width:1194px){.WorkbenchExplainedSection-module-scss-module__6kFzHa__forStoriesImg,.WorkbenchExplainedSection-module-scss-module__6kFzHa__enterpriseReadyImg{flex:100%;width:100%}}
.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbon{display:grid}@media (max-width:919px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbon{text-align:center}}@media (min-width:920px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbon{grid-template-columns:360px minmax(0,1fr)}}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader{background-color:var(--c-purple2);border:1px solid var(--c-purple25);border-top-left-radius:var(--radius);padding:2.8rem;font-size:1.4rem;position:relative}@media (max-width:919px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader{border-top-right-radius:var(--radius)}}@media (min-width:920px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader{border-bottom-left-radius:var(--radius);padding-right:10rem;transform:translateY(-24px)}}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader>*+*{margin-top:1.4rem}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader h3{font-size:2.6rem;font-family:var(--fontSerif);font-weight:400;line-height:1.1}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader p,.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader li{font-weight:500;line-height:1.2}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader ul{text-align:left;padding-left:1.5em}@media (max-width:919px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader ul{background-color:var(--c-purple5);border:1px solid var(--c-purple15);border-radius:.5em;max-width:29em;margin-left:auto;margin-right:auto;padding:1em 1em 1em 2em}}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader ul li+li{margin-top:.5em}@media (min-width:920px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonHeader:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='71' height='23' viewBox='0 0 71 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71 23H0L71 0V23Z' fill='%23C2AAFA'/%3E%3C/svg%3E%0A");width:7.1rem;height:2.3rem;display:block;position:absolute;top:0;right:0}}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonContent{background-color:var(--c-purple2);border:1px solid var(--c-purple25);border-bottom-right-radius:var(--radius);height:55rem;position:relative}@media (max-width:919px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonContent{border-bottom-left-radius:var(--radius);border-top:0}}@media (min-width:920px){.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__ribbonContent{border-top-right-radius:var(--radius);margin-left:-7.2rem}}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__startScreen{text-align:center;opacity:1;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:10rem;transition:opacity .2s,transform .5s cubic-bezier(.075,.82,.165,1);display:flex;position:absolute;inset:0 0 6.4rem}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__hasStarted .WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__startScreen{opacity:0;pointer-events:none;transform:scale(.9)}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__startScreen img{display:block}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__startScreen>*+*{margin-top:var(--md)}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__startScreen p{font-weight:600}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__buttonGroup{position:relative}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__chatUIWrap{text-align:center;-ms-overflow-style:none;scrollbar-width:none;border-bottom-right-radius:1.2rem;grid-area:chat;grid-template-columns:minmax(0,1fr);place-content:end;height:100%;display:grid;overflow:hidden}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__chatUIWrap::-webkit-scrollbar{display:none}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__handAnimator{padding-left:.75em;position:absolute;top:50%;left:100%}.WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__handAnimator svg{animation:.5s infinite alternate-reverse WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__handBounce}@keyframes WorkbenchPhishingSampleUseCaseSection-module-scss-module__LDIjjG__handBounce{0%{transform:translate(.25em,-50%)}to{transform:translate(-.25em,-50%)}}
.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__wrap{color:var(--c-purple40);position:relative;overflow:hidden}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__masker{justify-content:center;align-items:center;margin-top:-1em;padding-top:1em;padding-bottom:1em;display:flex;position:relative}@media (min-width:1440px){.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__masker{overflow:hidden}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__masker:before,.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__masker:after{content:"";width:var(--pageMargin);z-index:1;display:block;position:absolute;top:0;bottom:0}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__masker:before{background-image:linear-gradient(to right, var(--lightest), color-mix(in srgb, var(--lightest), transparent 100%));left:0}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__masker:after{background-image:linear-gradient(to left, var(--lightest), color-mix(in srgb, var(--lightest), transparent 100%));right:0}}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__linesWrap>*+*{margin-top:.66em}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__lineWrap{font-size:2.4rem;font-family:var(--fontSerif);letter-spacing:-.01em;justify-content:center;font-weight:400;display:flex}@media (min-width:640px){.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__lineWrap{font-size:2.8rem}}@media (min-width:920px){.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__lineWrap{font-size:3.2rem;font-weight:300}}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__lineInner{grid-auto-flow:column;display:inline-grid}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__entryWrap{white-space:nowrap;grid-auto-flow:column;align-items:center;display:grid}.WorkbenchUseCaseKaleidoscope-module-scss-module__g6gDlW__entryIcon{background-color:var(--c-purple5);border-radius:50%;justify-content:center;align-items:center;width:.25em;height:.25em;margin:0 .75em;display:flex;overflow:hidden}
.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbon{color:var(--c-green70);display:grid}@media (max-width:919px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbon{text-align:center}}@media (min-width:920px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbon{grid-template-columns:360px minmax(0,1fr)}}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader{background-color:var(--c-green5);border:1px solid var(--c-green20);border-top-left-radius:var(--radius);padding:2.8rem;font-size:1.4rem;position:relative}@media (max-width:919px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader{border-top-right-radius:var(--radius)}}@media (min-width:920px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader{border-bottom-left-radius:var(--radius);padding-right:10rem;transform:translateY(24px)}}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader>*+*{margin-top:1.4rem}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader h3{font-size:2.6rem;font-family:var(--fontSerif);font-weight:400;line-height:1.1}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader p,.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader li{font-weight:500;line-height:1.2}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader ul{padding-left:1.5em}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader ul li+li{margin-top:.5em}@media (min-width:920px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonHeader:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='71' height='23' viewBox='0 0 71 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71 0H0L71 23V0Z' fill='%2387D1A3'/%3E%3C/svg%3E%0A");width:7.1rem;height:2.3rem;display:block;position:absolute;bottom:0;right:0}}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonContent{background-color:var(--c-green5);border:1px solid var(--c-green20);border-bottom-right-radius:var(--radius);position:relative}@media (max-width:919px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonContent{border-bottom-left-radius:var(--radius);border-top:0}}@media (min-width:920px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__ribbonContent{border-top-right-radius:var(--radius);margin-left:-7.2rem}}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullets{margin:0;padding:0;font-size:1.4rem;list-style:none}@media (min-width:640px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullets{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet{padding:2.4rem}@media (max-width:639px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet{text-align:left;grid-template-columns:9.6rem minmax(0,1fr);display:grid}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet+li{border-top:1px solid var(--c-green20)}}@media (min-width:640px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet+li{border-left:1px solid var(--c-green20)}}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet figure{background-color:var(--c-green10);border:1px solid var(--c-green15);aspect-ratio:1;border-radius:1rem;justify-content:center;align-items:center;margin:0;display:flex}.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet figure img{max-width:80%;height:auto;display:block}@media (max-width:639px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet figure+*{margin-left:1em}}@media (min-width:640px){.WorkbenchForMSSPSampleUseCaseSection-module-scss-module__5nV1_W__bullet figure+*{margin-top:1em}}
.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__noBreak{white-space:nowrap;display:inline!important}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__header{position:relative}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__header{text-align:center}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__header+*{margin-top:2em}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__contentGrid{grid-gap:var(--gap);display:grid}@media (min-width:768px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__contentGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard{border-radius:var(--radius);padding:var(--gap);grid-gap:var(--gap);text-align:left;display:grid}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard{grid-template-columns:7.5em minmax(0,1fr);grid-template-areas:"icon text";align-items:center}}@media (min-width:768px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard{grid-template:"text""icon"minmax(0,1fr)/minmax(0,1fr)}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__purple{background-color:var(--c-purple2);color:var(--c-purple75);border:1px solid var(--c-purple15)}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__purple figure{background-color:var(--c-purple5);border:1px solid var(--c-purple15)}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__pink{background-color:var(--c-red2);color:var(--c-pink75);border:1px solid var(--c-pink15)}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__pink figure{background-color:var(--c-pink5);border:1px solid var(--c-pink15)}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__green{background-color:var(--c-green5);color:var(--c-green70);border:1px solid var(--c-green15)}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__green figure{background-color:var(--c-green10);border:1px solid var(--c-green15)}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__orange{background-color:var(--c-orange5);color:var(--c-orange75);border:1px solid var(--c-orange15)}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__orange figure{background-color:var(--c-orange10);border:1px solid var(--c-orange15)}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__blue{background-color:var(--c-blue5);color:var(--c-blue80);border:1px solid var(--c-blue15)}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__blue figure{background-color:var(--c-blue10);border:1px solid var(--c-blue15)}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard>div{grid-area:text}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard>div>*+*{margin-top:.5em}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard figure{grid-area:icon;margin:0;display:flex}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard figure{aspect-ratio:1;border-radius:5px;justify-content:center;align-items:center;padding:1em}}@media (min-width:768px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard figure{justify-content:flex-end;align-items:flex-end}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard figure img{display:block}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard figure img{max-width:6em;height:auto}}@media (min-width:768px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard figure img{margin-bottom:-3%}}@media (max-width:767px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard h3{font-size:inherit}}@media (min-width:768px){.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard h3{font-family:var(--fontSerif);letter-spacing:-.02em;max-width:10.5em;font-size:2.4rem;font-weight:400}}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard h3 span{display:block}.WorkbenchBusinessImpactSection-module-scss-module__eACFUq__impactCard p{max-width:16em;font-size:1.4rem;line-height:1.2}
.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__wrap{position:relative}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__header{text-align:center;position:relative}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__header p{max-width:33em;margin-left:auto;margin-right:auto}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__header>*+*{margin-top:1.8rem}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__header img{display:inline-block}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__footer{text-align:center;position:relative}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__footer p{font-family:var(--fontSerif);letter-spacing:-.02rem;max-width:36em;margin-left:auto;margin-right:auto;font-size:2rem}@media (min-width:640px){.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__footer p{font-size:2.2rem}}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__kaleidoscopeWrap{max-width:var(--gridWideMaxWidth);margin-left:auto;margin-right:auto}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerLg{height:var(--lg)}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerXl{height:var(--xl)}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerXlFromTabletLg{display:none}@media (min-width:920px){.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerXlFromTabletLg{height:var(--xl);display:block}}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerSubsectionMargin{height:var(--subsectionMargin)}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerSubsectionMarginFromDesktop{display:none}@media (min-width:1024px){.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerSubsectionMarginFromDesktop{height:var(--subsectionMargin);display:block}}.WorkbenchPageSeeItInActionSection-module-scss-module__6tUt7a__spacerSectionMargin{height:var(--sectionMargin)}
.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__header{text-align:center;margin-bottom:3.5rem;position:relative}@media (min-width:1024px){.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__header{margin-bottom:4rem}}@media (min-width:1280px){.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__header{margin-bottom:4.5rem}}.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__trophy{margin-bottom:1.8rem}@media (min-width:1024px){.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__trophy{margin-bottom:2.4rem}}.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__grid{grid-gap:var(--gap);display:grid}@media (min-width:920px){.WorkbenchCustomerQuotesSection-module-scss-module__TEEPfq__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid{grid-template-columns:repeat(2,1fr);gap:.5em;display:grid}@media (min-width:640px){.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid{gap:var(--gap)}}@media (min-width:1194px){.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid{grid-template-columns:repeat(4,1fr)}}.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid>*{min-height:22.5rem}@media (min-width:512px){.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid>*{min-height:30rem}}@media (min-width:1194px){.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid>*{min-height:34rem}}@media (max-width:639px){.WorkbenchPageRelatedContentSection-module-scss-module__mRFYUq__grid img{max-height:7rem}}
.page-module-scss-module__hp33SG__page{padding-bottom:8rem;position:relative}.page-module-scss-module__hp33SG__areaNavSlot{min-height:calc(1px + var(--areaNavGap) + var(--areaNavRowHeight))}
