.vue-flow{position:relative;width:100%;height:100%;overflow:hidden;z-index:0;direction:ltr}.vue-flow__container{position:absolute;height:100%;width:100%;left:0;top:0}.vue-flow__pane{z-index:1}.vue-flow__pane.draggable{cursor:grab}.vue-flow__pane.selection{cursor:pointer}.vue-flow__pane.dragging{cursor:grabbing}.vue-flow__transformationpane{transform-origin:0 0;z-index:2;pointer-events:none}.vue-flow__viewport{z-index:4;overflow:clip}.vue-flow__selection{z-index:6}.vue-flow__edge-labels{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible{outline:none}.vue-flow .vue-flow__edges{pointer-events:none;overflow:visible}.vue-flow__edge-path,.vue-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.vue-flow__edge{pointer-events:visibleStroke;cursor:pointer}.vue-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__edge.animated path.vue-flow__edge-interaction{stroke-dasharray:none;animation:none}.vue-flow__edge.inactive{pointer-events:none}.vue-flow__edge.selected,.vue-flow__edge:focus,.vue-flow__edge:focus-visible{outline:none}.vue-flow__edge.selected .vue-flow__edge-path,.vue-flow__edge:focus .vue-flow__edge-path,.vue-flow__edge:focus-visible .vue-flow__edge-path{stroke:#555}.vue-flow__edge-textwrapper{pointer-events:all}.vue-flow__edge-textbg{fill:#fff}.vue-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-flow__connection{pointer-events:none}.vue-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__connectionline{z-index:1001}.vue-flow__nodes{pointer-events:none;transform-origin:0 0}.vue-flow__node-default,.vue-flow__node-input,.vue-flow__node-output{border-width:1px;border-style:solid;border-color:#bbb}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible,.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible,.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{outline:none;border:1px solid #555}.vue-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.vue-flow__node.draggable{cursor:grab;pointer-events:all}.vue-flow__node.draggable.dragging{cursor:grabbing}.vue-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.vue-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.vue-flow__nodesselection-rect.dragging{cursor:grabbing}.vue-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px}.vue-flow__handle.connectable{pointer-events:all;cursor:crosshair}.vue-flow__handle-bottom{left:50%;bottom:0;transform:translate(-50%,50%)}.vue-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.vue-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.vue-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.vue-flow__edgeupdater{cursor:move;pointer-events:all}.vue-flow__panel{position:absolute;z-index:5;margin:15px}.vue-flow__panel.top{top:0}.vue-flow__panel.bottom{bottom:0}.vue-flow__panel.left{left:0}.vue-flow__panel.right{right:0}.vue-flow__panel.center{left:50%;transform:translate(-50%)}@keyframes dashdraw{0%{stroke-dashoffset:10}}.vue-flow__controls{box-shadow:0 0 2px 1px #00000014}.vue-flow__controls-button{background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:5px}.vue-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.vue-flow__controls-button:hover{background:#f4f4f4}.vue-flow__controls-button:disabled{pointer-events:none}.vue-flow__controls-button:disabled svg{fill-opacity:.4}:root{--smithy-sandbox-200: #ffffff;--smithy-sandbox-400: #fffcf5;--smithy-sandbox-500: #fbf7f1;--smithy-sandbox-600: #f1ede4;--smithy-sandbox-800: #d4c9b6;--smithy-cipher-slate-200: #555046;--smithy-cipher-slate-400: #3a352b;--smithy-cipher-slate-600: #2b2722;--smithy-cipher-slate-800: #1f1c19;--smithy-code-red-200: #ffe3e3;--smithy-code-red-400: #ffb8b8;--smithy-code-red-600: #f65f1e;--smithy-code-red-800: #982714;--smithy-code-red-tint: #f9763e;--smithy-canary-200: #fff595;--smithy-canary-400: #ffef55;--smithy-canary-600: #ffcf4a;--smithy-canary-800: #d6970c;--smithy-secure-cyan-200: #cbffff;--smithy-secure-cyan-400: #96ffff;--smithy-tooling-teal-600: #0c6f84;--smithy-tooling-teal-800: #023b4a;--smithy-tooling-teal-tint: #057d94;--smithy-pipeline-pink-200: #fecfff;--smithy-pipeline-pink-400: #fda2ff;--smithy-pipeline-pink-600: #f63571;--smithy-patch-purple-600: #9413a9;--smithy-patch-purple-800: #4a0052;--card-width: 237px}html,body{height:100%;width:100%}.vue-flow{border-radius:20px}.vue-flow__node{padding:0;background:none;border:0}.vue-flow__node,.vue-flow__handle{transition:opacity .3s ease-out}.vue-flow__handle{width:16px;height:16px;background:var(--smithy-sandbox-800);border-radius:50%;border:2px solid var(--smithy-cipher-slate-600)}.vue-flow__edge-path,.vue-flow__connection-path{stroke:#000;stroke-width:2;transition:stroke .3s ease-out}.vue-flow__controls{display:flex;flex-direction:column;align-items:start;box-shadow:none;gap:12px}.unselected .vue-flow__node:not(.selected),.unselected .vue-flow__handle{opacity:.5}.unselected .vue-flow__edge-path{stroke:#928e89}.vue-flow:not(.unselected) .vue-flow__node:hover{z-index:999!important}.vue-flow:not(.unselected) .selected{z-index:0!important}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease-out}@page{size:3369px 2376px;margin:0}@media print{:root{--smithy-fs-xxs: clamp(2.4rem, 4vw, 3rem);--smithy-fs-xs: 4.8rem;--smithy-fs-sm: clamp(2.7rem, 4vw, 3.6rem);--smithy-fs-s: clamp(3rem, 4vw, 4.2rem);--smithy-fs-m: clamp(4.8rem, 4vw, 5.4rem);--smithy-fs-l: clamp(4.8rem, 4vw, 6rem);--smithy-fs-xl: clamp(4.8rem, 4vw, 6.6rem);--smithy-fs-h6: clamp(6.6rem, 4vw, 7.2rem);--smithy-fs-h5: clamp(6.6rem, 4vw, 8.4rem);--smithy-fs-h4: clamp(7.2rem, 4vw, 9.6rem);--smithy-fs-h3: clamp(8.4rem, 4vw, 14.4rem);--smithy-fs-h2: clamp(10.5rem, 4vw, 18.6rem);--smithy-fs-h1: clamp(10.8rem, 4vw, 21.6rem);--smithy-lh-xs: 6.624rem;--smithy-lh-sm: 1.35;--smithy-lh-s: clamp(3.6rem, 4vw, 6.3rem);--smithy-lh-m: clamp(6.6rem, 4vw, 7.29rem);--smithy-lh-l: clamp(6.6rem, 4vw, 7.8rem);--smithy-lh-xl: clamp(8.91rem, 4vw, 10.5rem);--smithy-lh-h6: clamp(6.726rem, 4vw, 7.92rem);--smithy-lh-h5: clamp(7.2rem, 4vw, 9rem);--smithy-lh-h4: clamp(7.92rem, 4vw, 10.56rem);--smithy-lh-h3: clamp(9.24rem, 4vw, 15.6rem);--smithy-lh-h2: clamp(10.56rem, 4vw, 18.6rem);--smithy-lh-h1: clamp(11.4rem, 4vw, 21.6rem)}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}html{overflow:auto}html,body{margin:0;padding:0;transform-origin:top left}html header .logo img,body header .logo img{width:561px;height:132px}svg{image-rendering:optimizeQuality;transform:scale(1)}body>header{padding:90px 30px}body>header .container{padding-left:60px}body>header .top-menu li:before{display:none}body>header .top-menu .logo img{width:100%}#devsecops-explorer .overlay-card{height:calc(100% - 60px);margin-bottom:60px;margin-right:60px}div.vue-flow,div.overlay-card{border-radius:60px}.vue-flow__controls,.menu-button{display:none}.sidepanel-layout .accordionWrapper>.sidepanel:first-child{padding-left:60px}.sidepanel-layout .chevronLeftIcon svg{opacity:0}.sidepanel-layout .chevron .chevronLeftIcon.icon{width:105px;height:105px}div.sidepanel{width:840px;overflow:hidden;gap:105px}div.sidepanel .header{gap:36px}div.sidepanel p.disclaimer{flex:1 1 0;display:flex;align-items:flex-end;font-family:var(--smithy-font-family-monospace);font-weight:600;text-transform:uppercase;font-size:25.5px;line-height:1.2;color:var(--smithy-sandbox-400);margin-bottom:60px}div.maturityAssessment{gap:0;border-radius:36px;padding:36px 36px 0}div.maturityAssessment .mainScore .progressBar{height:150px}div.maturityAssessment .mainScore .chevronLeftIcon{display:none}div.maturityAssessment div.mainScore{margin-bottom:36px}div.maturityAssessment .scoreBar{border-width:3px;border-radius:12px}div.maturityAssessment .scoreBar .score{gap:30px;padding-right:30px}div.maturityAssessment .scoreBar div.progressBar{border-radius:0 9px 9px 0!important}div.maturityAssessment .scoreBar div.progressBar .name{padding-left:30px}div.maturityAssessment .subScoresAccordion{height:auto!important;margin:0 0 36px!important;position:static!important;visibility:visible!important;width:auto!important;display:flex!important;gap:36px}div.maturityAssessment .subScoresAccordion .moreInfo div.info{height:auto!important;position:static!important;visibility:visible!important;width:auto!important;display:flex!important;gap:48px}div.maturityAssessment .subScoresAccordion .moreInfo div.info .infoHeader{gap:22.5px;padding-top:36px}div.maturityAssessment .subScoresAccordion .moreInfo div.info .infoHeader img{width:78px;height:78px}div.maturityAssessment .subScoresAccordion .moreInfo div.info .links{padding:.9px}div.maturityAssessment .subScoresAccordion .subScores{gap:32px}div.maturityAssessment .subScoresAccordion .subScores .subScore .progressBar{height:90px}}.bugIcon[data-v-39ac9abd]{height:35px;width:35px;display:flex;align-items:center;justify-content:center}.bugIcon svg[data-v-39ac9abd],.bugIcon path[data-v-39ac9abd]{fill:inherit}.contentBlock[data-v-806bbd0a]{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:8px 12px;border-radius:4px;background-color:var(--smithy-sandbox-600);transition:background-color .3s ease-out,color .3s ease-out;border-width:1px;border-color:var(--smithy-sandbox-800);border-style:solid;color:var(--smithy-cipher-slate-400);width:232px;max-height:87px;--smithy-toggle-color: var(--smithy-cipher-slate-400)}.contentBlock.contentBlock--full[data-v-806bbd0a]:not(.disabled):hover{background-color:var(--smithy-sandbox-800)}.contentBlock.components-enter-active[data-v-806bbd0a],.contentBlock.components-leave-active[data-v-806bbd0a]{transition:all .3s ease;overflow:hidden}.contentBlock.components-enter-from[data-v-806bbd0a],.contentBlock.components-leave-to[data-v-806bbd0a]{max-height:0px;padding:0 12px;margin:-7px 0;clip-path:polygon(calc(0% + 1px) calc(0% + 1px),calc(100% - 1px) calc(0% + 1px),calc(100% - 1px) calc(100% - 1px),calc(0% + 1px) calc(100% - 1px))}.contentBlock.components-enter-to[data-v-806bbd0a],.contentBlock.components-leave-from[data-v-806bbd0a]{max-height:87px;padding:8px 12px;margin:0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.contentBlock.active[data-v-806bbd0a]{cursor:pointer}.contentBlock.contentBlock--not-found[data-v-806bbd0a]{cursor:auto;fill:var(--smithy-sandbox-800);color:var(--smithy-sandbox-800)}.contentBlock .contentBlock__name[data-v-806bbd0a]{flex:1 1 0;text-align:start;line-height:1.4;font-family:jetbrains mono,monospace;text-transform:uppercase;font-weight:700;font-size:14px}.contentBlock .icon[data-v-806bbd0a]{width:35px;height:35px;object-fit:contain}.contentBlock .contentBlock__controls[data-v-806bbd0a]{display:flex;flex-direction:column;align-items:end;justify-content:center;height:100%;gap:10px}.contentBlock .contentBlock__plus[data-v-806bbd0a]{display:flex;align-items:center;justify-content:center;padding:2.5px;position:relative}.contentBlock .contentBlock__plus[data-v-806bbd0a] *{background-color:var(--smithy-sandbox-800);transition:background-color .3s ease-out}.contentBlock .contentBlock__plus .contentBlock__plus_vert[data-v-806bbd0a]{width:4px;height:30px}.contentBlock .contentBlock__plus .contentBlock__plus_hor[data-v-806bbd0a]{position:absolute;height:4px;width:30px}.card__wrapper[data-v-dc8d3a91]{position:fixed;left:calc(100% - 12px);padding-left:28px;display:flex;pointer-events:all;-webkit-user-select:text;user-select:text;cursor:auto}.card__wrapper[data-v-dc8d3a91] *{pointer-events:auto}.card__wrapper.left[data-v-dc8d3a91]{left:auto;right:calc(100% + 12px)}.card__wrapper .card[data-v-dc8d3a91]{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;width:420px;min-height:250px;color:var(--smithy-text-color);text-align:left}.card__wrapper .card[data-v-dc8d3a91]:after{background:#fffcf5cc}.card__wrapper .card .card-header[data-v-dc8d3a91]{display:flex;justify-content:space-between;align-items:start}.card__wrapper .card .card-header .card-icon-name[data-v-dc8d3a91]{display:flex;gap:12px}.card__wrapper .card .card-header .card-icon-name img[data-v-dc8d3a91]{max-width:48px;max-height:48px}.card__wrapper .card .card-header .card-icon-name .title[data-v-dc8d3a91]{display:flex;flex-direction:column;justify-content:center}.card__wrapper .card .card-header .card-icon-name h4[data-v-dc8d3a91]{margin:0}.card__wrapper .card .card-header .card-icon-name .subtitle[data-v-dc8d3a91]{font-size:18px;font-weight:600;line-height:24.3px;letter-spacing:-.01em;text-align:left}.card__wrapper .card .content[data-v-dc8d3a91]{flex-grow:1}.card__wrapper .card .card-footer[data-v-dc8d3a91]{margin-top:auto;display:flex;flex-direction:column;gap:12px}.card__wrapper .card .card-footer .links[data-v-dc8d3a91]{display:flex;gap:16px}.card__wrapper .card .card-footer .labels[data-v-dc8d3a91]{display:flex;gap:8px;flex-wrap:wrap}.card__wrapper .card .card-footer .labels div[data-v-dc8d3a91]{font-family:jetbrains mono,monospace;font-weight:700;font-size:10px;border-radius:4px;background-color:var(--smithy-code-red-200);padding:6px 16px;text-wrap:nowrap}.control-button-wrapper{position:relative;display:inline-block;display:flex;align-items:center;justify-content:center}.control-button-wrapper .control-button{box-sizing:content-box;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--smithy-sandbox-600);border:2px var(--smithy-sandbox-800) solid;fill:var(--smithy-sandbox-800);stroke:var(--smithy-sandbox-800);transition:background-color .3s ease-out,fill .3s ease-out,stroke .3s ease-out;padding:0;width:23px;height:23px;border-radius:4px}.control-button-wrapper .control-button:hover{background:var(--smithy-sandbox-800);fill:var(--smithy-sandbox-600);stroke:var(--smithy-sandbox-600)}.control-button-wrapper .control-button *{cursor:pointer}.control-button-wrapper .control-button .icon{height:15px;width:15px;display:flex;align-items:center;justify-content:center}.control-button-wrapper .control-button svg,.control-button-wrapper .control-button path{fill:inherit}.control-button-wrapper .control-button svg{max-height:none;max-width:none}.control-button-wrapper .control-button-label{font-family:jetbrains mono,monospace;position:absolute;left:calc(100% + 8px);background-color:var(--smithy-sandbox-800);color:#fff;padding:5px;border-radius:3px;white-space:nowrap;z-index:10;transition:opacity .3s ease-out 1.5s}.selected .integrationMultipleWrapper[data-v-a09c8e74]{z-index:999;position:relative}.toggle[data-v-e0e376ae]{display:flex;align-items:center;justify-content:center;position:relative;width:24.5px;height:12px}.toggle[data-v-e0e376ae] *{border-radius:999px;border:1.5px var(--smithy-toggle-color) solid;transition:border .3s ease-out,transform .3s ease-out,background-color .3s ease-out}.toggle .toggle__circle[data-v-e0e376ae]{position:absolute;width:12px;height:12px;background-color:var(--smithy-sandbox-400);transform:translate(0);left:0}.toggle .toggle__rect[data-v-e0e376ae]{position:absolute;width:22.5px;height:10px}.toggle.toggle--active .toggle__circle[data-v-e0e376ae]{background-color:var(--smithy-code-red-600);transform:translate(calc(100% + 3px))}.integrationHeader[data-v-d0f6953e]{text-align:start;padding:10px 12px;border-radius:12px 12px 0 0;font-family:jetbrains mono,monospace;text-transform:uppercase;font-weight:700;font-size:14px;line-height:.73}@supports (text-box: trim-both cap alphabetic){.integrationHeader[data-v-d0f6953e]{line-height:var(--pico-line-height);text-box:trim-both cap alphabetic}}.blue .integrationHeader{background:var(--smithy-secure-cyan-400);color:var(--smithy-cipher-slate-400)}.blue .subCategory .integrationHeader{background:var(--smithy-secure-cyan-200);color:var(--smithy-cipher-slate-400)}.pink .integrationHeader{background:var(--smithy-pipeline-pink-400);color:var(--smithy-cipher-slate-400)}.pink .subCategory .integrationHeader{background:var(--smithy-pipeline-pink-200);color:var(--smithy-cipher-slate-400)}.orange .integrationHeader{background:var(--smithy-code-red-600);color:var(--smithy-sandbox-200)}.orange .subCategory .integrationHeader{background:var(--smithy-code-red-200);color:var(--smithy-cipher-slate-400)}.red .integrationHeader{background:var(--smithy-code-red-800);color:var(--smithy-sandbox-200)}.red .subCategory .integrationHeader{background:var(--smithy-code-red-400);color:var(--smithy-cipher-slate-400)}.cipher .integrationHeader{background:var(--smithy-cipher-slate-400);color:var(--smithy-sandbox-600)}.cipher .subCategory .integrationHeader{background:var(--smithy-sandbox-800);color:var(--smithy-cipher-slate-400)}.yellow .integrationHeader{background:var(--smithy-canary-400);color:var(--smithy-cipher-slate-400)}.yellow .subCategory .integrationHeader{background:var(--smithy-canary-200);color:var(--smithy-cipher-slate-400)}.integrationMultiple{background:var(--smithy-sandbox-400);border-radius:12px;display:flex;flex-direction:column;padding:0;box-shadow:-9px 10px 5px #00000008;transform:translate(0)}.integrationMultiple__content{display:flex;flex-direction:column;padding:12px;gap:12px}.integrationMultiple__content.searchOn{padding-top:6px}.integrationMultiple__content *{filter:none}.status[data-v-c445020c]{font-family:jetbrains mono,monospace;text-transform:uppercase;font-weight:700;font-size:10px;padding:2px 10px;border-radius:200px;transition:background-color .3s ease-out;color:var(--smithy-cipher-slate-600)}.status.wip[data-v-c445020c]{background:var(--smithy-code-red-400)}.status.experimental[data-v-c445020c]{background:var(--smithy-canary-200)}.status.supported[data-v-c445020c]{background:var(--smithy-secure-cyan-200)}.searchBar{--search-color: var(--smithy-sandbox-800);padding:12px 12px 6px;fill:var(--search-color);width:256px}.searchBar:focus-within{--search-color: var(--smithy-cipher-slate-200)}.searchBar .content{height:32px;padding:0 14px;border:1px var(--search-color) solid;border-radius:9999px;display:flex;align-items:center;gap:8px;fill:var(--search-color)}.searchBar .content .searchIcon{height:20px;width:20px;display:flex;align-items:center;justify-content:center}.searchBar .content .searchIcon svg,.searchBar .content .searchIcon path{fill:var(--search-color)}.searchBar .content input[type=search]{padding:0;outline:none;margin:0;background:none;border:0;height:auto;box-shadow:none;font-size:14px;height:100%;overflow:visible;text-box:none;text-transform:none;color:var(--search-color);transition:none}.searchBar .content input[type=search]::placeholder{transition:none;color:var(--search-color);opacity:1}.searchBar .content input[type=search]:focus{outline:none;border:none;box-shadow:none}.subCategory[data-v-6c9e9149]{display:flex;flex-direction:column;gap:12px;margin:-6px;padding:6px;border-radius:16px 16px 6px 6px;transition:background-color .3s ease-out;cursor:pointer}.subCategory[data-v-6c9e9149]:hover,.subCategory.active[data-v-6c9e9149]{background:var(--smithy-sandbox-800)}.subCategory:hover .contentBlock--full[data-v-6c9e9149]:not(.disabled):hover,.subCategory.active .contentBlock--full[data-v-6c9e9149]:not(.disabled):hover{background:#c1b59f}.subCategory .children[data-v-6c9e9149]{position:relative}.subCategory .children .selectedComponents[data-v-6c9e9149]{display:flex;flex-direction:column;gap:12px}.children-enter-active[data-v-6c9e9149]{position:absolute;top:0}.children-enter-active[data-v-6c9e9149],.children-leave-active[data-v-6c9e9149]{transition:opacity .3s ease-out}.children-enter-from[data-v-6c9e9149],.children-leave-to[data-v-6c9e9149]{opacity:0}.integrationMultipleWrapper[data-v-6c9e9149]{position:absolute;left:calc(100% - 12px);padding-left:28px;z-index:9999}.integrationMultipleWrapper.left[data-v-6c9e9149]{left:auto;right:calc(100% + 12px)}.sidepanel{height:100%;width:280px;display:flex;flex-direction:column;gap:35px;overflow:auto}.sidepanel .header{display:flex;flex-direction:column;gap:12px}.sidepanel .header h4,.sidepanel .header span.subHeading{color:var(--smithy-secondary-title-color);margin:0;line-height:.73}@supports (text-box: trim-both cap alphabetic){.sidepanel .header h4,.sidepanel .header span.subHeading{line-height:var(--pico-line-height);text-box:trim-both cap alphabetic}}.sidepanel .header span.subHeading{font-family:var(--smithy-font-family);font-size:var(--smithy-fs-m);font-weight:600}.sidepanel .disclaimer{display:none}.maturityAssessment{width:100%;background-color:var(--smithy-sandbox-600);border-radius:12px;padding:12px 12px 0;display:flex;flex-direction:column;overflow:auto}.maturityAssessment>*:last-child{margin-bottom:12px}.maturityAssessment .chevronLeftIcon{display:flex;align-items:center;justify-content:center}.maturityAssessment .mainScore{margin-bottom:12px;cursor:pointer}.maturityAssessment .mainScore:hover .chevronLeftIcon{background-color:var(--smithy-sandbox-800)}.maturityAssessment .mainScore *{font-size:var(--smithy-fs-s)}.maturityAssessment .mainScore .progressBar{height:50px}.maturityAssessment .subScoresAccordion,.maturityAssessment .subScoresAccordion .subScores{display:flex;flex-direction:column;gap:12px}.maturityAssessment .subScoresAccordion .subScores .blue .progressBar{background:var(--smithy-secure-cyan-400);color:var(--smithy-cipher-slate-400)}.maturityAssessment .subScoresAccordion .subScores .red .progressBar{background:var(--smithy-code-red-400);color:var(--smithy-cipher-slate-400)}.maturityAssessment .subScoresAccordion .subScores .purple .progressBar{background:var(--smithy-patch-purple-600);color:var(--smithy-sandbox-600)}.maturityAssessment .subScoresAccordion .subScores .yellow .progressBar{background:var(--smithy-canary-400);color:var(--smithy-cipher-slate-400)}.maturityAssessment .subScoresAccordion .subScores .pink .progressBar{background:var(--smithy-pipeline-pink-400);color:var(--smithy-cipher-slate-400)}.maturityAssessment .subScoresAccordion .subScores .subScore *{font-size:var(--smithy-fs-xxs)}.maturityAssessment .subScoresAccordion .subScores .subScore .progressBar{height:30px}.maturityAssessment .subScoresAccordion .moreInfo{display:flex;flex-direction:column}.maturityAssessment .subScoresAccordion .moreInfo .toggleInfo{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 5px;font-family:var(--smithy-font-family-monospace);font-weight:600;text-transform:uppercase;font-size:var(--smithy-fs-xxs);overflow:visible;cursor:pointer}.maturityAssessment .subScoresAccordion .moreInfo .toggleInfo:hover .chevronLeftIcon svg{background-color:var(--smithy-sandbox-800)}.maturityAssessment .subScoresAccordion .moreInfo .toggleInfo .chevronLeftIcon{overflow:visible;transform:rotate(-90deg);transform-origin:center}.maturityAssessment .subScoresAccordion .moreInfo .toggleInfo .chevronLeftIcon svg{transition:background-color .3s ease-out;width:15px;height:15px;border-radius:2px}.maturityAssessment .subScoresAccordion .moreInfo .info{display:flex;gap:16px;flex-direction:column}.maturityAssessment .subScoresAccordion .moreInfo .info>*:first-child{padding-top:12px}.maturityAssessment .subScoresAccordion .moreInfo .info .infoHeader{display:flex;flex-direction:row;align-items:center;gap:10px}.maturityAssessment .subScoresAccordion .moreInfo .info .infoHeader .infoTitle{font-family:var(--smithy-font-family-headers);font-weight:600;text-transform:uppercase;font-size:var(--smithy-fs-m)}.maturityAssessment .subScoresAccordion .moreInfo .info .infoContent *{font-family:var(--smithy-font-family);font-size:var(--smithy-fs-sm);line-height:var(--smithy-lh-sm);margin:0}.maturityAssessment .subScoresAccordion .moreInfo .info .links{font-family:var(--smithy-font-family-monospace);font-weight:700;font-size:var(--smithy-fs-xxs);text-transform:uppercase;padding:.3rem}.maturityAssessment .subScoresAccordion .moreInfo .info .links a{color:var(--smithy-cipher-slate-400);text-decoration:none}.maturityAssessment .subScoresAccordion .moreInfo .info .links a:hover{text-decoration:underline}.scoreBar[data-v-cb73d0dd]{position:relative;border:1px solid var(--smithy-sandbox-800);border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;overflow:hidden;flex-shrink:0}.scoreBar[data-v-cb73d0dd] *{font-family:var(--smithy-font-family-monospace);font-weight:600;text-transform:uppercase}.scoreBar .progressBar[data-v-cb73d0dd]{background-color:var(--smithy-sandbox-800);border-radius:0 3px 3px 0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;width:0%;transition:width .5s ease-in-out}.scoreBar .progressBar .name[data-v-cb73d0dd]{padding-left:10px}.scoreBar .progressBar.backup[data-v-cb73d0dd]{position:absolute;overflow:visible}.scoreBar .progressBar.backup .name[data-v-cb73d0dd]{color:var(--smithy-cipher-slate-400)}.scoreBar .score[data-v-cb73d0dd]{position:absolute;right:0;display:flex;flex-direction:row;gap:10px;padding-right:10px}.scoreBar .score .scoreValue[data-v-cb73d0dd]{display:flex;align-items:center}.scoreBar .score .chevronLeftIcon[data-v-cb73d0dd]{width:20px;height:20px;border-radius:2px;transform:rotate(-90deg);transition:background-color .3s ease-out,transform .3s ease-out;transform-origin:center}.expand-enter-active[data-v-41985e6a],.expand-leave-active[data-v-41985e6a]{transition:height .5s ease-out,padding-bottom .5s ease-out,margin-bottom .5s ease-out,width .5s ease-out,padding-left .5s ease-out,margin-left .5s ease-out,padding-right .5s ease-out,margin-right .5s ease-out;overflow:hidden}.instructionsPanel{padding-right:15px}.integrationHeader{background:var(--smithy-sandbox-800);color:var(--smithy-sandbox-200)}.instructionsWrapper{margin:0 42px;position:absolute;top:0;left:0;background:var(--smithy-sandbox-400);border-radius:12px;display:flex;flex-direction:column;padding:0;filter:drop-shadow(-9px 10px 5px rgba(0,0,0,.03));transform:translate(0);width:256px;-webkit-user-select:none;user-select:none;z-index:9999}.instructionsWrapper__content{height:100%;display:flex;flex-direction:column;padding:12px;gap:12px}.instructionsWrapper__content.searchOn{padding-top:6px}.instructionsWrapper__content *{filter:none}.instructionsWrapper__content .menu-button{text-decoration:none;background-color:var(--smithy-sandbox-800);border:0}.instructionsWrapper__content .menu-button:hover{background-color:var(--smithy-cipher-slate-200);color:var(--smithy-sandbox-800);border:0}.contentBlock[data-v-32d47706]{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:8px 12px;border-radius:4px;background-color:var(--smithy-sandbox-600);transition:background-color .3s ease-out,color .3s ease-out;border-width:1px;border-color:var(--smithy-sandbox-800);border-style:solid;color:var(--smithy-cipher-slate-200);width:232px;max-height:87px;--smithy-toggle-color: var(--smithy-cipher-slate-400)}.contentBlock.contentBlock--full[data-v-32d47706]:not(.disabled):hover{background-color:var(--smithy-sandbox-800)}.contentBlock .contentBlock__name[data-v-32d47706]{flex:1 1 0;text-align:start;line-height:1.4;font-family:jetbrains mono,monospace;text-box:trim-both cap alphabetic;text-transform:uppercase;font-weight:700;font-size:10px;white-space:wrap}.contentBlock .icon[data-v-32d47706]{width:25px;height:25px;object-fit:contain}.overlay-card{margin-top:0;padding:0;border:none;height:100%;border-radius:20px;flex-grow:1;margin-left:0}@media all and (min-width: 1200px){.overlay-card{height:calc(100% - 20px);margin-bottom:20px}}.sidepanel-layout{height:100%;display:flex;flex-direction:row;gap:0}.sidepanel-layout .accordionWrapper>*:first-child{padding-left:20px}@media all and (max-width: 1200px){.sidepanel-layout{padding:0}}@media (min-width: 1200px){.sidepanel-layout{height:calc(100% - 20px);margin-bottom:20px}}.sidepanel-layout .chevron{height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.sidepanel-layout .chevron .chevronLeftIcon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;color:var(--smithy-secondary-title-color);transition:transform .3s ease;transform-origin:50% 50%}
