@charset "UTF-8";.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top,.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}html,body{color-scheme:dark;background-color:var(--body-background);color:var(--color-secondary-extra-light-grey);font-size:var(--font-size-base);font-weight:var(--font-weight-base);line-height:var(--line-height-p2);letter-spacing:var(--body-letter-spacing);font-family:var(--font-family-default);margin:0;scroll-padding-top:var(--scroll-padding)}*,*:before,*:after{box-sizing:border-box}code,kbd,pre{font-family:var(--font-family-code)}h1,.text-h1{font-size:var(--font-size-h1);line-height:var(--line-height-h1)}h1 code{font-size:75%}h2,.text-h2{font-size:var(--font-size-h2);line-height:var(--line-height-h2)}h2 code{font-size:75%}h3,.text-h3{font-size:var(--font-size-h3);line-height:var(--line-height-h3)}h3 code{font-size:75%}h4,.text-h4{font-size:var(--font-size-h4);line-height:var(--line-height-h4)}h4 code{font-size:75%}h5,.text-h5{font-size:var(--font-size-h5);line-height:var(--line-height-h5)}h5 code{font-size:75%}h6,.text-h6{font-size:var(--font-size-h6);line-height:var(--line-height-h6)}h6 code{font-size:75%}.text-p1,.text-p1 p{font-size:var(--font-size-p1);line-height:var(--line-height-p1)}p,.text-p2{font-size:var(--font-size-p2);line-height:var(--line-height-p2)}.text-blog,.text-blog p{font-size:var(--font-size-blog);line-height:var(--line-height-blog)}.text-blog p code,.text-blog li code,.text-blog table code{font-size:75%}aside,.text-aside{font-size:var(--font-size-aside);line-height:var(--line-height-aside)}pre,code,.text-code{font-size:var(--font-size-code);line-height:var(--line-height-code)}.text-important{color:var(--color-white);font-weight:600}.text-quiet{color:var(--color-secondary-light-grey)}button,input,select,textarea{font-family:var(--font-family-default)}input::placeholder,select::placeholder,textarea::placeholder{color:#958fa8cc;font-style:italic}hr{border:0;border-top:1px solid #2d2a46}h1,h2,h3,h4,h5,h6,th{color:var(--body-heading-color)}aside h1,aside h2,aside h3,aside h4{color:var(--body-font-color)}h1,h2,h3,.text-h1,.text-h2,.text-h3{font-weight:var(--font-weight-medium)}h4,h5,h6{font-weight:var(--font-weight-regular)}h1,h2,h3,h4,h5,h6{text-wrap-style:balance}dd{font-weight:var(--font-weight-light)}b,dt,strong,th{font-weight:var(--font-weight-semi-bold)}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}em em{font-style:normal}strong strong{font-weight:400}summary{cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}a{cursor:pointer;color:var(--color-white);text-decoration:none}a p{color:var(--body-font-color)}p a,p a:visited,aside a,aside a:visited{color:var(--color-green)}p a:hover,p a:focus,p a:visited:hover,p a:visited:focus,aside a:hover,aside a:focus,aside a:visited:hover,aside a:visited:focus{text-decoration:underline}address{font-style:normal}code{hyphens:none;color:var(--code-font-color);background:var(--code-background);border-radius:var(--border-radius);border:1px solid #2d2a46;padding:6px 6px 3px}pre code{color:var(--pre-font-color);background:none;border-radius:0;border:none;padding:0}form,.form{width:100%;display:flex;flex-direction:column;gap:16px}button,td-button{font-weight:var(--font-weight-regular)}::file-selector-button{border-radius:4px;font-family:inherit;border-color:var(--color-green);background:transparent;color:var(--color-green);box-shadow:0 0 6px 3px #7ba0ff40}::file-selector-button:not(.td-button-disabled):hover,::file-selector-button:not(.td-button-disabled) .container-hover{border-color:#81ede4;color:#9feae4;box-shadow:0 0 6px 3px #7ba0ff59}[hidden]{display:none!important}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 768px){.hide-gt-mobile{display:none!important}}@media (max-width: 1199px){.hide-lt-desktop{display:none!important}}@media (min-width: 1200px){.hide-desktop{display:none!important}}.flex{flex:1}.card{border-radius:var(--border-radius);background-color:var(--color-deep-purple);border:1px solid #2d2a46;padding:var(--card-padding);transition:border-color .1s}.card.fire{animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#FDD257,#F96480,#FDD257) border-box;border:1px solid transparent}.card.fire:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){.card.fire{background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from 120deg,#fdd257,#f96480,#fdd257) border-box}}.card.water{animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#03D0BF,#AC79EE,#03D0BF) border-box;border:1px solid transparent}.card.water:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){.card.water{background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from 120deg,#03d0bf,#ac79ee,#03d0bf) border-box}}.card-appearance{border-radius:var(--border-radius);background-color:var(--color-deep-purple);border:1px solid #2d2a46}.card-padding{padding:var(--card-padding)}.button-greenHollow{display:flex;border-width:1px;border-style:solid;border-radius:20px;justify-content:center;align-items:center;font-weight:var(--font-weight-regular);font-size:inherit;font-family:inherit;cursor:pointer;transition-property:background-color,border,box-shadow,opacity;transition-duration:.1s;transition-timing-function:ease;text-decoration:none!important;padding:6px 18px;height:40px;text-wrap:nowrap;border-color:var(--color-green);background:transparent;color:var(--color-green);box-shadow:0 0 6px 3px #7ba0ff40}.button-greenHollow span{position:relative}.button-greenHollow span:after{margin-left:6px;content:"\f105";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.button-greenHollow.td-button-disabled{opacity:50%;cursor:default}.button-greenHollow.td-button-size-s{height:40px}.button-greenHollow.td-button-size-xs{height:36px}@media (max-width: 767px){.button-greenHollow{padding:6px 14px}}.button-greenHollow:not(.td-button-disabled):hover,.button-greenHollow:not(.td-button-disabled).container-hover{border-color:#81ede4;color:#9feae4;box-shadow:0 0 6px 3px #7ba0ff59}.button-water{display:flex;border-width:1px;border-style:solid;border-radius:20px;justify-content:center;align-items:center;font-weight:var(--font-weight-regular);font-size:inherit;font-family:inherit;cursor:pointer;transition-property:background-color,border,box-shadow,opacity;transition-duration:.1s;transition-timing-function:ease;text-decoration:none!important;padding:6px 18px;height:40px;text-wrap:nowrap;animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#03D0BF,#AC79EE,#03D0BF) border-box;border:1px solid transparent}.button-water span{position:relative}.button-water span:after{margin-left:6px;content:"\f105";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.button-water.td-button-disabled{opacity:50%;cursor:default}.button-water.td-button-size-s{height:40px}.button-water.td-button-size-xs{height:36px}@media (max-width: 767px){.button-water{padding:6px 14px}}.button-water:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){.button-water{background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from 120deg,#03d0bf,#ac79ee,#03d0bf) border-box}}.button-water:not(.td-button-disabled):hover,.button-water:not(.td-button-disabled).container-hover{box-shadow:0 0 6px 3px #02dac940;color:#03d0bf}.button-fire{display:flex;border-width:1px;border-style:solid;border-radius:20px;justify-content:center;align-items:center;font-weight:var(--font-weight-regular);font-size:inherit;font-family:inherit;cursor:pointer;transition-property:background-color,border,box-shadow,opacity;transition-duration:.1s;transition-timing-function:ease;text-decoration:none!important;padding:6px 18px;height:40px;text-wrap:nowrap;animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#FDD257,#F96480,#FDD257) border-box;border:1px solid transparent}.button-fire span{position:relative}.button-fire span:after{margin-left:6px;content:"\f105";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.button-fire.td-button-disabled{opacity:50%;cursor:default}.button-fire.td-button-size-s{height:40px}.button-fire.td-button-size-xs{height:36px}@media (max-width: 767px){.button-fire{padding:6px 14px}}.button-fire:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){.button-fire{background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from 120deg,#fdd257,#f96480,#fdd257) border-box}}.button-fire:not(.td-button-disabled):hover,.button-fire:not(.td-button-disabled).container-hover{box-shadow:0 0 6px 3px #e9646440;color:#fdd257}.button-frameless{display:flex;border-width:1px;border-style:solid;border-radius:20px;justify-content:center;align-items:center;font-weight:var(--font-weight-regular);font-size:inherit;font-family:inherit;cursor:pointer;transition-property:background-color,border,box-shadow,opacity;transition-duration:.1s;transition-timing-function:ease;text-decoration:none!important;padding:6px 18px;height:40px;text-wrap:nowrap;border-color:transparent;background:transparent;color:var(--color-secondary-blue)}.button-frameless span{position:relative}.button-frameless span:after{margin-left:6px;content:"\f105";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.button-frameless.td-button-disabled{opacity:50%;cursor:default}.button-frameless.td-button-size-s{height:40px}.button-frameless.td-button-size-xs{height:36px}@media (max-width: 767px){.button-frameless{padding:6px 14px}}.button-frameless:not(.td-button-disabled):hover,.button-frameless:not(.td-button-disabled).container-hover{color:var(--color-white)}td-form-actions,.td-form-actions{display:flex;flex-flow:row wrap;justify-content:flex-end;width:100%;column-gap:14px;row-gap:8px;margin-top:20px}.td-feedback-button{position:fixed;top:50%;right:0;transform:rotate(-90deg) translate(50%,-100%);transform-origin:right top;padding:0 24px;z-index:200}.td-feedback-button>*{display:block;border:none;font-weight:var(--font-weight-regular);font-size:var(--font-size-aside);transition:background-color .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out;transform:translateY(3px);outline:none;cursor:pointer;padding:9px 26px;background-color:var(--color-deep-purple);color:var(--body-font-color);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);border:1px solid #2d2a46;box-shadow:0 3px 26px #1a182a66}.td-feedback-button>*:hover{transform:translateY(0);background-color:var(--color-light-purple);box-shadow:0 3px 26px #958fa833}@media (max-width: 767px){.td-feedback-button{display:none}}td-form .form-row{display:flex;gap:16px}td-form .form-row>*{flex:1}@media (max-width: 767px){td-form .form-row{flex-direction:column}}.admonitionblock{--important-color: #ffe49e;--important-background: rgba(255, 228, 158, .09);--note-color: #7ba0ff;--note-background: rgba(123, 160, 255, .09);--tip-color: #02dac9;--tip-background: rgba(2, 218, 201, .09);--warning-color: #e96464;--warning-background: rgba(233, 100, 100, .09);position:relative;margin:.5rem 0 1.5rem;padding:16px;border-radius:var(--border-radius);color:var(--color-white);width:100%}@media (max-width: 767px){.admonitionblock{padding:var(--card-padding)}}.admonitionblock>table,.admonitionblock>table>tbody,.admonitionblock>table>tbody>tr,.admonitionblock>table>tbody>tr>td{display:block;padding:0}.admonitionblock.note{background:var(--note-background)}.admonitionblock.note .icon:after{content:"Note"}.admonitionblock.important,.admonitionblock.attention{border-color:var(--important-color);background:var(--important-background)}.admonitionblock.important:before,.admonitionblock.attention:before{background:var(--important-color)}.admonitionblock.important .icon:after{content:"Important"}.admonitionblock.attention .icon:after{content:"Attention"}.admonitionblock.tip{background:var(--tip-background)}.admonitionblock.tip .icon:after{content:"Advanced"}.admonitionblock.warning{background:var(--warning-background)}.admonitionblock.warning .icon:after{content:"Warning"}.admonitionblock .icon{display:flex;gap:.5rem;align-items:center;margin-bottom:8px}.admonitionblock .icon:after{font-weight:var(--font-weight-medium);font-size:14px;letter-spacing:.5px}.admonitionblock .content{margin-top:-.5rem}.admonitionblock.attention i{color:#ffe49e}td-feedback-dialog .hs-form-field>label{margin-bottom:8px;display:inline-block}td-feedback-dialog aside{margin-top:32px}.copy-overlay{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #2d2a46;color:#fffc;border-radius:8px;cursor:pointer;opacity:0;transform:translateY(-4px);transition:all .1s}.copy-overlay i{font-size:14px;transition:all .1s;display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1}.copy-overlay.visible{opacity:1;transform:translateY(0)}.copy-overlay:hover{background:#ffffff1a;border-color:#4e4b63;color:#fff;box-shadow:0 4px 12px #00000026}.copy-overlay+.copy-overlay{right:52px}@font-face{font-family:Monaco;font-style:normal;font-weight:400;src:url("./media/Monaco-SEFI4NIO.woff2") format("woff2"),url("./media/Monaco-RPNDIL6H.ttf") format("truetype");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:Darkmode;font-style:normal;font-weight:200;src:url("./media/DarkmodeOn_Trial_Th-IR4B7CUA.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:italic;font-weight:200;src:url("./media/DarkmodeOn_Trial_ThIt-TK64G7ZI.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:normal;font-weight:300;src:url("./media/DarkmodeOn_Trial_Lt-W7LTOV3D.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:normal;font-weight:400;src:url("./media/DarkmodeOn_Trial_Rg-2SIHNULH.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:italic;font-weight:400;src:url("./media/DarkmodeOn_Trial_It-XONIJLLZ.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:normal;font-weight:500;src:url("./media/DarkmodeOn_Trial_Md-6FY65CRH.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:normal;font-weight:600;src:url("./media/DarkmodeOn_Trial_SBd-53DBF4D5.ttf") format("truetype");font-display:swap}@font-face{font-family:Darkmode;font-style:normal;font-weight:700;src:url("./media/DarkmodeOn_Trial_Bd-ISMG7Z2P.ttf") format("truetype");font-display:swap}html{--mat-ripple-color: rgba(255, 255, 255, .1)}html{--mat-option-selected-state-label-text-color: #02dac9;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.mat-accent{--mat-option-selected-state-label-text-color: #232135;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.mat-warn{--mat-option-selected-state-label-text-color: #e96464;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}html{--mat-optgroup-label-text-color: white}html{--mat-pseudo-checkbox-full-selected-icon-color: #232135;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #232135;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #02dac9;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #02dac9;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #232135;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #232135;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #e96464;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;--mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;--mat-pseudo-checkbox-minimal-selected-checkmark-color: #e96464;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868}html{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-option-label-text-font: Darkmode, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: .03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Darkmode, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: .03125em;--mat-optgroup-label-text-weight: 400}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-card-title-text-font: Darkmode, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: .0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Darkmode, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #02dac9;--mat-progress-bar-track-color: rgba(2, 218, 201, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #232135;--mat-progress-bar-track-color: rgba(35, 33, 53, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #e96464;--mat-progress-bar-track-color: rgba(233, 100, 100, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #616161;--mat-tooltip-supporting-text-color: #fff}html{--mat-tooltip-supporting-text-font: Darkmode, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: .0333333333em}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: rgba(2, 218, 201, .87);--mat-form-field-filled-caret-color: #02dac9;--mat-form-field-filled-focus-active-indicator-color: #02dac9;--mat-form-field-filled-focus-label-text-color: rgba(2, 218, 201, .87);--mat-form-field-outlined-caret-color: #02dac9;--mat-form-field-outlined-focus-outline-color: #02dac9;--mat-form-field-outlined-focus-label-text-color: rgba(2, 218, 201, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #e96464;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-form-field-filled-container-color: rgb(73.56, 73.56, 73.56);--mat-form-field-filled-disabled-container-color: rgb(69.78, 69.78, 69.78);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .6);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .6);--mat-form-field-filled-disabled-label-text-color: rgba(255, 255, 255, .38);--mat-form-field-filled-input-text-color: rgba(255, 255, 255, .87);--mat-form-field-filled-disabled-input-text-color: rgba(255, 255, 255, .38);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .6);--mat-form-field-filled-error-hover-label-text-color: #e96464;--mat-form-field-filled-error-focus-label-text-color: #e96464;--mat-form-field-filled-error-label-text-color: #e96464;--mat-form-field-filled-error-caret-color: #e96464;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .42);--mat-form-field-filled-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mat-form-field-filled-hover-active-indicator-color: rgba(255, 255, 255, .87);--mat-form-field-filled-error-active-indicator-color: #e96464;--mat-form-field-filled-error-focus-active-indicator-color: #e96464;--mat-form-field-filled-error-hover-active-indicator-color: #e96464;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .6);--mat-form-field-outlined-hover-label-text-color: rgba(255, 255, 255, .6);--mat-form-field-outlined-disabled-label-text-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-input-text-color: rgba(255, 255, 255, .87);--mat-form-field-outlined-disabled-input-text-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .6);--mat-form-field-outlined-error-caret-color: #e96464;--mat-form-field-outlined-error-focus-label-text-color: #e96464;--mat-form-field-outlined-error-label-text-color: #e96464;--mat-form-field-outlined-error-hover-label-text-color: #e96464;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: rgba(255, 255, 255, .06);--mat-form-field-outlined-hover-outline-color: rgba(255, 255, 255, .87);--mat-form-field-outlined-error-focus-outline-color: #e96464;--mat-form-field-outlined-error-hover-outline-color: #e96464;--mat-form-field-outlined-error-outline-color: #e96464}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: rgba(35, 33, 53, .87);--mat-form-field-filled-caret-color: #232135;--mat-form-field-filled-focus-active-indicator-color: #232135;--mat-form-field-filled-focus-label-text-color: rgba(35, 33, 53, .87);--mat-form-field-outlined-caret-color: #232135;--mat-form-field-outlined-focus-outline-color: #232135;--mat-form-field-outlined-focus-label-text-color: rgba(35, 33, 53, .87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: rgba(233, 100, 100, .87);--mat-form-field-filled-caret-color: #e96464;--mat-form-field-filled-focus-active-indicator-color: #e96464;--mat-form-field-filled-focus-label-text-color: rgba(233, 100, 100, .87);--mat-form-field-outlined-caret-color: #e96464;--mat-form-field-outlined-focus-outline-color: #e96464;--mat-form-field-outlined-focus-label-text-color: rgba(233, 100, 100, .87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: Darkmode, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: .03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: Darkmode, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400;--mat-form-field-filled-label-text-font: Darkmode, sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: .03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Darkmode, sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: .03125em;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(2, 218, 201, .87);--mat-select-invalid-arrow-color: rgba(233, 100, 100, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(35, 33, 53, .87);--mat-select-invalid-arrow-color: rgba(233, 100, 100, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(233, 100, 100, .87);--mat-select-invalid-arrow-color: rgba(233, 100, 100, .87)}html{--mat-select-trigger-text-font: Darkmode, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: .03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: #424242}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: rgba(255, 255, 255, .87);--mat-dialog-supporting-text-color: rgba(255, 255, 255, .6)}html{--mat-dialog-subhead-font: Darkmode, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: .0125em;--mat-dialog-supporting-text-font: Darkmode, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: #fafafa;--mat-chip-elevated-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-elevated-disabled-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-elevated-selected-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-flat-disabled-selected-container-color: rgb(88.68, 88.68, 88.68);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #fafafa;--mat-chip-selected-disabled-trailing-icon-color: #fafafa;--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: #fafafa;--mat-chip-selected-trailing-icon-color: #fafafa;--mat-chip-with-icon-disabled-icon-color: #fafafa;--mat-chip-with-icon-icon-color: #fafafa;--mat-chip-with-icon-selected-icon-color: #fafafa;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mat-chip-with-trailing-icon-trailing-icon-color: #fafafa}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #02dac9;--mat-chip-elevated-disabled-container-color: #02dac9;--mat-chip-elevated-selected-container-color: #02dac9;--mat-chip-flat-disabled-selected-container-color: #02dac9;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: #232135;--mat-chip-elevated-disabled-container-color: #232135;--mat-chip-elevated-selected-container-color: #232135;--mat-chip-flat-disabled-selected-container-color: #232135;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #e96464;--mat-chip-elevated-disabled-container-color: #e96464;--mat-chip-elevated-selected-container-color: #e96464;--mat-chip-flat-disabled-selected-container-color: #e96464;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: white;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: white;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}.mat-mdc-standard-chip{--mat-chip-label-text-font: Darkmode, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: .0178571429em;--mat-chip-label-text-weight: 400}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .1;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .04;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px}html{--mat-slide-toggle-selected-focus-state-layer-color: #02dac9;--mat-slide-toggle-selected-handle-color: #02dac9;--mat-slide-toggle-selected-hover-state-layer-color: #02dac9;--mat-slide-toggle-selected-pressed-state-layer-color: #02dac9;--mat-slide-toggle-selected-focus-handle-color: #02dac9;--mat-slide-toggle-selected-hover-handle-color: #02dac9;--mat-slide-toggle-selected-pressed-handle-color: #02dac9;--mat-slide-toggle-selected-focus-track-color: #02dac9;--mat-slide-toggle-selected-hover-track-color: #02dac9;--mat-slide-toggle-selected-pressed-track-color: #02dac9;--mat-slide-toggle-selected-track-color: #02dac9;--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: #000;--mat-slide-toggle-disabled-selected-icon-color: #212121;--mat-slide-toggle-disabled-selected-track-color: #f5f5f5;--mat-slide-toggle-disabled-unselected-handle-color: #000;--mat-slide-toggle-disabled-unselected-icon-color: #212121;--mat-slide-toggle-disabled-unselected-track-color: #f5f5f5;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #fff;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-selected-icon-color: #212121;--mat-slide-toggle-unselected-hover-handle-color: #fafafa;--mat-slide-toggle-unselected-focus-handle-color: #fafafa;--mat-slide-toggle-unselected-focus-state-layer-color: #f5f5f5;--mat-slide-toggle-unselected-focus-track-color: #616161;--mat-slide-toggle-unselected-icon-color: #212121;--mat-slide-toggle-unselected-handle-color: #9e9e9e;--mat-slide-toggle-unselected-hover-state-layer-color: #f5f5f5;--mat-slide-toggle-unselected-hover-track-color: #616161;--mat-slide-toggle-unselected-pressed-handle-color: #fafafa;--mat-slide-toggle-unselected-pressed-track-color: #616161;--mat-slide-toggle-unselected-pressed-state-layer-color: #f5f5f5;--mat-slide-toggle-unselected-track-color: #616161}html{--mdc-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, .5)}html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-color: white}html .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-focus-state-layer-color: #232135;--mat-slide-toggle-selected-handle-color: #232135;--mat-slide-toggle-selected-hover-state-layer-color: #232135;--mat-slide-toggle-selected-pressed-state-layer-color: #232135;--mat-slide-toggle-selected-focus-handle-color: #232135;--mat-slide-toggle-selected-hover-handle-color: #232135;--mat-slide-toggle-selected-pressed-handle-color: #232135;--mat-slide-toggle-selected-focus-track-color: #232135;--mat-slide-toggle-selected-hover-track-color: #232135;--mat-slide-toggle-selected-pressed-track-color: #232135;--mat-slide-toggle-selected-track-color: #232135}html .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-focus-state-layer-color: #e96464;--mat-slide-toggle-selected-handle-color: #e96464;--mat-slide-toggle-selected-hover-state-layer-color: #e96464;--mat-slide-toggle-selected-pressed-state-layer-color: #e96464;--mat-slide-toggle-selected-focus-handle-color: #e96464;--mat-slide-toggle-selected-hover-handle-color: #e96464;--mat-slide-toggle-selected-pressed-handle-color: #e96464;--mat-slide-toggle-selected-focus-track-color: #e96464;--mat-slide-toggle-selected-hover-track-color: #e96464;--mat-slide-toggle-selected-pressed-track-color: #e96464;--mat-slide-toggle-selected-track-color: #e96464}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-state-layer-size: 40px}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Darkmode, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: .0178571429em;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #02dac9;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #02dac9;--mat-radio-selected-hover-icon-color: #02dac9;--mat-radio-selected-icon-color: #02dac9;--mat-radio-selected-pressed-icon-color: #02dac9;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #232135;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #232135;--mat-radio-selected-hover-icon-color: #232135;--mat-radio-selected-icon-color: #232135;--mat-radio-selected-pressed-icon-color: #232135;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #e96464;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #e96464;--mat-radio-selected-hover-icon-color: #e96464;--mat-radio-selected-icon-color: #e96464;--mat-radio-selected-pressed-icon-color: #e96464;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: Darkmode, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: .0178571429em;--mat-radio-label-text-weight: 400}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6}html{--mat-slider-active-track-color: #02dac9;--mat-slider-focus-handle-color: #02dac9;--mat-slider-focus-state-layer-color: rgba(2, 218, 201, .2);--mat-slider-handle-color: #02dac9;--mat-slider-hover-handle-color: #02dac9;--mat-slider-hover-state-layer-color: rgba(2, 218, 201, .05);--mat-slider-inactive-track-color: #02dac9;--mat-slider-ripple-color: #02dac9;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #02dac9;--mat-slider-disabled-active-track-color: #fff;--mat-slider-disabled-handle-color: #fff;--mat-slider-disabled-inactive-track-color: #fff;--mat-slider-label-container-color: #fff;--mat-slider-label-label-text-color: #000;--mat-slider-value-indicator-opacity: .9;--mat-slider-with-overlap-handle-outline-color: #fff;--mat-slider-with-tick-marks-disabled-container-color: #fff}html .mat-accent{--mat-slider-active-track-color: #232135;--mat-slider-focus-handle-color: #232135;--mat-slider-focus-state-layer-color: rgba(35, 33, 53, .2);--mat-slider-handle-color: #232135;--mat-slider-hover-handle-color: #232135;--mat-slider-hover-state-layer-color: rgba(35, 33, 53, .05);--mat-slider-inactive-track-color: #232135;--mat-slider-ripple-color: #232135;--mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-inactive-container-color: #232135}html .mat-warn{--mat-slider-active-track-color: #e96464;--mat-slider-focus-handle-color: #e96464;--mat-slider-focus-state-layer-color: rgba(233, 100, 100, .2);--mat-slider-handle-color: #e96464;--mat-slider-hover-handle-color: #e96464;--mat-slider-hover-state-layer-color: rgba(233, 100, 100, .05);--mat-slider-inactive-track-color: #e96464;--mat-slider-ripple-color: #e96464;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #e96464}html{--mat-slider-label-label-text-font: Darkmode, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: .0071428571em;--mat-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12)}html{--mat-menu-item-label-text-font: Darkmode, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: .03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .24}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #02dac9;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #02dac9;--mat-radio-selected-hover-icon-color: #02dac9;--mat-radio-selected-icon-color: #02dac9;--mat-radio-selected-pressed-icon-color: #02dac9;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #232135;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #232135;--mat-radio-selected-hover-icon-color: #232135;--mat-radio-selected-icon-color: #232135;--mat-radio-selected-pressed-icon-color: #232135;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #e96464;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #e96464;--mat-radio-selected-hover-icon-color: #e96464;--mat-radio-selected-icon-color: #e96464;--mat-radio-selected-pressed-icon-color: #e96464;--mat-radio-unselected-focus-icon-color: #eeeeee;--mat-radio-unselected-hover-icon-color: #eeeeee;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, .5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #02dac9;--mat-checkbox-selected-hover-icon-color: #02dac9;--mat-checkbox-selected-icon-color: #02dac9;--mat-checkbox-selected-pressed-icon-color: #02dac9;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mat-checkbox-selected-focus-state-layer-color: #02dac9;--mat-checkbox-selected-hover-state-layer-color: #02dac9;--mat-checkbox-selected-pressed-state-layer-color: #02dac9;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, .5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-selected-checkmark-color: black;--mat-checkbox-selected-focus-icon-color: #232135;--mat-checkbox-selected-hover-icon-color: #232135;--mat-checkbox-selected-icon-color: #232135;--mat-checkbox-selected-pressed-icon-color: #232135;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mat-checkbox-selected-focus-state-layer-color: #232135;--mat-checkbox-selected-hover-state-layer-color: #232135;--mat-checkbox-selected-pressed-state-layer-color: #232135;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, .5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #e96464;--mat-checkbox-selected-hover-icon-color: #e96464;--mat-checkbox-selected-icon-color: #e96464;--mat-checkbox-selected-pressed-icon-color: #e96464;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mat-checkbox-selected-focus-state-layer-color: #e96464;--mat-checkbox-selected-hover-state-layer-color: #e96464;--mat-checkbox-selected-pressed-state-layer-color: #e96464;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#02dac9}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-list-list-item-label-text-font: Darkmode, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: .03125em;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Darkmode, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: .0178571429em;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Darkmode, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Darkmode,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Darkmode, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-active-label-text-color: #02dac9;--mat-tab-active-ripple-color: #02dac9;--mat-tab-inactive-ripple-color: #02dac9;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-active-focus-label-text-color: #02dac9;--mat-tab-active-hover-label-text-color: #02dac9;--mat-tab-active-focus-indicator-color: #02dac9;--mat-tab-active-hover-indicator-color: #02dac9;--mat-tab-active-indicator-color: #02dac9}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-active-label-text-color: #232135;--mat-tab-active-ripple-color: #232135;--mat-tab-inactive-ripple-color: #232135;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-active-focus-label-text-color: #232135;--mat-tab-active-hover-label-text-color: #232135;--mat-tab-active-focus-indicator-color: #232135;--mat-tab-active-hover-indicator-color: #232135;--mat-tab-active-indicator-color: #232135}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-active-label-text-color: #e96464;--mat-tab-active-ripple-color: #e96464;--mat-tab-inactive-ripple-color: #e96464;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-active-focus-label-text-color: #e96464;--mat-tab-active-hover-label-text-color: #e96464;--mat-tab-active-focus-indicator-color: #e96464;--mat-tab-active-hover-indicator-color: #e96464;--mat-tab-active-indicator-color: #e96464}.mat-mdc-tab-header{--mat-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-label-text-font: Darkmode, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: .0892857143em;--mat-tab-label-text-line-height: 36px;--mat-tab-label-text-weight: 500}html{--mat-checkbox-disabled-selected-checkmark-color: #fff;--mat-checkbox-selected-focus-state-layer-opacity: .16;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .16;--mat-checkbox-unselected-focus-state-layer-opacity: .16;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mat-checkbox-disabled-label-color: rgba(255, 255, 255, .5);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-selected-checkmark-color: black;--mat-checkbox-selected-focus-icon-color: #232135;--mat-checkbox-selected-hover-icon-color: #232135;--mat-checkbox-selected-icon-color: #232135;--mat-checkbox-selected-pressed-icon-color: #232135;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mat-checkbox-selected-focus-state-layer-color: #232135;--mat-checkbox-selected-hover-state-layer-color: #232135;--mat-checkbox-selected-pressed-state-layer-color: #232135;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #02dac9;--mat-checkbox-selected-hover-icon-color: #02dac9;--mat-checkbox-selected-icon-color: #02dac9;--mat-checkbox-selected-pressed-icon-color: #02dac9;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mat-checkbox-selected-focus-state-layer-color: #02dac9;--mat-checkbox-selected-hover-state-layer-color: #02dac9;--mat-checkbox-selected-pressed-state-layer-color: #02dac9;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #e96464;--mat-checkbox-selected-hover-icon-color: #e96464;--mat-checkbox-selected-icon-color: #e96464;--mat-checkbox-selected-pressed-icon-color: #e96464;--mat-checkbox-unselected-focus-icon-color: #eeeeee;--mat-checkbox-unselected-hover-icon-color: #eeeeee;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mat-checkbox-selected-focus-state-layer-color: #e96464;--mat-checkbox-selected-hover-state-layer-color: #e96464;--mat-checkbox-selected-pressed-state-layer-color: #e96464;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Darkmode, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: .0178571429em;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px}html{--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: rgba(255, 255, 255, .12);--mat-button-filled-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-button-filled-disabled-state-layer-color: white;--mat-button-filled-focus-state-layer-opacity: .24;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .24;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: white;--mat-button-outlined-focus-state-layer-opacity: .24;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .24;--mat-button-outlined-ripple-color: rgba(255, 255, 255, .1);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: rgba(255, 255, 255, .12);--mat-button-protected-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-button-protected-disabled-state-layer-color: white;--mat-button-protected-focus-state-layer-opacity: .24;--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .24;--mat-button-protected-ripple-color: rgba(255, 255, 255, .1);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-button-text-disabled-state-layer-color: white;--mat-button-text-focus-state-layer-opacity: .24;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .24;--mat-button-text-ripple-color: rgba(255, 255, 255, .1);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: rgba(255, 255, 255, .12);--mat-button-tonal-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-button-tonal-disabled-state-layer-color: white;--mat-button-tonal-focus-state-layer-opacity: .24;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .24;--mat-button-tonal-ripple-color: rgba(255, 255, 255, .1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #02dac9;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #02dac9;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: rgba(2, 218, 201, .1);--mat-button-outlined-state-layer-color: #02dac9;--mat-button-protected-container-color: #02dac9;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, .1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #02dac9;--mat-button-text-ripple-color: rgba(2, 218, 201, .1);--mat-button-text-state-layer-color: #02dac9;--mat-button-tonal-container-color: #02dac9;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, .1);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #232135;--mat-button-filled-label-text-color: black;--mat-button-filled-ripple-color: rgba(0, 0, 0, .1);--mat-button-filled-state-layer-color: black;--mat-button-outlined-label-text-color: #232135;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: rgba(35, 33, 53, .1);--mat-button-outlined-state-layer-color: #232135;--mat-button-protected-container-color: #232135;--mat-button-protected-label-text-color: black;--mat-button-protected-ripple-color: rgba(0, 0, 0, .1);--mat-button-protected-state-layer-color: black;--mat-button-text-label-text-color: #232135;--mat-button-text-ripple-color: rgba(35, 33, 53, .1);--mat-button-text-state-layer-color: #232135;--mat-button-tonal-container-color: #232135;--mat-button-tonal-label-text-color: black;--mat-button-tonal-ripple-color: rgba(0, 0, 0, .1);--mat-button-tonal-state-layer-color: black}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #e96464;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #e96464;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: rgba(233, 100, 100, .1);--mat-button-outlined-state-layer-color: #e96464;--mat-button-protected-container-color: #e96464;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: rgba(255, 255, 255, .1);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #e96464;--mat-button-text-ripple-color: rgba(233, 100, 100, .1);--mat-button-text-state-layer-color: #e96464;--mat-button-tonal-container-color: #e96464;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: rgba(255, 255, 255, .1);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Darkmode, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: .0892857143em;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Darkmode, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: .0892857143em;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Darkmode, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: .0892857143em;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Darkmode, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: .0892857143em;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Darkmode, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: .0892857143em;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%}html{--mat-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-disabled-state-layer-color: white;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .24;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-state-layer-color: white}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #02dac9;--mat-icon-button-state-layer-color: #02dac9;--mat-icon-button-ripple-color: rgba(2, 218, 201, .1)}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #232135;--mat-icon-button-state-layer-color: #232135;--mat-icon-button-ripple-color: rgba(35, 33, 53, .1)}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #e96464;--mat-icon-button-state-layer-color: #e96464;--mat-icon-button-ripple-color: rgba(233, 100, 100, .1)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mat-fab-disabled-state-layer-color: white;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mat-fab-small-disabled-state-layer-color: white;--mat-fab-small-focus-state-layer-opacity: .24;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-state-layer-opacity: .24;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #02dac9;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-container-color: #02dac9;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #232135;--mat-fab-foreground-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-container-color: #232135;--mat-fab-small-foreground-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-state-layer-color: black;--mat-fab-state-layer-color: black}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #e96464;--mat-fab-foreground-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-container-color: #e96464;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-extended-label-text-font: Darkmode, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: .0892857143em;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: rgb(217.2, 217.2, 217.2);--mat-snack-bar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: #02dac9}html{--mat-snack-bar-supporting-text-font: Darkmode, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: Darkmode, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: Darkmode, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .0178571429em;--mat-table-footer-supporting-text-font: Darkmode, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .0178571429em}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #02dac9}html .mat-accent{--mat-progress-spinner-active-indicator-color: #232135}html .mat-warn{--mat-progress-spinner-active-indicator-color: #e96464}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #02dac9;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: rgb(110.1, 110.1, 110.1);--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5)}.mat-badge-accent{--mat-badge-background-color: #232135;--mat-badge-text-color: rgba(0, 0, 0, .87)}.mat-badge-warn{--mat-badge-background-color: #e96464;--mat-badge-text-color: white}html{--mat-badge-text-font: Darkmode, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242}html{--mat-bottom-sheet-container-text-font: Darkmode, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: #424242;--mat-button-toggle-disabled-selected-state-text-color: white;--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-button-toggle-divider-color: rgb(88.68, 88.68, 88.68);--mat-button-toggle-legacy-disabled-selected-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-background-color: black;--mat-button-toggle-legacy-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-button-toggle-legacy-selected-state-background-color: #212121;--mat-button-toggle-legacy-selected-state-text-color: rgba(255, 255, 255, .7);--mat-button-toggle-legacy-state-layer-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-text-color: rgba(255, 255, 255, .5);--mat-button-toggle-selected-state-background-color: #212121;--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white}html{--mat-button-toggle-height: 48px}html{--mat-button-toggle-label-text-font: Darkmode, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: .03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Darkmode, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: .03125em;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #02dac9;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(2, 218, 201, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(2, 218, 201, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(2, 218, 201, .3);--mat-datepicker-toggle-active-state-icon-color: #02dac9;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(2, 218, 201, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-selected-state-background-color: #232135;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(35, 33, 53, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-focus-state-background-color: rgba(35, 33, 53, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(35, 33, 53, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(35, 33, 53, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #e96464;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(233, 100, 100, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(233, 100, 100, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(233, 100, 100, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(233, 100, 100, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #232135}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #e96464}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: Darkmode, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(255, 255, 255, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-header-text-font: Darkmode, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Darkmode, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #02dac9}.mat-icon.mat-accent{--mat-icon-color: #232135}.mat-icon.mat-warn{--mat-icon-color: #e96464}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #02dac9;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #02dac9;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #02dac9;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #e96464;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #e96464;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-selected-state-icon-background-color: #232135;--mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-done-state-icon-background-color: #232135;--mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-edit-state-icon-background-color: #232135;--mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, .87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #e96464;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #e96464;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #e96464;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: Darkmode, sans-serif;--mat-stepper-header-label-text-font: Darkmode, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: rgb(198.3, 198.3, 198.3)}html{--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #02dac9;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #232135;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #e96464;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Darkmode, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: .0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Darkmode, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: #424242}html{--mat-button-filled-container-height: 32px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 32px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 32px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 32px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 32px;--mat-button-tonal-touch-target-display: block}html{--mat-button-toggle-height: 44px}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 36px}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 28px}html{--mat-expansion-header-collapsed-state-height: 44px;--mat-expansion-header-expanded-state-height: 60px}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-form-field-container-height: 52px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 14px;--mat-form-field-filled-with-label-container-padding-top: 22px;--mat-form-field-filled-with-label-container-padding-bottom: 6px}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 44px;--mat-icon-button-state-layer-size: 44px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:10px}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 44px;--mat-list-list-item-two-line-container-height: 60px;--mat-list-list-item-three-line-container-height: 84px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 36px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:52px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:68px}html{--mat-paginator-container-size: 52px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-radio-state-layer-size: 36px;--mat-radio-touch-target-display: block}html{--mat-select-arrow-transform: translateY(-8px)}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-state-layer-size: 36px}html{--mat-stepper-header-height: 68px}html{--mat-table-header-container-height: 52px;--mat-table-footer-container-height: 48px;--mat-table-row-item-container-height: 48px}.mat-mdc-tab-header{--mat-tab-container-height: 44px}html{--mat-toolbar-standard-height: 60px;--mat-toolbar-mobile-height: 52px}html{--mat-tree-node-min-height: 44px}body{--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: .02em;--mat-button-text-label-text-weight: 400;--mat-button-text-label-text-color: #d7d4e5;--mat-button-text-container-height: 32px;--mat-button-text-container-shape: 16px;--mat-button-text-disabled-label-text-color: rgba(255, 255, 255, .25);--mat-button-text-disabled-state-layer-color: transparent;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: .02em;--mat-button-filled-label-text-weight: 400;--mat-button-filled-label-text-color: #d7d4e5;--mat-button-filled-disabled-container-color: rgba(255, 255, 255, .12);--mat-button-filled-disabled-label-text-color: rgba(255, 255, 255, .25);--mat-button-filled-disabled-state-layer-color: transparent;--mat-button-filled-container-height: 40px;--mat-button-filled-container-shape: 20px;--mat-button-filled-state-layer-color: #fff;--mat-button-filled-ripple-color: rgba(255, 255, 255, .1);--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-focus-state-layer-opacity: .24;--mat-button-filled-pressed-state-layer-opacity: .24;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: .02em;--mat-button-outlined-label-text-weight: 400;--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-label-text-color: rgba(255, 255, 255, .25);--mat-button-outlined-disabled-state-layer-color: transparent;--mat-button-outlined-label-text-color: #d7d4e5;--mat-button-outlined-outline-color: #2d2a46;--mat-button-outlined-container-shape: 16px;--mat-button-toggle-height: 30px;--mat-button-toggle-label-text-size: 14px;--mat-button-toggle-divider-color: #2d2a46;--mat-button-toggle-background-color: #151322;--mat-button-toggle-selected-state-background-color: #232135;--mat-button-toggle-selected-state-text-color: #02dac9;--mat-button-toggle-disabled-selected-state-text-color: rgba(215, 212, 229, .63);--mat-button-toggle-disabled-state-background-color: #282634;--mat-button-toggle-disabled-selected-state-background-color: #383649;--mat-button-toggle-shape: 8px;--mat-dialog-container-color: #151322;--mat-dialog-subhead-color: #f3f3f3;--mat-dialog-supporting-text-color: #f3f3f3;--mat-dialog-supporting-text-size: 14px;--mat-dialog-supporting-text-tracking: var(--body-letter-spacing);--mat-dialog-supporting-text-weight: 400;--mat-divider-color: #2d2a46;--mat-form-field-container-text-size: 14px;--mat-form-field-container-text-line-height: 1.5;--mat-form-field-container-text-tracking: var(--body-letter-spacing);--mat-form-field-subscript-text-tracking: var(--body-letter-spacing);--mat-form-field-outlined-container-shape: 8px;--mat-form-field-outlined-label-text-size: 14px;--mat-form-field-outlined-label-text-tracking: var(--body-letter-spacing);--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-outlined-label-text-color: rgba(149, 143, 168, .8);--mat-form-field-outlined-outline-color: #2d2a46;--mat-form-field-outlined-hover-outline-color: #63607c;--mat-form-field-outlined-focus-outline-color: #63607c;--mat-form-field-outlined-input-text-color: #f3f3f3;--mat-form-field-outlined-input-text-placeholder-color: #63607c;--mat-menu-container-color: #232135;--mat-menu-item-label-text-font: Darkmode, sans-serif;--mat-menu-item-label-text-size: 14px;--mat-menu-item-label-text-tracking: var(--body-letter-spacing);--mat-paginator-container-background-color: transparent;--mat-paginator-container-text-color: rgba(243, 243, 243, .7);--mat-paginator-container-text-font: Darkmode, sans-serif;--mat-paginator-container-text-size: 14px;--mat-paginator-container-text-tracking: var(--body-letter-spacing);--mat-progress-spinner-active-indicator-color: #d7d4e5;--mat-select-trigger-text-tracking: var(--body-letter-spacing);--mat-select-panel-background-color: #1a182a;--mat-option-label-text-size: 14px;--mat-option-label-text-weight: 400;--mat-option-label-text-tracking: var(--body-letter-spacing);--mat-optgroup-label-text-tracking: var(--body-letter-spacing);--mat-sidenav-container-background-color: transparent;--mat-sidenav-container-divider-color: transparent;--mat-sidenav-content-background-color: #0e0e0e;--mat-sidenav-scrim-color: rgba(0, 0, 0, .4);--mat-slider-handle-width: 8px;--mat-slider-handle-shape: 2px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-line-height: 20px;--mat-stepper-container-color: transparent;--mat-stepper-header-selected-state-label-text-color: #958fa8;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-selected-state-label-text-size: 14px;--mat-stepper-header-focus-state-layer-color: transparent;--mat-stepper-header-hover-state-layer-color: transparent;--mat-table-background-color: transparent;--mat-table-header-container-height: 40px;--mat-table-header-headline-color: #f3f3f3;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 600;--mat-table-row-item-container-height: 40px;--mat-table-row-item-outline-color: rgba(45, 42, 70, .6);--mat-toolbar-container-background-color: #151322;--mat-tooltip-supporting-text-size: 14px;--mat-tooltip-supporting-text-line-height: 18px;--mat-tooltip-supporting-text-tracking: var(--body-letter-spacing);--mat-tooltip-container-color: #4e4b63;--mat-tooltip-container-shape: 8px;--mat-tree-container-background-color: transparent;--mat-tree-node-min-height: 30px;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400;--mat-autocomplete-background-color: #1a182a}body .mdc-button[disabled]{pointer-events:all}body .mat-mdc-unelevated-button{border:1px solid #2d2a46}body .mat-mdc-unelevated-button:not(:disabled){background:#1a182a radial-gradient(ellipse at 80px 16px,#2d2a46e6 ,60%,#1a182a00)}body .mat-button-toggle:hover button:not([disabled]){color:#02dac9}body .mat-button-toggle-disabled .mat-button-toggle-button{cursor:not-allowed}body .mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked button:disabled{color:var(--mat-standard-button-toggle-disabled-selected-state-text-color);background-color:var(--mat-standard-button-toggle-disabled-selected-state-background-color)}body .no-checkmark-toggle .mat-button-toggle-checked mat-pseudo-checkbox{display:none!important}body .no-checkmark-toggle .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:0}body .mdc-checkbox__background{border-radius:3px}body mat-checkbox.mat-mdc-checkbox .mdc-checkbox{--mat-checkbox-selected-checkmark-color: #1a182a}body .mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-elevated-container-color: #232135;--mdc-chip-label-text-size: 14px;--mdc-chip-label-text-tracking: var(--body-letter-spacing);--mdc-chip-container-height: 40px;--mdc-chip-focus-state-layer-opacity: 1;border-radius:16px;border:1px solid #2d2a46;transition:.1s border-color ease}body .mat-mdc-chip.mat-mdc-standard-chip:hover,body .mat-mdc-chip.mat-mdc-standard-chip.cdk-focused{border-color:#63607c}body .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary{--mdc-chip-label-text-color: #1a182a;border-color:#02dac9;--mdc-chip-with-icon-selected-icon-color: #1a182a}body .mat-mdc-chip-focus-overlay{opacity:0!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body .mdc-evolution-chip-set .mdc-evolution-chip-set__chips{margin:0;gap:12px}body .mdc-evolution-chip-set .mdc-evolution-chip{margin:0}body .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:8px;padding-right:8px}body .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-right:16px}body .mdc-dialog{--mat-button-toggle-divider-color: #4e4b63;--mat-button-toggle-background-color: #232135;--mat-button-toggle-selected-state-background-color: #4e4b63;--mat-button-toggle-selected-state-text-color: #02dac9;--mat-form-field-outlined-outline-color: #4e4b63;--mat-form-field-outlined-hover-outline-color: #958fa8;--mat-form-field-outlined-focus-outline-color: #958fa8}body .mdc-dialog .mdc-dialog__surface{padding:24px;border-radius:16px}body .mdc-dialog .mdc-dialog__title{padding:0 0 24px;display:flex;justify-content:space-between;align-items:center}body .mdc-dialog .mdc-dialog__title:before{display:none}body .mdc-dialog .mdc-dialog__content{padding:0 2px}body .mat-mdc-dialog-container .mdc-dialog__surface{border:1px solid #2d2a46;box-shadow:0 11px 15px -7px #0000004d,0 24px 38px 3px #00000036,0 9px 46px 8px #0000002e}body .cdk-overlay-dark-backdrop{background:#00000080}body mat-expansion-panel{--mat-expansion-header-text-size: 16px;--mat-expansion-header-expanded-state-height: 44px;--mat-expansion-container-text-size: 14px}body .mat-expansion-panel-body{padding:0 28px 28px}body .code-text-field .mdc-text-field{--mat-form-field-container-text-font: Monaco, monospace !important;--mat-form-field-container-text-line-height: 22px !important;--mat-form-field-container-text-size: 14px !important;--mat-form-field-container-text-tracking: .02em !important;--mat-form-field-container-text-weight: 400 !important}body .mat-mdc-form-field-input-control{-webkit-font-smoothing:auto!important}body .mat-mdc-form-field{--mat-select-trigger-text-size: 14px}body .mat-mdc-form-field:not(.form-field-dense){--mat-form-field-container-height: 44px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 10px;--mat-form-field-filled-with-label-container-padding-top: 10px;--mat-form-field-filled-with-label-container-padding-bottom: 10px}body .mat-mdc-form-field:not(.form-field-dense).mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper{height:44px}body .mat-mdc-form-field.form-field-dense{--mat-form-field-container-height: 36px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 6px;--mat-form-field-filled-with-label-container-padding-top: 6px;--mat-form-field-filled-with-label-container-padding-bottom: 6px}body .mat-mdc-form-field .mat-mdc-form-field-text-prefix{opacity:50%}body .mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-webkit-font-smoothing:auto}body .mat-mdc-form-field-bottom-align:before{content:unset}body .mat-mdc-form-field-hint-wrapper,body .mat-mdc-form-field-error-wrapper{position:static}body .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:22px}body .mat-mdc-form-field.form-field-dense .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(-27px) scale(.75)}body .mat-mdc-form-field-error{font-size:14px;letter-spacing:normal;margin-top:2px}body .mat-mdc-text-field-wrapper{height:100%}body mat-error p+p{margin-top:8px}body textarea::placeholder{font-style:italic}body .mat-icon svg{display:block}body .mat-mdc-icon-button.mat-mdc-button-base{--mat-icon-button-container-shape: 8px;--mat-icon-button-state-layer-size: 32px;min-width:0;padding:0;line-height:1;display:flex;align-items:center;justify-content:center}body .mat-mdc-icon-button.mat-mdc-button-base i{margin:0}body .mdc-text-field .mat-mdc-icon-button.mat-mdc-button-base{--mat-icon-button-container-shape: 0;--mat-icon-button-state-layer-size: 44px}body .mdc-fab.mat-accent{--mdc-fab-container-color: transparent;--mat-fab-foreground-color: #d7d4e5;--mat-fab-disabled-state-container-color: transparent;--mat-fab-disabled-state-foreground-color: #4e4b63;--mdc-fab-container-shape: 8px;--mdc-fab-small-icon-size: 16px;border-radius:8px}body .mdc-fab.mat-accent .mat-icon{font-size:unset}body .mdc-fab.mat-accent.disabled{cursor:not-allowed;background-color:var(--mat-fab-disabled-state-container-color);color:var(--mat-fab-disabled-state-foreground-color)}body .mdc-fab.mat-accent.disabled .mat-mdc-button-persistent-ripple{display:none}body .mdc-fab.mat-accent .mdc-button__label{display:flex}body .mat-mdc-fab,body .mat-mdc-fab .mat-mdc-button-touch-target{width:40px;height:40px}body .mat-mdc-mini-fab,body .mat-mdc-mini-fab .mat-mdc-button-touch-target{width:32px;height:32px}body .mat-mdc-menu-panel{border-radius:8px;border:1px solid #383649;--mat-divider-color: colors.$secondary-deep-grey}body .mat-mdc-menu-panel aside{color:#958fa8}body .mat-mdc-menu-item{min-height:32px}body .mat-mdc-menu-item .mat-mdc-menu-item-text{display:flex;align-items:center}body .mat-mdc-menu-item mat-checkbox{margin-left:-8px}body button.mat-mdc-menu-item:disabled{color:var(--mat-menu-item-label-text-color)}body .mat-mdc-select{-webkit-font-smoothing:auto}body .form-field-dense{--mat-select-trigger-text-size: 14px}body div.mat-mdc-select-panel{border:1px solid #383649;border-radius:8px}body div.mat-mdc-select-panel mat-pseudo-checkbox.mat-pseudo-checkbox-checked:after{width:12px;height:5px}body div.mat-mdc-select-panel .mat-mdc-option{min-height:44px}body div.mat-mdc-select-panel.select-panel-dense{--mat-option-label-text-size: 14px}body div.mat-mdc-select-panel.select-panel-dense .mat-mdc-option{min-height:32px}body mat-select-trigger>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}body .mat-mdc-option .mdc-list-item__primary-text{width:100%;display:inline-flex}body .mat-mdc-option .mdc-list-item__primary-text>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .mat-sidenav-container{height:100%}body .mat-sidenav-content{padding-right:16px;display:flex;flex-direction:column}body .mat-mdc-slide-toggle .mdc-switch:enabled .mdc-switch__track:after,body .mat-mdc-slide-toggle .mdc-switch:enabled:focus .mdc-switch__track:after,body .mat-mdc-slide-toggle .mdc-switch:enabled:hover:not(:focus) .mdc-switch__track:after{background:#2d2a46}body .mat-mdc-snack-bar-container .mdc-snackbar__surface{padding:0;background:transparent;box-shadow:none}body .mat-mdc-snack-bar-container .mdc-snackbar__surface:before{display:none}body .mat-mdc-snack-bar-container .mdc-snackbar__label{padding:0}body .mat-horizontal-stepper-header{border-radius:8px;--mat-icon-color: #1a182a;--mat-stepper-header-icon-foreground-color: #1a182a;--mat-stepper-header-selected-state-icon-foreground-color: #1a182a}body .mat-horizontal-content-container{flex:1;overflow:visible}body .mat-step-label.mat-step-label-selected{color:#f3f3f3}body :has(>.mat-mdc-table){display:block;overflow-x:auto}body .mat-mdc-table tr.table-row-clickable{cursor:pointer}body .mat-mdc-table tr.table-row-clickable:hover th,body .mat-mdc-table tr.table-row-clickable:hover td{background-color:#2d2a4699}body .mat-mdc-table tr.table-row-clickable:hover th:first-child,body .mat-mdc-table tr.table-row-clickable:hover td:first-child{border-radius:4px 0 0 4px}body .mat-mdc-table tr.table-row-clickable:hover th:last-child,body .mat-mdc-table tr.table-row-clickable:hover td:last-child{border-radius:0 4px 4px 0}body .mdc-data-table__table{white-space:nowrap}body .mdc-data-table__cell,body .mdc-data-table__header-cell{padding:0 14px}body .mat-mdc-cell{--mat-table-row-item-label-text-tracking: var(--body-letter-spacing)}body .mat-column-select{width:48px}body .mat-column-actions{min-width:44px;width:44px;max-width:44px;padding:0;overflow:visible;position:relative}body .mat-column-actions .mat-mdc-fab{position:absolute;inset:0;width:auto;height:auto;border-width:0;box-shadow:none;border-top-left-radius:0;border-bottom-left-radius:0;font-size:24px;background-color:transparent}body .mat-column-actions .mat-mdc-fab .mdc-fab__ripple{border-top-left-radius:0;border-bottom-left-radius:0}body .mat-column-status{width:48px;padding:0 12px}body .mat-column-avatar{width:34px}body .mat-toolbar{flex-shrink:0;border-bottom:1px solid #2d2a46}body .mdc-tooltip__surface{padding:6px 10px}body mat-tree-node[aria-level="2"]{padding-left:16px!important}body mat-tree-node[mattreenodetoggle]{cursor:pointer}code[class*=language-],pre[class*=language-]{color:#ece0ff}.token.argument{color:#ece0ff;font-style:italic}.token.comment{color:#999;font-style:italic}.token.super,.token.type{color:#55eae2;font-style:italic}.token.variable{color:#55eae2}.token.modifier{color:#82b6ff;font-style:italic}.token.class-name,.token.number,.token.datetime,.token.constant{color:#82b6ff}.token.function{color:#02dac9}.token.string{color:#ffe4a7}.token.operator,.token.keyword,.token.punctuation,.token.special{color:#ff7abd}.token.constraint{color:#c099f3}.token.object_label{color:#c69ec3}.token.irrelevant{color:#999}.token.annotation{color:#ffa187}.token.command{color:#ffc980}.token.intention{color:#ffa187;font-style:italic}.token.console{color:#ffc980;font-style:italic}.token.error{color:#ff8080}h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,pre,figure{margin:0;padding:0}.td-scrollbar-container{scrollbar-width:none}.td-scrollbar-container::-webkit-scrollbar{width:0;height:0}.td-scrollbar{position:absolute}.td-scrollbar.td-scrollbar-x{left:6px;bottom:3px;right:6px;height:8px}.td-scrollbar.td-scrollbar-x .td-scrollbar-thumb{min-width:16px}.td-scrollbar.td-scrollbar-y{top:6px;right:3px;bottom:6px;width:8px}.td-scrollbar.td-scrollbar-y .td-scrollbar-thumb{min-height:16px}.td-scrollbar-thumb{position:relative;width:100%;height:100%;background:var(--color-secondary-deep-grey);opacity:0;border-radius:4px;transition:opacity .2s}.td-scrollbar-container:hover .td-scrollbar-thumb{opacity:.5}.td-scrollbar:hover .td-scrollbar-thumb,.td-scrollbar-thumb.td-active,.td-scrollbar-container:hover .td-scrollbar-thumb.td-active{opacity:1}:root{--color-white: #f3f3f3;--color-grey: #d7d4e5;--color-light-purple: #2d2a46;--color-purple: #1a182a;--color-deep-purple: #151322;--color-black-purple: #0e0d17;--color-black: #0e0e0e;--color-green: #02dac9;--color-red: #e96464;--color-secondary-extra-light-grey: #c4c4c4;--color-secondary-light-grey: #958fa8;--color-secondary-grey: #63607c;--color-secondary-mid-deep-grey: #4e4b63;--color-secondary-deep-grey: #383649;--color-secondary-purple: #232135;--color-secondary-yellow: #ffe49e;--color-secondary-pink: #ff87dc;--color-secondary-blue: #7ba0ff;--content-border-color: var(--color-light-purple);--body-background: var(--color-black);--body-font-color: var(--color-secondary-extra-light-grey);--body-heading-color: var(--color-white);--code-background: var(--color-deep-purple);--code-font-color: var(--color-secondary-pink);--pre-font-color: #ece0ff;--table-header-background: var(--color-deep-purple);--table-body-background: var(--color-purple);--table-footer-background: var(--color-purple);--border-radius: 16px;--border-radius-small: 8px;--section-page-margin: 20px;--section-width: 1536px;--section-max-width: calc(100vw - 40px) ;--blog-post-width: 700px;--blog-post-max-width: calc(var(--section-max-width) - 125px - 208px);--section-margin: 180px;--first-section-margin: 96px;--subsection-margin: 64px;--subtitle-margin-l: 32px;--subtitle-margin: 24px;--blog-landing-strip-margin: 24px;--section-padding: 20px;--text-margin-s: 16px;--font-weight-bold: 700;--font-weight-semi-bold: 600;--font-weight-medium: 500;--font-weight-regular: 400;--font-weight-light: 300;--font-weight-thin: 200;--topbar-height: 72px;--banner-height: 30px;--scroll-padding: 112px;--font-size-base: var(--font-size-p2);--font-weight-base: var(--font-weight-regular);--body-letter-spacing: .02em;--font-family-default: Darkmode, sans-serif;--font-family-code: Monaco, monospace;--font-size-h1: 64px;--line-height-h1: 1.1875;--font-size-h2: 40px;--line-height-h2: 1.25;--font-size-h3: 24px;--line-height-h3: 1.4166666667;--font-size-h4: 20px;--line-height-h4: 1.5;--font-size-h5: 16px;--line-height-h5: 1.5;--font-size-p1: 20px;--line-height-p1: 1.5;--font-size-p2: 16px;--line-height-p2: 1.5;--font-size-blog: 16px;--line-height-blog: 1.625;--font-size-aside: 14px;--line-height-aside: 1.5714285714;--font-size-code: 12px;--line-height-code: 1.8333333333;--card-padding: 24px;--scroll-shadow-size: 20px}@media (max-width: 1199px){:root{--section-width: 1016px;--section-page-margin: 32px;--first-section-margin: 64px;--section-padding: 20px;--subsection-margin: 56px;--card-padding: 24px}}@media (max-width: 767px){:root{--body-font-color: var(--color-white);--section-width: 100vw;--section-page-margin: 0;--blog-post-max-width: var(--section-max-width);--section-max-width: calc(100vw - 16px) ;--section-margin: 80px;--first-section-margin: 20px;--subsection-margin: 40px;--subtitle-margin-l: 16px;--subtitle-margin: 16px;--blog-landing-strip-margin: 24px;--section-padding: 12px;--topbar-height: 72px;--banner-height: 26px;--scroll-padding: 64px;--font-size-h1: 30px;--line-height-h1: 1.3333333333;--font-size-h2: 26px;--line-height-h2: 1.3846153846;--font-size-h3: 20px;--line-height-h3: 1.5;--font-size-h4: 16px;--line-height-h4: 1.625;--font-size-h5: 14px;--line-height-h5: 1.5714285714;--font-size-p1: 16px;--line-height-p1: 1.5;--font-size-p2: 14px;--line-height-p2: 1.7142857143;--font-size-blog: 14px;--line-height-blog: 1.7142857143;--font-size-aside: 12px;--line-height-aside: 1.5;--font-size-code: 12px;--line-height-code: 1.8333333333;--card-padding: 12px}}td-actions{display:flex;flex-flow:row wrap;gap:16px;margin-top:40px}@media (max-width: 767px){td-actions{margin-top:32px}}td-aspect-ratio{display:block}td-aspect-ratio .ar-container{position:relative;padding-bottom:100%}td-aspect-ratio .ar-content{position:absolute;inset:0}td-aspect-ratio .ar-content>img{display:block;width:100%;height:100%;object-fit:cover}td-aspect-ratio .ar-ratio-1-1{padding-bottom:100%}td-aspect-ratio .ar-ratio-16-9{padding-bottom:56.25%}td-aspect-ratio .ar-ratio-3-2{padding-bottom:66.6666666667%}td-aspect-ratio .ar-ratio-17-22{padding-bottom:129.4117647059%}td-button{position:relative}td-button a{line-height:1.2}td-code-snippet{display:block;height:100%;overflow:auto;background-color:var(--color-black)}td-code-snippet .cs-root{min-height:100%;width:100%;display:flex;gap:4px}td-code-snippet .cs-line-numbers{flex-shrink:0;padding:0 7px;font-family:var(--font-family-code);color:#66637f;overflow:hidden;-webkit-user-select:none;user-select:none}td-code-snippet .cs-code-area{flex:1;padding-right:14px;cursor:text}td-code-snippet .cs-code-area:first-child{padding:2px 14px 2px 8px}td-code-snippet ol{list-style:none;height:0}td-conclusion-panel{border-radius:var(--border-radius);background-color:var(--color-deep-purple);border:1px solid #2d2a46;display:flex;gap:40px;transition:background .1s ease,border-color .1s ease;background:transparent;position:relative;margin-top:0}@media (min-width: 1200px){td-conclusion-panel{padding-top:32px;padding-bottom:40px}}@media (max-width: 1199px){td-conclusion-panel{border-radius:0;border-left-width:0;border-right-width:0;padding-top:24px;padding-bottom:32px}}@media (max-width: 767px){td-conclusion-panel{flex-direction:column;padding-top:12px}}td-conclusion-panel .cp-main-area{border-radius:var(--border-radius) 0 0 var(--border-radius);flex:1;display:flex;flex-direction:column;gap:16px}td-conclusion-panel .cp-main-area h2{width:400px;max-width:100%;margin-bottom:4px}@media (max-width: 767px){td-conclusion-panel .cp-main-area{border-radius:var(--border-radius) var(--border-radius) 0 0;gap:8px}}td-conclusion-panel .cp-main-area .ac-root{margin-top:16px}td-conclusion-panel .cp-main-area td-actions a.button-water{animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--color-purple),var(--color-purple)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#03D0BF,#AC79EE,#03D0BF) border-box;border:1px solid transparent}td-conclusion-panel .cp-main-area td-actions a.button-water:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){td-conclusion-panel .cp-main-area td-actions a.button-water{background:linear-gradient(to bottom,var(--color-purple),var(--color-purple)) padding-box,conic-gradient(from 120deg,#03d0bf,#ac79ee,#03d0bf) border-box}}td-conclusion-panel .cp-resources-area.cp-resources-area-with-illustration{flex:1}@media (max-width: 1199px){td-conclusion-panel .cp-resources-area{min-width:auto}}@media (max-width: 767px){td-conclusion-panel .cp-resources-area{border-radius:0 0 var(--border-radius) var(--border-radius);border-top:1px solid #2d2a46;border-left:none;width:auto}}td-conclusion-panel .cp-resources-area ul{margin-top:26px;list-style:none;display:flex;flex-direction:column;gap:8px}@media (max-width: 767px){td-conclusion-panel .cp-resources-area ul{margin-top:16px}}td-conclusion-panel .cp-resources-area ul a{line-height:32px}td-contact-panel{position:relative;background:transparent}@media (min-width: 1200px){td-contact-panel{width:900px}}@media (max-width: 767px){td-contact-panel{border:none}}td-contact-panel .cp-contact-policy{height:0;display:flex;align-items:flex-end;max-width:calc(100% - 218px)}@media (max-width: 767px){td-contact-panel .cp-contact-policy{height:auto;max-width:none;margin-top:12px}}td-contact-panel .mat-mdc-progress-bar{position:absolute;bottom:0;left:0;right:0}td-contact-panel .field-multi-checkbox{list-style:none;display:flex;flex-flow:column wrap;height:160px;gap:2px}td-contact-panel .field-multi-checkbox-option{display:flex;align-items:center;gap:4px}td-contact-panel td-form-actions{align-self:flex-end;width:unset}@media (max-width: 767px){td-contact-panel td-form-actions{align-self:stretch;margin-top:52px}}td-contact-panel aside{position:absolute;bottom:32px;left:32px}@media (max-width: 767px){td-contact-panel aside{bottom:68px;left:20px}}td-content-panel{display:flex;flex-wrap:wrap;gap:40px;margin-top:40px}td-content-panel.td-layout-content-text{flex-direction:row}td-content-panel.td-layout-text-content{flex-direction:row-reverse}@media (max-width: 1199px){td-content-panel{padding:32px;gap:32px}}@media (max-width: 767px){td-content-panel{padding:12px;gap:20px}}td-content-panel.cp-in-tab{border-top-left-radius:0;border-top-right-radius:0}td-content-panel td-aspect-ratio{flex:0 0 calc((var(--font-size-code) * var(--line-height-code) * 20 + 2px) * 16 / 9);max-width:100%}@media (min-width: 768px) and (max-width: 1199px){td-content-panel td-aspect-ratio{flex-basis:476px}}@media (max-width: 767px){td-content-panel td-aspect-ratio{height:calc(var(--font-size-code) * var(--line-height-code) * 12 + 2px)}}td-content-panel td-aspect-ratio td-illustration{height:100%}td-content-panel td-illustration.cp-code-snippet{flex:0 0 calc((var(--font-size-code) * var(--line-height-code) * 20 + 2px) * 16 / 9);max-width:100%;height:calc(var(--font-size-code) * var(--line-height-code) * 20 + 2px)}@media (max-width: 1199px){td-content-panel td-illustration.cp-code-snippet{flex:1 0 476px}}@media (max-width: 767px){td-content-panel td-illustration.cp-code-snippet{height:calc(var(--font-size-code) * var(--line-height-code) * 12 + 2px)}}td-content-panel .cp-text-area{flex:1 0 200px;display:flex;flex-direction:column;justify-content:space-between}td-content-panel .cp-learn-more{margin-top:16px;align-self:flex-start;line-height:32px}td-add-to-calendar-dialog td-actions{justify-content:center;margin:16px 0!important}td-add-to-calendar-dialog .mat-mdc-progress-bar{position:absolute;bottom:0;left:0;right:0}td-add-to-calendar-dialog .mdc-dialog__content{overflow:visible}td-dialog-close-button{display:flex}td-dialog-close-button button{color:var(--color-secondary-grey);transition:color .1s ease}td-dialog-close-button button:hover,td-dialog-close-button button:active,td-dialog-close-button button:focus{color:var(--color-white)}td-dialog-close-button button:active .mat-icon,td-dialog-close-button button:focus .mat-icon{background:var(--color-light-purple)}td-dialog-close-button .mat-icon{border-radius:var(--border-radius);transition:background .1s ease}td-form-dialog.di-contact .mdc-dialog__content{max-height:none;min-height:462px}td-form-dialog.di-contact aside{position:absolute;bottom:24px;left:24px;right:242px}@media (max-width: 767px){td-form-dialog.di-contact aside{position:static;margin-top:12px}}td-pricing-dialog p+p{margin-top:1em}td-pricing-dialog [mat-dialog-title]{position:relative;display:block}td-pricing-dialog [mat-dialog-title] h1{font-size:var(--font-size-h2);line-height:var(--line-height-h2);width:100%}td-pricing-dialog [mat-dialog-title] td-dialog-close-button{position:absolute;right:0}td-pricing-dialog [mat-dialog-content]{display:flex;flex-direction:column;gap:24px}@media (max-width: 767px){td-pricing-dialog [mat-dialog-content]{gap:16px}}td-pricing-dialog mat-form-field{margin:16px auto 0;width:300px}td-pricing-dialog .td-table-area{min-height:300px}td-pricing-dialog .td-table-area tp-spinner{margin:24px auto 0}td-pricing-dialog aside{margin-top:8px;padding-bottom:16px}td-pricing-dialog hr{margin:0;border-top:1px solid var(--content-border-color)}td-pricing-dialog .cards-row{display:flex;flex-direction:row;justify-content:center;gap:24px;margin:12px auto 0;max-width:380px}@media (max-width: 767px){td-pricing-dialog .cards-row{gap:12px}}td-pricing-dialog .cards-row .provider-card{border:1px solid var(--content-border-color);border-radius:var(--border-radius);background-color:var(--color-purple);flex:1;height:100%;display:flex;flex-direction:column;position:relative;bottom:0;align-items:stretch;transition:background-color .1s;cursor:pointer}td-pricing-dialog .cards-row .provider-card:hover,td-pricing-dialog .cards-row .provider-card.card-selected{background-color:var(--color-light-purple)}td-pricing-dialog .cards-row .provider-card img{width:100%}td-pricing-dialog .cards-row .provider-card .card-content{height:72px;min-height:72px;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);padding:8px;display:flex;flex-direction:column;box-sizing:border-box;justify-content:center;align-items:center}@media (max-width: 767px){td-pricing-dialog .cards-row .provider-card .card-content{height:56px;min-height:56px}}td-pricing-dialog .cards-row .provider-card .card-footer{padding:0 0 12px}td-pricing-dialog .cards-row .provider-card.provider-card-azure img{max-height:42px}td-pricing-dialog .cards-row .provider-card.provider-card-aws img{max-height:34px}td-pricing-dialog .cards-row .provider-card.provider-card-gcp img{max-height:40px}@media (max-width: 767px){td-pricing-dialog .cards-row .provider-card.provider-card-azure img{max-height:34px}td-pricing-dialog .cards-row .provider-card.provider-card-aws img{max-height:28px}td-pricing-dialog .cards-row .provider-card.provider-card-gcp img{max-height:32px}}td-pricing-dialog table{margin:0 auto}td-pricing-dialog table th{font-weight:var(--font-weight-medium)}td-pricing-dialog table th,td-pricing-dialog table td{height:60px;text-align:start}td-pricing-dialog table td strong{color:var(--color-white);font-weight:var(--font-weight-regular);text-shadow:1px 1px 1px #000}@media (max-width: 767px){td-pricing-dialog table th:first-of-type,td-pricing-dialog table td:first-of-type{display:none}}td-feature-grid{display:block;overflow:hidden;margin-top:16px;margin-bottom:120px;padding:0}td-feature-grid td-heading-with-highlights{display:block;margin-bottom:28px}td-feature-grid td-heading-with-highlights h3{font-style:italic}td-feature-grid .fg-grid-description{margin-bottom:28px}td-feature-grid .fg-grid-row{display:flex;flex-direction:row;width:100%}@media (max-width: 767px){td-feature-grid .fg-grid-row{flex-direction:column}}td-feature-grid .fg-grid-row.grid-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row){flex-direction:row}td-feature-grid .fg-grid-row.grid-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row)>*{flex:1}td-feature-grid .fg-grid-row.grid-row-size-4 .fg-media{width:64px;height:64px}td-feature-grid .fg-grid-row.grid-row-size-4 .fg-media img{object-fit:contain}td-feature-grid .fg-grid-item,td-feature-grid .fg-illustration-row{flex:1;min-width:0}td-feature-grid .fg-grid-item{display:flex;flex-direction:column;gap:24px}@media (max-width: 1199px){td-feature-grid .fg-grid-item{gap:16px}}@media (max-width: 767px){td-feature-grid .fg-grid-item{gap:12px}}td-feature-grid .fg-grid-item.fg-layout-row{flex-direction:row}@media (max-width: 1199px){td-feature-grid .fg-grid-item.fg-layout-row{flex-direction:column}}td-feature-grid .fg-grid-item.fg-layout-row>.fg-grid-item-text{flex:1}td-feature-grid .fg-grid-item.fg-layout-row>:not(.fg-grid-item-text){flex:0 0 552px}@media (max-width: 1199px){td-feature-grid .fg-grid-item.fg-layout-row>:not(.fg-grid-item-text){flex-basis:auto}}td-feature-grid .fg-grid-item.fg-layout-column{flex-direction:column}td-feature-grid .fg-grid-item-text{display:flex;flex-direction:column;gap:24px}@media (max-width: 1199px){td-feature-grid .fg-grid-item-text{gap:16px}}@media (max-width: 767px){td-feature-grid .fg-grid-item-text{gap:12px}}td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row){flex-direction:row}@media (max-width: 1199px){td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row){flex-direction:column}}td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row):nth-of-type(2n){flex-direction:row-reverse}@media (max-width: 1199px){td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row):nth-of-type(2n){flex-direction:column}}td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row)>.fg-grid-item-text{flex:1}td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row)>:not(.fg-grid-item-text){flex:0 0 552px}@media (max-width: 1199px){td-feature-grid.fg-row-size-1 .fg-grid-item:not(.fg-layout-column):not(.fg-layout-row)>:not(.fg-grid-item-text){flex-basis:auto}}td-feature-grid.fg-row-size-1 .fg-grid-item{width:100%}@media (max-width: 767px){td-feature-grid.fg-row-size-1 .fg-grid-item{width:100%}}td-feature-grid.fg-row-size-2 .fg-grid-item{width:50%}@media (max-width: 767px){td-feature-grid.fg-row-size-2 .fg-grid-item{width:100%}}td-feature-grid.fg-row-size-3 .fg-grid-item{width:calc(100% / 3)}@media (max-width: 767px){td-feature-grid.fg-row-size-3 .fg-grid-item{width:100%}}td-feature-grid.fg-row-size-4 .fg-grid-item{width:25%}@media (max-width: 767px){td-feature-grid.fg-row-size-4 .fg-grid-item{width:100%}}td-feature-grid .fg-illustration-row{width:100%}td-feature-grid .fg-illustration-row td-polyglot-snippet td-code-snippet{height:calc(var(--font-size-code) * var(--line-height-code) * 20)}@media (max-width: 767px){td-feature-grid .fg-illustration-row td-polyglot-snippet td-code-snippet{height:calc(var(--font-size-code) * var(--line-height-code) * 12)}}td-feature-grid td-illustration.fg-code-snippet{max-width:100%;height:calc(var(--font-size-code) * var(--line-height-code) * 20 + 2px)}@media (max-width: 767px){td-feature-grid td-illustration.fg-code-snippet{height:calc(var(--font-size-code) * var(--line-height-code) * 12 + 2px)}}td-feature-grid td-illustration.fg-code-snippet.fg-code-snippet-short{height:calc(var(--font-size-code) * var(--line-height-code) * 13 + 2px)}@media (max-width: 767px){td-feature-grid td-illustration.fg-code-snippet.fg-code-snippet-short{height:calc(var(--font-size-code) * var(--line-height-code) * 12 + 2px)}}td-feature-grid td-illustration.fg-code-snippet.fg-code-snippet-long{height:unset}td-feature-grid td-aspect-ratio td-illustration{height:100%}td-feature-grid .fg-feature-title-section{display:flex;align-items:flex-start;gap:8px}td-feature-grid .fg-feature-title-section img{margin-right:10px;width:48px;height:48px}@media (max-width: 767px){td-feature-grid .fg-feature-title-section img{width:32px;height:32px}}td-feature-grid .fg-feature-title-section td-tag-chips{margin-top:4px}td-feature-grid td-aspect-ratio,td-feature-grid .fg-code-snippet{margin-top:auto}td-feature-grid .fg-links-section{display:flex;gap:24px}td-feature-grid .fg-blur{-webkit-user-select:none;user-select:none;overflow:hidden!important}td-feature-grid .fg-blur>*{filter:blur(4px)}td-feature-grid .fg-code-short{display:block;flex:1;min-width:0;overflow:auto;padding:1.25rem 3rem 1.25rem 1.25rem;border-radius:var(--border-radius);border:1px solid #2d2a46;background:var(--body-background);hyphens:none}@media (max-width: 767px){td-feature-grid .fg-code-short{padding:12px}}td-feature-grid .fg-code-short-container{position:relative}td-feature-grid .fg-copy-button{visibility:hidden;position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;outline:none;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center}td-feature-grid .fg-copy-button.clicked .fg-copy-toast{opacity:1;transition:none}.fg-code-short-container:hover td-feature-grid .fg-copy-button{visibility:visible}td-feature-grid .fg-copy-icon{width:24px;height:24px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M9.333 14.667h-2.96A2.382 2.382 0 014 12.293v-5.92A2.382 2.382 0 016.373 4h5.92a2.382 2.382 0 012.374 2.373v2.96h2.666A2.667 2.667 0 0120 12v5.333A2.667 2.667 0 0117.333 20H12a2.667 2.667 0 01-2.667-2.667v-2.666zm0-1.778V12A2.667 2.667 0 0112 9.333h.889v-2.96a.596.596 0 00-.596-.595h-5.92a.596.596 0 00-.595.595v5.92a.596.596 0 00.595.596h2.96zm2.038-1.518a.889.889 0 01.629-.26h5.333a.889.889 0 01.89.889v5.333a.889.889 0 01-.89.89H12a.889.889 0 01-.889-.89V12c0-.236.094-.462.26-.629z'/%3E%3C/svg%3E")}td-feature-grid .fg-copy-toast{white-space:nowrap;opacity:0;transition:opacity .5s ease .5s;background:var(--color-light-purple);border-radius:var(--border-radius);padding:.25rem .5rem;position:absolute;top:100%;margin-top:.5rem;font-size:.875rem;line-height:1.5;font-weight:400;display:flex;flex-direction:column;align-items:center}td-feature-grid .fg-copy-toast:after{content:"";position:absolute;top:0;border:.55em solid transparent;border-left:.55em solid var(--content-border-color);transform:rotate(-90deg) translate(50%) translateY(50%);transform-origin:left}td-tag-chips{display:flex;flex-direction:row;gap:8px}td-tag-chips aside{padding:2px 8px;border:1px solid #2d2a46;border-radius:var(--border-radius);white-space:nowrap}td-tag-chips aside,td-tag-chips aside a,td-tag-chips aside a:visited{font-weight:var(--font-weight-light);text-decoration:none}td-feature-table{margin-top:0}td-feature-table table{width:100%;table-layout:fixed;position:relative;box-shadow:none;background:none}@media (min-width: 768px){td-feature-table col{width:23%}}@media (max-width: 767px){td-feature-table col{width:33.33%}}td-feature-table col:first-of-type{width:31%}@media (max-width: 767px){td-feature-table col:first-of-type{width:0}}td-feature-table thead{font-weight:var(--font-weight-regular);border:none}td-feature-table thead tr{border:none}td-feature-table thead th{position:sticky;border:none;top:0;background:var(--body-background);z-index:50;padding:0;height:121px}td-feature-table thead th .td-cell-spacer{height:calc(100% - 1px)}td-feature-table thead th hr{margin:0;border-color:var(--color-light-purple)}td-feature-table thead th td-button{display:block;margin:0 auto 16px}@media (min-width: 768px) and (max-width: 1199px){td-feature-table thead th td-button a{width:170px}}td-feature-table thead th:nth-of-type(3) p{color:var(--color-green)}td-feature-table thead th:nth-of-type(4) p{background:linear-gradient(105deg,#f96480,#fdd257,#f96480);background-clip:text;-webkit-text-fill-color:transparent}td-feature-table thead .td-product-price-tag{height:100%;display:flex;flex-direction:column;padding-top:6px}td-feature-table thead .td-product-price-tag aside{margin-bottom:8px}td-feature-table thead+tbody{border-top-width:0}td-feature-table tbody tr{position:relative}td-feature-table th,td-feature-table td{height:80px}td-feature-table th,td-feature-table th:not(:first-child),td-feature-table td,td-feature-table td:not(:first-child){border-left:none}td-feature-table th{font-weight:inherit;padding:0}@media (max-width: 767px){td-feature-table th{font-size:var(--font-size-p2);line-height:var(--line-height-p2)}}td-feature-table th:first-of-type{text-align:start}@media (max-width: 767px){td-feature-table th:first-of-type{padding:8px}}td-feature-table td{text-align:center}td-feature-table .ft-row-header{display:flex;justify-content:space-between;align-items:center;gap:8px;color:var(--color-white)}@media (max-width: 767px){td-feature-table thead th div aside,td-feature-table thead th div td-button{width:100%;padding:0 2px}td-feature-table .ft-row-header{position:absolute;top:2px;gap:4px;font-size:var(--font-size-aside);color:var(--color-secondary-light-grey)}}td-feature-table-cell .ftc-root{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 24px}@media (max-width: 767px){td-feature-table-cell .ftc-root{padding:0 4px;margin-top:8px;font-size:12px}}td-feature-table-cell i{font-size:20px}td-feature-table-cell i.fa-check{color:var(--color-green)}td-feature-table-cell i.fa-xmark{color:var(--color-secondary-light-grey)}td-feature-table-cell td-button{flex-grow:1}@media (max-width: 767px){td-feature-table-cell td-button a{height:32px;font-size:12px;line-height:14px;text-align:center}}td-form-input mat-form-field{width:100%}td-form-input mat-hint{color:#02dac9}td-form-select mat-form-field{width:100%}td-form-textarea mat-form-field{width:100%}td-form-textarea mat-hint{color:#02dac9}td-form-toggle-group mat-button-toggle-group{width:100%}td-form-toggle-group mat-button-toggle{flex:1}td-further-learning td-resource-panels{display:block;margin-top:40px}td-graph-visualisation .gv-root{position:absolute;inset:0;background-color:var(--body-background);z-index:25;border-radius:var(--border-radius)}td-hot-topics .title-and-cards{overflow-x:visible;display:flex;gap:32px;--scroll-shadow-size: 360px}td-hot-topics .title-and-cards.resources{flex-direction:column}td-hot-topics .title-and-cards.resources td-heading-with-highlights{margin:0 auto 24px}@media (min-width: 1520px){td-hot-topics .title-and-cards.news td-heading-with-highlights{flex:0 0 400px}}@media (max-width: 1199px){td-hot-topics .title-and-cards.news td-heading-with-highlights{margin-bottom:24px}}@media (max-width: 1519px){td-hot-topics .title-and-cards{flex-direction:column}}@media (max-width: 767px){td-hot-topics .title-and-cards{--scroll-shadow-size: 100px}}td-hot-topics td-heading-with-highlights{display:block}td-hot-topics .td-cards{display:flex;gap:24px;margin:0 auto}td-hot-topics .td-cards img{user-drag:none;-webkit-user-drag:none;pointer-events:none;aspect-ratio:16/9;object-fit:cover}td-hot-topics .td-card{border-radius:var(--border-radius);background-color:var(--color-deep-purple);border:1px solid #2d2a46;flex:0 0 360px;height:512px;display:flex;flex-direction:column;transition:background .1s ease,border-color .1s ease;background:#0e0d17 radial-gradient(ellipse at 80px 250px,#1a182a ,60%,#0e0d1700);position:relative}td-hot-topics .td-card:hover .td-card-overlay{opacity:.04}@media (max-width: 767px){td-hot-topics .td-card{flex-basis:280px;height:454px}}td-hot-topics .td-hero-container{position:relative;width:100%;aspect-ratio:16/9}td-hot-topics .td-hero{border-radius:var(--border-radius) var(--border-radius) 0 0;border-bottom:1px solid var(--content-border-color);object-fit:cover}td-hot-topics .td-card-overlay{position:absolute;inset:0;border-radius:var(--border-radius);z-index:1;pointer-events:none;background:#bbf;opacity:0;transition:opacity .1s ease}td-hot-topics .td-card-body{flex:1;display:flex;flex-direction:column;gap:16px}td-hot-topics td-actions{justify-content:center}td-captioned-illustration .ci-root{display:flex;flex-flow:row wrap;gap:24px 64px}@media (max-width: 1199px){td-captioned-illustration .ci-root{column-gap:56px}}td-captioned-illustration .ci-illustration{flex:0 0 700px}@media (max-width: 1199px){td-captioned-illustration .ci-illustration{flex:1 1 600px}}td-captioned-illustration .ci-illustration .ci-illustration-header,td-captioned-illustration .ci-illustration .ci-illustration-footer{background:var(--color-purple);border:1px solid #2d2a46;height:13px}td-captioned-illustration .ci-illustration .ci-illustration-header{border-bottom:none;border-radius:var(--border-radius) var(--border-radius) 0 0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="5" viewBox="0 0 22 5"><circle cx="19.0577" cy="2.29383" r="2.09754" fill="%2344A461"/><circle cx="10.6737" cy="2.29383" r="2.09754" fill="%23C0A851"/><circle cx="2.28968" cy="2.29383" r="2.09754" fill="%23F66B65"/></svg>');background-position:4px center;background-repeat:no-repeat}td-captioned-illustration .ci-illustration .ci-illustration-footer{border-top:none;border-radius:0 0 var(--border-radius) var(--border-radius)}td-captioned-illustration td-illustration{height:100%}td-captioned-illustration td-rich-text{flex:999 0 250px}td-illustration{display:flex;flex-direction:column;border-radius:var(--border-radius);position:relative;overflow:hidden;border:1px solid #2d2a46}td-illustration.il-image-illustration{border-radius:0}td-illustration.sp-pane,td-illustration.td-frameless{border:none}td-illustration.il-blur{-webkit-user-select:none;user-select:none}td-illustration.il-blur>*{filter:blur(5px)}td-illustration.is-code-snippet{animation-play-state:running!important}td-illustration.is-code-snippet td-code-snippet{padding:12px}td-illustration.is-code-snippet.is-typeql-snippet{box-shadow:0 0 6px 3px #7ba0ff59;animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--color-black),var(--color-black)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#03D0BF,#AC79EE,#03D0BF) border-box;border:1px solid transparent}td-illustration.is-code-snippet.is-typeql-snippet:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){td-illustration.is-code-snippet.is-typeql-snippet{background:linear-gradient(to bottom,var(--color-black),var(--color-black)) padding-box,conic-gradient(from 120deg,#03d0bf,#ac79ee,#03d0bf) border-box}}td-illustration .il-image{display:block;width:100%;height:100%;object-fit:cover}td-illustration td-polyglot-snippet{height:100%}td-info-button{position:relative}td-info-button .ib-tooltip-text-box{transform:translate(-50%) translate(12px)}@media (max-width: 767px){td-info-button .ib-tooltip-text-box{transform:translate(-50%) translate(8px)}}td-info-button .mdc-icon-button{display:block;margin:0;padding:2px;width:24px;height:24px;color:var(--color-secondary-grey);transition:.1s ease;border-radius:var(--border-radius);font-size:20px}@media (max-width: 767px){td-info-button .mdc-icon-button{padding:0;width:16px;height:16px;font-size:16px}}td-info-button .mdc-icon-button:hover,td-info-button .mdc-icon-button:focus{color:var(--color-white)}td-info-button .mdc-icon-button:hover [class^=ib-tooltip],td-info-button .mdc-icon-button:focus [class^=ib-tooltip]{opacity:1}td-info-button .mdc-icon-button:focus{background:#7ba0ff26}td-integrations-grid .td-primary-items,td-integrations-grid .td-secondary-items{display:flex;justify-content:center;flex-flow:row wrap;overflow:hidden;gap:32px}@media (max-width: 767px){td-integrations-grid .td-primary-items,td-integrations-grid .td-secondary-items{gap:12px}}td-integrations-grid .td-primary-items{width:100%;display:flex}@media (max-width: 1000px){td-integrations-grid .td-primary-items{max-width:450px;margin-left:auto;margin-right:auto}}td-integrations-grid .td-secondary-items{margin:32px auto 0;width:320px}@media (max-width: 767px){td-integrations-grid .td-secondary-items{margin-top:12px}}td-integrations-grid .td-primary-item,td-integrations-grid .td-secondary-item{display:flex;flex-direction:column;transition:background .1s ease,flex .3s ease-in-out,transform .1s ease;text-align:center;background:#c4c4c4 radial-gradient(ellipse at 80px 50px,#d7d4e5 ,60%,#c4c4c400)}td-integrations-grid .td-primary-item h3,td-integrations-grid .td-primary-item h4,td-integrations-grid .td-primary-item aside,td-integrations-grid .td-secondary-item h3,td-integrations-grid .td-secondary-item h4,td-integrations-grid .td-secondary-item aside{color:#0e0e0e}td-integrations-grid .td-primary-item h3,td-integrations-grid .td-primary-item h4,td-integrations-grid .td-secondary-item h3,td-integrations-grid .td-secondary-item h4{font-weight:var(--font-weight-semi-bold)}td-integrations-grid .td-primary-item aside,td-integrations-grid .td-secondary-item aside{font-weight:var(--font-weight-regular)}td-integrations-grid .td-primary-item:hover,td-integrations-grid .td-secondary-item:hover{background:#d7d4e5 radial-gradient(ellipse at 80px 50px,#f3f3f3 ,60%,#d7d4e500)}@media (min-width: 1200px){td-integrations-grid .td-primary-item{width:260px;height:260px}td-integrations-grid .td-primary-item img{margin:16px auto 0;width:96px;height:96px}}@media (min-width: 768px) and (max-width: 1199px){td-integrations-grid .td-primary-item{width:200px;height:200px}td-integrations-grid .td-primary-item img{margin:12px auto 0;width:64px;height:64px}}td-integrations-grid .td-primary-item aside,td-integrations-grid .td-primary-item h3{text-align:start}td-integrations-grid .td-primary-item aside{text-transform:uppercase;margin-bottom:4px}@media (max-width: 767px){td-integrations-grid .td-primary-item{flex:1 1 44%;gap:0}td-integrations-grid .td-primary-item img{width:64px;height:64px;margin:6px auto 16px}}td-integrations-grid .td-secondary-item{width:140px;height:80px;padding:16px;flex-direction:row;align-items:center;justify-content:flex-start}td-integrations-grid .td-secondary-item img{width:40px;height:40px;margin-right:16px}td-key-point-panels-2x2{display:flex;flex-direction:row;gap:40px}td-key-point-panels-2x2{width:1536px;max-width:var(--section-max-width);padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}@media (min-width: 768px) and (max-width: 1079px){td-key-point-panels-2x2{width:calc(100vw + 0px);padding-left:20px;padding-right:20px}}@media (max-width: 767px){td-key-point-panels-2x2{padding-left:12px;padding-right:12px}}@media (max-width: 1199px){td-key-point-panels-2x2{gap:32px}}@media (max-width: 767px){td-key-point-panels-2x2{gap:var(--subsection-margin);flex-wrap:wrap}}td-key-point-panels-2x2 .kpp-panel{flex:1 1 660px}td-key-point-panels-2x2 td-rich-text{margin-top:8px}td-lecture-panels .wp-root{display:flex;gap:40px}@media (max-width: 767px){td-lecture-panels .wp-root{flex-direction:column;gap:16px}}td-lecture-panels .wp-card{flex:1;min-width:0;padding:20px;display:flex;flex-direction:column;gap:24px}@media (max-width: 1199px){td-lecture-panels .wp-card{gap:20px}}@media (max-width: 767px){td-lecture-panels .wp-card{padding:12px;gap:12px}}td-lecture-panels .wp-card img{border:1px solid #2d2a46;border-radius:var(--border-radius)}td-lecture-panels .wp-card h3,td-lecture-panels .wp-card .wp-speakers{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}td-lecture-panels .wp-card .wp-speakers{margin-top:12px}@media (max-width: 767px){td-lecture-panels .wp-card .wp-speakers{margin-top:8px}}td-lecture-panels .wp-card p{margin-top:4px}td-lecture-panels .lp-coming-soon{position:absolute;top:0;right:0;width:98px;height:32px;background-color:var(--color-secondary-purple);border-left:1px solid #2d2a46;border-bottom:1px solid #2d2a46;border-bottom-left-radius:var(--border-radius);display:flex;justify-content:center;align-items:center}td-link-panels{display:flex;justify-content:space-between;gap:40px;margin-top:64px}@media (min-width: 768px) and (max-width: 1199px){td-link-panels{gap:32px}}td-link-panels .lc-card{flex:1;display:flex;flex-direction:column;align-items:flex-start;position:relative;gap:12px;transition:background .1s ease,flex .3s ease-in-out,transform .1s ease;cursor:initial}td-link-panels .lc-card img{width:48px;height:48px}td-link-panels .lc-card i{font-size:36px;margin-bottom:12px;color:var(--body-font-color);transition:color .1s}td-link-panels .lc-card.lc-card-cols-3 h3{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}td-link-panels .lc-card.lc-card-cols-4{text-align:start}td-link-panels .lc-card.lc-card-cols-4 h3{height:calc(var(--font-size-h3) * var(--line-height-h3) * 2)}td-link-panels .lc-card.lc-card-cols-4 td-rich-text{margin-top:12px}td-link-panels .lc-card.lc-card-cols-4 .link-tertiary{margin-top:8px}@media (max-width: 1199px){td-link-panels .lc-card.lc-card-cols-4 h3{height:66px}td-link-panels .lc-card.lc-card-cols-4 td-rich-text{display:-webkit-box;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;max-height:168px}}@media (min-width: 768px){td-link-panels .lc-card .lc-cta-weak{display:block;margin-top:4px}}td-link-panels .lc-card .lp-coming-soon{position:absolute;top:0;right:0;width:98px;height:32px;background-color:var(--color-secondary-purple);border-left:1px solid #2d2a46;border-bottom:1px solid #2d2a46;border-bottom-left-radius:var(--border-radius);display:flex;justify-content:center;align-items:center}td-link-panels .lc-card:hover h3{text-decoration:none}@media (max-width: 767px){td-link-panels .panel-content{margin-right:8px}}@media (min-width: 768px){td-link-panels .panel-content{width:100%}}td-link-panels .custom-progress-track{width:100%;height:2px;background-color:#2d2a46;border-radius:2px;overflow:hidden;margin-top:4px;margin-bottom:6px}@media (max-width: 767px){td-link-panels .custom-progress-track{display:none}}td-link-panels .custom-progress-bar{height:100%;background-color:#7ba0ff;border-radius:2px;width:12.5%;transition:width .5s ease-out}td-link-panels .lc-card:hover .custom-progress-bar{width:100%}td-link-panels .lc-card:hover i{color:#7ba0ff}@media (min-width: 768px){td-link-panels td-button{margin-top:24px}}td-link-panels .lc-flex-container{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;gap:20px}td-link-panels .lc-flex-container .button-frameless{margin-top:8px;width:unset}@media (max-width: 767px){td-link-panels{flex-direction:column;gap:48px}td-link-panels .lc-card img{width:36px;height:36px}td-link-panels .lc-card.lc-card-cols-4 h3{height:auto}td-link-panels .lc-card.lc-card-cols-4 td-rich-text{margin-top:8px}td-link-panels .lc-card.lc-icon-card{flex-direction:row;gap:12px}td-link-panels .lc-card.lc-icon-card td-rich-text{margin-top:0}td-link-panels .lc-flex-container{gap:12px}}td-link-panels-cols-2 .kpp-root{display:flex;flex-flow:row wrap;gap:40px;margin:40px auto 0;max-width:1240px}@media (max-width: 1199px){td-link-panels-cols-2 .kpp-root{gap:32px}}@media (max-width: 767px){td-link-panels-cols-2 .kpp-root{gap:12px}}td-link-panels-cols-2 .kpp-panel{padding:32px;flex:0 1 560px}@media (min-width: 768px) and (max-width: 1199px){td-link-panels-cols-2 .kpp-panel{padding:20px}}@media (max-width: 767px){td-link-panels-cols-2 .kpp-panel{padding:12px}}td-link-panels-cols-2 td-rich-text{margin-top:8px}td-resource-panels .section{margin-top:0}td-resource-panels .lc-root-cols-3{display:flex;justify-content:space-between;gap:40px}@media (max-width: 767px){td-resource-panels .lc-root-cols-3{flex-direction:column;gap:16px}}td-resource-panels .lc-root-cols-4{display:grid;gap:40px;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 1023px){td-resource-panels .lc-root-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){td-resource-panels .lc-root-cols-4{display:flex;flex-direction:column;gap:16px}}td-resource-panels .lc-card{flex:1;display:flex;flex-direction:column;position:relative;text-align:center}td-resource-panels .lc-card:not(.hoverable){cursor:initial}@media (max-width: 767px){td-resource-panels .lc-card{text-align:start}}td-resource-panels .lc-card img{width:72px;height:72px}@media (max-width: 767px){td-resource-panels .lc-card img{width:36px;height:36px}}td-resource-panels .lc-card.lc-card-cols-3 h3{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}td-resource-panels .lc-card.lc-card-cols-4{text-align:start}td-resource-panels .lc-card.lc-card-cols-4 h3{height:calc(var(--font-size-h3) * var(--line-height-h3) * 2)}td-resource-panels .lc-card.lc-card-cols-4 td-rich-text{margin-top:12px}td-resource-panels .lc-card.lc-card-cols-4 .link-tertiary{margin-top:8px}@media (max-width: 1199px){td-resource-panels .lc-card.lc-card-cols-4 h3{height:66px}td-resource-panels .lc-card.lc-card-cols-4 td-rich-text{display:-webkit-box;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;max-height:168px}}@media (max-width: 767px){td-resource-panels .lc-card.lc-card-cols-4 h3{height:auto}td-resource-panels .lc-card.lc-card-cols-4 td-rich-text{margin-top:8px}}@media (max-width: 767px){td-resource-panels .lc-card.lc-icon-card{flex-direction:row;gap:12px}td-resource-panels .lc-card.lc-icon-card td-rich-text{margin-top:0}}@media (min-width: 768px){td-resource-panels .lc-card .lc-cta-weak{display:block;margin-top:4px}}td-resource-panels .lc-card .lp-coming-soon{position:absolute;top:0;right:0;width:98px;height:32px;background-color:var(--color-secondary-purple);border-left:1px solid #2d2a46;border-bottom:1px solid #2d2a46;border-bottom-left-radius:var(--border-radius);display:flex;justify-content:center;align-items:center}td-resource-panels .lc-card:hover{background:var(--color-light-purple)}td-resource-panels .lc-card:hover h3{color:var(--color-white);text-decoration:none}@media (min-width: 768px){td-resource-panels td-button{margin-top:24px}}td-resource-panels .lc-flex-container{display:flex;flex-direction:column;flex-grow:1;gap:16px;text-align:center}@media (max-width: 767px){td-resource-panels .lc-flex-container{text-align:start}}td-resource-panels .lc-flex-container .button-frameless{margin-top:8px;width:unset}td-simple-link-panels{display:flex;flex-flow:row wrap;justify-content:space-between;gap:40px;margin-top:24px}@media (min-width: 768px) and (max-width: 1199px){td-simple-link-panels{gap:32px}}@media (max-width: 767px){td-simple-link-panels{gap:20px}}td-simple-link-panels .lc-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;transition:background .1s ease,flex .3s ease-in-out,transform .1s ease;cursor:pointer;aspect-ratio:4/3;background:#0e0d17 radial-gradient(ellipse at 80px 50px,#1a182a ,60%,#0e0d1700)}td-simple-link-panels .lc-card.hoverable:hover{background:#151322 radial-gradient(ellipse at 80px 50px,#2d2a4699 ,60%,#15132200)}td-simple-link-panels .lc-card:hover h3{text-decoration:none}@media (max-width: 767px){td-simple-link-panels .lc-card{flex:1 1 44%}}td-avatar{display:block;position:relative;flex-shrink:0;border:1px solid #2d2a46;border-radius:var(--border-radius);overflow:hidden}td-avatar.av-event{--av-image-size: 56px}@media (max-width: 767px){td-avatar.av-event{--av-image-size: 40px}}td-avatar.av-article{--av-image-size: 56px}@media (max-width: 767px){td-avatar.av-article{--av-image-size: 40px}}td-avatar.av-article-details{--av-image-size: 40px}@media (max-width: 767px){td-avatar.av-article-details{--av-image-size: 32px}}td-avatar .av-linkedin-overlay{display:none}@media (hover: hover){td-avatar .av-linkedin-overlay{position:absolute;inset:0;opacity:0;background:#0e0e0e66;color:var(--color-white);display:flex;align-items:center;justify-content:center;pointer-events:none}td-avatar:hover{border-color:var(--color-green)}td-avatar:hover .av-linkedin-overlay{opacity:1}}td-avatar img{display:block;width:var(--av-image-size);height:var(--av-image-size)}td-person-card{display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--border-radius);background-color:var(--color-deep-purple);border:1px solid #2d2a46;padding:var(--card-padding);width:560px;max-width:calc(100vw - 24px)}td-person-card .pc-summary{display:flex;flex-direction:row;justify-content:space-between;align-items:center}td-person-card .pc-bio{border-top:1px solid #2d2a46;padding-top:20px;margin-top:20px}@media (max-width: 767px){td-person-card .pc-bio{padding-top:16px;margin-top:16px}}td-person-card .pc-person{display:flex;flex-direction:row;align-items:center;gap:24px}td-person-card .pc-person img{width:54px;height:54px;border-radius:var(--border-radius)}@media (max-width: 767px){td-person-card .pc-person img{width:40px;height:40px}}td-person-card .pc-person-name-job{margin-top:-2px}td-person-card .pc-person-job{margin-top:2px;color:var(--color-secondary-light-grey)}@media (max-width: 767px){td-person-card .pc-person-job{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px}}td-person-card .pc-logo{height:48px}@media (max-width: 767px){td-person-card .pc-logo{height:32px}}td-person-info.pi-article,td-person-info.pi-article-details{overflow:hidden}td-person-info.pi-article .pi-person-details,td-person-info.pi-article-details .pi-person-details{font-size:inherit;font-weight:inherit;line-height:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--body-font-color)}td-person-info .pi-person{display:flex;flex-direction:row;align-items:center;gap:16px;color:inherit}@media (max-width: 767px){td-person-info .pi-person{gap:8px}}td-person-info .pi-person-details{color:var(--color-secondary-light-grey)}td-person-info .pi-person-text{overflow:hidden}td-person-info .pi-person-name{color:var(--body-heading-color)}td-person-info .pi-person-name.text-p1{margin-top:-2px}@media (hover: hover){td-person-info:hover a.pi-person .pi-person-name,td-person-info a.pi-person:hover .pi-person-name{color:inherit}td-person-info:hover td-avatar{border-color:var(--color-green)}td-person-info:hover td-avatar .av-linkedin-overlay{opacity:1}}@media (max-width: 1199px){td-person-info a.pi-person{color:var(--color-green)}td-person-info a.pi-person .pi-person-name{color:inherit}}td-polyglot-comparison .td-polyglot-comparison{margin:24px auto 0;position:relative;min-height:100vh}@media (min-width: 1260px){td-polyglot-comparison .td-polyglot-comparison{display:flex;align-items:flex-start;justify-content:space-between;width:fit-content;gap:80px}}td-polyglot-comparison .td-sticky-column{margin:0 auto}@media (min-width: 768px){td-polyglot-comparison .td-sticky-column{width:576px}}@media (min-width: 1260px){td-polyglot-comparison .td-sticky-column{position:sticky;top:144px;flex-shrink:0;will-change:transform;transition:transform .3s ease-out;transform:translateY(calc(var(--scroll-amount, 0) * .5px));backface-visibility:hidden}}td-polyglot-comparison .td-scrollable-column{margin:0 auto}@media (min-width: 768px){td-polyglot-comparison .td-scrollable-column{width:576px}}@media (min-width: 1260px){td-polyglot-comparison .td-scrollable-column{flex:1;display:flex;flex-direction:column;gap:32px}}@media (min-width: 768px){td-polyglot-comparison td-illustration{position:relative;width:576px;height:432px;overflow:auto}}@media (max-width: 767px){td-polyglot-comparison td-illustration{aspect-ratio:4/3}}td-polyglot-comparison .td-language-chip{background-color:transparent;color:#0e0e0e;padding:.2em 18px;border-radius:4px;border:none;margin-bottom:16px;display:inline-block}@media (max-width: 1260px){td-polyglot-comparison .td-language-chip{margin-top:64px}}td-polyglot-comparison td-rich-text{padding:0 18px 24px;width:576px;max-width:100%}td-polyglot-snippet{height:100%;width:100%}td-polyglot-snippet .td-snippet-container{position:relative;height:calc(100% - 42px);width:100%;overflow:auto}@media (max-width: 767px){td-polyglot-snippet .td-snippet-container{height:242px}}td-polyglot-snippet .ft-tabs-container{border-bottom:1px solid #2d2a46;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);background:var(--color-deep-purple)}td-polyglot-snippet .ft-tabs{height:42px;display:flex;flex-direction:row}td-polyglot-snippet .ft-tab{flex:1;display:flex;justify-content:center;align-items:center;text-align:center;padding-left:12px;padding-right:12px;white-space:nowrap}td-polyglot-snippet .ft-tab:not(:first-child){border-left:1px solid #2d2a46}@media (hover: hover){td-polyglot-snippet .ft-tab:hover h5{color:var(--color-green);text-decoration:underline}}td-polyglot-snippet .ft-tab-selected,td-polyglot-snippet .ft-tab-selected h5{color:var(--color-green);background:var(--color-purple)}td-polyglot-snippet .ft-graphic{flex:1}td-polyglot-snippet .ft-text-area{width:366px;display:flex;flex-direction:column;justify-content:space-between}td-polyglot-snippet td-scroll-pane .ss-container{height:calc(100% + 4px)}td-pricing-table{display:flex;gap:32px;flex-direction:column;margin:var(--subsection-margin) auto 0}td-pricing-table table{overflow:hidden;table-layout:fixed;text-align:start;height:0;border-collapse:separate;border-spacing:20px 0;background:none;box-shadow:none}td-pricing-table tr{height:100%}td-pricing-table tr td{border:1px solid var(--color-light-purple);border-width:0 1px;text-align:start}td-pricing-table tr:first-of-type td{border-top-width:1px;border-radius:var(--border-radius) var(--border-radius) 0 0}td-pricing-table tr:last-of-type td{border-radius:0 0 var(--border-radius) var(--border-radius);border-bottom-width:1px}td-pricing-table td{padding:24px}td-pricing-table table:nth-of-type(3) h3,td-pricing-table td:nth-of-type(2) h3{color:var(--color-green)}td-pricing-table table:nth-of-type(4) h3,td-pricing-table td:nth-of-type(3) h3{background:linear-gradient(105deg,#f96480,#fdd257,#f96480);background-clip:text;-webkit-text-fill-color:transparent}td-pricing-table hr{width:100%;margin:16px 0}td-pricing-table .pp-cell-content{height:100%;display:flex;flex-direction:column;align-items:flex-start}td-pricing-table .pp-body-text{margin-top:24px}td-pricing-table .pp-button-row td{padding:16px 24px}td-pricing-table .td-key-points td{vertical-align:top}td-pricing-table .td-key-points ul{list-style:none;text-align:start}td-pricing-table .td-key-points li{display:flex;align-items:center;gap:12px}td-pricing-table .td-key-points li+li{margin-top:6px}td-pricing-table .td-key-points i{color:var(--color-secondary-light-grey)}td-pricing-table .td-key-points td:nth-of-type(2) i{color:var(--color-green)}td-pricing-table .td-key-points td:nth-of-type(3) i{background:linear-gradient(105deg,#f96480,#fdd257);background-clip:text;-webkit-text-fill-color:transparent}td-pricing-table .td-key-points-flex-container{height:100%;display:flex;flex-direction:column}td-pricing-table tr .td-bottom-link{height:24px;padding:0 12px 14px;align-self:stretch;text-align:center}@media (max-width: 767px){td-pricing-table table{border-collapse:collapse}td-pricing-table table tr:not(:first-child){border-top-width:0}td-pricing-table table th,td-pricing-table table td{font-size:var(--font-size-p2)}td-pricing-table td{padding:12px}td-pricing-table hr{margin:8px 0}td-pricing-table .pp-body-text{margin-top:12px}td-pricing-table .pp-button-row td{padding:12px}}td-scroll-pane{display:block;position:relative;overflow:hidden}td-scroll-pane.deep-purple .ss-left{background:linear-gradient(90deg,#151322,#15132200)}td-scroll-pane.deep-purple .ss-right{background:linear-gradient(-90deg,#151322,#15132200)}td-scroll-pane.deep-purple .ss-top{background:linear-gradient(180deg,#151322,#15132200)}td-scroll-pane.deep-purple .ss-bottom{background:linear-gradient(0deg,#151322,#15132200)}td-scroll-pane.black-purple .ss-left{background:linear-gradient(90deg,#0e0d17,#0e0d1700)}td-scroll-pane.black-purple .ss-right{background:linear-gradient(-90deg,#0e0d17,#0e0d1700)}td-scroll-pane.black-purple .ss-top{background:linear-gradient(180deg,#0e0d17,#0e0d1700)}td-scroll-pane.black-purple .ss-bottom{background:linear-gradient(0deg,#0e0d17,#0e0d1700)}td-scroll-pane.hidden-scrollbar .ss-container{scrollbar-width:none}td-scroll-pane.hide-left-shadow .ss-left{opacity:0!important}td-scroll-pane .ss-container{overflow:auto;width:100%;height:100%;cursor:grab;-webkit-user-select:none;user-select:none}td-scroll-pane .ss-container.dragging{cursor:grabbing}td-scroll-pane .ss-left,td-scroll-pane .ss-right,td-scroll-pane .ss-top,td-scroll-pane .ss-bottom{position:absolute;opacity:0;pointer-events:none}td-scroll-pane .ss-left,td-scroll-pane .ss-right{top:0;bottom:0;width:var(--scroll-shadow-size)}td-scroll-pane .ss-top,td-scroll-pane .ss-bottom{left:0;right:0;height:var(--scroll-shadow-size)}td-scroll-pane .ss-left{left:0}td-scroll-pane .ss-right{right:0}td-scroll-pane .ss-top{top:0}td-scroll-pane .ss-bottom{bottom:0}td-scroll-pane .scroll-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:opacity .3s ease,background-color .3s ease}td-scroll-pane .scroll-button:hover{background:#fff3}td-scroll-pane .scroll-button.left{left:8px}td-scroll-pane .scroll-button.right{right:8px}td-scroll-pane .scroll-button.hidden{opacity:0;pointer-events:none}td-section-core{display:flex}td-section-core.text-align-left td-heading-with-highlights,td-section-core.text-align-left td-rich-text{text-align:left}td-section-core.text-align-center td-heading-with-highlights,td-section-core.text-align-center td-rich-text{text-align:center}td-section-core.td-row,td-section-core.td-row-reverse,td-section-core.td-column{gap:24px;align-items:center;margin-top:var(--section-margin)}@media (max-width: 1199px){td-section-core.td-row,td-section-core.td-row-reverse,td-section-core.td-column{flex-direction:column;align-items:stretch}}@media (min-width: 1200px){td-section-core.td-row-reverse{flex-direction:row-reverse}}@media (min-width: 1200px){td-section-core.td-column{flex-direction:column}}td-section-core.td-column .td-text{text-align:center}td-section-core.td-column .td-illustration-wrapper{width:100%}td-section-core.has-code-snippet-illustration td-illustration{aspect-ratio:16/9;max-height:338px}td-section-core.text-align-left .td-text{text-align:left}@media (max-width: 767px){td-section-core.has-peeking-bot .illustration-container{margin-top:40px}}td-section-core.has-window-header .illustration-container{display:inline-block;border-radius:12px;overflow:hidden;background:#1e1e1e;border:1px solid #404040;max-width:100%}td-section-core.has-window-header .illustration-container.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 20px 25px -5px #0000001a}td-section-core.has-window-header .window-header{display:flex;align-items:center;padding:4px 12px;background:linear-gradient(180deg,#383838,#282828);border-bottom:1px solid #1a1a1a;min-height:24px;position:relative}td-section-core.has-window-header .illustration-container.light-mode{border-color:#e1e5e9}td-section-core.has-window-header .illustration-container.light-mode .window-header{background:linear-gradient(180deg,#d8d9da,#c9cccf);border-bottom:1px solid #dee2e6}td-section-core.has-window-header .illustration-container.light-mode .window-title{color:#394047}td-section-core.has-window-header .traffic-lights{display:flex;gap:6px;align-items:center}td-section-core.has-window-header .traffic-light{width:10px;height:10px;border-radius:50%;border:.5px solid rgba(0,0,0,.1)}td-section-core.has-window-header .traffic-light.red{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}td-section-core.has-window-header .traffic-light.yellow{background:linear-gradient(135deg,#ffd93d,#ffcd02)}td-section-core.has-window-header .traffic-light.green{background:linear-gradient(135deg,#6bcf7f,#51c258)}td-section-core.has-window-header .window-title{position:absolute;left:50%;transform:translate(-50%);font-size:12px;font-weight:500;color:#e9ecef;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 120px)}td-section-core.has-window-header .image-container{display:flex;justify-content:center;align-items:center;background:#1e1e1e;overflow:hidden}td-section-core.has-window-header .screenshot-image{display:block;max-width:100%;height:auto;object-fit:contain}td-section-core.has-window-header td-illustration{border-radius:0}@media (max-width: 767px){td-section-core.has-window-header .window-header{padding:6px 12px;min-height:32px}td-section-core.has-window-header .traffic-light{width:10px;height:10px}td-section-core.has-window-header .window-title{font-size:12px}}@media (min-width: 768px){td-section-core .td-text{flex:1}td-section-core .td-illustration-wrapper{flex:1}}td-section-core .illustration-container{position:relative}td-section-core .illustration-container img.tp-logo{position:absolute;width:100px;top:-55px;left:24px;z-index:-1;transition:opacity .1s}td-section-core .td-root{margin:0 auto;text-align:center;padding-bottom:24px}@media (max-width: 1199px){td-section-core .td-root{padding-bottom:20px}}td-section-core td-heading-with-highlights{display:block;margin-bottom:32px}@media (max-width: 767px){td-section-core td-heading-with-highlights{margin-bottom:24px}}td-snackbar{margin:16px;width:372px;border-radius:var(--border-radius);padding:16px;display:flex;align-items:center;gap:16px}td-snackbar.ok{background:#0c2d2a;box-shadow:inset 0 0 0 1px var(--color-green)}td-snackbar.ok .mat-icon{color:var(--color-green)}td-snackbar.error{background:#2f1b1b;box-shadow:inset 0 0 0 1px var(--color-red)}td-snackbar.error .mat-icon{color:var(--color-red)}td-snackbar .sb-text{flex-grow:1;display:flex;align-items:center;gap:12px;color:var(--color-white)}td-snackbar .sb-text .mat-icon{flex-shrink:0}td-snackbar .sb-button .mat-icon{color:#f3f3f3cc}.mat-mdc-snack-bar-handset td-snackbar{width:100%;margin:0}td-social-media-panels{display:flex;flex-flow:row wrap;justify-content:space-between;gap:40px;margin-top:24px}@media (min-width: 768px) and (max-width: 1199px){td-social-media-panels{gap:32px}}@media (max-width: 767px){td-social-media-panels{gap:20px}}td-social-media-panels .td-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;border-radius:var(--border-radius);border:1px solid #2d2a46;gap:16px;aspect-ratio:4/3;transition:background .1s ease,flex .3s ease-in-out,transform .1s ease;cursor:pointer;background:#0e0d17 radial-gradient(ellipse at 80px 50px,#1a182a ,60%,#0e0d1700)}td-social-media-panels .td-card:hover{background:#151322 radial-gradient(ellipse at 80px 50px,#2d2a4699 ,60%,#15132200)}td-social-media-panels .td-card:hover h3{text-decoration:none}td-social-media-panels .td-card .mat-icon{color:var(--color-white);font-size:48px}@media (max-width: 767px){td-social-media-panels .td-card .mat-icon{font-size:32px}}@media (max-width: 767px){td-social-media-panels .td-card{flex:1 1 44%;gap:12px}}tp-spinner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#f3f3f3}td-rich-text{display:block;color:var(--body-font-color)}td-rich-text>:first-child{margin-top:0}td-rich-text h1,td-rich-text h2,td-rich-text h3,td-rich-text h4,td-rich-text h5,td-rich-text h6{font-weight:var(--font-weight-semi-bold);margin:1.5em 0 1em -.66em;padding-left:.66em;position:relative}td-rich-text h1>a.anchor,td-rich-text h2>a.anchor,td-rich-text h3>a.anchor,td-rich-text h4>a.anchor,td-rich-text h5>a.anchor,td-rich-text h6>a.anchor{position:absolute;visibility:hidden;left:0;font-size:.8em;font-weight:400;line-height:normal}td-rich-text h1>a.anchor:before,td-rich-text h2>a.anchor:before,td-rich-text h3>a.anchor:before,td-rich-text h4>a.anchor:before,td-rich-text h5>a.anchor:before,td-rich-text h6>a.anchor:before{content:"\a7"}td-rich-text h1:hover a.anchor,td-rich-text h2:hover a.anchor,td-rich-text h3:hover a.anchor,td-rich-text h4:hover a.anchor,td-rich-text h5:hover a.anchor,td-rich-text h6:hover a.anchor{visibility:visible}td-rich-text h2>a.anchor{margin-top:-.1em}td-rich-text p,td-rich-text ul,td-rich-text ol{margin:1em 0 0}td-rich-text ul,td-rich-text ol{padding-inline-start:2em}td-rich-text figure,td-rich-text pre,td-rich-text blockquote{margin:40px auto}@media (max-width: 767px){td-rich-text figure,td-rich-text pre,td-rich-text blockquote{margin:16px auto}}td-rich-text pre{border-radius:var(--border-radius);border:1px solid #2d2a46;background:var(--color-purple);padding:20px;overflow:auto}@media (max-width: 767px){td-rich-text pre{padding:12px}}td-rich-text figure{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:var(--section-max-width)}td-rich-text figure img{display:block;max-width:100%;height:auto;object-fit:contain}td-rich-text figure figcaption{margin-top:8px;font-style:italic;font-size:20px}@media (min-width: 768px) and (max-width: 1199px){td-rich-text figure figcaption{font-size:14px}}@media (max-width: 767px){td-rich-text figure figcaption{font-size:12px}}td-rich-text blockquote{padding-left:24px;border-left:2px solid var(--color-green)}td-rich-text blockquote cite:before{content:"\2014";margin-right:6px}td-rich-text table{width:100%;background:var(--table-body-background);border-radius:var(--border-radius);box-shadow:0 0 0 1px var(--content-border-color);overflow:hidden}td-rich-text table>*>tr{border-bottom:1px solid #2d2a46}td-rich-text table>*>tr>*{padding:.75rem 1.25rem;color:var(--color-white);font-size:1rem;line-height:1.75}td-rich-text table>*>tr>th{font-weight:var(--font-weight-regular)}td-rich-text table>*>tr>td{font-weight:400}td-rich-text table>thead>tr>*{background:var(--table-header-background)}td-rich-text table>thead>tr>*:first-child{border-top-left-radius:var(--border-radius)}td-rich-text table>thead>tr>*:last-child{border-top-right-radius:var(--border-radius)}td-rich-text table>colgroup col:not(:first-of-type){border-left:1px solid #2d2a46}td-rich-text table>tfoot{background:var(--table-footer-background)}td-rich-text a{color:var(--color-green)}td-rich-text a:hover{text-decoration:underline}td-rich-text hr{margin:1.5em 0}td-tooltip [class^=ib-tooltip]{position:absolute;opacity:0;pointer-events:none;left:0;right:0;margin:0 auto;background-color:var(--color-light-purple);transition:opacity .1s ease}td-tooltip [class^=ib-tooltip].ib-tooltip-visible{opacity:1}td-tooltip .ib-tooltip-text-box{top:-36px;z-index:50;border-radius:4px;height:28px;text-align:center;color:var(--color-white);max-width:202px;padding:4px 8px}td-tooltip .ib-tooltip-arrowhead{top:-12px;width:8px;height:8px;border-bottom-right-radius:2px;z-index:25;transform:rotate(45deg)}.td-footer{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10;background:var(--body-background)}.td-footer-section{width:var(--section-width);max-width:var(--section-max-width);padding:40px 12px}@media (max-width: 767px){.td-footer-section{padding:18px 12px}}.td-footer-section-social{display:flex;flex-direction:row;justify-content:space-between;border-top:1px solid #2d2a46}@media (max-width: 767px){.td-footer-section-social{flex-direction:column;gap:24px}.td-footer-section-social a{width:100%}}.td-footer-social-links{display:flex;flex-direction:row;gap:24px;height:48px}@media (max-width: 767px){.td-footer-social-links{align-self:center;justify-content:center;height:32px}}.td-footer-social-links .td-footer-icon{width:48px;height:48px}@media (max-width: 767px){.td-footer-social-links .td-footer-icon{width:32px;height:32px}}.td-footer-section-copyright{border-top:1px solid #2d2a46}.td-footer-section-nav{display:flex;flex-flow:row wrap;justify-content:space-between;gap:32px}.td-footer-section-nav ul,.td-footer-section-nav li{list-style:none}.td-footer-section-nav a,.td-footer-section-nav a:visited,.td-footer-section-nav a p{color:var(--color-secondary-light-grey)}.td-footer-section-nav a:hover,.td-footer-section-nav a:focus,.td-footer-section-nav a:visited:hover,.td-footer-section-nav a:visited:focus,.td-footer-section-nav a p:hover,.td-footer-section-nav a p:focus{color:var(--color-white)}.td-footer-section-nav a:hover p,.td-footer-section-nav a:focus p{color:var(--color-white)}.td-footer-contact ul{margin-top:32px}.td-footer-contact li:not(:first-child){margin-top:8px}.td-footer-contact a{display:flex;flex-direction:row;align-items:center;gap:32px}.td-footer-contact .td-footer-icon{width:32px;height:32px}.td-footer-sitemap{display:flex;flex-direction:row;justify-content:space-between;gap:104px}@media (max-width: 1199px){.td-footer-sitemap{gap:72px}}@media (max-width: 767px){.td-footer-sitemap{flex-wrap:wrap;justify-content:flex-start;gap:32px 24px}}.td-footer-sitemap ul{margin-top:34px}@media (max-width: 1199px){.td-footer-sitemap ul{margin-top:32px}}@media (max-width: 767px){.td-footer-sitemap ul{margin-top:16px;width:144px}}.td-footer-sitemap li:not(:first-child){margin-top:16px}@media (max-width: 767px){.td-footer-sitemap li:not(:first-child){margin-top:12px}}.td-footer-credits{display:flex;flex-direction:row;align-items:center;gap:4px;line-height:22px}.td-footer-credits .td-footer-icon{width:16px;height:16px}.td-footer-credits img{width:52px;height:unset}.td-footer-icon{display:inline-block;overflow:hidden;text-indent:100%}.td-footer-icon-discord{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/discord-rectangle.svg);-webkit-mask-image:url(/assets/icon/discord-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-meetup{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/meetup-rectangle.svg);-webkit-mask-image:url(/assets/icon/meetup-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-twitter{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/twitter-rectangle.svg);-webkit-mask-image:url(/assets/icon/twitter-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-youtube{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/youtube-rectangle.svg);-webkit-mask-image:url(/assets/icon/youtube-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-linkedin{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/linkedin-rectangle.svg);-webkit-mask-image:url(/assets/icon/linkedin-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-forum{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/discourse-rectangle.svg);-webkit-mask-image:url(/assets/icon/discourse-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-discord{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/discord-rectangle.svg);-webkit-mask-image:url(/assets/icon/discord-rectangle.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-contactForm{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/mail.svg);-webkit-mask-image:url(/assets/icon/mail.svg);mask-size:100%;-webkit-mask-size:100%}.td-footer-icon-feedbackForm{background:var(--color-secondary-light-grey);mask-image:url(/assets/icon/comment.svg);-webkit-mask-image:url(/assets/icon/comment.svg);mask-size:100%;-webkit-mask-size:100%}.td-topbar{font-size:14px;position:relative;z-index:10}.td-topbar nav{height:var(--topbar-height);margin:0 auto;padding:0 8px;display:flex;justify-content:space-between;position:relative;max-width:1536px}.td-topbar li{list-style:none;display:flex}.td-topbar-content{flex:1;display:flex;justify-content:space-between}.td-topbar-logo-container,.td-topbar-panel-header,.td-topbar-link,.td-topbar-link:visited{display:flex;align-items:center;padding:0 20px;color:var(--color-white);cursor:pointer;transition:color .1s;font-weight:var(--font-weight-regular)}.td-topbar-logo-container svg path,.td-topbar-panel-header svg path,.td-topbar-link svg path,.td-topbar-link:visited svg path{transition:fill .1s}.td-topbar-logo-container:hover,.td-topbar-panel-header:hover,.td-topbar-link:hover,.td-topbar-link:visited:hover{color:var(--color-secondary-light-grey)}.td-topbar-logo-container:hover svg path,.td-topbar-panel-header:hover svg path,.td-topbar-link:hover svg path,.td-topbar-link:visited:hover svg path{fill:var(--color-secondary-light-grey)}.td-topbar-logo-container svg{margin-bottom:2px;height:42px}.td-topbar-logo-container svg .tp-right-eye{animation:90s linear 0s infinite winkWink;transform-origin:center}@keyframes winkWink{0%{transform:scaleY(1)}99.8%{transform:scaleY(1)}99.9%{transform:translateY(20px) scaleY(.01)}to{transform:scaleY(1)}}.td-topbar-main-area,.td-topbar-secondary-area{display:flex}.td-topbar-button{margin:0 20px;align-self:center;width:unset!important;padding:0 12px}.td-topbar-menu-panel{position:absolute;top:64px;z-index:700;border:1px solid var(--content-border-color);background-color:var(--color-deep-purple);border-radius:var(--border-radius);display:none;flex-direction:row;overflow:hidden;margin-left:-64px}.td-topbar-menu-panel:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.td-topbar-menu-panel dt{font-weight:var(--font-weight-regular);font-size:14px;display:flex;align-items:center}.td-topbar-menu-panel dd{font-size:12px;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1000px) and (max-width: 1039px){.td-topbar-menu-panel{margin-left:-164px}}@media (min-width: 1040px) and (max-width: 1120px){.td-topbar-menu-panel{margin-left:-112px}}@media (max-width: 999px){.td-topbar-menu-panel{margin-left:0}}.td-topbar-chevron{margin:0 -8px 0 8px;font-size:12px;transition:transform .1s}@media (min-width: 1000px){.td-topbar-panel-opened .td-topbar-chevron{transform:rotate(180deg)}.td-topbar-panel-opened .td-topbar-menu-panel,.td-topbar-panel-opened.td-topbar-menu-panel{display:flex}}.td-topbar-columns{display:flex;padding:16px}.td-topbar-panel-item-group{padding:8px 12px}.td-topbar-panel-item-group dl{margin:8px 0!important;display:grid;grid-auto-flow:dense;gap:6px}.td-topbar-panel-item-group a{color:var(--color-white);font-weight:var(--font-weight-light);display:flex;gap:16px;padding:6px 14px;margin-left:-12px;border-radius:var(--border-radius);transition:background-color .1s}.td-topbar-panel-item-group a .td-icon-container{display:flex;align-items:center;justify-content:center;width:32px;flex:0 0 32px}.td-topbar-panel-item-group a .td-icon-container i{font-size:24px}.td-topbar-panel-item-group a:hover,.td-topbar-panel-item-group a:focus{background:var(--color-light-purple)}.td-topbar-column-title{color:var(--color-white);padding-bottom:0!important;font-weight:var(--font-weight-regular);font-size:12px;line-height:22px;text-transform:uppercase;letter-spacing:.035em}.td-topbar-bottom-links{border-top:1px solid var(--color-light-purple);display:flex}.td-topbar-bottom-links a{flex:1;display:block;padding:12px 28px;transition:background-color .1s}.td-topbar-bottom-links a:hover,.td-topbar-bottom-links a:focus{background:var(--color-light-purple)}.td-topbar-bottom-links a+a{border-left:1px solid var(--color-light-purple)}.td-topbar-bottom-links dt:after{margin-left:6px;content:"\f178";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.td-topbar-menu-panel-ctas{width:212px;border-left:1px solid var(--color-light-purple);display:flex;flex-direction:column}.td-topbar-menu-panel-ctas li{flex:1;display:flex;flex-direction:column;padding:24px}.td-topbar-menu-panel-ctas li h5{font-weight:var(--font-weight-regular);font-size:14px;display:flex;align-items:center}.td-topbar-menu-panel-ctas li a{font-size:12px;margin-top:4px}.td-topbar-menu-panel-ctas li+li{border-top:1px solid var(--color-light-purple)}.td-topbar-external-icon{text-indent:100%;background:currentColor;mask-image:url(/assets/icon/link.svg);-webkit-mask-image:url(/assets/icon/link.svg);mask-size:100%;-webkit-mask-size:100%;width:16px;height:16px;margin-left:4px;margin-right:-24px;opacity:0;transition:opacity .1s}a:hover .td-topbar-external-icon,a:focus .td-topbar-external-icon{opacity:1}.td-topbar-menu-button{appearance:none;background:none;border:none;outline:none;font-size:24px;padding:.25em;margin:-.25em 16px -.25em -.25em;align-self:center;cursor:pointer;display:none;--menu-icon-url: url(/assets/icon/burger-tablet.svg)}.td-topbar-menu-button:before{content:"";display:block;width:1em;height:1em;background:var(--color-white);mask-image:var(--menu-icon-url);-webkit-mask-image:var(--menu-icon-url);mask-size:100%;-webkit-mask-size:100%}.td-topbar-github-logo{width:88px;display:flex;align-items:center;justify-content:center;gap:8px}.td-topbar-github-logo svg{width:24px;height:24px}.td-topbar-banner{display:flex;align-items:center;justify-content:center;height:var(--banner-height);border-bottom:1px solid var(--content-border-color);box-shadow:2px 2px 1px -1px #0003,2px 2px 3px #00000024,2px 1px 5px #0000001f;background-color:var(--color-secondary-blue);text-align:center}.td-topbar-banner p{font-size:12px;line-height:18px;color:var(--color-black);font-family:var(--font-family-code)}@media (max-width: 767px){.td-topbar-banner p{font-size:10px}}.td-topbar-banner strong{font-weight:inherit}@media (max-width: 999px){.td-topbar:not(.td-topbar-open) .td-topbar-content{display:none}.td-topbar-open nav{background:var(--body-background)}.td-topbar-logo-container{padding:0 12px}.td-topbar-menu-button{display:initial;--menu-icon-url: url(/assets/icon/burger-mobile.svg);margin-right:12px}.td-topbar.td-topbar-open .td-topbar-menu-button{--menu-icon-url: url(/assets/icon/close.svg)}.td-topbar-content{position:absolute;inset:var(--topbar-height) 0 auto 0;height:calc(100dvh - 84px);z-index:700;display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--body-background);width:100%;padding:0 20px 84px;overflow-y:auto;border:none;border-top:1px solid var(--color-light-purple)}.td-topbar-chevron{display:none}.td-topbar-main-area{display:flex;flex-direction:column;margin:0;padding:16px 0;overflow-y:visible;gap:24px}.td-topbar-main-area li{display:block}.td-topbar-panel-header,.td-topbar-link,.td-topbar-link:visited{font-size:16px;box-sizing:content-box;width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--color-white);cursor:pointer;margin:0;padding:0;gap:16px}.td-topbar-panel-header:hover,.td-topbar-panel-header:focus,.td-topbar-link:hover,.td-topbar-link:focus,.td-topbar-link:visited:hover,.td-topbar-link:visited:focus{color:var(--color-secondary-light-grey);text-decoration:none}.td-topbar-panel-header.td-topbar-github-logo,.td-topbar-link.td-topbar-github-logo,.td-topbar-link:visited.td-topbar-github-logo{display:none}li.td-topbar-panel-expanded .td-topbar-panel-header,li.td-topbar-panel-expanded .td-topbar-link,li.td-topbar-panel-expanded .td-topbar-link:visited{text-decoration:initial}li.td-topbar-panel-expanded .td-topbar-panel-header,li.td-topbar-panel-expanded .td-topbar-link,li.td-topbar-panel-expanded .td-topbar-link:visited{color:var(--color-white)}li.td-topbar-panel-expanded .td-topbar-panel-header:after,li.td-topbar-panel-expanded .td-topbar-link:after,li.td-topbar-panel-expanded .td-topbar-link:visited:after{transform:rotate(180deg)}.td-topbar-panel-header:after{content:"";display:block;width:20px;height:20px;background:var(--color-white);mask-image:url(/assets/icon/arrow-down.svg);-webkit-mask-image:url(/assets/icon/arrow-down.svg);mask-size:100%;-webkit-mask-size:100%}.td-topbar-menu-panel{position:relative;top:initial;left:initial;right:initial;z-index:initial;border:0;background-color:initial;box-shadow:initial;margin-top:16px}.td-topbar-menu-panel:before{content:none}.td-topbar-menu-panel,li:not(.td-topbar-panel-opened) .td-topbar-menu-panel{display:block}li:not(.td-topbar-panel-expanded) .td-topbar-menu-panel{display:none}.td-topbar-secondary-area{border:0;display:flex;flex-direction:column;padding:8px 0 24px;gap:24px;flex:1}.td-topbar-secondary-area li:last-of-type{position:fixed;inset:auto 0 0;height:84px;border-top:1px solid var(--color-light-purple);justify-content:center;align-items:center;background:var(--body-background)}.td-topbar-button{margin:0 auto;align-self:unset}.td-topbar-link{padding:0}.td-topbar-columns{flex-direction:column;padding:0}.td-topbar-panel-item-group{flex-direction:column;margin-top:24px;padding:0}.td-topbar-panel-item-group:first-of-type{padding-top:0;border-top:none}.td-topbar-panel-item-group:last-of-type{padding-bottom:0}.td-topbar-panel-item-group:not(:first-of-type){border-left:0}.td-topbar-panel-item-group dl{margin:20px 0 0;gap:16px;grid-auto-columns:initial}.td-topbar-panel-item-group dd{white-space:initial}.td-topbar-panel-item-group a{margin-left:0;padding:0}.td-topbar-column-title{padding-bottom:0;font-weight:var(--font-weight-semi-bold)}.td-topbar-bottom-links{display:none;margin-top:16px;border:0}.td-topbar-bottom-links a{padding:12px 0}.td-topbar-menu-panel-ctas{width:unset;border:0;margin-top:24px}.td-topbar-menu-panel-ctas li{display:flex;flex-direction:column;align-items:baseline;padding:16px 0;border-top:1px solid var(--content-border-color)}}.td-topbar{--topbar-background-opacity: 1}td-404-page{width:100%;min-height:800px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}td-404-page h1{font-size:144px;font-weight:600}td-404-page p{font-size:40px;line-height:54px}td-blog-list-page hr{margin:0}td-blog-list-page .bp-blog-list a:hover h1,td-blog-list-page .bp-blog-list a:hover h2,td-blog-list-page .bp-blog-list a:hover h3{color:var(--color-green);text-decoration:underline}td-blog-list-page .all-posts-header{margin-top:0;margin-bottom:16px}td-blog-list-page .newsletter-section{margin-top:0;margin-bottom:32px}td-blog-list-page .newsletter-section .newsletter-card{padding:12px 28px;border-radius:16px;border:1px solid #2d2a46;display:flex;align-items:center;gap:24px}td-blog-list-page .newsletter-section .newsletter-card i{font-size:40px}td-blog-list-page .newsletter-section .newsletter-card h4{font-weight:var(--font-weight-semi-bold);margin-bottom:4px}td-blog-list-page nav{position:sticky;top:0;z-index:10;background-color:var(--body-background)}td-blog-list-page .posts{margin-top:0}td-blog-list-page .rt-reading-time{display:block;font-size:14px;margin-bottom:8px}td-blog-list-page .bp-primary-post{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:40px;padding:40px 0}@media (max-width: 1199px){td-blog-list-page .bp-primary-post{gap:32px}}@media (max-width: 767px){td-blog-list-page .bp-primary-post{display:block}}td-blog-list-page .bp-primary-post .bp-primary-img-link{flex:0 0 60%}@media (max-width: 767px){td-blog-list-page .bp-primary-post .bp-primary-img-link{flex-basis:auto}}td-blog-list-page .bp-primary-post .bp-post-title{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}td-blog-list-page .bp-post-title{font-weight:var(--font-weight-semi-bold);margin-top:12px}td-blog-list-page .bp-post-title.bp-primary-post-title{margin-top:12px}td-blog-list-page .bp-post-title a:hover{color:var(--color-green);text-decoration:underline}td-blog-list-page .bp-author{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:16px}@media (max-width: 767px){td-blog-list-page .bp-author{gap:8px}}td-blog-list-page .bp-author h3{font-weight:var(--font-weight-regular)}td-blog-list-page .bp-avatar{display:block;width:40px;height:40px;border:1px solid #2d2a46;border-radius:var(--border-radius)}@media (max-width: 767px){td-blog-list-page .bp-avatar{width:32px;height:32px}}td-blog-list-page td-aspect-ratio{border:1px solid #2d2a46;border-radius:var(--border-radius);overflow:hidden}td-blog-list-page .bp-img{transition:transform .25s ease}td-blog-list-page .bp-img:hover{transform:scale(1.015)}@media (min-width: 768px){td-blog-list-page .bp-secondary-posts{display:flex;gap:40px;padding:40px 0}}td-blog-list-page .bp-secondary-post{flex:0 0 calc(50% - 20px);display:flex;flex-direction:column;gap:24px}@media (max-width: 767px){td-blog-list-page .bp-secondary-post{display:block}td-blog-list-page .bp-secondary-post+.bp-secondary-post{margin-top:40px}}td-blog-list-page .bp-secondary-post .bp-post-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}td-blog-list-page .bp-secondary-post-summary{flex:1;display:flex;flex-direction:column}td-blog-list-page .bp-secondary-post-description{font-weight:var(--font-weight-light);margin-top:16px;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}td-blog-list-page .bp-posts-list-section{padding:40px 0}td-blog-list-page .bp-posts-list{list-style:none}td-blog-list-page .bp-post-list-item+td-blog-list-page .bp-post-list-item{margin-top:40px}@media (min-width: 768px){td-blog-list-page .bp-post-list-item{display:flex;flex-direction:row;align-items:center;gap:40px}td-blog-list-page .bp-post-list-item+td-blog-list-page .bp-post-list-item{padding-top:40px;border-top:1px solid #2d2a46}}td-blog-list-page .bp-img-tertiary-container{flex:11;display:flex;gap:12px}td-blog-list-page .bp-tertiary-img-link,td-blog-list-page .bp-img-tertiary{width:100%;flex-shrink:0}td-blog-list-page .bp-post-text-tertiary{flex:21;display:flex;flex-direction:column;margin-top:2px}td-blog-list-page .bp-post-text-tertiary .bp-post-title{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}td-blog-list-page .bp-post-text-tertiary .bp-tertiary-post-description{font-weight:var(--font-weight-light);margin-top:12px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}td-blog-authorship-bar{display:block;margin-top:16px}td-blog-authorship-bar[size=medium]{margin-top:24px}@media (max-width: 767px){td-blog-authorship-bar[size=medium]{margin-top:16px}}td-blog-authorship-bar .bp-post-date{flex-shrink:0}td-blog-authorship-bar td-person-info{display:block;margin-bottom:8px}td-blog-category-chips{font-weight:var(--font-weight-regular);display:flex;flex-direction:row;gap:8px;margin-bottom:4px}td-blog-category-chips .chip{padding:2px 8px;background:var(--color-purple);border:1px solid #2d2a46;border-radius:var(--border-radius);color:var(--color-secondary-pink)!important}@media (max-width: 767px){td-blog-category-chips{margin-top:16px}}td-blog-navbar,[td-blog-navbar]{height:44px;margin-top:0!important;padding-top:4px;border-radius:0}@media (max-width: 767px){td-blog-navbar,[td-blog-navbar]{height:40px;margin-bottom:0}}td-blog-navbar.bn-variant-post-page,[td-blog-navbar].bn-variant-post-page{margin-bottom:40px}td-blog-navbar td-scroll-pane,[td-blog-navbar] td-scroll-pane{height:100%;--shadow-size: 24px}td-blog-navbar ul,[td-blog-navbar] ul{display:flex;flex-direction:row;height:100%;list-style:none;white-space:nowrap}@media (max-width: 767px){td-blog-navbar ul,[td-blog-navbar] ul{padding:0 8px}}td-blog-navbar ul h3,[td-blog-navbar] ul h3{font-weight:var(--font-weight-regular)}td-blog-navbar a,[td-blog-navbar] a{height:100%;display:flex;justify-content:center;align-items:center;padding:0 24px;border-bottom:2px solid transparent}@media (max-width: 767px){td-blog-navbar a,[td-blog-navbar] a{padding:0 16px}}td-blog-navbar a:hover,[td-blog-navbar] a:hover{color:var(--color-green)}td-blog-navbar a.td-active,[td-blog-navbar] a.td-active{color:var(--color-green);border-bottom-color:var(--color-green)}td-blog-navbar hr,[td-blog-navbar] hr{margin:0}td-blog-post-page .bp-site-title p{color:var(--body-heading-color);font-weight:var(--font-weight-semi-bold)}td-blog-post-page .bp-intro-hr{margin:0}td-blog-post-page .bp-intro-section{margin-top:0}td-blog-post-page .bp-intro-section div{width:700px;max-width:var(--section-max-width)}td-blog-post-page .bp-intro-section div h1{margin-top:28px}@media (max-width: 767px){td-blog-post-page .bp-intro-section div h1{margin-top:12px}}td-blog-post-page .bp-intro-section div td-rich-text{margin-top:1.25em}@media (max-width: 767px){td-blog-post-page .bp-intro-section div td-rich-text{margin-top:.75em}}td-blog-post-page .bp-post-section{margin-top:0}@media (max-width: 767px){td-blog-post-page .bp-post-section{margin-top:16px}}td-blog-post-page .bp-short-description .rt-reading-time{display:block;font-size:16px;margin-bottom:16px}@media (max-width: 1199px){td-blog-post-page .bp-author-section{max-width:var(--section-max-width)}}td-blog-post-page .bp-author-section-hr{margin-top:24px;border-top:1px solid #2d2a46}td-blog-post-page .bp-featured-image-wrapper{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--border-radius);border:1px solid #2d2a46;overflow:hidden}td-blog-post-page .bp-featured-image{object-fit:cover}td-blog-post-page .bp-author-title{margin-top:16px}td-blog-post-page .bp-authorship{margin-top:12px;display:flex;justify-content:space-between;align-items:center}td-blog-post-page .bp-author{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:40px}@media (max-width: 767px){td-blog-post-page .bp-author{gap:8px}}td-blog-post-page .bp-author h3{font-weight:var(--font-weight-regular)}td-blog-post-page .bp-author-name{margin-left:8px}td-blog-post-page .bp-avatar{display:block;width:56px;height:56px;border:1px solid #2d2a46;border-radius:var(--border-radius)}@media (max-width: 767px){td-blog-post-page .bp-avatar{width:40px;height:40px}}td-blog-post-page .bp-authored-date{padding:4px 0 4px 32px;border-left:1px solid #2d2a46}td-blog-post-page section{width:1200px}td-blog-post-page .bp-content-section{margin-top:40px;display:flex;gap:125px}@media (max-width: 767px){td-blog-post-page .bp-content-section{margin-top:24px;display:block}}td-blog-post-page .bp-content{flex:0 1 var(--blog-post-width);width:var(--blog-post-width);max-width:var(--blog-post-max-width)}td-blog-post-page .bp-content td-rich-text{margin-top:40px}@media (max-width: 767px){td-blog-post-page .bp-content td-rich-text{margin-top:24px}}td-blog-post-page .bp-content td-rich-text .rt-reading-time+*{margin-top:0}td-blog-post-page .bp-sidebar{flex:1}@media (max-width: 767px){td-blog-post-page .bp-sidebar{margin-top:32px}}td-blog-post-page .bp-sidebar>*{margin-bottom:64px}@media (max-width: 767px){td-blog-post-page .bp-sidebar>*{margin-bottom:32px}}td-blog-post-page .bp-sharing-links{margin-top:24px;display:flex;gap:16px}td-blog-post-page .bp-sharing-links a mat-icon{width:40px;height:40px}td-blog-post-page .bp-newsletter-section p{margin:16px 0 24px}td-blog-post-page .bp-sharing-section h4,td-blog-post-page .bp-newsletter-section h4,td-blog-post-page .bp-related-post-group-heading{color:var(--body-font-color);font-weight:var(--font-weight-regular);padding-bottom:8px;border-bottom:1px solid #2d2a46}td-blog-post-page .bp-related-post{padding:24px 0;display:flex;flex-direction:column;gap:12px}td-blog-post-page .bp-related-post+.bp-related-post{border-top:1px solid #2d2a46}td-blog-post-page .bp-related-post-title{margin-top:2px}td-blog-post-page .bp-related-post-title a{color:#fff;font-weight:var(--font-weight-semi-bold)}td-blog-post-page .bp-related-post-title a:hover{color:var(--color-green);text-decoration:underline}td-blog-post-page td-aspect-ratio{border:1px solid #2d2a46;border-radius:var(--border-radius);overflow:hidden}td-blog-post-page .bp-img{transition:transform .25s ease}td-blog-post-page .bp-img:hover{transform:scale(1.015)}td-blog-post-page .bp-related-post-author{font-weight:var(--font-weight-semi-bold)}td-blog-post-page td-resource-panels{display:block;margin-top:40px}td-blog-row{display:block}td-blog-row hr{margin:0}td-blog-row .bp-posts-row a:hover h1,td-blog-row .bp-posts-row a:hover h2,td-blog-row .bp-posts-row a:hover h3{color:var(--color-green)}td-blog-row .rt-reading-time{display:block;font-size:14px;margin-bottom:8px}td-blog-row .bp-posts-row{padding:40px 0}td-blog-row .bp-resource-panels-row{padding:24px 0 40px;border-bottom:1px solid #2d2a46}td-blog-row .bp-primary-post{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:40px}@media (max-width: 1199px){td-blog-row .bp-primary-post{gap:32px}}@media (max-width: 767px){td-blog-row .bp-primary-post{display:block}}td-blog-row .bp-primary-post .bp-primary-img-link{flex:0 0 50%}@media (max-width: 767px){td-blog-row .bp-primary-post .bp-primary-img-link{flex-basis:auto}}td-blog-row .bp-primary-post .bp-post-title{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}td-blog-row .bp-primary-post-summary{min-width:0}td-blog-row .bp-post-title{font-weight:var(--font-weight-semi-bold);margin-top:12px}td-blog-row .bp-post-title.bp-primary-post-title{margin-top:12px}td-blog-row .bp-post-title a:hover{color:var(--color-green)}td-blog-row .bp-primary-post-description{font-weight:var(--font-weight-light);margin-top:16px;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1199px){td-blog-row .bp-primary-post-description{margin-top:8px}}td-blog-row .bp-author{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:16px}@media (max-width: 767px){td-blog-row .bp-author{gap:8px}}td-blog-row .bp-author h3{font-weight:var(--font-weight-regular)}td-blog-row .bp-avatar{display:block;width:40px;height:40px;border:1px solid #2d2a46;border-radius:var(--border-radius)}@media (max-width: 767px){td-blog-row .bp-avatar{width:32px;height:32px}}td-blog-row td-aspect-ratio{transition:border-color .25s ease;border:1px solid #2d2a46;border-radius:var(--border-radius);overflow:hidden}td-blog-row td-aspect-ratio:hover{border-color:#63607c}td-blog-row .bp-img{transition:transform .25s ease}td-blog-row .bp-img:hover{transform:scale(1.015)}@media (min-width: 768px){td-blog-row .bp-secondary-posts{display:flex;gap:40px}}td-blog-row .bp-secondary-post{flex:0 0 calc(33% - 24px);display:flex;flex-direction:column;gap:24px}@media (max-width: 767px){td-blog-row .bp-secondary-post{display:block}td-blog-row .bp-secondary-post+.bp-secondary-post{margin-top:40px}}td-blog-row .bp-secondary-post .bp-post-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}td-blog-row .bp-secondary-post-summary{flex:1;display:flex;flex-direction:column}td-blog-row .bp-secondary-post-description{font-weight:var(--font-weight-light);margin-top:16px;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}td-blog-row .bp-posts-list-section{padding:40px 0}td-blog-row .bp-posts-list{list-style:none}@media (min-width: 768px){td-blog-row .bp-tertiary-post{display:flex;flex-direction:row;align-items:center;gap:40px}}td-blog-row .bp-img-tertiary-container{flex:11;display:flex;gap:12px}td-blog-row .bp-tertiary-img-link,td-blog-row .bp-img-tertiary{width:100%;flex-shrink:0}td-blog-row .bp-post-text-tertiary{flex:21;display:flex;flex-direction:column;margin-top:2px}td-blog-row .bp-post-text-tertiary .bp-post-title{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}td-blog-row .bp-post-text-tertiary .bp-tertiary-post-description{font-weight:var(--font-weight-light);margin-top:12px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}td-blog-row td-heading-with-highlights+td-resource-panels{display:block;margin-top:24px}td-features-page .td-intro{justify-content:flex-start;margin-top:64px!important}td-features-page .td-intro .td-text{flex:0 0 50%;margin:0}td-features-page .td-intro td-heading-with-highlights h1{font-size:var(--font-size-h2);line-height:var(--line-height-h2)}td-features-page .td-intro .td-illustration-wrapper{flex:0}td-features-page .td-intro td-illustration{margin-top:8px;margin-left:24px;padding:0}td-features-page .td-intro td-illustration td-code-snippet .cs-line-numbers,td-features-page .td-intro td-illustration td-code-snippet code{font-size:var(--font-size-code);line-height:var(--line-height-code)}td-features-page .features-content-wrapper{display:grid;grid-template-columns:200px 1fr;gap:48px;width:var(--section-width);max-width:var(--section-max-width);margin:0 auto;padding:0;margin-top:var(--subsection-margin);align-items:start}@media (max-width: 1199px){td-features-page .features-content-wrapper{grid-template-columns:1fr;gap:24px}}td-features-page .features-toc{position:sticky;top:100px;max-height:calc(100vh - 150px);overflow-y:auto;padding:0 8px 20px 0;align-self:start;scrollbar-width:thin;scrollbar-color:var(--color-light-grey) transparent}td-features-page .features-toc::-webkit-scrollbar{width:6px}td-features-page .features-toc::-webkit-scrollbar-track{background:transparent}td-features-page .features-toc::-webkit-scrollbar-thumb{background-color:var(--color-light-grey);border-radius:3px}@media (max-width: 1199px){td-features-page .features-toc{position:static;max-height:none;overflow-y:visible}}td-features-page .features-toc .toc-back-to-top{margin:0 0 16px}td-features-page .features-toc ul{list-style:none;margin:0;padding:0}td-features-page .features-toc li{margin:0}td-features-page .features-toc a{display:block;padding:4px 0 4px 12px;color:var(--body-text-color);text-decoration:none;transition:all .2s ease;border-left:2px solid transparent;position:relative}@media (max-width: 767px){td-features-page .features-toc a{padding:6px 0 6px 12px}}td-features-page .features-toc a:hover{color:var(--color-green)}td-features-page .features-toc a.td-active{color:var(--color-green);font-weight:500}td-features-page .features-toc a.td-active:before{content:"";position:absolute;left:-2px;top:0;bottom:0;width:4px;background-color:var(--color-green);border-radius:0 2px 2px 0;transform:translate(-2px)}td-features-page .features-toc .toc-nested li{margin-left:0}td-features-page .features-toc .toc-nested a{padding-left:28px}@media (max-width: 767px){td-features-page .features-toc .toc-nested a{padding-left:24px}}td-features-page .features-toc .toc-nested a:hover{opacity:1}td-features-page .features-toc .toc-nested a.td-active{opacity:1}td-features-page .features-main-content{flex:1;min-width:0}td-features-page td-feature-grid+td-section-core{margin-top:var(--section-margin)}td-generic-page td-actions{justify-content:center}td-home-page .td-intro{flex-direction:column;text-align:center;align-items:center;width:800px}td-home-page .td-intro td-actions{justify-content:center}td-home-page td-link-panels{margin-top:var(--section-margin)}td-home-page td-organisation-logos{margin-top:var(--section-margin)}td-home-page .td-drivers-section td-section-core{margin-top:0;padding-top:0}td-home-page td-key-point-panels-2x2{display:flex}td-home-page td-key-point-panels-2x2 td-section-core{margin-top:0}td-home-page td-key-point-panels-2x2 td-section-core .td-text{text-align:start}td-home-page td-key-point-panels-2x2 td-section-core td-actions{justify-content:flex-start}td-home-page td-key-point-panels-2x2 td-section-core td-actions td-button a{padding-left:0}td-home-page td-integrations-grid{display:block;margin:var(--subtitle-margin-l) auto 0}td-lecture-details-page .resource-section{padding-top:64px}@media (max-width: 767px){td-lecture-details-page .resource-section{padding-top:24px}}td-lecture-details-page .resource-section td-heading-with-highlights{text-align:center}td-lecture-details-page .main-section{margin-top:0}td-lecture-details-page ul.wd-subtitle{margin-top:32px;list-style:none;display:flex;flex-flow:row wrap;justify-content:center;gap:24px}@media (max-width: 1199px){td-lecture-details-page ul.wd-subtitle{margin-top:24px}}@media (max-width: 767px){td-lecture-details-page ul.wd-subtitle{margin-top:16px;gap:8px}}td-lecture-details-page ul.wd-subtitle li{display:flex;flex-direction:row;align-items:center}td-lecture-details-page ul.wd-subtitle li:not(:last-child):after{content:"|";margin-left:24px}@media (max-width: 767px){td-lecture-details-page ul.wd-subtitle li:not(:last-child):after{margin-left:8px}}td-lecture-details-page ul.wd-subtitle .mat-icon{font-size:20px;margin-right:16px}@media (max-width: 767px){td-lecture-details-page ul.wd-subtitle .mat-icon{margin-right:8px;font-size:16px}}td-lecture-details-page .wd-details-area{text-align:start}td-lecture-details-page ul.wd-speakers{list-style:none;display:flex;flex-flow:row wrap;gap:16px}td-lecture-details-page .wd-form-card{position:relative;margin-bottom:32px;padding:32px;display:flex;flex-direction:column;gap:24px}@media (min-width: 768px){td-lecture-details-page .wd-form-card{width:560px;max-width:50%;float:right;margin-left:32px}}@media (max-width: 767px){td-lecture-details-page .wd-form-card{padding:12px;gap:12px}}td-lecture-details-page .mat-mdc-progress-bar{position:absolute;bottom:0;left:0;right:0}td-lecture-details-page .ld-download-slides{justify-content:center}td-lecture-details-page .ld-video-container{margin-top:var(--subsection-margin);width:100%;border:1px solid #2d2a46;border-radius:var(--border-radius)}td-lecture-details-page .ld-video-frame{width:100%;height:100%;border-radius:var(--border-radius)}@media (min-width: 1200px){td-lecture-details-page .ld-cols-2{columns:2;gap:32px}}td-lectures-page .wp-primary-placeholder{padding-bottom:66.6666666667%}td-lectures-page .wp-img{border:1px solid #2d2a46;border-radius:var(--border-radius)}td-lectures-page .wp-primary-lecture{padding:40px}@media (max-width: 767px){td-lectures-page .wp-primary-lecture{padding:12px}}td-lectures-page .wp-primary-lecture-summary{margin-top:40px}@media (max-width: 767px){td-lectures-page .wp-primary-lecture-summary{margin-top:20px}}td-lectures-page .wp-lecture-title-container{color:var(--body-font-color)}td-lectures-page .wp-title-separator{margin:0 8px}td-lectures-page .wp-lecture-title{font-weight:var(--font-weight-regular)}td-lectures-page .wp-lecture-text-container{margin-top:16px;display:flex;gap:40px}@media (max-width: 767px){td-lectures-page .wp-lecture-text-container{margin-top:8px;flex-direction:column;gap:20px}}td-lectures-page .wp-lecture-description{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:48px}@media (max-width: 767px){td-lectures-page .wp-lecture-description{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:63px}}td-lectures-page .wp-primary-lecture-actions{align-self:flex-end}@media (max-width: 767px){td-lectures-page .wp-primary-lecture-actions{margin-top:24px}}td-lectures-page .wp-lecture-list-section{margin-top:40px}td-lectures-page .wp-lecture-list{list-style:none}td-lectures-page .wp-lecture-list-item{display:flex;flex-direction:row;align-items:center;gap:24px;padding:24px}td-lectures-page .wp-lecture-list-item+td-lectures-page .wp-lecture-list-item{border-top:1px solid #2d2a46}@media (max-width: 767px){td-lectures-page .wp-lecture-list-item{padding:16px 12px;flex-direction:column;align-items:stretch;gap:12px}}td-lectures-page .wp-lecture-list-item .wp-speaker{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}td-lectures-page .wp-lecture-list-item .wp-speaker>span+span{margin-left:16px}td-lectures-page .wp-lecture-list-item td-button{width:126px;flex-shrink:0}@media (max-width: 767px){td-lectures-page .wp-lecture-list-item td-button{width:auto}}td-lectures-page .wp-img-tertiary-container{display:flex;gap:12px}td-lectures-page .wp-img-tertiary{width:150px;flex-shrink:0}@media (max-width: 767px){td-lectures-page .wp-img-tertiary{width:100px}}td-lectures-page .wp-lecture-text{display:flex;flex-direction:column;gap:6px}td-lectures-page .wp-timing{display:flex;gap:24px}td-lectures-page .wp-timing>span{display:inline-flex;flex-direction:row;align-items:center;gap:8px}td-lectures-page .wp-timing .mat-icon{font-size:16px}td-legal-document td-heading-with-highlights{display:block;margin:40px 0}td-paper-details-page .resource-section{padding-top:64px}@media (max-width: 767px){td-paper-details-page .resource-section{padding-top:24px}}td-paper-details-page .resource-section td-heading-with-highlights{text-align:center}td-paper-details-page .wd-actions{justify-content:center}td-paper-details-page .wd-form-card{position:relative;padding:32px;display:flex;flex-flow:row wrap;gap:12px 32px;text-align:start}@media (max-width: 767px){td-paper-details-page .wd-form-card{padding:12px;flex-flow:column-reverse nowrap}}td-paper-details-page .wd-form-card>*{flex:1;min-width:0}@media (max-width: 767px){td-paper-details-page .wd-form-card>*{flex-basis:100%}}td-paper-details-page .wd-description{text-align:start}td-paper-details-page .wd-img{border:1px solid #2d2a46;border-radius:var(--border-radius)}@media (max-width: 767px){td-paper-details-page .wd-img{max-width:100%}}td-paper-details-page .mat-mdc-progress-bar{position:absolute;bottom:0;left:0;right:0}td-papers-page .wp-primary-paper-details{display:flex;flex-direction:row;align-items:flex-start;gap:40px}@media (max-width: 1199px){td-papers-page .wp-primary-paper-details{gap:32px}}@media (max-width: 767px){td-papers-page .wp-primary-paper-details{flex-direction:column;align-items:stretch;gap:12px}}td-papers-page .wp-primary-paper-details td-aspect-ratio{flex:0 0 50%}@media (max-width: 767px){td-papers-page .wp-primary-paper-details td-aspect-ratio{flex-basis:auto}}td-papers-page .wp-primary-paper-summary{display:flex;flex-direction:column;align-self:stretch}td-papers-page .wp-primary-paper-summary td-button{display:block;margin-top:40px}@media (max-width: 1199px){td-papers-page .wp-primary-paper-summary td-button{margin-top:32px}}@media (max-width: 767px){td-papers-page .wp-primary-paper-summary td-button{margin-top:12px}}td-papers-page .wp-paper-title{font-weight:var(--font-weight-regular)}td-papers-page .wp-primary-paper-title{margin-top:8px;margin-bottom:40px;text-align:center}td-papers-page .wp-primary-paper-description{font-weight:var(--font-weight-light)}td-papers-page .wp-img{border:1px solid #2d2a46;border-radius:var(--border-radius)}td-papers-page .wp-grid{display:flex;flex-flow:row wrap}td-papers-page .wp-grid-item{flex:1 1 400px;padding:32px;display:flex;flex-direction:column;gap:8px;border:solid var(--content-border-color);border-width:1px 0 0 1px;margin:-1px 0 0 -1px}@media (max-width: 767px){td-papers-page .wp-grid-item{padding:12px;gap:12px}}td-papers-page .wp-img-and-text{display:flex;flex-direction:column;gap:24px;margin-bottom:auto}@media (max-width: 767px){td-papers-page .wp-img-and-text{flex-direction:row;align-items:flex-start;gap:12px}}@media (max-width: 767px){td-papers-page .wp-img-secondary-container{width:100px;flex-shrink:0}}td-papers-page .wp-grid-item-description{margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:56px}@media (max-width: 1199px){td-papers-page .wp-grid-item-description{max-height:48px}}@media (max-width: 767px){td-papers-page .wp-grid-item-description{margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:63px}}@media (min-width: 768px){td-pricing-page td-section-core.td-features td-section-core .tb-main{padding:0 0 16px}}@media (max-width: 767px){td-pricing-page td-content-panel .cp-text-area{margin-top:-144px;z-index:10}}td-learning-article .bp-site-title p{color:var(--body-heading-color);font-weight:var(--font-weight-semi-bold)}td-learning-article .bp-intro-hr{margin:0}td-learning-article .bp-intro-section{margin-top:0}td-learning-article .bp-intro-section div{width:700px;max-width:var(--section-max-width)}td-learning-article .bp-intro-section div h1{padding:48px 0 24px}@media (max-width: 767px){td-learning-article .bp-intro-section div h1{padding:12px 0 0}}td-learning-article .bp-intro-section div td-rich-text{margin-top:1.25em}@media (max-width: 767px){td-learning-article .bp-intro-section div td-rich-text{margin-top:.75em}}td-learning-article .bp-post-section{margin-top:40px;border-top:1px solid #2d2a46}@media (max-width: 767px){td-learning-article .bp-post-section{margin-top:16px}}td-learning-article .bp-short-description .rt-reading-time{display:block;font-size:16px;margin-bottom:16px}@media (max-width: 1199px){td-learning-article .bp-author-section{max-width:var(--section-max-width)}}td-learning-article .bp-author-section-hr{margin-top:24px;border-top:1px solid #2d2a46}td-learning-article .bp-featured-image{width:100%;display:block;border-radius:var(--border-radius);border:1px solid #2d2a46}td-learning-article .bp-author-title{margin-top:16px}td-learning-article .bp-authorship{margin-top:12px;display:flex;justify-content:space-between;align-items:center}td-learning-article .bp-author{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:40px}@media (max-width: 767px){td-learning-article .bp-author{gap:8px}}td-learning-article .bp-author h3{font-weight:var(--font-weight-regular)}td-learning-article .bp-author-name{margin-left:8px}td-learning-article .bp-avatar{display:block;width:56px;height:56px;border:1px solid #2d2a46;border-radius:var(--border-radius)}@media (max-width: 767px){td-learning-article .bp-avatar{width:40px;height:40px}}td-learning-article .bp-authored-date{padding:4px 0 4px 32px;border-left:1px solid #2d2a46}td-learning-article section{width:1080px}td-learning-article .bp-content-section{margin-top:40px;display:flex;gap:125px}@media (max-width: 767px){td-learning-article .bp-content-section{margin-top:24px;display:block}}td-learning-article .bp-content{flex:0 1 var(--blog-post-width);width:var(--blog-post-width);max-width:var(--blog-post-max-width)}td-learning-article .bp-sidebar{flex:1}@media (max-width: 767px){td-learning-article .bp-sidebar{margin-top:32px}}td-learning-article .bp-sidebar>*{margin-bottom:64px}@media (max-width: 767px){td-learning-article .bp-sidebar>*{margin-bottom:32px}}td-learning-article .bp-sharing-links{margin-top:24px;display:flex;gap:16px}td-learning-article .bp-sharing-links a mat-icon{width:40px;height:40px}td-learning-article .bp-newsletter-section p{margin:16px 0 24px}td-learning-article .bp-sharing-section h4,td-learning-article .bp-newsletter-section h4,td-learning-article .bp-related-post-group-heading{color:var(--body-font-color);font-weight:var(--font-weight-regular);padding-bottom:8px;border-bottom:1px solid #2d2a46}td-learning-article .bp-related-post{padding:24px 0;display:flex;flex-direction:column;gap:12px}td-learning-article .bp-related-post+.bp-related-post{border-top:1px solid #2d2a46}td-learning-article .bp-related-post-title{margin-top:2px}td-learning-article .bp-related-post-title a{color:#fff;font-weight:var(--font-weight-semi-bold)}td-learning-article .bp-related-post-title a:hover{color:var(--color-green);text-decoration:underline}td-learning-article td-aspect-ratio{border:1px solid #2d2a46;border-radius:var(--border-radius);overflow:hidden}td-learning-article .bp-img{transition:transform .25s ease}td-learning-article .bp-img:hover{transform:scale(1.015)}td-learning-article .bp-related-post-author{font-weight:var(--font-weight-semi-bold)}td-startup-program-page td-section-core td-actions{justify-content:center}td-request-tech-talk-page .rt-details{text-align:start}@media (max-width: 767px){td-request-tech-talk-page .rt-details{display:flex;flex-direction:column-reverse;gap:24px}}td-request-tech-talk-page .rt-form-card{position:relative;float:right;margin-left:40px;margin-bottom:20px;max-width:560px;padding:32px;display:flex;flex-direction:column;gap:24px}@media (max-width: 1199px){td-request-tech-talk-page .rt-form-card{max-width:405px}}@media (max-width: 767px){td-request-tech-talk-page .rt-form-card{margin-left:0;max-width:auto}}td-request-tech-talk-page .rt-details-title{display:block;margin-bottom:40px;color:var(--body-heading-color);font-weight:var(--font-weight-semi-bold)}@media (max-width: 1199px){td-request-tech-talk-page .rt-details-title{margin-bottom:32px}}@media (max-width: 767px){td-request-tech-talk-page .rt-details-title{margin-bottom:24px}}td-request-tech-talk-page .mat-mdc-progress-bar{position:absolute;bottom:0;left:0;right:0}td-use-case-page #cyber-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}td-use-case-page .sp-intro-section-body{margin-top:32px}@media (max-width: 1199px){td-use-case-page .sp-intro-section-body{margin-top:16px}}td-use-case-page .hot-topics-section{max-width:none;border-radius:0;padding:64px 0;background:linear-gradient(rgba(156,163,175,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(156,163,175,.08) 1px,transparent 1px),linear-gradient(to bottom,var(--body-background) 0%,#c4c4c4 .5%,#eee 45%,#c4c4c4 99.5%,var(--body-background) 100%);z-index:2;background-size:20px 20px,20px 20px,auto;margin-top:var(--section-margin)}td-use-case-page .hot-topics-section td-hot-topics{margin-top:0;display:block}@media (min-width: 1520px){td-use-case-page .hot-topics-section td-hot-topics td-heading-with-highlights{flex:0 0 320px}}@media (min-width: 900px){td-use-case-page .hot-topics-section td-hot-topics td-scroll-pane{overflow:visible}td-use-case-page .hot-topics-section td-hot-topics .ss-container{overflow:visible}td-use-case-page .hot-topics-section td-hot-topics .td-card{box-shadow:0 4px 6px -1px #0009}}td-use-case-page .hot-topics-section td-hot-topics td-heading-with-highlights h2{color:#000;font-weight:var(--font-weight-semi-bold)}td-use-case-page .hot-topics-section td-hot-topics .td-cards{max-width:unset}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{--mat-dialog-subhead-font: var(--font-family-default);--mat-dialog-subhead-line-height: inherit;--mat-dialog-subhead-size: inherit;--mat-dialog-subhead-weight: 400;--mat-dialog-subhead-tracking: normal;--mat-dialog-supporting-text-font: var(--font-family-default);--mat-dialog-supporting-text-line-height: inherit;--mat-dialog-supporting-text-size: inherit;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: normal}html{--mat-snack-bar-supporting-text-font: var(--font-family-default);--mat-snack-bar-supporting-text-line-height: inherit;--mat-snack-bar-supporting-text-size: inherit;--mat-snack-bar-supporting-text-weight: 400}article{min-height:1080px;display:flex;flex-direction:column;padding-bottom:144px;position:relative}@media (max-width: 767px){article{padding-bottom:24px}}section,.section{position:relative;z-index:1;margin-left:auto;margin-right:auto;margin-top:var(--section-margin);border-radius:20px}section,.section{width:1536px;max-width:var(--section-max-width);padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}@media (min-width: 768px) and (max-width: 1079px){section,.section{width:calc(100vw + 0px);padding-left:20px;padding-right:20px}}@media (max-width: 767px){section,.section{padding-left:12px;padding-right:12px}}article>section:first-child,article>.section:first-child{margin-top:var(--first-section-margin)}td-section-core+td-key-point-panels-2x2{margin-top:var(--subsection-margin)}@media (min-width: 1200px){.narrow-section{max-width:1140px;margin-left:auto;margin-right:auto}}@media (max-width: 767px) and (min-width: 480px){.narrow-section{max-width:420px}}@media (max-width: 479px){.narrow-section{max-width:100vw}}.nebula-section{margin-top:var(--section-margin);display:flex;flex-direction:column;align-items:center;text-align:center}.nebula-section+article{margin-top:40px;border-top:1px solid #2d2a46}.nebula-section+article section:first-of-type{margin-top:64px}@media (max-width: 767px){.nebula-section+article section:first-of-type{margin-top:24px}}.full-width{width:100%}.blog-landing-strip{margin-top:var(--blog-landing-strip-margin)!important;display:flex;flex-direction:column;align-items:center;text-align:center}.resource-section{margin-top:40px;border-top:1px solid #2d2a46}@media (max-width: 767px){.resource-section{margin-top:16px}}.link-tertiary,.link-tertiary:visited{color:var(--color-white);font-weight:var(--font-weight-regular)}.link-tertiary:after,.link-tertiary:visited:after{margin-left:6px;content:"\f105";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.link-tertiary:hover,.link-tertiary:focus,.link-tertiary:visited:hover,.link-tertiary:visited:focus{color:var(--color-white);text-decoration:underline}.text-muted{color:#958fa8}input[type=email],select{padding:0 8px;background-color:var(--color-purple);color:var(--body-font-color);border:1px solid #2d2a46;caret-color:var(--body-font-color);border-radius:var(--border-radius);font-size:16px;line-height:46px;height:40px}table{table-layout:fixed;position:relative;border-collapse:collapse;background:none}table thead+tbody{border-top:1px solid var(--color-light-purple)}table tr:not(:first-child){border-top:1px solid var(--color-purple)}table th,table td{color:var(--body-font-color);padding:12px 24px;font-size:var(--font-size-p2)}@media (max-width: 767px){table th,table td{padding:8px 6px;font-size:var(--font-size-aside)}}table th{font-weight:inherit}.mat-mdc-dialog-container table tr:not(:first-child){border-top-color:var(--color-light-purple)}.page-intro-section{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:var(--first-section-margin)}.section-margin{margin-top:var(--section-margin)}.subsection-margin{margin-top:var(--subsection-margin)}.subtitle-l{margin-top:var(--subtitle-margin-l)}.subtitle{margin-top:var(--subtitle-margin)}.section-background-solid{background-color:var(--body-background)}.td-inverted-colors-section{margin-top:var(--section-margin);padding-top:var(--section-padding);padding-bottom:var(--section-padding);background:linear-gradient(rgba(156,163,175,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(156,163,175,.08) 1px,transparent 1px),linear-gradient(135deg,#f9fafb,#f3f4f6,#f9fafb);background-size:20px 20px,20px 20px,auto}.td-inverted-colors-section td-section-core{display:block}.td-inverted-colors-section h2,.td-inverted-colors-section p{color:#0e0e0e}.td-inverted-colors-section h2{font-weight:var(--font-weight-semi-bold)}.td-inverted-colors-section h3,.td-inverted-colors-section p{font-weight:var(--font-weight-medium)}.cc-window{background:var(--color-purple);border-top:1px solid #2d2a46;font-family:inherit;transition-duration:.15s}.cc-window .cc-link{text-decoration:none;color:var(--color-green)}.cc-window .cc-btn{display:flex;border-width:1px;border-style:solid;border-radius:20px;justify-content:center;align-items:center;font-weight:var(--font-weight-regular);font-size:inherit;font-family:inherit;cursor:pointer;transition-property:background-color,border,box-shadow,opacity;transition-duration:.1s;transition-timing-function:ease;text-decoration:none!important;padding:6px 18px;height:40px;text-wrap:nowrap;border-color:var(--color-green);background:transparent;color:var(--color-green);box-shadow:0 0 6px 3px #7ba0ff40}.cc-window .cc-btn span{position:relative}.cc-window .cc-btn span:after{margin-left:6px;content:"\f105";font-family:"Font Awesome 6 Pro";font-size:90%;-webkit-user-select:none;user-select:none;display:inline-block}.cc-window .cc-btn.td-button-disabled{opacity:50%;cursor:default}.cc-window .cc-btn.td-button-size-s{height:40px}.cc-window .cc-btn.td-button-size-xs{height:36px}@media (max-width: 767px){.cc-window .cc-btn{padding:6px 14px}}.cc-window .cc-btn:not(.td-button-disabled):hover,.cc-window .cc-btn:not(.td-button-disabled).container-hover{border-color:#81ede4;color:#9feae4;box-shadow:0 0 6px 3px #7ba0ff59}.cc-window .cc-btn.cc-btn{height:auto;width:auto}.markdown pre{background:transparent}.atcb-list{font-family:var(--font-family-default)}.td-intro .button-frameless{color:var(--color-white)}.td-intro .button-frameless:hover{color:var(--color-secondary-light-grey)}@media (max-width: 767px){.td-intro .td-illustration-wrapper{transform:scale(.86)}}.td-intro td-illustration{flex:unset!important;box-shadow:0 0 6px 3px #7ba0ff59;animation-play-state:running!important;position:relative;max-height:unset!important;aspect-ratio:unset!important;animation:gradient-button-bg-rotate 2.5s infinite linear paused;background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from var(--gradient-button-bg-angle),#03D0BF,#AC79EE,#03D0BF) border-box;border:1px solid transparent}.td-intro td-illustration:hover{animation-play-state:running}@supports (font: -apple-system-body) and (-webkit-appearance: none){.td-intro td-illustration{background:linear-gradient(to bottom,var(--body-background),var(--body-background)) padding-box,conic-gradient(from 120deg,#03d0bf,#ac79ee,#03d0bf) border-box}}@media (min-width: 768px){.td-intro td-illustration{margin-top:32px;padding:12px}.td-intro td-illustration td-code-snippet .cs-line-numbers,.td-intro td-illustration td-code-snippet code{font-size:20px;line-height:32px}}.td-intro td-illustration td-code-snippet{text-align:start}@media (max-width: 767px){.td-intro .td-text{display:flex;flex-direction:column;align-items:center}}mat-dialog-container h1{font-size:var(--font-size-h3);line-height:var(--line-height-h3)}mat-dialog-container td-button{margin-top:30px}mat-dialog-container aside{margin-top:32px}mat-dialog-container .mat-mdc-progress-bar{position:absolute;bottom:0;left:0;right:0}mat-dialog-container .mdc-dialog__content{overflow:visible}mat-dialog-container td-p-with-highlights{display:block;margin-bottom:24px;color:var(--body-font-color)}@property --gradient-button-bg-angle{inherits: false; initial-value: 120deg; syntax: "<angle>";}@keyframes gradient-button-bg-rotate{to{--gradient-button-bg-angle: 480deg}}.glow{color:#f3f3f3;text-shadow:0 0 10px rgba(255,255,255,.3),0 0 20px rgba(255,255,255,.2),0 0 30px rgba(255,255,255,.1),0 0 40px rgba(168,85,247,.1);animation:glow-pulse 3s ease-in-out infinite alternate}@keyframes glow-pulse{0%{text-shadow:0 0 5px rgba(255,255,255,.12),0 0 10px rgba(255,255,255,.08),0 0 15px rgba(255,255,255,.05),0 0 20px rgba(168,85,247,.05)}50%{text-shadow:0 0 5px rgba(255,255,255,.15),0 0 10px rgba(255,255,255,.1),0 0 15px rgba(255,255,255,.05),0 0 20px rgba(168,85,247,.05)}to{text-shadow:0 0 15px rgba(255,255,255,.3),0 0 25px rgba(255,255,255,.22),0 0 35px rgba(255,255,255,.12),0 0 45px rgba(168,85,247,.12)}}.holographic{background:linear-gradient(45deg,#f3f3f3,#fff,#e8e5ff,#d1c7ff,#fff,#f3f3f3);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:holographic 2s linear infinite}@keyframes holographic{0%,to{background-position:0% 50%}25%{background-position:100% 0%}50%{background-position:100% 100%}75%{background-position:0% 100%}}.multi-glow{color:#f3f3f3;position:relative}.multi-glow:before{content:attr(data-text);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:transparent;text-shadow:0 0 5px rgba(255,255,255,.8),0 0 10px rgba(168,85,247,.6),0 0 15px rgba(59,130,246,.4);animation:multi-glow-pulse 3s ease-in-out infinite alternate;z-index:-1}@keyframes multi-glow-pulse{0%{opacity:.3}to{opacity:.7}}
