@charset "UTF-8";.vue-flow{position:relative;width:100%;height:100%;overflow:hidden;z-index:0;direction:ltr}.vue-flow__container{position:absolute;height:100%;width:100%;left:0;top:0}.vue-flow__pane{z-index:1}.vue-flow__pane.draggable{cursor:grab}.vue-flow__pane.dragging{cursor:grabbing}.vue-flow__pane.selection{cursor:pointer}.vue-flow__transformationpane{transform-origin:0 0;z-index:2;pointer-events:none}.vue-flow__viewport{z-index:4;overflow:clip}.vue-flow__selection{z-index:6}.vue-flow__edge-labels{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible{outline:none}.vue-flow .vue-flow__edges{pointer-events:none;overflow:visible}.vue-flow__edge-path,.vue-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.vue-flow__edge{pointer-events:visibleStroke;cursor:pointer}.vue-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__edge.animated path.vue-flow__edge-interaction{stroke-dasharray:none;animation:none}.vue-flow__edge.inactive{pointer-events:none}.vue-flow__edge.selected,.vue-flow__edge:focus,.vue-flow__edge:focus-visible{outline:none}.vue-flow__edge.selected .vue-flow__edge-path,.vue-flow__edge:focus .vue-flow__edge-path,.vue-flow__edge:focus-visible .vue-flow__edge-path{stroke:#555}.vue-flow__edge-textwrapper{pointer-events:all}.vue-flow__edge-textbg{fill:#fff}.vue-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.vue-flow__connection{pointer-events:none}.vue-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__connectionline{z-index:1001}.vue-flow__nodes{pointer-events:none;transform-origin:0 0}.vue-flow__node-default,.vue-flow__node-input,.vue-flow__node-output{border-width:1px;border-style:solid;border-color:#bbb}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible,.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible,.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{outline:none;border:1px solid #555}.vue-flow__node{position:absolute;-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.vue-flow__node.draggable{cursor:grab;pointer-events:all}.vue-flow__node.draggable.dragging{cursor:grabbing}.vue-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.vue-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.vue-flow__nodesselection-rect.dragging{cursor:grabbing}.vue-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px}.vue-flow__handle.connectable{pointer-events:all;cursor:crosshair}.vue-flow__handle-bottom{left:50%;bottom:0;transform:translate(-50%,50%)}.vue-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.vue-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.vue-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.vue-flow__edgeupdater{cursor:move;pointer-events:all}.vue-flow__panel{position:absolute;z-index:5;margin:15px}.vue-flow__panel.top{top:0}.vue-flow__panel.bottom{bottom:0}.vue-flow__panel.left{left:0}.vue-flow__panel.right{right:0}.vue-flow__panel.center{left:50%;transform:translate(-50%)}@keyframes dashdraw{0%{stroke-dashoffset:10}}.models-graph{position:relative}.models-graph svg{z-index:100000}.models-graph:before{content:"";position:absolute;display:block;top:0;left:0;width:50px;height:calc(100% - 10px);background:linear-gradient(to left,#12121200,#121212);z-index:100}.models-graph:after{content:"";position:absolute;display:block;top:0;right:0;width:50px;height:calc(100% - 10px);background:linear-gradient(to right,#12121200,#121212);z-index:100}.models-graph-wrapper{height:100%;position:relative;overflow:auto}.models-graph-wrapper :deep(.vue-flow__edge-path),.models-graph-wrapper :deep(.vue-flow__edges){transition:all .3s}.models-graph-inner{position:relative;margin:0 auto}.models-graph-inner .timeline{position:absolute;top:0;left:0;width:100%;height:calc(100% - 50px);z-index:-1;display:grid}.models-graph-inner .timeline .section{position:relative;border-bottom:dashed 1px #484e4e;border-left:dashed 1px #1d2424}.models-graph-inner .timeline .section:first-child{border-left:none}.models-graph-inner .timeline .section .label{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);display:inline-block;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:30px;font-size:12px}.models-graph-inner .node{border:1px solid transparent;background-color:#1d2424;height:100px;width:340px;transition:all .3s}.models-graph-inner .node:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%}.models-graph-inner .node.is-frontier:before{background-color:#81e3ee}.models-graph-inner .node.is-frontier .model-type{color:#81e3ee}.models-graph-inner .node .release-date{font-size:12px}.models-graph.is-vertical .models-graph-wrapper{height:600px}.models-graph.is-vertical:before{width:calc(100% - 10px);height:50px;background:linear-gradient(to top,#12121200,#121212)}.models-graph.is-vertical:after{bottom:10px;top:unset;width:calc(100% - 10px);height:50px;background:linear-gradient(to bottom,#12121200,#121212)}.models-graph.is-vertical .models-graph-inner .timeline{height:100%;width:calc(100% - 50px);left:50px;grid-template-columns:1fr;grid-auto-rows:1fr}.models-graph.is-vertical .models-graph-inner .timeline .section:first-child{border-left:dashed 1px #1d2424}.models-graph.is-vertical .models-graph-inner .timeline .section:last-child{border-bottom:none}.models-graph.is-vertical .models-graph-inner .timeline .section .label{bottom:50%;left:0;transform:translateY(50%,-50%)}.search-result{max-width:400px}.models-list[data-v-f4a31de5]{max-height:calc(100vh - 150px)}.info-icon[data-v-f4a31de5]{margin-right:.5rem;font-size:1.5rem}.model-comparsion .q-field__after,.model-comparsion .q-field__append{padding:0}.text-dim{color:#929595!important}.bg-dark{background:#1d2424!important}.bg-dark-page{background:#121212!important}.bg-mixed-200{background:#323838!important}.bg-mixed-300{background:#484e4e!important}.bg-mixed-400{background:#606565!important}.bg-mixed-500{background:#787d7d!important}.bg-mixed-600{background:#929595!important}.text-twitter{color:#1da1f2!important}.bg-twitter{background:#1da1f2!important}.text-facebook{color:#1877f2!important}.bg-facebook{background:#1877f2!important}.text-linkedin{color:#0077b5!important}.bg-linkedin{background:#0077b5!important}.text-reddit{color:#ff4500!important}.bg-reddit{background:#ff4500!important}.text-whatsapp{color:#25d366!important}.bg-whatsapp{background:#25d366!important}.text-telegram{color:#08c!important}.bg-telegram{background:#08c!important}.ellipsis-5-lines{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#12121200 50%,#121212)}.overlay2{position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#121212,#12121200)}.overlay3{top:0;left:0;width:100%;height:100%;background:linear-gradient(to left,#121212,#12121200)}.research-card__img{height:100%;position:relative;overflow:hidden}.research-card__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(18,18,18,.5),transparent 20%),linear-gradient(145deg,rgba(18,18,18,.9),transparent 50%)}:root{--color-darkgrey: #FFFFFF;--color-midgrey: #929595;--color-secondary-text: var(--el-text-color-placeholder);--color-border: var(--el-border-color);--color-wash: #e5eff5;--color-article: #dedede}.article{padding:max(8vmin,40px) 0 max(8vmin,64px);word-break:break-word;color:var(--color-article)}.article h2{font-size:clamp(1.5em,4.8vw,2rem);font-weight:500;line-height:inherit}.article h3{font-size:clamp(1rem,4.8vw,1.5rem);font-weight:500;line-height:inherit}.article h4{font-size:clamp(1rem,4.8vw,1.2rem);font-weight:500;line-height:inherit}.article p{color:var(--color-article)}.page-template .article{padding-top:max(12vmin,64px)}.article-header{padding:0 0 max(6.4vmin,40px) 0}.page-template .article-header{padding-bottom:max(3.2vmin,28px)}.kg-video-container{padding-bottom:0!important}.article-tag{margin-bottom:16px;font-size:1rem}.article-tag a{color:var(--color-secondary-text)}.article-title{margin-bottom:0;font-size:clamp(3.2rem,5vw,5.2rem);font-weight:800;line-height:1;color:var(--color-darkgrey)}.has-serif-title .article-title{font-family:var(--font-serif)}.article-excerpt{margin-top:20px;max-width:720px;font-size:1rem;line-height:1.45;color:var(--color-darkgrey)}.gh-canvas .article-image{grid-column:wide-start/wide-end;width:100%;margin:max(6.4vmin,40px) 0 0}.image-full .article-image{grid-column:full-start/full-end}.image-small .article-image{grid-column:main-start/main-end}.gh-canvas .article-image img{display:block;margin-left:auto;margin-right:auto;width:100%}@media (max-width: 767px){.article-excerpt{margin-top:14px;font-size:1rem}}.gh-canvas{display:grid;grid-template-columns:[full-start] minmax(max(4vmin,20px),auto) [wide-start] minmax(auto,240px) [main-start] min(720px,100% - max(8vmin,40px)) [main-end] minmax(auto,240px) [wide-end] minmax(max(4vmin,20px),auto) [full-end]}.gh-canvas>*{grid-column:main-start/main-end}.kg-width-wide{grid-column:wide-start/wide-end}.kg-width-full{grid-column:full-start/full-end}.kg-width-full img{width:100%}.gh-content>*+*{margin-top:max(3.2vmin,24px);margin-bottom:0}.gh-content>[id]{margin:0;color:var(--color-darkgrey)}.has-serif-title .gh-content>[id]{font-family:var(--font-serif)}.gh-content>[id]:not(:first-child){margin:2em 0 0}.gh-content>[id]+*{margin-top:1.5rem!important}.gh-content>hr,.gh-content>blockquote{position:relative;margin-top:max(4.8vmin,32px)}.gh-content>hr+*,.gh-content>blockquote+*{margin-top:max(4.8vmin,32px)!important}.gh-content>hr{display:block;height:1px;border:0;border-top:1px solid #484e4e;margin:1em 0;padding:0}.gh-content a:not(.dynamic-model-name):not(.kg-bookmark-container){color:var(--q-primary);text-decoration:none;word-break:break-word;position:relative}.gh-content a:not(.dynamic-model-name):not(.kg-bookmark-container):before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--q-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.gh-content a:not(.dynamic-model-name):not(.kg-bookmark-container):hover:before{transform:scaleX(1)}.gh-content>blockquote:not([class]),.gh-content>ol,.gh-content>ul,.gh-content>dl,.gh-content>p{font-family:var(--font-serif);font-weight:400;font-size:1rem;line-height:1.6em}.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>ul,.gh-content .kg-toggle-card .kg-toggle-content>p{font-family:var(--font-serif);font-weight:400;font-size:1rem;line-height:1.6em}.gh-content .kg-product-card .kg-product-card-description>p,.gh-content .kg-product-card .kg-product-card-description>ol,.gh-content .kg-product-card .kg-product-card-description>ul{font-size:1rem;line-height:1.6em}.gh-content .kg-callout-card .kg-callout-emoji{font-size:1.1rem;line-height:1.4em}.gh-content .kg-toggle-card .kg-toggle-heading-text{font-size:1rem}.has-sans-body .gh-content>blockquote,.has-sans-body .gh-content>ol,.has-sans-body .gh-content>ul,.has-sans-body .gh-content>dl,.has-sans-body .gh-content>p,.has-sans-body .gh-content .kg-callout-card .kg-callout-text,.has-sans-body .gh-content .kg-toggle-card .kg-toggle-content>ol,.has-sans-body .gh-content .kg-toggle-card .kg-toggle-content>ul,.has-sans-body .gh-content .kg-toggle-card .kg-toggle-content>p{font-family:var(--font-sans)}.gh-content>ul,.gh-content>ol,.gh-content>dl,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>ul,.gh-content .kg-product-card .kg-product-card-description>ol,.gh-content .kg-product-card .kg-product-card-description>ul{padding-left:1.9em}.gh-content>blockquote:not([class]){position:relative;font-style:italic;padding:0}.gh-content>blockquote:not([class]):before{content:"";position:absolute;left:-1.5em;top:0;bottom:0;width:.3rem;background:var(--q-primary)}.gh-content :not(pre)>code{vertical-align:middle;padding:.15em .4em;border:none;font-weight:400!important;font-size:.9em;line-height:1em;color:#fff;background:#323838;border-radius:.25em}.gh-content pre{padding:16px 20px;color:var(--color-wash);font-size:1rem;line-height:1.5em;background:#1d2424;border-radius:5px;box-shadow:0 2px 6px -2px #0000001a,0 0 1px #0006}@media (max-width: 650px){.gh-content>blockquote:not([class]),.gh-content>ol,.gh-content>ul,.gh-content>dl,.gh-content>p,.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>ul,.gh-content .kg-toggle-card .kg-toggle-content>p{font-size:1rem}.gh-content .kg-product-card .kg-product-card-description>p,.gh-content .kg-product-card .kg-product-card-description>ol,.gh-content .kg-product-card .kg-product-card-description>ul{font-size:1rem}.gh-content blockquote:not([class]):before{left:min(-4vmin,-20px)}}figure{margin-left:0!important;margin-right:0!important}.gh-content :not(.kg-card):not([id])+.kg-card{margin-left:0;margin-top:6vmin;margin-bottom:0}.gh-content .kg-card+:not(.kg-card){margin-left:0;margin-top:6vmin;margin-bottom:0}.gh-content .kg-card [class*=title]{font-size:1rem}.gh-content .kg-card [class*=description]{font-size:.875rem}.gh-content .kg-card [class*=metadata]{font-size:1rem}.kg-embed-card{display:flex;flex-direction:column;align-items:center;width:100%}.kg-embed-card iframe{width:80%;height:300px}.has-serif-title .kg-toggle-card .kg-toggle-heading-text{font-family:var(--font-serif)}.gh-content .kg-callout-card-accent a{text-decoration:underline}.kg-blockquote-alt{font-family:var(--font-serif);color:var(--color-midgrey)}.has-sans-body .kg-blockquote-alt{font-family:var(--font-sans)}.kg-card.kg-header-card.kg-style-dark{background:var(--color-darkgrey)}.kg-header-card.kg-style-light h2.kg-header-card-header{color:color-mod(var(--color-darkgrey) l(-5%))}.has-serif-title .kg-header-card h2.kg-header-card-header{font-family:var(--font-serif)}figcaption{padding:1rem;font-size:.8rem;line-height:1.4em;position:relative}figcaption *{color:var(--color-midgrey)}figcaption:before{content:"↪";position:absolute;left:-1rem;font-size:1.1rem;color:var(--q-primary);font-weight:700}figcaption strong{color:#000c}figcaption a{text-decoration:underline}iframe.instagram-media{margin-top:6vmin!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:0!important}iframe.instagram-media+script+:not([id]){margin-top:6vmin}.kg-width-full.kg-card-hascaption{display:grid;grid-template-columns:inherit}.kg-width-wide.kg-card-hascaption img{grid-column:wide-start/wide-end}.kg-width-full.kg-card-hascaption img{grid-column:1/-1}.kg-width-full.kg-card-hascaption figcaption{grid-column:main-start/main-end}.article-comments{margin:6vmin 0 0}.footnotes-sep{margin-bottom:30px}.footnotes{font-size:1rem}.footnotes p{margin:0}.footnote-backref{font-size:1rem;font-weight:700;text-decoration:none!important;box-shadow:none!important}.kg-card{margin:0}.gh-content table{border-radius:8px;margin-left:auto;margin-right:auto;width:100%;font-family:var(--font-sans);font-weight:300;text-align:left;border-spacing:0;border-collapse:separate;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100vw}.gh-content table thead,.gh-content table tbody,.gh-content table tr{width:100%;display:table;table-layout:fixed}.gh-content thead tr{color:#000;font-weight:500;background-color:var(--q-primary);position:sticky;top:0;z-index:1}.gh-content table th{padding:clamp(.5em,1.5vw,.7em);background-color:var(--q-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-content table td{padding:clamp(.5em,1.5vw,.6em);transition:background-color .3s ease;word-wrap:break-word;overflow-wrap:break-word;white-space:nowrap;max-width:0;overflow:hidden;text-overflow:ellipsis;font-size:clamp(.5em,.6rem + .5vw,1em)}.gh-content tbody tr:nth-child(2n){background-color:#1d2424}.gh-content tbody tr:nth-child(odd){background-color:#323838}@media (hover: hover){.gh-content tbody tr:hover{background-color:#484e4e}}.gh-content tbody tr{transition:background-color .3s ease}.gh-content thead tr:first-child th:first-child{border-top-left-radius:8px}.gh-content thead tr:first-child th:last-child{border-top-right-radius:8px}.gh-content tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.gh-content tbody tr:last-child td:last-child{border-bottom-right-radius:8px}@media screen and (max-width: 768px){.gh-content table{font-size:.9rem}.gh-content table th,.gh-content table td{padding:.5em}}.gh-content table::-webkit-scrollbar{height:6px}.gh-content table::-webkit-scrollbar-track{background:transparent}.gh-content table::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.gh-content table::-webkit-scrollbar-thumb:hover{background:#0000004d}.article-byline{display:flex;justify-content:space-between;margin:min(24px,5.6vmin) 0 0}.article-byline-content{flex-grow:1;display:flex;align-items:center}.article-byline-content .author-list{justify-content:flex-start;padding:0 14px 0 0}.article-byline-meta{color:var(--color-secondary-text);font-size:.7rem;line-height:1.5em}.header-info .article-byline-meta .author-name{margin:0 0 6px}.article-byline-meta .bull{display:inline-block;margin:0 2px}.kg-audio-card{font-size:1rem}.author-avatar{display:block;overflow:hidden;margin:0 -4px;width:min(56px,13.6vmin);height:min(56px,13.6vmin);border:#fff 2px solid;border-radius:50%;background-color:var(--color-border)}.page-template .article-title{margin-bottom:0}@media (max-width: 767px){.article-byline-content .author-list{padding-right:12px}.article-byline-meta .author-name{margin-bottom:4px}}.model-title{font-size:clamp(2.8rem,4.8vw,4rem);line-height:1em;word-break:break-word;font-family:monospace}.info-icon{margin-right:.5rem;font-size:1.5rem}.page-transition-enter-active,.page-transition-leave-active{transition:all .5s ease}.page-transition-enter-from{opacity:0;transform:translateY(30px)}.page-transition-leave-to{opacity:0;transform:translateY(-30px)}.page-transition-move{transition:transform .5s ease}.page-transition-leave-active{position:absolute;width:100%}.model-list-vertical{position:absolute}.model-list{position:sticky;z-index:1;top:56px;max-height:calc(100vh - 56px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.model-list::-webkit-scrollbar{width:6px}.model-list::-webkit-scrollbar-track{background:transparent}.model-list::-webkit-scrollbar-thumb{background-color:var(--q-primary);border-radius:3px}.model-selector .q-field__after,.model-selector .q-field__append{padding:0}
