:root{--text-color:#2c3e50;--bg-color:#f8f8f8;--bg-color-light:#fff;--bg-color-blur:rgba(255, 255, 255, .9);--border-color:#eaecef;--box-shadow:#f0f1f2;--card-shadow:rgba(0, 0, 0, .15);--theme-color:#3eaf7c;--black:#000;--dark-grey:#666;--light-grey:#999;--white:#fff;--grey3:#333;--grey12:#bbb;--grey14:#eee;--navbar-height:3.75rem;--navbar-horizontal-padding:1.5rem;--navbar-vertical-padding:.7rem;--navbar-mobile-height:3.25rem;--navbar-mobile-horizontal-padding:1rem;--navbar-mobile-vertical-padding:.5rem;--sidebar-width:18rem;--sidebar-mobile-width:16rem;--content-width:740px;--home-page-width:1160px;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif;--font-family-fancy:Georgia Pro, Crimson, Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif;--font-family-code:Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--line-numbers-width:2.5rem;--color-transition:.3s ease;--transform-transition:.3s ease;--text-color-light:#3a5169;--text-color-lighter:#476582;--text-color-bright:#6a8bad;--theme-color-dark:#389e70;--theme-color-light:#4abf8a;--theme-color-mask:rgba(62, 175, 124, .15)}html[data-theme=dark]{--text-color:#9e9e9e;--bg-color:#1d2025;--bg-color-light:#252934;--bg-color-blur:rgba(29, 32, 37, .9);--border-color:#302d28;--box-shadow:#282a32;--card-shadow:rgba(0, 0, 0, .3);--black:#fff;--dark-grey:#999;--light-grey:#666;--white:#000;--grey3:#bbb;--grey12:#333;--grey14:#111;--text-color-light:#a8a8a8;--text-color-lighter:#b1b1b1;--text-color-bright:#c5c5c5}@-webkit-keyframes message-move-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes message-move-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes message-move-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes message-move-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}#message-container{position:fixed;top:calc(var(--navbar-height) + 1rem);left:0;right:0;z-index:100;text-align:center}#message-container .message{display:inline-block;padding:8px 10px;border-radius:3px;box-shadow:0 0 10px 0 var(--box-shadow, #f0f1f2);background:var(--c-bg, #fff);color:var(--c-text, #2c3e50);font-size:14px;transition:height .2s ease-in-out,margin .2s ease-in-out}#message-container .message.move-in{-webkit-animation:message-move-in .3s ease-in-out;animation:message-move-in .3s ease-in-out}#message-container .message.move-out{-webkit-animation:message-move-out .3s ease-in-out;animation:message-move-out .3s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}#message-container .message svg{position:relative;bottom:-.125em;margin-right:5px}.categories-wrapper{list-style:none;margin:0;padding-left:0}.categories-wrapper .category{display:inline-block;margin:0 .25em;padding:0 .25em;border-radius:.25em;font-size:.75rem;font-weight:700;line-height:2}.categories-wrapper .category>span:after{content:", "}.categories-wrapper .category>span:last-child:after{content:""}.categories-wrapper .category.clickable>span:hover{cursor:pointer;color:var(--c-brand, #3eaf7c)}.categories-wrapper .category0{background:#fde5e7;color:#ec2f3e}html[data-theme=dark] .categories-wrapper .category0{background:#340509;color:#ba111f}.categories-wrapper .category0:hover{background:#f9bec3}html[data-theme=dark] .categories-wrapper .category0:hover{background:#53080e}.categories-wrapper .category1{background:#ffeee8;color:#fb7649}html[data-theme=dark] .categories-wrapper .category1{background:#441201;color:#f54205}.categories-wrapper .category1:hover{background:#fed4c6}html[data-theme=dark] .categories-wrapper .category1:hover{background:#6d1d02}.categories-wrapper .category2{background:#fef5e7;color:#f5b041}html[data-theme=dark] .categories-wrapper .category2{background:#3e2703;color:#e08e0b}.categories-wrapper .category2:hover{background:#fce6c4}html[data-theme=dark] .categories-wrapper .category2:hover{background:#633f05}.categories-wrapper .category3{background:#eafaf1;color:#55d98d}html[data-theme=dark] .categories-wrapper .category3{background:#0c331c;color:#29b866}.categories-wrapper .category3:hover{background:#caf3db}html[data-theme=dark] .categories-wrapper .category3:hover{background:#12522d}.categories-wrapper .category4{background:#e6f9ee;color:#36d278}html[data-theme=dark] .categories-wrapper .category4{background:#092917;color:#219552}.categories-wrapper .category4:hover{background:#c0f1d5}html[data-theme=dark] .categories-wrapper .category4:hover{background:#0f4224}.categories-wrapper .category5{background:#e1fcfc;color:#16e1e1}html[data-theme=dark] .categories-wrapper .category5{background:#042929;color:#0e9595}.categories-wrapper .category5:hover{background:#b4f8f8}html[data-theme=dark] .categories-wrapper .category5:hover{background:#064242}.categories-wrapper .category6{background:#e4f0fe;color:#2589f6}html[data-theme=dark] .categories-wrapper .category6{background:#021b36;color:#0862c3}.categories-wrapper .category6:hover{background:#bbdafc}html[data-theme=dark] .categories-wrapper .category6:hover{background:#042c57}.categories-wrapper .category7{background:#f7f1fd;color:#bb8ced}html[data-theme=dark] .categories-wrapper .category7{background:#2a0b4b;color:#9851e4}.categories-wrapper .category7:hover{background:#eadbfa}html[data-theme=dark] .categories-wrapper .category7:hover{background:#431277}.categories-wrapper .category8{background:#fdeaf5;color:#ef59ab}html[data-theme=dark] .categories-wrapper .category8{background:#400626;color:#e81689}.categories-wrapper .category8:hover{background:#facbe5}html[data-theme=dark] .categories-wrapper .category8:hover{background:#670a3d}.tags-wrapper{list-style:none;margin:0;padding-left:0}.tags-wrapper .tag{position:relative;min-width:1.5rem;margin:0 .125rem;padding:.125rem .25rem .125rem .625rem;font-size:.625rem;font-weight:700;line-height:1.5;display:inline-block;vertical-align:middle;overflow:hidden;transition:all var(--color-transition, .3s)}.tags-wrapper .tag.clickable:hover{cursor:pointer}.tags-wrapper .tag0{background:#fde5e7;background:linear-gradient(135deg,transparent .75em,#fde5e7 0) top,linear-gradient(45deg,transparent .75em,#fde5e7 0) bottom;color:#ec2f3e}html[data-theme=dark] .tags-wrapper .tag0{background:#340509;background:linear-gradient(135deg,transparent .75em,#340509 0) top,linear-gradient(45deg,transparent .75em,#340509 0) bottom;color:#ba111f}.tags-wrapper .tag0.clickable:hover{background:#f9bec3;background:linear-gradient(135deg,transparent .75em,#f9bec3 0) top,linear-gradient(45deg,transparent .75em,#f9bec3 0) bottom}html[data-theme=dark] .tags-wrapper .tag0.clickable:hover{background:#53080e;background:linear-gradient(135deg,transparent .75em,#53080e 0) top,linear-gradient(45deg,transparent .75em,#53080e 0) bottom}.tags-wrapper .tag0,.tags-wrapper .tag1,.tags-wrapper .tag2{background-size:100% 52%!important;background-repeat:no-repeat!important}.tags-wrapper .tag1{background:#ffeee8;background:linear-gradient(135deg,transparent .75em,#ffeee8 0) top,linear-gradient(45deg,transparent .75em,#ffeee8 0) bottom;color:#fb7649}html[data-theme=dark] .tags-wrapper .tag1{background:#441201;background:linear-gradient(135deg,transparent .75em,#441201 0) top,linear-gradient(45deg,transparent .75em,#441201 0) bottom;color:#f54205}.tags-wrapper .tag1.clickable:hover{background:#fed4c6;background:linear-gradient(135deg,transparent .75em,#fed4c6 0) top,linear-gradient(45deg,transparent .75em,#fed4c6 0) bottom}html[data-theme=dark] .tags-wrapper .tag1.clickable:hover{background:#6d1d02;background:linear-gradient(135deg,transparent .75em,#6d1d02 0) top,linear-gradient(45deg,transparent .75em,#6d1d02 0) bottom}.tags-wrapper .tag2{background:#fef5e7;background:linear-gradient(135deg,transparent .75em,#fef5e7 0) top,linear-gradient(45deg,transparent .75em,#fef5e7 0) bottom;color:#f5b041}html[data-theme=dark] .tags-wrapper .tag2{background:#3e2703;background:linear-gradient(135deg,transparent .75em,#3e2703 0) top,linear-gradient(45deg,transparent .75em,#3e2703 0) bottom;color:#e08e0b}.tags-wrapper .tag2.clickable:hover{background:#fce6c4;background:linear-gradient(135deg,transparent .75em,#fce6c4 0) top,linear-gradient(45deg,transparent .75em,#fce6c4 0) bottom}html[data-theme=dark] .tags-wrapper .tag2.clickable:hover{background:#633f05;background:linear-gradient(135deg,transparent .75em,#633f05 0) top,linear-gradient(45deg,transparent .75em,#633f05 0) bottom}.tags-wrapper .tag3{background:#eafaf1;background:linear-gradient(135deg,transparent .75em,#eafaf1 0) top,linear-gradient(45deg,transparent .75em,#eafaf1 0) bottom;color:#55d98d}html[data-theme=dark] .tags-wrapper .tag3{background:#0c331c;background:linear-gradient(135deg,transparent .75em,#0c331c 0) top,linear-gradient(45deg,transparent .75em,#0c331c 0) bottom;color:#29b866}.tags-wrapper .tag3.clickable:hover{background:#caf3db;background:linear-gradient(135deg,transparent .75em,#caf3db 0) top,linear-gradient(45deg,transparent .75em,#caf3db 0) bottom}html[data-theme=dark] .tags-wrapper .tag3.clickable:hover{background:#12522d;background:linear-gradient(135deg,transparent .75em,#12522d 0) top,linear-gradient(45deg,transparent .75em,#12522d 0) bottom}.tags-wrapper .tag3,.tags-wrapper .tag4,.tags-wrapper .tag5{background-size:100% 52%!important;background-repeat:no-repeat!important}.tags-wrapper .tag4{background:#e6f9ee;background:linear-gradient(135deg,transparent .75em,#e6f9ee 0) top,linear-gradient(45deg,transparent .75em,#e6f9ee 0) bottom;color:#36d278}html[data-theme=dark] .tags-wrapper .tag4{background:#092917;background:linear-gradient(135deg,transparent .75em,#092917 0) top,linear-gradient(45deg,transparent .75em,#092917 0) bottom;color:#219552}.tags-wrapper .tag4.clickable:hover{background:#c0f1d5;background:linear-gradient(135deg,transparent .75em,#c0f1d5 0) top,linear-gradient(45deg,transparent .75em,#c0f1d5 0) bottom}html[data-theme=dark] .tags-wrapper .tag4.clickable:hover{background:#0f4224;background:linear-gradient(135deg,transparent .75em,#0f4224 0) top,linear-gradient(45deg,transparent .75em,#0f4224 0) bottom}.tags-wrapper .tag5{background:#e1fcfc;background:linear-gradient(135deg,transparent .75em,#e1fcfc 0) top,linear-gradient(45deg,transparent .75em,#e1fcfc 0) bottom;color:#16e1e1}html[data-theme=dark] .tags-wrapper .tag5{background:#042929;background:linear-gradient(135deg,transparent .75em,#042929 0) top,linear-gradient(45deg,transparent .75em,#042929 0) bottom;color:#0e9595}.tags-wrapper .tag5.clickable:hover{background:#b4f8f8;background:linear-gradient(135deg,transparent .75em,#b4f8f8 0) top,linear-gradient(45deg,transparent .75em,#b4f8f8 0) bottom}html[data-theme=dark] .tags-wrapper .tag5.clickable:hover{background:#064242;background:linear-gradient(135deg,transparent .75em,#064242 0) top,linear-gradient(45deg,transparent .75em,#064242 0) bottom}.tags-wrapper .tag6{background:#e4f0fe;background:linear-gradient(135deg,transparent .75em,#e4f0fe 0) top,linear-gradient(45deg,transparent .75em,#e4f0fe 0) bottom;color:#2589f6}html[data-theme=dark] .tags-wrapper .tag6{background:#021b36;background:linear-gradient(135deg,transparent .75em,#021b36 0) top,linear-gradient(45deg,transparent .75em,#021b36 0) bottom;color:#0862c3}.tags-wrapper .tag6.clickable:hover{background:#bbdafc;background:linear-gradient(135deg,transparent .75em,#bbdafc 0) top,linear-gradient(45deg,transparent .75em,#bbdafc 0) bottom}html[data-theme=dark] .tags-wrapper .tag6.clickable:hover{background:#042c57;background:linear-gradient(135deg,transparent .75em,#042c57 0) top,linear-gradient(45deg,transparent .75em,#042c57 0) bottom}.tags-wrapper .tag6,.tags-wrapper .tag7,.tags-wrapper .tag8{background-size:100% 52%!important;background-repeat:no-repeat!important}.tags-wrapper .tag7{background:#f7f1fd;background:linear-gradient(135deg,transparent .75em,#f7f1fd 0) top,linear-gradient(45deg,transparent .75em,#f7f1fd 0) bottom;color:#bb8ced}html[data-theme=dark] .tags-wrapper .tag7{background:#2a0b4b;background:linear-gradient(135deg,transparent .75em,#2a0b4b 0) top,linear-gradient(45deg,transparent .75em,#2a0b4b 0) bottom;color:#9851e4}.tags-wrapper .tag7.clickable:hover{background:#eadbfa;background:linear-gradient(135deg,transparent .75em,#eadbfa 0) top,linear-gradient(45deg,transparent .75em,#eadbfa 0) bottom}html[data-theme=dark] .tags-wrapper .tag7.clickable:hover{background:#431277;background:linear-gradient(135deg,transparent .75em,#431277 0) top,linear-gradient(45deg,transparent .75em,#431277 0) bottom}.tags-wrapper .tag8{background:#fdeaf5;background:linear-gradient(135deg,transparent .75em,#fdeaf5 0) top,linear-gradient(45deg,transparent .75em,#fdeaf5 0) bottom;color:#ef59ab}html[data-theme=dark] .tags-wrapper .tag8{background:#400626;background:linear-gradient(135deg,transparent .75em,#400626 0) top,linear-gradient(45deg,transparent .75em,#400626 0) bottom;color:#e81689}.tags-wrapper .tag8.clickable:hover{background:#facbe5;background:linear-gradient(135deg,transparent .75em,#facbe5 0) top,linear-gradient(45deg,transparent .75em,#facbe5 0) bottom}html[data-theme=dark] .tags-wrapper .tag8.clickable:hover{background:#670a3d;background:linear-gradient(135deg,transparent .75em,#670a3d 0) top,linear-gradient(45deg,transparent .75em,#670a3d 0) bottom}:root{--balloon-border-radius:2px;--balloon-color:rgba(16, 16, 16, .95);--balloon-text-color:#fff;--balloon-font-size:12px;--balloon-move:4px}button[aria-label][data-balloon-pos]{overflow:visible}[aria-label][data-balloon-pos]{position:relative;cursor:pointer}[aria-label][data-balloon-pos]:after,[aria-label][data-balloon-pos]:before{opacity:0;pointer-events:none;transition:all .18s ease-out .18s;position:absolute;z-index:10}[aria-label][data-balloon-pos]:after{text-indent:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;font-style:normal;text-shadow:none;font-size:var(--balloon-font-size);background:var(--balloon-color);border-radius:2px;color:var(--balloon-text-color);border-radius:var(--balloon-border-radius);content:attr(aria-label);padding:.5em 1em;white-space:nowrap}[aria-label][data-balloon-pos]:before{width:0;height:0;border:5px solid transparent;border-top-color:var(--balloon-color);content:""}[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-visible]:before{opacity:1;pointer-events:none}[aria-label][data-balloon-pos].font-awesome:after{font-family:FontAwesome,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}[aria-label][data-balloon-pos][data-balloon-break]:after{white-space:pre}[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after{white-space:pre-line;word-break:break-word}[aria-label][data-balloon-pos][data-balloon-blunt]:after,[aria-label][data-balloon-pos][data-balloon-blunt]:before{transition:none}[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before{transform:translate(-50%)}[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after{left:0}[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before{left:5px}[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after{right:0}[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before{right:5px}[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after,[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-pos^=up]:after,[aria-label][data-balloon-pos][data-balloon-pos^=up]:before{bottom:100%;transform-origin:top;transform:translateY(var(--balloon-move))}[aria-label][data-balloon-pos][data-balloon-pos^=up]:after{margin-bottom:10px}[aria-label][data-balloon-pos][data-balloon-pos=up]:after,[aria-label][data-balloon-pos][data-balloon-pos=up]:before{left:50%;transform:translate(-50%,var(--balloon-move))}[aria-label][data-balloon-pos][data-balloon-pos^=down]:after,[aria-label][data-balloon-pos][data-balloon-pos^=down]:before{top:100%;transform:translateY(calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos^=down]:after{margin-top:10px}[aria-label][data-balloon-pos][data-balloon-pos^=down]:before{width:0;height:0;border:5px solid transparent;border-bottom-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-pos=down]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:before{left:50%;transform:translate(-50%,calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before{transform:translateY(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:after,[aria-label][data-balloon-pos][data-balloon-pos=left]:before{right:100%;top:50%;transform:translate(var(--balloon-move),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:after{margin-right:10px}[aria-label][data-balloon-pos][data-balloon-pos=left]:before{width:0;height:0;border:5px solid transparent;border-left-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-pos=right]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:before{left:100%;top:50%;transform:translate(calc(var(--balloon-move)*-1),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=right]:after{margin-left:10px}[aria-label][data-balloon-pos][data-balloon-pos=right]:before{width:0;height:0;border:5px solid transparent;border-right-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-length]:after{white-space:normal}[aria-label][data-balloon-pos][data-balloon-length=small]:after{width:80px}[aria-label][data-balloon-pos][data-balloon-length=medium]:after{width:150px}[aria-label][data-balloon-pos][data-balloon-length=large]:after{width:260px}[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{width:380px}@media screen and (max-width:768px){[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{width:90vw}}[aria-label][data-balloon-pos][data-balloon-length=fit]:after{width:100%}.article-info{display:flex;justify-content:flex-start;align-content:stretch;align-items:center;flex-wrap:wrap;color:var(--dark-grey);font-size:14px}.article-info>span{display:flex;align-items:center;flex-shrink:0;margin-right:.5em;line-height:2}@media (min-width:1440px){.article-info>span{font-size:1.1em}}@media (max-width:419px){.article-info>span{margin-right:.3em;font-size:.875em}}.article-info .icon,.article-info>span.origin{position:relative;display:inline-block;vertical-align:middle}.article-info>span.origin{margin:0 .5em;padding:0 .5em;border:.5px solid var(--dark-grey);border-radius:.75em;background:var(--c-bg, #fff);font-size:.75em;line-height:1.5;overflow:hidden}.article-info .icon{width:1em;height:1em;margin-right:.25em}.article-info a{color:inherit}.article-info a:active,.article-info a:hover{color:var(--c-brand, #3eaf7c)}.article-info .author-item{display:inline-block;margin:0 4px;font-weight:400}:root{--badge-tip-color:#42b983;--badge-warning-color:#f4cd00;--badge-danger-color:#f55}.badge{display:inline-block;font-size:14px;height:18px;line-height:18px;border-radius:3px;padding:0 6px;color:var(--white);background-color:var(--c-brand, #3eaf7c);vertical-align:top;transition:background-color var(--color-transition, .3s),color var(--color-transition, .3s)}.badge.tip{background-color:var(--badge-tip-color)}.badge.warning{background-color:var(--badge-warning-color)}.badge.danger{background-color:var(--badge-danger-color)}.badge+.badge{margin-left:5px}.theme-hope-content:not(.custom)>:first-child{margin-top:0}.breadcrumb{max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem;position:relative;padding-top:.5rem;font-size:15px;z-index:2}@media (max-width:959px){.breadcrumb{padding-left:1.5rem;padding-right:1.5rem;font-size:14px}}@media (max-width:419px){.breadcrumb{font-size:12.8px}}.breadcrumb .icon{margin-right:.25em}.breadcrumb ol{margin:0;padding-left:0;list-style:none}.breadcrumb li{display:inline-block}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li:last-child a{padding-right:0}.breadcrumb li.is-active a{color:var(--light-grey);cursor:default;pointer-events:none}.breadcrumb li+li:before{color:var(--light-grey);content:"/"}.breadcrumb a{display:inline-block;padding:0 .5em;line-height:2}.breadcrumb a:before{position:relative;bottom:.125rem;margin-right:.25em}.breadcrumb a:hover{color:var(--c-brand-light, #4abf8a)}.cancel-full-screen,.full-screen{background-color:transparent;border-width:0;padding:6px;color:var(--dark-grey);cursor:pointer}.cancel-full-screen:hover,.full-screen:hover{color:var(--theme-color)}.cancel-full-screen .icon,.full-screen .icon{width:1.25rem;height:1.25rem}.cancel-fullscreen-icon,.enter-fullscreen-icon:hover{color:var(--c-brand, #3eaf7c)}.cancel-fullscreen-icon:hover{color:var(--dark-grey)}.pagination-wrapper{margin:1.25rem 0 .75rem;font-weight:600;font-size:15px;line-height:2}.pagination-wrapper .pagination-list{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination-wrapper .pagination-list .btn-group{display:flex;align-items:stretch;height:30px;margin:0 .5rem;border:1px solid var(--c-border, #eaecef);border-radius:.25rem;overflow:hidden}.pagination-wrapper .pagination-list .btn-group div{position:relative;padding:0 .5rem;background:var(--c-bg, #fff);color:var(--c-brand, #3eaf7c);cursor:pointer}.pagination-wrapper .pagination-list .btn-group div:before{content:" ";position:absolute;top:0;left:0;bottom:0;width:1px;background:var(--c-border, #eaecef)}.pagination-wrapper .pagination-list .btn-group div:first-child:before{background:0 0}.pagination-wrapper .pagination-list .btn-group div.active,.pagination-wrapper .pagination-list .btn-group div:hover{background:var(--c-brand, #3eaf7c);color:var(--white, #fff)}.pagination-wrapper .pagination-list .btn-group div.active+div:before,.pagination-wrapper .pagination-list .btn-group div.active:before,.pagination-wrapper .pagination-list .btn-group div:hover+div:before,.pagination-wrapper .pagination-list .btn-group div:hover:before{background:var(--c-brand, #3eaf7c)}.pagination-wrapper .pagination-list .btn-group div.next,.pagination-wrapper .pagination-list .btn-group div.prev{font-size:13px;line-height:30px}.pagination-wrapper .pagination-list .btn-group div.active,.pagination-wrapper .pagination-list .btn-group div.ellipsis{cursor:default}.pagination-wrapper .pagination-list .navigate-wrapper{display:flex;justify-content:center;align-items:center;margin:.5rem}.pagination-wrapper .pagination-list .navigate-wrapper input{width:3.5rem;margin:6px 5px;border:1px solid var(--c-border, #eaecef);border-radius:.25em;color:var(--c-text, #2c3e50);background:var(--c-bg, #fff);text-align:center;line-height:2;outline:0}.pagination-wrapper .pagination-list .navigate-wrapper .navigate{padding:0 .75em;border:1px solid var(--c-border, #eaecef);border-radius:.25em;background:var(--c-bg, #fff);color:var(--c-brand, #3eaf7c);font-weight:600;font-size:15px;line-height:2;overflow:hidden;outline:0;cursor:pointer}.pagination-wrapper .pagination-list .navigate-wrapper .navigate:hover{color:var(--white);background:var(--c-brand, #3eaf7c);border-color:var(--c-brand, #3eaf7c)}.toc-place-holder{position:-webkit-sticky;position:sticky;top:calc(var(--navbar-height) + 2rem);max-width:var(--content-width);margin:0 auto;z-index:99}@media (max-width:959px){.toc-place-holder{padding:0 1.5rem}}.toc-place-holder+.theme-hope-content:not(.custom){padding-top:0}#toc-list{display:none;position:absolute;left:calc(100% + .5rem);min-width:10rem;max-width:15rem;max-height:80vh;overflow-y:scroll}@media (min-width:1440px){.has-toc #toc-list{display:block}}#toc-list::-webkit-scrollbar-track-piece{background:0 0}#toc-list::-webkit-scrollbar{width:3px}#toc-list::-webkit-scrollbar-thumb:vertical{background:#ddd}html[data-theme=dark] #toc-list::-webkit-scrollbar-thumb:vertical{background:#333}#toc-list .toc-header{margin:0 0 .75rem .5rem;font-weight:600;font-size:.875rem}#toc-list .toc-wrapper{position:relative;margin:0 .5rem;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#toc-list .toc-wrapper:before{content:" ";position:absolute;top:0;left:0;bottom:0;width:2px;background:var(--border-color);z-index:-1}#toc-list .toc-list{margin:0;padding:0}#toc-list .toc-item{position:relative;box-sizing:border-box;height:1.7rem;padding:0 .5rem;list-style:none;line-height:1.7rem}#toc-list .toc-item:before{content:" ";position:absolute;z-index:2;top:0;bottom:0;left:-8px;width:2px;background:0 0}#toc-list .toc-item:hover>.toc-link{color:var(--theme-color)}#toc-list .toc-item.active>.toc-link{color:var(--theme-color);font-weight:700}#toc-list .toc-item.active:before{background:var(--theme-color)}#toc-list .toc-link{display:block;position:relative;max-width:100%;color:var(--light-grey);line-height:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#toc-list .toc-link.level2{padding-left:0;font-size:14px}#toc-list .toc-link.level3{padding-left:8px;font-size:13px}#toc-list .toc-link.level4{padding-left:16px;font-size:12px}#toc-list .toc-link.level5{padding-left:24px;font-size:11px}#toc-list .toc-link.level6{padding-left:32px;font-size:10px}:root{--external-link-icon-color:#aaa}.external-link-icon{position:relative;display:inline-block;color:var(--external-link-icon-color);vertical-align:middle;top:-1px}.external-link-icon-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.page .waline-wrapper{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem;--waline-accent-color:var(--c-brand, #3eaf7c);--waline-text-color:var(--c-text, #2c3e50);--waline-active-color:var(--c-brand-light, #4abf8a);--waline-border:1px solid var(--dark-grey);--waline-bgcolor:var(--c-bg, #fff);--waline-bgcolor-light:var(--c-bg-light, #f3f4f5)}@media (max-width:959px){.page .waline-wrapper{padding:1.5rem}}@media (max-width:419px){.page .waline-wrapper{padding:1rem 1.5rem}}.code-group-nav{display:flex;margin:.85rem 0 -.85rem;padding:0;border-top-left-radius:6px;border-top-right-radius:6px;background-color:var(--code-group-nav-bg-color, #3a404c);list-style:none}@media (max-width:419px){.code-group-nav{margin-left:-1.5rem;margin-right:-1.5rem;border-radius:0}}.code-group-nav-tab{border-width:0;position:relative;min-width:3rem;margin:0;padding:6px 10px;border-top-left-radius:6px;border-top-right-radius:6px;background-color:transparent;font-size:.85em;line-height:1.4;color:var(--code-group-nav-text-color, #eee);font-weight:600;cursor:pointer}.code-group-nav-tab:hover{background-color:var(--code-group-nav-hover-color, #434a57)}.code-group-nav-tab:after,.code-group-nav-tab:before{position:absolute;z-index:1;content:" ";bottom:0;width:6px;height:6px}.code-group-nav-tab:before{right:100%}.code-group-nav-tab:after{left:100%}.code-group-nav-tab.active{background-color:var(--code-bg-color)}.code-group-nav-tab.active:before{background:radial-gradient(12px at left top,transparent 50%,var(--code-bg-color) 50%)}.code-group-nav-tab.active:after{background:radial-gradient(12px at right top,transparent 50%,var(--code-bg-color) 50%)}.code-group-nav-tab:first-child:before{display:none}.code-group-item{display:none}.code-group-item.active{display:block}.code-group-item div[class*=language-]{border-top-left-radius:0;border-top-right-radius:0}.flowchart-loading-wrapper{display:flex;justify-content:center;align-items:center;background:var(--grey15)}.flowchart-loading-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand)}.flowchart-wrapper{padding:.6em .4em;transition:all 1s;text-align:center;overflow-x:scroll}@media (max-width:719px){.flowchart-wrapper{margin:0 -1.5rem;padding:.6em 0}}.flowchart-wrapper.vue .end-element,.flowchart-wrapper.vue .operation-element,.flowchart-wrapper.vue .parallel-element,.flowchart-wrapper.vue .start-element{rx:5px;ry:5px}.md-enhance-mermaid{text-align:center;transition:all 1s}@media (max-width:419px){.md-enhance-mermaid{margin:0 -1.5rem}}.md-enhance-mermaid.loading{display:flex;justify-content:center;align-items:center;background:var(--grey15)}.md-enhance-mermaid.loading svg{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}.md-enhance-mermaid .content{width:100%;overflow-x:scroll;padding:.6em .4em}@media (max-width:419px){.md-enhance-mermaid .content{padding:.6em 0}}/*!
* reveal.js 4.3.0
* https://revealjs.com
* MIT licensed
*
* Copyright (C) 2011-2022 Hakim El Hattab, https://hakim.se
*/@-webkit-keyframes bounce-right{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(10px)}30%{transform:translate(-5px)}}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(10px)}30%{transform:translate(-5px)}}@-webkit-keyframes bounce-left{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(5px)}}@-webkit-keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .r-stretch,.reveal .stretch{max-width:none;max-height:none}.reveal pre.r-stretch code,.reveal pre.stretch code{height:100%;max-height:100%;box-sizing:border-box}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{display:grid}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-hstack,.reveal .r-vstack{display:flex;flex-direction:column;align-items:center;justify-content:center}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack video{min-width:0;min-height:0;-o-object-fit:contain;object-fit:contain}.reveal .r-hstack{flex-direction:row}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{width:100%;height:100%;height:100vh;height:calc(var(--vh,1vh)*100);overflow:hidden}.reveal-viewport{height:100%;overflow:hidden;position:relative;line-height:1;margin:0;background-color:#fff;color:#000}.reveal-viewport:-webkit-full-screen{top:0!important;left:0!important;width:100%!important;height:100%!important;transform:none!important}.reveal-viewport:-ms-fullscreen{top:0!important;left:0!important;width:100%!important;height:100%!important;transform:none!important}.reveal-viewport:fullscreen{top:0!important;left:0!important;width:100%!important;height:100%!important;transform:none!important}.reveal .slides section .fragment{opacity:0;visibility:hidden;transition:all .2s ease;will-change:opacity}.reveal .slides section .fragment.visible{opacity:1;visibility:inherit}.reveal .slides section .fragment.disabled{transition:none}.reveal .slides section .fragment.grow,.reveal .slides section .fragment.shrink{opacity:1;visibility:inherit}.reveal .slides section .fragment.grow.visible{transform:scale(1.3)}.reveal .slides section .fragment.shrink.visible{transform:scale(.7)}.reveal .slides section .fragment.zoom-in{transform:scale(.1)}.reveal .slides section .fragment.zoom-in.visible{transform:none}.reveal .slides section .fragment.fade-out,.reveal .slides section .fragment.semi-fade-out,.reveal .slides section .fragment.strike{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .slides section .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.strike.visible{text-decoration:line-through}.reveal .slides section .fragment.fade-up{transform:translateY(40px)}.reveal .slides section .fragment.fade-down.visible,.reveal .slides section .fragment.fade-left.visible,.reveal .slides section .fragment.fade-right.visible,.reveal .slides section .fragment.fade-up.visible{transform:translate(0)}.reveal .slides section .fragment.fade-down{transform:translateY(-40px)}.reveal .slides section .fragment.fade-right{transform:translate(-40px)}.reveal .slides section .fragment.fade-left{transform:translate(40px)}.reveal .controls button,.reveal .slides section .fragment.current-visible,.reveal .slides section .fragment.fade-in-then-out,.reveal .slides section .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.current-visible.current-fragment,.reveal .slides section .fragment.fade-in-then-out.current-fragment{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out.current-fragment,.reveal .slides section .fragment.highlight-blue,.reveal .slides section .fragment.highlight-current-blue,.reveal .slides section .fragment.highlight-current-green,.reveal .slides section .fragment.highlight-current-red,.reveal .slides section .fragment.highlight-green,.reveal .slides section .fragment.highlight-red{opacity:1;visibility:inherit}.reveal .slides section .fragment.highlight-red.visible{color:#ff2c2d}.reveal .slides section .fragment.highlight-green.visible{color:#17ff2e}.reveal .slides section .fragment.highlight-blue.visible{color:#1b91ff}.reveal .slides section .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .slides section .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .slides section .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}.reveal .controls{display:none;position:absolute;top:auto;bottom:12px;right:12px;left:auto;z-index:11;color:#000;pointer-events:none;font-size:10px}.reveal .controls button{position:absolute;padding:0;background-color:transparent;border:0;outline:0;cursor:pointer;color:currentColor;transform:scale(.9999);transition:color .2s ease,opacity .2s ease,transform .2s ease;z-index:2;pointer-events:auto;font-size:inherit;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.reveal .controls .controls-arrow:after,.reveal .controls .controls-arrow:before{content:"";position:absolute;top:0;left:0;width:2.6em;height:.5em;border-radius:.25em;background-color:currentColor;transition:all .15s ease,background-color .8s ease;transform-origin:.2em 50%;will-change:transform}.reveal .controls .controls-arrow{position:relative;width:3.6em;height:3.6em}.reveal .controls .controls-arrow:before,.reveal.no-hover .controls .controls-arrow:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translate(.5em) translateY(1.55em) rotate(45deg)}.reveal .controls .controls-arrow:after,.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translate(.5em) translateY(1.55em) rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translate(.5em) translateY(1.55em) rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translate(.5em) translateY(1.55em) rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translate(.5em) translateY(1.55em) rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translate(.5em) translateY(1.55em) rotate(-36deg)}.reveal .controls .navigate-left{right:6.4em;bottom:3.2em;transform:translate(-10px)}.reveal .controls .navigate-left.highlight{-webkit-animation:bounce-left 2s 50 both ease-out;animation:bounce-left 2s 50 both ease-out}.reveal .controls .navigate-right{right:0;bottom:3.2em;transform:translate(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{-webkit-animation:bounce-right 2s 50 both ease-out;animation:bounce-right 2s 50 both ease-out}.reveal .controls .navigate-up{right:3.2em;bottom:6.4em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{right:3.2em;bottom:-1.4em;padding-bottom:1.4em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{-webkit-animation:bounce-down 2s 50 both ease-out;animation:bounce-down 2s 50 both ease-out}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{visibility:visible;opacity:.9;cursor:pointer;transform:none}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled.fragmented:hover,.reveal .controls .enabled:hover,.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover,.reveal>.overlay header a:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal aside.notes,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{right:1.4em;bottom:5em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{right:1.4em;bottom:.5em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}@media screen and (min-width:500px){.reveal .controls[data-controls-layout=edges]{top:0;right:0;bottom:0;left:0}.reveal .controls[data-controls-layout=edges] .navigate-down{right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-right{bottom:auto}.reveal .controls[data-controls-layout=edges] .navigate-up{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{top:50%;left:.8em;margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-right{top:50%;right:.8em;margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-up{top:.8em;left:50%;margin-left:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:-.3em;left:50%;margin-left:-1.8em}}.reveal .progress{position:absolute;display:none;height:3px;width:100%;bottom:0;left:0;z-index:10;background-color:#0003;color:#fff}.reveal .progress:after{content:"";display:block;position:absolute;height:10px;width:100%;top:-10px}.reveal .progress span{display:block;height:100%;width:100%;background-color:currentColor;transition:transform .8s cubic-bezier(.26,.86,.44,.985);transform-origin:0 0;transform:scaleX(0)}.reveal .slide-number{position:absolute;display:block;right:8px;bottom:8px;z-index:31;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;color:#fff;background-color:#0006;padding:5px}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pinch-zoom}.reveal.embedded{touch-action:pan-y}.reveal .slides{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;margin:auto;pointer-events:none;overflow:visible;z-index:1;text-align:center;perspective-origin:50% 40%}.reveal .slides,.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{display:none;position:absolute;width:100%;pointer-events:auto;z-index:10;transform-style:flat;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985)}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{padding-top:0;padding-bottom:0;pointer-events:none;height:100%}.reveal .slides>section.present,.reveal .slides>section>section.present{display:block;z-index:11;opacity:1}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section>section[data-background-interactive],.reveal .slides>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.future,.reveal .slides>section.past,.reveal .slides>section>section.future,.reveal .slides>section>section.past{opacity:0}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate(-100%) rotateY(-90deg) translate(-100%)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate(100%) rotateY(90deg) translate(100%)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translateY(-300px) rotateX(70deg) translateY(-300px)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translateY(300px) rotateX(-70deg) translateY(300px)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate(-100%) rotateY(-90deg) translate(-100%)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate(100%) rotateY(90deg) translate(100%)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translateY(-300px) rotateX(70deg) translateY(-300px)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translateY(300px) rotateX(-70deg) translateY(300px)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate(-100%) rotateY(90deg) translate(-100%)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate(100%) rotateY(-90deg) translate(100%)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translateY(-80%) rotateX(-70deg) translateY(-80%)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translateY(80%) rotateX(70deg) translateY(80%)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{visibility:hidden;transform:scale(16)}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{visibility:hidden;transform:scale(.2)}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{padding:30px;min-height:700px;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;transform-style:preserve-3d}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);border-radius:4px;transform:translateZ(-20px)}.reveal.cube .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px #0003;transform:translateZ(-90px) rotateX(65deg)}.reveal.cube .slides>section.stack{padding:0;background:0 0}.reveal.cube .slides>section.past{transform-origin:100%0;transform:translate(-100%) rotateY(-90deg)}.reveal.cube .slides>section.future{transform-origin:0 0;transform:translate(100%) rotateY(90deg)}.reveal.cube .slides>section>section.past{transform-origin:0 100%;transform:translateY(-100%) rotateX(90deg)}.reveal.cube .slides>section>section.future{transform-origin:0 0;transform:translateY(100%) rotateX(-90deg)}.reveal.page .slides{perspective-origin:0 50%;perspective:3000px}.reveal.page .slides section{padding:30px;min-height:700px;box-sizing:border-box;transform-style:preserve-3d}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);transform:translateZ(-20px)}.reveal.page .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px #0003;-webkit-transform:translateZ(-90px) rotateX(65deg)}.reveal.page .slides>section.stack{padding:0;background:0 0}.reveal.page .slides>section.past{transform-origin:0 0;transform:translate(-40%) rotateY(-80deg)}.reveal.page .slides>section.future{transform-origin:100%0;transform:translate(0)}.reveal.page .slides>section>section.past{transform-origin:0 0;transform:translateY(-40%) rotateX(80deg)}.reveal.page .slides>section>section.future{transform-origin:0 100%;transform:translate(0)}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transform:none;transition:opacity .5s}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transform:none;transition:none}.reveal .pause-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;visibility:hidden;opacity:0;z-index:100;transition:all 1s ease}.reveal .pause-overlay .resume-button{position:absolute;bottom:20px;right:20px;color:#ccc;border-radius:2px;padding:6px 14px;border:2px solid #ccc;font-size:16px;background:0 0;cursor:pointer}.reveal .pause-overlay .resume-button:hover{color:#fff;border-color:#fff}.reveal.paused .pause-overlay{visibility:visible;opacity:1}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{position:absolute;width:100%;height:100%;top:0;left:0;perspective:600px}.reveal .slide-background{display:none;position:absolute;width:100%;height:100%;opacity:0;visibility:hidden;overflow:hidden;background-color:transparent;transition:all .8s cubic-bezier(.26,.86,.44,.985)}.reveal .slide-background-content{position:absolute;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{position:absolute;width:100%;height:100%;max-width:none;max-height:none;top:0;left:0;-o-object-fit:cover;object-fit:cover}.reveal .slide-background[data-background-size=contain] video{-o-object-fit:contain;object-fit:contain}.reveal>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]){transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]){opacity:1}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]){transform:translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]){transform:translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){transform:translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){transform:translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate(-100%) rotateY(-90deg) translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate(100%) rotateY(90deg) translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translateY(-100%) rotateX(90deg) translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translateY(100%) rotateX(-90deg) translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate(-100%) rotateY(90deg) translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate(100%) rotateY(-90deg) translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translateY(-100%) rotateX(-90deg) translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translateY(100%) rotateX(90deg) translateY(100%)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]){transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective-origin:50% 50%;perspective:700px}.reveal.overview .backgrounds,.reveal.overview .slides{-moz-transform-style:preserve-3d}.reveal.overview .slides section{height:100%;top:0!important;opacity:1!important;overflow:hidden;visibility:visible!important;cursor:pointer;box-sizing:border-box}.reveal.overview .slides section.present,.reveal.overview .slides section:hover{outline:10px solid rgba(150,150,150,.4);outline-offset:10px}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{padding:0;top:0!important;background:0 0;outline:0;overflow:visible}.reveal.overview .backgrounds{perspective:inherit}.reveal.overview .backgrounds .slide-background{opacity:1;visibility:visible;outline:10px solid rgba(150,150,150,.1);outline-offset:10px;transition:none}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .slides section,.reveal.overview-deactivating .backgrounds .slide-background,.reveal.overview-deactivating .slides section{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl code,.reveal.rtl pre{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100%0}.reveal.has-parallax-background .backgrounds{transition:all .8s ease}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}.reveal>.overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;background:rgba(0,0,0,.9);transition:all .3s ease}.reveal>.overlay .spinner{position:absolute;display:block;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;z-index:10;background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);visibility:visible;opacity:.6;transition:all .3s ease}.reveal>.overlay header{position:absolute;left:0;top:0;width:100%;padding:5px;z-index:2;box-sizing:border-box}.reveal>.overlay header a{display:inline-block;width:40px;height:40px;line-height:36px;padding:0 10px;float:right;opacity:.6;box-sizing:border-box}.reveal>.overlay header a .icon{display:inline-block;width:20px;height:20px;background-position:50% 50%;background-size:100%;background-repeat:no-repeat}.reveal>.overlay header a.close .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC)}.reveal>.overlay header a.external .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==)}.reveal>.overlay .viewport{position:absolute;display:flex;top:50px;right:0;bottom:0;left:0}.reveal>.overlay.overlay-preview .viewport iframe{width:100%;height:100%;max-width:100%;max-height:100%;border:0;opacity:0;visibility:hidden;transition:all .3s ease}.reveal>.overlay.overlay-preview.loaded .viewport iframe{opacity:1;visibility:visible}.reveal>.overlay.overlay-preview.loaded .viewport-inner{position:absolute;z-index:-1;left:0;top:45%;width:100%;text-align:center;letter-spacing:normal}.reveal>.overlay.overlay-preview .x-frame-error{opacity:0;transition:opacity .3s ease .3s}.reveal>.overlay.overlay-preview.loaded .x-frame-error{opacity:1}.reveal>.overlay.overlay-preview.loaded .spinner{opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.overlay.overlay-help .viewport{overflow:auto;color:#fff}.reveal>.overlay.overlay-help .viewport .viewport-inner{width:600px;margin:auto;padding:20px 20px 80px;text-align:center;letter-spacing:normal}.reveal>.overlay.overlay-help .viewport .viewport-inner .title{font-size:20px}.reveal>.overlay.overlay-help .viewport .viewport-inner table{border:1px solid #fff;border-collapse:collapse;font-size:16px}.reveal>.overlay.overlay-help .viewport .viewport-inner table td{width:200px;padding:14px;border:1px solid #fff;vertical-align:middle}.reveal>.overlay.overlay-help .viewport .viewport-inner table th{width:200px;border:1px solid #fff;vertical-align:middle;padding:20px 14px}.reveal .playback{position:absolute;left:15px;bottom:20px;z-index:30;cursor:pointer;transition:all .4s ease;-webkit-tap-highlight-color:transparent}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code{padding:0;border:0}.reveal .hljs-ln-numbers{border:0;opacity:.6;padding:0 .75em 0 0;text-align:right;vertical-align:top}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs:not(:first-child).fragment{position:absolute;top:0;left:0;width:100%;box-sizing:border-box}.reveal .roll,.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{display:inline-block;line-height:1.2;vertical-align:top;perspective:400px;perspective-origin:50% 50%}.reveal .roll:hover{background:0 0;text-shadow:none}.reveal .roll span,.reveal .roll span:after{display:block;padding:0 2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:50%0}.reveal .roll span{position:relative;pointer-events:none;transition:all .4s ease;transform-style:preserve-3d}.reveal .roll:hover span{background:rgba(0,0,0,.5);transform:translateZ(-45px) rotateX(90deg)}.reveal .roll span:after{content:attr(data-title);position:absolute;left:0;top:0;transform:translateY(110%) rotateX(-90deg)}.reveal .speaker-notes{display:none;position:absolute;width:33.3333333333%;height:100%;top:0;left:100%;padding:14px 18px;z-index:1;font-size:18px;line-height:1.4;border:1px solid rgba(0,0,0,.05);color:#222;background-color:#f5f5f5;overflow:auto;box-sizing:border-box;text-align:left;font-family:Helvetica,sans-serif;-webkit-overflow-scrolling:touch}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:0}.reveal .speaker-notes:before{content:"Speaker notes";display:block;margin-bottom:10px;opacity:.5}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-width:1024px){.reveal.show-notes{border-left:0;max-width:none;max-height:70%;max-height:70vh;overflow:visible}.reveal.show-notes .speaker-notes{top:100%;left:0;width:100%;height:30vh;border:0}}@media screen and (max-width:600px){.reveal.show-notes{max-height:60%;max-height:60vh}.reveal.show-notes .speaker-notes{top:100%;height:40vh}.reveal .speaker-notes{font-size:14px}}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{opacity:0}.reveal pre,.zoomed .reveal .roll span{background:0 0}.zoomed .reveal .roll span:after{visibility:hidden}html.print-pdf *{-webkit-print-color-adjust:exact}html.print-pdf{width:100%;height:100%;overflow:visible}html.print-pdf body{margin:0 auto!important;border:0;padding:0;float:none!important;overflow:visible}html.print-pdf .nestedarrow,html.print-pdf .reveal .controls,html.print-pdf .reveal .playback,html.print-pdf .reveal .progress,html.print-pdf .reveal.overview,html.print-pdf .state-background{display:none!important}html.print-pdf .reveal pre code{overflow:hidden!important;font-family:Courier,Courier New,monospace!important}html.print-pdf .reveal{width:auto!important;height:auto!important;overflow:hidden!important}html.print-pdf .reveal .slides{position:static;width:100%!important;height:auto!important;zoom:1!important;pointer-events:initial;left:auto;top:auto;margin:0!important;padding:0!important;overflow:visible;display:block;perspective:none;perspective-origin:50% 50%}html.print-pdf .reveal .slides .pdf-page{position:relative;overflow:hidden;z-index:1;page-break-after:always}html.print-pdf .reveal .slides section{visibility:visible!important;display:block!important;position:absolute!important;margin:0!important;padding:0!important;box-sizing:border-box!important;min-height:1px;opacity:1!important;transform-style:flat!important;transform:none!important}html.print-pdf .reveal section.stack{position:relative!important;margin:0!important;padding:0!important;page-break-after:avoid!important;height:auto!important;min-height:auto!important}html.print-pdf .reveal img{box-shadow:none}html.print-pdf .aria-status,html.print-pdf .reveal .backgrounds{display:none}html.print-pdf .reveal .slide-background{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:auto!important}html.print-pdf .reveal.show-notes{max-width:none;max-height:none}html.print-pdf .reveal .speaker-notes-pdf{display:block;width:100%;height:auto;max-height:none;top:auto;right:auto;bottom:auto;left:auto;z-index:100}html.print-pdf .reveal .speaker-notes-pdf[data-layout=separate-page]{position:relative;color:inherit;background-color:transparent;padding:20px;page-break-after:always;border:0}html.print-pdf .reveal .slide-number-pdf{display:block;position:absolute;font-size:14px}@media print{html:not(.print-pdf),html:not(.print-pdf) body{background:#fff;width:auto;height:auto;overflow:visible}html:not(.print-pdf) body{border:0;margin:0 5%;padding:0;float:none!important}html:not(.print-pdf) .controls,html:not(.print-pdf) .fork-reveal,html:not(.print-pdf) .nestedarrow,html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .slide-number,html:not(.print-pdf) .share-reveal,html:not(.print-pdf) .state-background{display:none!important}html:not(.print-pdf) body,html:not(.print-pdf) li,html:not(.print-pdf) p,html:not(.print-pdf) td{font-size:20pt!important;color:#000}html:not(.print-pdf) h1,html:not(.print-pdf) h2,html:not(.print-pdf) h3,html:not(.print-pdf) h4,html:not(.print-pdf) h5,html:not(.print-pdf) h6{color:#000!important;height:auto;line-height:normal;text-align:left;letter-spacing:normal}html:not(.print-pdf) h1{font-size:28pt!important}html:not(.print-pdf) h2{font-size:24pt!important}html:not(.print-pdf) h3,html:not(.print-pdf) h4{font-size:22pt!important}html:not(.print-pdf) h4{font-variant:small-caps}html:not(.print-pdf) h5{font-size:21pt!important}html:not(.print-pdf) h6{font-size:20pt!important;font-style:italic}html:not(.print-pdf) a:link,html:not(.print-pdf) a:visited{color:#000!important;font-weight:700;text-decoration:underline}html:not(.print-pdf) div,html:not(.print-pdf) ol,html:not(.print-pdf) p,html:not(.print-pdf) ul{visibility:visible;position:static;width:auto;height:auto;display:block;overflow:visible;margin:0;text-align:left!important}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides,html:not(.print-pdf) .reveal .slides section{position:static!important;width:auto!important;height:auto!important;display:block!important;overflow:visible!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;transform:none!important}html:not(.print-pdf) .reveal .slides{padding:0!important;zoom:1!important;text-align:left!important;perspective:none;perspective-origin:50% 50%}html:not(.print-pdf) .reveal .slides section{visibility:visible!important;padding:60px 20px!important;z-index:auto!important;opacity:1!important;page-break-after:always!important;transform-style:flat!important;transition:none!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal section .fragment{opacity:1!important;visibility:visible!important;transform:none!important}html:not(.print-pdf) .reveal section img{display:block;margin:15px 0;background:#fff;border:1px solid #666;box-shadow:none}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{max-height:100%;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;font-size:15pt}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{font-size:inherit!important;color:inherit!important}}.reveal[data-theme=auto] .hljs-comment,.reveal[data-theme=auto] .hljs-quote,.reveal[data-theme=beige] .hljs-comment,.reveal[data-theme=beige] .hljs-quote,.reveal[data-theme=serif] .hljs-comment,.reveal[data-theme=serif] .hljs-quote,.reveal[data-theme=simple] .hljs-comment,.reveal[data-theme=simple] .hljs-quote,.reveal[data-theme=sky] .hljs-comment,.reveal[data-theme=sky] .hljs-quote,.reveal[data-theme=solarized] .hljs-comment,.reveal[data-theme=solarized] .hljs-quote,.reveal[data-theme=white] .hljs-comment,.reveal[data-theme=white] .hljs-quote{color:#8e908c}.reveal[data-theme=auto] .hljs-deletion,.reveal[data-theme=auto] .hljs-name,.reveal[data-theme=auto] .hljs-regexp,.reveal[data-theme=auto] .hljs-selector-class,.reveal[data-theme=auto] .hljs-selector-id,.reveal[data-theme=auto] .hljs-tag,.reveal[data-theme=auto] .hljs-template-variable,.reveal[data-theme=auto] .hljs-variable,.reveal[data-theme=beige] .hljs-deletion,.reveal[data-theme=beige] .hljs-name,.reveal[data-theme=beige] .hljs-regexp,.reveal[data-theme=beige] .hljs-selector-class,.reveal[data-theme=beige] .hljs-selector-id,.reveal[data-theme=beige] .hljs-tag,.reveal[data-theme=beige] .hljs-template-variable,.reveal[data-theme=beige] .hljs-variable,.reveal[data-theme=serif] .hljs-deletion,.reveal[data-theme=serif] .hljs-name,.reveal[data-theme=serif] .hljs-regexp,.reveal[data-theme=serif] .hljs-selector-class,.reveal[data-theme=serif] .hljs-selector-id,.reveal[data-theme=serif] .hljs-tag,.reveal[data-theme=serif] .hljs-template-variable,.reveal[data-theme=serif] .hljs-variable,.reveal[data-theme=simple] .hljs-deletion,.reveal[data-theme=simple] .hljs-name,.reveal[data-theme=simple] .hljs-regexp,.reveal[data-theme=simple] .hljs-selector-class,.reveal[data-theme=simple] .hljs-selector-id,.reveal[data-theme=simple] .hljs-tag,.reveal[data-theme=simple] .hljs-template-variable,.reveal[data-theme=simple] .hljs-variable,.reveal[data-theme=sky] .hljs-deletion,.reveal[data-theme=sky] .hljs-name,.reveal[data-theme=sky] .hljs-regexp,.reveal[data-theme=sky] .hljs-selector-class,.reveal[data-theme=sky] .hljs-selector-id,.reveal[data-theme=sky] .hljs-tag,.reveal[data-theme=sky] .hljs-template-variable,.reveal[data-theme=sky] .hljs-variable,.reveal[data-theme=solarized] .hljs-deletion,.reveal[data-theme=solarized] .hljs-name,.reveal[data-theme=solarized] .hljs-regexp,.reveal[data-theme=solarized] .hljs-selector-class,.reveal[data-theme=solarized] .hljs-selector-id,.reveal[data-theme=solarized] .hljs-tag,.reveal[data-theme=solarized] .hljs-template-variable,.reveal[data-theme=solarized] .hljs-variable,.reveal[data-theme=white] .hljs-deletion,.reveal[data-theme=white] .hljs-name,.reveal[data-theme=white] .hljs-regexp,.reveal[data-theme=white] .hljs-selector-class,.reveal[data-theme=white] .hljs-selector-id,.reveal[data-theme=white] .hljs-tag,.reveal[data-theme=white] .hljs-template-variable,.reveal[data-theme=white] .hljs-variable{color:#c82829}.reveal[data-theme=auto] .hljs-built_in,.reveal[data-theme=auto] .hljs-builtin-name,.reveal[data-theme=auto] .hljs-link,.reveal[data-theme=auto] .hljs-literal,.reveal[data-theme=auto] .hljs-meta,.reveal[data-theme=auto] .hljs-number,.reveal[data-theme=auto] .hljs-params,.reveal[data-theme=auto] .hljs-type,.reveal[data-theme=beige] .hljs-built_in,.reveal[data-theme=beige] .hljs-builtin-name,.reveal[data-theme=beige] .hljs-link,.reveal[data-theme=beige] .hljs-literal,.reveal[data-theme=beige] .hljs-meta,.reveal[data-theme=beige] .hljs-number,.reveal[data-theme=beige] .hljs-params,.reveal[data-theme=beige] .hljs-type,.reveal[data-theme=serif] .hljs-built_in,.reveal[data-theme=serif] .hljs-builtin-name,.reveal[data-theme=serif] .hljs-link,.reveal[data-theme=serif] .hljs-literal,.reveal[data-theme=serif] .hljs-meta,.reveal[data-theme=serif] .hljs-number,.reveal[data-theme=serif] .hljs-params,.reveal[data-theme=serif] .hljs-type,.reveal[data-theme=simple] .hljs-built_in,.reveal[data-theme=simple] .hljs-builtin-name,.reveal[data-theme=simple] .hljs-link,.reveal[data-theme=simple] .hljs-literal,.reveal[data-theme=simple] .hljs-meta,.reveal[data-theme=simple] .hljs-number,.reveal[data-theme=simple] .hljs-params,.reveal[data-theme=simple] .hljs-type,.reveal[data-theme=sky] .hljs-built_in,.reveal[data-theme=sky] .hljs-builtin-name,.reveal[data-theme=sky] .hljs-link,.reveal[data-theme=sky] .hljs-literal,.reveal[data-theme=sky] .hljs-meta,.reveal[data-theme=sky] .hljs-number,.reveal[data-theme=sky] .hljs-params,.reveal[data-theme=sky] .hljs-type,.reveal[data-theme=solarized] .hljs-built_in,.reveal[data-theme=solarized] .hljs-builtin-name,.reveal[data-theme=solarized] .hljs-link,.reveal[data-theme=solarized] .hljs-literal,.reveal[data-theme=solarized] .hljs-meta,.reveal[data-theme=solarized] .hljs-number,.reveal[data-theme=solarized] .hljs-params,.reveal[data-theme=solarized] .hljs-type,.reveal[data-theme=white] .hljs-built_in,.reveal[data-theme=white] .hljs-builtin-name,.reveal[data-theme=white] .hljs-link,.reveal[data-theme=white] .hljs-literal,.reveal[data-theme=white] .hljs-meta,.reveal[data-theme=white] .hljs-number,.reveal[data-theme=white] .hljs-params,.reveal[data-theme=white] .hljs-type{color:#f5871f}.reveal[data-theme=auto] .hljs-attribute,.reveal[data-theme=beige] .hljs-attribute,.reveal[data-theme=serif] .hljs-attribute,.reveal[data-theme=simple] .hljs-attribute,.reveal[data-theme=sky] .hljs-attribute,.reveal[data-theme=solarized] .hljs-attribute,.reveal[data-theme=white] .hljs-attribute{color:#eab700}.reveal[data-theme=auto] .hljs-addition,.reveal[data-theme=auto] .hljs-bullet,.reveal[data-theme=auto] .hljs-string,.reveal[data-theme=auto] .hljs-symbol,.reveal[data-theme=beige] .hljs-addition,.reveal[data-theme=beige] .hljs-bullet,.reveal[data-theme=beige] .hljs-string,.reveal[data-theme=beige] .hljs-symbol,.reveal[data-theme=serif] .hljs-addition,.reveal[data-theme=serif] .hljs-bullet,.reveal[data-theme=serif] .hljs-string,.reveal[data-theme=serif] .hljs-symbol,.reveal[data-theme=simple] .hljs-addition,.reveal[data-theme=simple] .hljs-bullet,.reveal[data-theme=simple] .hljs-string,.reveal[data-theme=simple] .hljs-symbol,.reveal[data-theme=sky] .hljs-addition,.reveal[data-theme=sky] .hljs-bullet,.reveal[data-theme=sky] .hljs-string,.reveal[data-theme=sky] .hljs-symbol,.reveal[data-theme=solarized] .hljs-addition,.reveal[data-theme=solarized] .hljs-bullet,.reveal[data-theme=solarized] .hljs-string,.reveal[data-theme=solarized] .hljs-symbol,.reveal[data-theme=white] .hljs-addition,.reveal[data-theme=white] .hljs-bullet,.reveal[data-theme=white] .hljs-string,.reveal[data-theme=white] .hljs-symbol{color:#718c00}.reveal[data-theme=auto] .hljs-section,.reveal[data-theme=auto] .hljs-title,.reveal[data-theme=beige] .hljs-section,.reveal[data-theme=beige] .hljs-title,.reveal[data-theme=serif] .hljs-section,.reveal[data-theme=serif] .hljs-title,.reveal[data-theme=simple] .hljs-section,.reveal[data-theme=simple] .hljs-title,.reveal[data-theme=sky] .hljs-section,.reveal[data-theme=sky] .hljs-title,.reveal[data-theme=solarized] .hljs-section,.reveal[data-theme=solarized] .hljs-title,.reveal[data-theme=white] .hljs-section,.reveal[data-theme=white] .hljs-title{color:#4271ae}.reveal[data-theme=auto] .hljs-keyword,.reveal[data-theme=auto] .hljs-selector-tag,.reveal[data-theme=beige] .hljs-keyword,.reveal[data-theme=beige] .hljs-selector-tag,.reveal[data-theme=serif] .hljs-keyword,.reveal[data-theme=serif] .hljs-selector-tag,.reveal[data-theme=simple] .hljs-keyword,.reveal[data-theme=simple] .hljs-selector-tag,.reveal[data-theme=sky] .hljs-keyword,.reveal[data-theme=sky] .hljs-selector-tag,.reveal[data-theme=solarized] .hljs-keyword,.reveal[data-theme=solarized] .hljs-selector-tag,.reveal[data-theme=white] .hljs-keyword,.reveal[data-theme=white] .hljs-selector-tag{color:#8959a8}.reveal[data-theme=auto] .hljs,.reveal[data-theme=beige] .hljs,.reveal[data-theme=serif] .hljs,.reveal[data-theme=simple] .hljs,.reveal[data-theme=sky] .hljs,.reveal[data-theme=solarized] .hljs,.reveal[data-theme=white] .hljs{display:block;overflow-x:auto;background:#fff;color:#4d4d4c;padding:.5em}.reveal[data-theme=auto] .hljs-emphasis,.reveal[data-theme=beige] .hljs-emphasis,.reveal[data-theme=serif] .hljs-emphasis,.reveal[data-theme=simple] .hljs-emphasis,.reveal[data-theme=sky] .hljs-emphasis,.reveal[data-theme=solarized] .hljs-emphasis,.reveal[data-theme=white] .hljs-emphasis{font-style:italic}.reveal[data-theme=auto] .hljs-strong,.reveal[data-theme=beige] .hljs-strong,.reveal[data-theme=serif] .hljs-strong,.reveal[data-theme=simple] .hljs-strong,.reveal[data-theme=sky] .hljs-strong,.reveal[data-theme=solarized] .hljs-strong,.reveal[data-theme=white] .hljs-strong{font-weight:700}html[data-theme=dark] .reveal[data-theme=auto] .hljs-comment,html[data-theme=dark] .reveal[data-theme=auto] .hljs-quote,html[data-theme=dark] .reveal[data-theme=black] .hljs-comment,html[data-theme=dark] .reveal[data-theme=black] .hljs-quote,html[data-theme=dark] .reveal[data-theme=blood] .hljs-comment,html[data-theme=dark] .reveal[data-theme=blood] .hljs-quote,html[data-theme=dark] .reveal[data-theme=league] .hljs-comment,html[data-theme=dark] .reveal[data-theme=league] .hljs-quote,html[data-theme=dark] .reveal[data-theme=moon] .hljs-comment,html[data-theme=dark] .reveal[data-theme=moon] .hljs-quote,html[data-theme=dark] .reveal[data-theme=night] .hljs-comment,html[data-theme=dark] .reveal[data-theme=night] .hljs-quote{color:#b6b18b}html[data-theme=dark] .reveal[data-theme=auto] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=auto] .hljs-name,html[data-theme=dark] .reveal[data-theme=auto] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=auto] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=auto] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=auto] .hljs-tag,html[data-theme=dark] .reveal[data-theme=auto] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=auto] .hljs-variable,html[data-theme=dark] .reveal[data-theme=black] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=black] .hljs-name,html[data-theme=dark] .reveal[data-theme=black] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=black] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=black] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=black] .hljs-tag,html[data-theme=dark] .reveal[data-theme=black] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=black] .hljs-variable,html[data-theme=dark] .reveal[data-theme=blood] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=blood] .hljs-name,html[data-theme=dark] .reveal[data-theme=blood] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=blood] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=blood] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=blood] .hljs-tag,html[data-theme=dark] .reveal[data-theme=blood] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=blood] .hljs-variable,html[data-theme=dark] .reveal[data-theme=league] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=league] .hljs-name,html[data-theme=dark] .reveal[data-theme=league] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=league] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=league] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=league] .hljs-tag,html[data-theme=dark] .reveal[data-theme=league] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=league] .hljs-variable,html[data-theme=dark] .reveal[data-theme=moon] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=moon] .hljs-name,html[data-theme=dark] .reveal[data-theme=moon] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=moon] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=moon] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=moon] .hljs-tag,html[data-theme=dark] .reveal[data-theme=moon] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=moon] .hljs-variable,html[data-theme=dark] .reveal[data-theme=night] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=night] .hljs-name,html[data-theme=dark] .reveal[data-theme=night] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=night] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=night] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=night] .hljs-tag,html[data-theme=dark] .reveal[data-theme=night] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=night] .hljs-variable{color:#eb3c54}html[data-theme=dark] .reveal[data-theme=auto] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=auto] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=auto] .hljs-link,html[data-theme=dark] .reveal[data-theme=auto] .hljs-literal,html[data-theme=dark] .reveal[data-theme=auto] .hljs-meta,html[data-theme=dark] .reveal[data-theme=auto] .hljs-number,html[data-theme=dark] .reveal[data-theme=auto] .hljs-params,html[data-theme=dark] .reveal[data-theme=auto] .hljs-type,html[data-theme=dark] .reveal[data-theme=black] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=black] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=black] .hljs-link,html[data-theme=dark] .reveal[data-theme=black] .hljs-literal,html[data-theme=dark] .reveal[data-theme=black] .hljs-meta,html[data-theme=dark] .reveal[data-theme=black] .hljs-number,html[data-theme=dark] .reveal[data-theme=black] .hljs-params,html[data-theme=dark] .reveal[data-theme=black] .hljs-type,html[data-theme=dark] .reveal[data-theme=blood] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=blood] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=blood] .hljs-link,html[data-theme=dark] .reveal[data-theme=blood] .hljs-literal,html[data-theme=dark] .reveal[data-theme=blood] .hljs-meta,html[data-theme=dark] .reveal[data-theme=blood] .hljs-number,html[data-theme=dark] .reveal[data-theme=blood] .hljs-params,html[data-theme=dark] .reveal[data-theme=blood] .hljs-type,html[data-theme=dark] .reveal[data-theme=league] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=league] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=league] .hljs-link,html[data-theme=dark] .reveal[data-theme=league] .hljs-literal,html[data-theme=dark] .reveal[data-theme=league] .hljs-meta,html[data-theme=dark] .reveal[data-theme=league] .hljs-number,html[data-theme=dark] .reveal[data-theme=league] .hljs-params,html[data-theme=dark] .reveal[data-theme=league] .hljs-type,html[data-theme=dark] .reveal[data-theme=moon] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=moon] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=moon] .hljs-link,html[data-theme=dark] .reveal[data-theme=moon] .hljs-literal,html[data-theme=dark] .reveal[data-theme=moon] .hljs-meta,html[data-theme=dark] .reveal[data-theme=moon] .hljs-number,html[data-theme=dark] .reveal[data-theme=moon] .hljs-params,html[data-theme=dark] .reveal[data-theme=moon] .hljs-type,html[data-theme=dark] .reveal[data-theme=night] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=night] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=night] .hljs-link,html[data-theme=dark] .reveal[data-theme=night] .hljs-literal,html[data-theme=dark] .reveal[data-theme=night] .hljs-meta,html[data-theme=dark] .reveal[data-theme=night] .hljs-number,html[data-theme=dark] .reveal[data-theme=night] .hljs-params,html[data-theme=dark] .reveal[data-theme=night] .hljs-type{color:#e7ce56}html[data-theme=dark] .reveal[data-theme=auto] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=black] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=blood] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=league] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=moon] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=night] .hljs-attribute{color:#ee7c2b}html[data-theme=dark] .reveal[data-theme=auto] .hljs-addition,html[data-theme=dark] .reveal[data-theme=auto] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=auto] .hljs-string,html[data-theme=dark] .reveal[data-theme=auto] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=black] .hljs-addition,html[data-theme=dark] .reveal[data-theme=black] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=black] .hljs-string,html[data-theme=dark] .reveal[data-theme=black] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=blood] .hljs-addition,html[data-theme=dark] .reveal[data-theme=blood] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=blood] .hljs-string,html[data-theme=dark] .reveal[data-theme=blood] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=league] .hljs-addition,html[data-theme=dark] .reveal[data-theme=league] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=league] .hljs-string,html[data-theme=dark] .reveal[data-theme=league] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=moon] .hljs-addition,html[data-theme=dark] .reveal[data-theme=moon] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=moon] .hljs-string,html[data-theme=dark] .reveal[data-theme=moon] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=night] .hljs-addition,html[data-theme=dark] .reveal[data-theme=night] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=night] .hljs-string,html[data-theme=dark] .reveal[data-theme=night] .hljs-symbol{color:#4fb4d7}html[data-theme=dark] .reveal[data-theme=auto] .hljs-section,html[data-theme=dark] .reveal[data-theme=auto] .hljs-title,html[data-theme=dark] .reveal[data-theme=black] .hljs-section,html[data-theme=dark] .reveal[data-theme=black] .hljs-title,html[data-theme=dark] .reveal[data-theme=blood] .hljs-section,html[data-theme=dark] .reveal[data-theme=blood] .hljs-title,html[data-theme=dark] .reveal[data-theme=league] .hljs-section,html[data-theme=dark] .reveal[data-theme=league] .hljs-title,html[data-theme=dark] .reveal[data-theme=moon] .hljs-section,html[data-theme=dark] .reveal[data-theme=moon] .hljs-title,html[data-theme=dark] .reveal[data-theme=night] .hljs-section,html[data-theme=dark] .reveal[data-theme=night] .hljs-title{color:#78bb65}html[data-theme=dark] .reveal[data-theme=auto] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=auto] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=black] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=black] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=blood] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=blood] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=league] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=league] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=moon] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=moon] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=night] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=night] .hljs-selector-tag{color:#b45ea4}html[data-theme=dark] .reveal[data-theme=auto] .hljs,html[data-theme=dark] .reveal[data-theme=black] .hljs,html[data-theme=dark] .reveal[data-theme=blood] .hljs,html[data-theme=dark] .reveal[data-theme=league] .hljs,html[data-theme=dark] .reveal[data-theme=moon] .hljs,html[data-theme=dark] .reveal[data-theme=night] .hljs{display:block;overflow-x:auto;background:#1c1d21;color:#c0c5ce;padding:.5em}.reveal[data-theme=beige] em,.reveal[data-theme=beige] q,.reveal[data-theme=black] em,.reveal[data-theme=black] q,.reveal[data-theme=blood] em,.reveal[data-theme=blood] q,.reveal[data-theme=league] em,.reveal[data-theme=league] q,.reveal[data-theme=moon] em,.reveal[data-theme=moon] q,.reveal[data-theme=night] em,.reveal[data-theme=night] q,.reveal[data-theme=serif] em,.reveal[data-theme=serif] q,.reveal[data-theme=simple] em,.reveal[data-theme=simple] q,.reveal[data-theme=sky] em,.reveal[data-theme=sky] q,.reveal[data-theme=solarized] em,.reveal[data-theme=solarized] q,.reveal[data-theme=white] em,.reveal[data-theme=white] q,html[data-theme=dark] .reveal[data-theme=auto] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=auto] em,html[data-theme=dark] .reveal[data-theme=auto] q,html[data-theme=dark] .reveal[data-theme=black] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=blood] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=league] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=moon] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=night] .hljs-emphasis,html[data-theme=light] .reveal[data-theme=auto] em,html[data-theme=light] .reveal[data-theme=auto] q{font-style:italic}.reveal[data-theme=beige] b,.reveal[data-theme=beige] dt,.reveal[data-theme=beige] strong,.reveal[data-theme=beige] table th,.reveal[data-theme=black] b,.reveal[data-theme=black] dt,.reveal[data-theme=black] strong,html[data-theme=dark] .reveal[data-theme=auto] .hljs-strong,html[data-theme=dark] .reveal[data-theme=black] .hljs-strong,html[data-theme=dark] .reveal[data-theme=blood] .hljs-strong,html[data-theme=dark] .reveal[data-theme=league] .hljs-strong,html[data-theme=dark] .reveal[data-theme=moon] .hljs-strong,html[data-theme=dark] .reveal[data-theme=night] .hljs-strong{font-weight:700}@font-face{font-family:Lato;font-style:italic;font-weight:400;src:local("Lato Italic"),local("Lato-Italic"),url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAUi-qJCY.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:italic;font-weight:400;src:local("Lato Italic"),local("Lato-Italic"),url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAXC-q.woff2)format("woff2");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-face{font-family:Lato;font-style:italic;font-weight:700;src:local("Lato Bold Italic"),local("Lato-BoldItalic"),url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:italic;font-weight:700;src:local("Lato Bold Italic"),local("Lato-BoldItalic"),url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI5wq_Gwft.woff2)format("woff2");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-face{font-family:Lato;font-style:normal;font-weight:400;src:local("Lato Regular"),local("Lato-Regular"),url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjxAwXjeu.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local("Lato Regular"),local("Lato-Regular"),url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXg.woff2)format("woff2");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-face{font-family:Lato;font-style:normal;font-weight:700;src:local("Lato Bold"),local("Lato-Bold"),url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwaPGR_p.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local("Lato Bold"),local("Lato-Bold"),url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPGQ.woff2)format("woff2");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}.reveal[data-theme=beige] section.has-dark-background,.reveal[data-theme=beige] section.has-dark-background h1,.reveal[data-theme=beige] section.has-dark-background h2,.reveal[data-theme=beige] section.has-dark-background h3,.reveal[data-theme=beige] section.has-dark-background h4,.reveal[data-theme=beige] section.has-dark-background h5,.reveal[data-theme=beige] section.has-dark-background h6{color:#fff}.reveal-viewport[data-theme=beige]{background:#f7f2d3;background:radial-gradient(center,circle farthest-corner,white 0%,#f7f2d3 100%);background-color:#f7f3de}.reveal[data-theme=beige]{font-family:Lato,sans-serif;font-size:40px;font-weight:400;color:#333}.reveal[data-theme=beige] ::selection{color:#fff;background:rgba(79,64,28,.99);text-shadow:none}.reveal[data-theme=beige] ::-moz-selection{color:#fff;background:rgba(79,64,28,.99);text-shadow:none}.reveal[data-theme=beige] .slides section,.reveal[data-theme=beige] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=beige] h1,.reveal[data-theme=beige] h2,.reveal[data-theme=beige] h3,.reveal[data-theme=beige] h4,.reveal[data-theme=beige] h5,.reveal[data-theme=beige] h6{margin:0 0 20px;color:#333;font-family:League Gothic,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=beige] h1:last-child,.reveal[data-theme=beige] h2:last-child,.reveal[data-theme=beige] h3:last-child,.reveal[data-theme=beige] h4:last-child,.reveal[data-theme=beige] h5:last-child,.reveal[data-theme=beige] h6:last-child,.reveal[data-theme=black] h1:last-child,.reveal[data-theme=black] h2:last-child,.reveal[data-theme=black] h3:last-child,.reveal[data-theme=black] h4:last-child,.reveal[data-theme=black] h5:last-child,.reveal[data-theme=black] h6:last-child,.reveal[data-theme=blood] h1:last-child,.reveal[data-theme=blood] h2:last-child,.reveal[data-theme=blood] h3:last-child,.reveal[data-theme=blood] h4:last-child,.reveal[data-theme=blood] h5:last-child,.reveal[data-theme=blood] h6:last-child,.reveal[data-theme=league] h1:last-child,.reveal[data-theme=league] h2:last-child,.reveal[data-theme=league] h3:last-child,.reveal[data-theme=league] h4:last-child,.reveal[data-theme=league] h5:last-child,.reveal[data-theme=league] h6:last-child,.reveal[data-theme=moon] h1:last-child,.reveal[data-theme=moon] h2:last-child,.reveal[data-theme=moon] h3:last-child,.reveal[data-theme=moon] h4:last-child,.reveal[data-theme=moon] h5:last-child,.reveal[data-theme=moon] h6:last-child,.reveal[data-theme=night] h1:last-child,.reveal[data-theme=night] h2:last-child,.reveal[data-theme=night] h3:last-child,.reveal[data-theme=night] h4:last-child,.reveal[data-theme=night] h5:last-child,.reveal[data-theme=night] h6:last-child,.reveal[data-theme=serif] h1:last-child,.reveal[data-theme=serif] h2:last-child,.reveal[data-theme=serif] h3:last-child,.reveal[data-theme=serif] h4:last-child,.reveal[data-theme=serif] h5:last-child,.reveal[data-theme=serif] h6:last-child,.reveal[data-theme=simple] h1:last-child,.reveal[data-theme=simple] h2:last-child,.reveal[data-theme=simple] h3:last-child,.reveal[data-theme=simple] h4:last-child,.reveal[data-theme=simple] h5:last-child,.reveal[data-theme=simple] h6:last-child,.reveal[data-theme=sky] h1:last-child,.reveal[data-theme=sky] h2:last-child,.reveal[data-theme=sky] h3:last-child,.reveal[data-theme=sky] h4:last-child,.reveal[data-theme=sky] h5:last-child,.reveal[data-theme=sky] h6:last-child,.reveal[data-theme=solarized] h1:last-child,.reveal[data-theme=solarized] h2:last-child,.reveal[data-theme=solarized] h3:last-child,.reveal[data-theme=solarized] h4:last-child,.reveal[data-theme=solarized] h5:last-child,.reveal[data-theme=solarized] h6:last-child,.reveal[data-theme=white] h1:last-child,.reveal[data-theme=white] h2:last-child,.reveal[data-theme=white] h3:last-child,.reveal[data-theme=white] h4:last-child,.reveal[data-theme=white] h5:last-child,.reveal[data-theme=white] h6:last-child,html[data-theme=dark] .reveal[data-theme=auto] h1:last-child,html[data-theme=dark] .reveal[data-theme=auto] h2:last-child,html[data-theme=dark] .reveal[data-theme=auto] h3:last-child,html[data-theme=dark] .reveal[data-theme=auto] h4:last-child,html[data-theme=dark] .reveal[data-theme=auto] h5:last-child,html[data-theme=dark] .reveal[data-theme=auto] h6:last-child,html[data-theme=light] .reveal[data-theme=auto] h1:last-child,html[data-theme=light] .reveal[data-theme=auto] h2:last-child,html[data-theme=light] .reveal[data-theme=auto] h3:last-child,html[data-theme=light] .reveal[data-theme=auto] h4:last-child,html[data-theme=light] .reveal[data-theme=auto] h5:last-child,html[data-theme=light] .reveal[data-theme=auto] h6:last-child{margin-bottom:0}.reveal[data-theme=beige] h1{font-size:3.77em;text-shadow:0 1px 0#ccc,0 2px 0#c9c9c9,0 3px 0#bbb,0 4px 0#b9b9b9,0 5px 0#aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15)}.reveal[data-theme=beige] h2{font-size:2.11em}.reveal[data-theme=beige] h3{font-size:1.55em}.reveal[data-theme=beige] h4{font-size:1em}.reveal[data-theme=beige] p,.reveal[data-theme=black] p{margin:20px 0;line-height:1.3}.reveal[data-theme=beige] iframe,.reveal[data-theme=beige] img,.reveal[data-theme=beige] video{max-width:95%;max-height:95%}.reveal[data-theme=beige] dl,.reveal[data-theme=beige] ol,.reveal[data-theme=beige] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=beige] ol{list-style-type:decimal}.reveal[data-theme=beige] ul{list-style-type:disc}.reveal[data-theme=beige] ul ul{list-style-type:square}.reveal[data-theme=beige] ul ul ul,.reveal[data-theme=black] ul ul ul,.reveal[data-theme=blood] ul ul ul,.reveal[data-theme=league] ul ul ul,.reveal[data-theme=moon] ul ul ul,.reveal[data-theme=night] ul ul ul,.reveal[data-theme=serif] ul ul ul,.reveal[data-theme=simple] ul ul ul,.reveal[data-theme=sky] ul ul ul,.reveal[data-theme=solarized] ul ul ul,.reveal[data-theme=white] ul ul ul,html[data-theme=dark] .reveal[data-theme=auto] ul ul ul,html[data-theme=light] .reveal[data-theme=auto] ul ul ul{list-style-type:circle}.reveal[data-theme=beige] ol ol,.reveal[data-theme=beige] ol ul,.reveal[data-theme=beige] ul ol,.reveal[data-theme=beige] ul ul{display:block;margin-left:40px}.reveal[data-theme=beige] dd,.reveal[data-theme=black] dd,.reveal[data-theme=blood] dd,.reveal[data-theme=league] dd,.reveal[data-theme=moon] dd,.reveal[data-theme=night] dd,.reveal[data-theme=serif] dd,.reveal[data-theme=simple] dd,.reveal[data-theme=sky] dd,.reveal[data-theme=solarized] dd,.reveal[data-theme=white] dd,html[data-theme=dark] .reveal[data-theme=auto] dd,html[data-theme=light] .reveal[data-theme=auto] dd{margin-left:40px}.reveal[data-theme=beige] blockquote,.reveal[data-theme=black] blockquote,.reveal[data-theme=blood] blockquote,.reveal[data-theme=league] blockquote,.reveal[data-theme=moon] blockquote,.reveal[data-theme=night] blockquote,.reveal[data-theme=serif] blockquote,.reveal[data-theme=simple] blockquote,.reveal[data-theme=sky] blockquote,.reveal[data-theme=solarized] blockquote,.reveal[data-theme=white] blockquote,html[data-theme=dark] .reveal[data-theme=auto] blockquote,html[data-theme=light] .reveal[data-theme=auto] blockquote{display:block;position:relative;width:70%;margin:20px auto;padding:5px;font-style:italic;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003}.reveal[data-theme=beige] blockquote p:first-child,.reveal[data-theme=beige] blockquote p:last-child,.reveal[data-theme=black] blockquote p:first-child,.reveal[data-theme=black] blockquote p:last-child,html[data-theme=dark] .reveal[data-theme=auto] blockquote p:first-child,html[data-theme=dark] .reveal[data-theme=auto] blockquote p:last-child{display:inline-block}.reveal[data-theme=beige] pre,.reveal[data-theme=black] pre,.reveal[data-theme=blood] pre,.reveal[data-theme=league] pre,.reveal[data-theme=moon] pre,.reveal[data-theme=night] pre,.reveal[data-theme=serif] pre,.reveal[data-theme=simple] pre,.reveal[data-theme=sky] pre,.reveal[data-theme=solarized] pre,.reveal[data-theme=white] pre,html[data-theme=dark] .reveal[data-theme=auto] pre,html[data-theme=light] .reveal[data-theme=auto] pre{display:block;position:relative;width:90%;margin:20px auto;padding:0;text-align:left;font-size:.55em;font-family:monospace;line-height:1.2em;word-wrap:break-word;box-shadow:0 5px 15px #00000026}.reveal[data-theme=beige] code,.reveal[data-theme=black] code,.reveal[data-theme=blood] code,.reveal[data-theme=league] code,.reveal[data-theme=moon] code,.reveal[data-theme=night] code,.reveal[data-theme=serif] code,.reveal[data-theme=simple] code,.reveal[data-theme=sky] code,.reveal[data-theme=solarized] code,.reveal[data-theme=white] code,html[data-theme=dark] .reveal[data-theme=auto] code,html[data-theme=light] .reveal[data-theme=auto] code{font-family:monospace;text-transform:none}.reveal[data-theme=beige] pre code,.reveal[data-theme=black] pre code,.reveal[data-theme=blood] pre code,html[data-theme=dark] .reveal[data-theme=auto] pre code{display:block;padding:5px;overflow:auto;max-height:400px;word-wrap:normal}.reveal[data-theme=beige] table,.reveal[data-theme=black] table,.reveal[data-theme=blood] table,.reveal[data-theme=league] table,.reveal[data-theme=moon] table,.reveal[data-theme=night] table,.reveal[data-theme=serif] table,.reveal[data-theme=simple] table,.reveal[data-theme=sky] table,.reveal[data-theme=solarized] table,.reveal[data-theme=white] table,html[data-theme=dark] .reveal[data-theme=auto] table,html[data-theme=light] .reveal[data-theme=auto] table{margin:auto;border-collapse:collapse;border-spacing:0}.reveal[data-theme=beige] table td,.reveal[data-theme=beige] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=beige] table td[align=center],.reveal[data-theme=beige] table th[align=center]{text-align:center}.reveal[data-theme=beige] table td[align=right],.reveal[data-theme=beige] table th[align=right]{text-align:right}.reveal[data-theme=beige] table tbody tr:last-child td,.reveal[data-theme=beige] table tbody tr:last-child th,.reveal[data-theme=black] table tbody tr:last-child td,.reveal[data-theme=black] table tbody tr:last-child th,.reveal[data-theme=blood] table tbody tr:last-child td,.reveal[data-theme=blood] table tbody tr:last-child th,.reveal[data-theme=league] table tbody tr:last-child td,.reveal[data-theme=league] table tbody tr:last-child th,.reveal[data-theme=moon] table tbody tr:last-child td,.reveal[data-theme=moon] table tbody tr:last-child th,.reveal[data-theme=night] table tbody tr:last-child td,.reveal[data-theme=night] table tbody tr:last-child th,.reveal[data-theme=serif] table tbody tr:last-child td,.reveal[data-theme=serif] table tbody tr:last-child th,.reveal[data-theme=simple] table tbody tr:last-child td,.reveal[data-theme=simple] table tbody tr:last-child th,.reveal[data-theme=sky] table tbody tr:last-child td,.reveal[data-theme=sky] table tbody tr:last-child th,.reveal[data-theme=solarized] table tbody tr:last-child td,.reveal[data-theme=solarized] table tbody tr:last-child th,.reveal[data-theme=white] table tbody tr:last-child td,.reveal[data-theme=white] table tbody tr:last-child th,html[data-theme=dark] .reveal[data-theme=auto] table tbody tr:last-child td,html[data-theme=dark] .reveal[data-theme=auto] table tbody tr:last-child th,html[data-theme=light] .reveal[data-theme=auto] table tbody tr:last-child td,html[data-theme=light] .reveal[data-theme=auto] table tbody tr:last-child th{border-bottom:none}.reveal[data-theme=beige] sup,.reveal[data-theme=black] sup,.reveal[data-theme=blood] sup,.reveal[data-theme=league] sup,.reveal[data-theme=moon] sup,.reveal[data-theme=night] sup,.reveal[data-theme=serif] sup,.reveal[data-theme=simple] sup,.reveal[data-theme=sky] sup,.reveal[data-theme=solarized] sup,.reveal[data-theme=white] sup,html[data-theme=dark] .reveal[data-theme=auto] sup,html[data-theme=light] .reveal[data-theme=auto] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=beige] sub,.reveal[data-theme=black] sub,.reveal[data-theme=blood] sub,.reveal[data-theme=league] sub,.reveal[data-theme=moon] sub,.reveal[data-theme=night] sub,.reveal[data-theme=serif] sub,.reveal[data-theme=simple] sub,.reveal[data-theme=sky] sub,.reveal[data-theme=solarized] sub,.reveal[data-theme=white] sub,html[data-theme=dark] .reveal[data-theme=auto] sub,html[data-theme=light] .reveal[data-theme=auto] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=beige] small,.reveal[data-theme=black] small,.reveal[data-theme=blood] small,.reveal[data-theme=league] small,.reveal[data-theme=moon] small,.reveal[data-theme=night] small,.reveal[data-theme=serif] small,.reveal[data-theme=simple] small,.reveal[data-theme=sky] small,.reveal[data-theme=solarized] small,.reveal[data-theme=white] small,html[data-theme=dark] .reveal[data-theme=auto] small,html[data-theme=light] .reveal[data-theme=auto] small{display:inline-block;font-size:.6em;line-height:1.2em;vertical-align:top}.reveal[data-theme=beige] small *{vertical-align:top}.reveal[data-theme=beige] img{margin:20px 0}.reveal[data-theme=beige] a{color:#8b743d;text-decoration:none;transition:color .15s ease}.reveal[data-theme=beige] a:hover{color:#b39753;text-shadow:none;border:0}.reveal[data-theme=beige] .roll span:after{color:#fff;background:#766334}.reveal[data-theme=beige] .r-frame{border:4px solid #333;box-shadow:0 0 10px #00000026}.reveal[data-theme=beige] a .r-frame,.reveal[data-theme=black] a .r-frame,html[data-theme=dark] .reveal[data-theme=auto] a .r-frame{transition:all .15s linear}.reveal[data-theme=beige] a:hover .r-frame{border-color:#8b743d;box-shadow:0 0 20px #0000008c}.reveal[data-theme=beige] .controls{color:#8b743d}.reveal[data-theme=beige] .progress{background:rgba(0,0,0,.2);color:#8b743d}.reveal[data-theme=beige] table.hljs-ln,.reveal[data-theme=black] table.hljs-ln,.reveal[data-theme=blood] table.hljs-ln,.reveal[data-theme=league] table.hljs-ln,.reveal[data-theme=moon] table.hljs-ln,.reveal[data-theme=night] table.hljs-ln,.reveal[data-theme=serif] table.hljs-ln,.reveal[data-theme=simple] table.hljs-ln,.reveal[data-theme=sky] table.hljs-ln,.reveal[data-theme=solarized] table.hljs-ln,.reveal[data-theme=white] table.hljs-ln,html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln,html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln{display:table;width:100%}.reveal[data-theme=beige] table.hljs-ln td,.reveal[data-theme=beige] table.hljs-ln tr,.reveal[data-theme=black] table.hljs-ln tr{border:0}.reveal[data-theme=beige] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=black] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=blood] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=league] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=moon] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=night] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=serif] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=simple] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=sky] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=solarized] table.hljs-ln tr:nth-child(2n),.reveal[data-theme=white] table.hljs-ln tr:nth-child(2n),html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln tr:nth-child(2n),html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln tr:nth-child(2n){background-color:inherit!important}@media print{.reveal[data-theme=beige] .backgrounds{background-color:#f7f3de}}.reveal[theme=black] section.has-light-background,.reveal[theme=black] section.has-light-background h1,.reveal[theme=black] section.has-light-background h2,.reveal[theme=black] section.has-light-background h3,.reveal[theme=black] section.has-light-background h4,.reveal[theme=black] section.has-light-background h5,.reveal[theme=black] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=black],html[data-theme=dark] .reveal-viewport[data-theme=auto]{background:#191919;background-color:#191919}.reveal[data-theme=black],html[data-theme=dark] .reveal[data-theme=auto]{font-family:Source Sans Pro,Helvetica,sans-serif;font-size:42px;font-weight:400;color:#fff}.reveal[data-theme=black] ::selection{color:#fff;background:#71c3fb;text-shadow:none}.reveal[data-theme=black] ::-moz-selection{color:#fff;background:#71c3fb;text-shadow:none}.reveal[data-theme=black] .slides section,.reveal[data-theme=black] .slides section>section,html[data-theme=dark] .reveal[data-theme=auto] .slides section,html[data-theme=dark] .reveal[data-theme=auto] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=black] h1,html[data-theme=dark] .reveal[data-theme=auto] h1{font-size:2.5em}.reveal[data-theme=black] h1,.reveal[data-theme=black] h2,.reveal[data-theme=black] h3,.reveal[data-theme=black] h4,.reveal[data-theme=black] h5,.reveal[data-theme=black] h6,html[data-theme=dark] .reveal[data-theme=auto] h1,html[data-theme=dark] .reveal[data-theme=auto] h2,html[data-theme=dark] .reveal[data-theme=auto] h3,html[data-theme=dark] .reveal[data-theme=auto] h4,html[data-theme=dark] .reveal[data-theme=auto] h5,html[data-theme=dark] .reveal[data-theme=auto] h6{margin:0 0 20px;color:#fff;font-family:Source Sans Pro,Helvetica,sans-serif;font-weight:600;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=black] h2,html[data-theme=dark] .reveal[data-theme=auto] h2{font-size:1.6em}.reveal[data-theme=black] h3,html[data-theme=dark] .reveal[data-theme=auto] h3{font-size:1.3em}.reveal[data-theme=black] h4,html[data-theme=dark] .reveal[data-theme=auto] h4{font-size:1em}.reveal[data-theme=black] iframe,.reveal[data-theme=black] img,.reveal[data-theme=black] video,html[data-theme=dark] .reveal[data-theme=auto] iframe,html[data-theme=dark] .reveal[data-theme=auto] img,html[data-theme=dark] .reveal[data-theme=auto] video{max-width:95%;max-height:95%}.reveal[data-theme=black] dl,.reveal[data-theme=black] ol,.reveal[data-theme=black] ul,html[data-theme=dark] .reveal[data-theme=auto] dl,html[data-theme=dark] .reveal[data-theme=auto] ol,html[data-theme=dark] .reveal[data-theme=auto] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=black] ol,html[data-theme=dark] .reveal[data-theme=auto] ol{list-style-type:decimal}.reveal[data-theme=black] ul,html[data-theme=dark] .reveal[data-theme=auto] ul{list-style-type:disc}.reveal[data-theme=black] ul ul,html[data-theme=dark] .reveal[data-theme=auto] ul ul{list-style-type:square}.reveal[data-theme=black] ol ol,.reveal[data-theme=black] ol ul,.reveal[data-theme=black] ul ol,.reveal[data-theme=black] ul ul,html[data-theme=dark] .reveal[data-theme=auto] ol ol,html[data-theme=dark] .reveal[data-theme=auto] ol ul,html[data-theme=dark] .reveal[data-theme=auto] ul ol,html[data-theme=dark] .reveal[data-theme=auto] ul ul{display:block;margin-left:40px}.reveal[data-theme=black] table th,.reveal[data-theme=blood] b,.reveal[data-theme=blood] dt,.reveal[data-theme=blood] strong,html[data-theme=dark] .reveal[data-theme=auto] b,html[data-theme=dark] .reveal[data-theme=auto] dt,html[data-theme=dark] .reveal[data-theme=auto] strong,html[data-theme=dark] .reveal[data-theme=auto] table th{font-weight:700}.reveal[data-theme=black] table td,.reveal[data-theme=black] table th,html[data-theme=dark] .reveal[data-theme=auto] table td,html[data-theme=dark] .reveal[data-theme=auto] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=black] table td[align=center],.reveal[data-theme=black] table th[align=center],html[data-theme=dark] .reveal[data-theme=auto] table td[align=center],html[data-theme=dark] .reveal[data-theme=auto] table th[align=center]{text-align:center}.reveal[data-theme=black] table td[align=right],.reveal[data-theme=black] table th[align=right],html[data-theme=dark] .reveal[data-theme=auto] table td[align=right],html[data-theme=dark] .reveal[data-theme=auto] table th[align=right]{text-align:right}.reveal[data-theme=black] small *{vertical-align:top}.reveal[data-theme=black] img,html[data-theme=dark] .reveal[data-theme=auto] img{margin:20px 0}.reveal[data-theme=black] a,html[data-theme=dark] .reveal[data-theme=auto] a{color:#42affa;text-decoration:none;transition:color .15s ease}.reveal[data-theme=black] a:hover,html[data-theme=dark] .reveal[data-theme=auto] a:hover{color:#5ebbfb;text-shadow:none;border:0}.reveal[data-theme=black] .roll span:after,html[data-theme=dark] .reveal[data-theme=auto] .roll span:after{color:#fff;background:#149bf9}.reveal[data-theme=black] .r-frame{border:4px solid #fff;box-shadow:0 0 10px #00000026}.reveal[data-theme=black] a:hover .r-frame,html[data-theme=dark] .reveal[data-theme=auto] a:hover .r-frame{border-color:#42affa;box-shadow:0 0 20px #0000008c}.reveal[data-theme=black] .controls{color:#42affa}.reveal[data-theme=black] .progress{background:rgba(0,0,0,.2);color:#42affa}.reveal[data-theme=black] table.hljs-ln td,.reveal[data-theme=blood] table.hljs-ln tr,html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln td,html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=black] .backgrounds{background-color:#191919}}html[data-theme=dark] .reveal[data-theme=auto] ::selection{color:#fff;background:#71c3fb;text-shadow:none}html[data-theme=dark] .reveal[data-theme=auto] ::-moz-selection{color:#fff;background:#71c3fb;text-shadow:none}.reveal[data-theme=blood] p,html[data-theme=dark] .reveal[data-theme=auto] p{margin:20px 0;line-height:1.3}html[data-theme=dark] .reveal[data-theme=auto] small *{vertical-align:top}html[data-theme=dark] .reveal[data-theme=auto] .r-frame{border:4px solid #fff;box-shadow:0 0 10px #00000026}html[data-theme=dark] .reveal[data-theme=auto] .controls{color:#42affa}html[data-theme=dark] .reveal[data-theme=auto] .progress{background:rgba(0,0,0,.2);color:#42affa}@media print{html[data-theme=dark] .reveal[data-theme=auto] .backgrounds{background-color:#191919}}@font-face{font-family:Ubuntu;font-style:italic;font-weight:300;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyCN4Ffgg.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:italic;font-weight:300;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyLN4Ffgg.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:italic;font-weight:300;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyDN4Ffgg.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:italic;font-weight:300;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyMN4Ffgg.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:italic;font-weight:300;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyBN4Ffgg.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:italic;font-weight:300;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyPN4E.woff2)format("woff2");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-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyCN4Ffgg.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyLN4Ffgg.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyDN4Ffgg.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyMN4Ffgg.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyBN4Ffgg.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyPN4E.woff2)format("woff2");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-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyN.woff2)format("woff2");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-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjsGyN.woff2)format("woff2");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}.reveal[data-theme=blood] section.has-light-background,.reveal[data-theme=blood] section.has-light-background h1,.reveal[data-theme=blood] section.has-light-background h2,.reveal[data-theme=blood] section.has-light-background h3,.reveal[data-theme=blood] section.has-light-background h4,.reveal[data-theme=blood] section.has-light-background h5,.reveal[data-theme=blood] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=blood]{background:#222;background-color:#222}.reveal[data-theme=blood]{font-family:Ubuntu,"sans-serif";font-size:40px;font-weight:400;color:#eee}.reveal[data-theme=blood] ::selection{color:#fff;background:#a23;text-shadow:none}.reveal[data-theme=blood] ::-moz-selection{color:#fff;background:#a23;text-shadow:none}.reveal[data-theme=blood] .slides section,.reveal[data-theme=blood] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=blood] h1,.reveal[data-theme=blood] h2,.reveal[data-theme=blood] h3,.reveal[data-theme=blood] h4,.reveal[data-theme=blood] h5,.reveal[data-theme=blood] h6{margin:0 0 20px;color:#eee;font-family:Ubuntu,"sans-serif";font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:2px 2px 2px #222;word-wrap:break-word}.reveal[data-theme=blood] h1{font-size:3.77em;text-shadow:0 1px 0#ccc,0 2px 0#c9c9c9,0 3px 0#bbb,0 4px 0#b9b9b9,0 5px 0#aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15)}.reveal[data-theme=blood] h2{font-size:2.11em}.reveal[data-theme=blood] h3{font-size:1.55em}.reveal[data-theme=blood] h4{font-size:1em}.reveal[data-theme=blood] iframe,.reveal[data-theme=blood] img,.reveal[data-theme=blood] video{max-width:95%;max-height:95%}.reveal[data-theme=blood] dl,.reveal[data-theme=blood] ol,.reveal[data-theme=blood] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=blood] ol{list-style-type:decimal}.reveal[data-theme=blood] ul{list-style-type:disc}.reveal[data-theme=blood] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=blood] ol ol,.reveal[data-theme=blood] ol ul,.reveal[data-theme=blood] ul ol{display:block;margin-left:40px}.reveal[data-theme=blood] blockquote p:first-child,.reveal[data-theme=blood] blockquote p:last-child{display:inline-block}.reveal[data-theme=blood] table th,.reveal[data-theme=league] b,.reveal[data-theme=league] dt,.reveal[data-theme=league] strong,.reveal[theme=blood] h1,.reveal[theme=blood] h2,.reveal[theme=blood] h3,.reveal[theme=blood] h4,.reveal[theme=blood] h5,.reveal[theme=blood] h6{font-weight:700}.reveal[data-theme=blood] table td,.reveal[data-theme=blood] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=blood] table td[align=center],.reveal[data-theme=blood] table th[align=center]{text-align:center}.reveal[data-theme=blood] table td[align=right],.reveal[data-theme=blood] table th[align=right]{text-align:right}.reveal[data-theme=blood] small *{vertical-align:top}.reveal[data-theme=blood] img{margin:20px 0}.reveal[data-theme=blood] a{color:#a23;text-decoration:none;transition:color .15s ease}.reveal[data-theme=blood] a:hover{color:#d63347;text-shadow:none;border:0}.reveal[data-theme=blood] .roll span:after{color:#fff;background:#911d2b}.reveal[data-theme=blood] .r-frame{border:4px solid #eee;box-shadow:0 0 10px #00000026}.reveal[data-theme=blood] a .r-frame,.reveal[data-theme=league] a .r-frame,.reveal[data-theme=moon] a .r-frame,.reveal[data-theme=night] a .r-frame,.reveal[data-theme=serif] a .r-frame,.reveal[data-theme=simple] a .r-frame,.reveal[data-theme=sky] a .r-frame,.reveal[data-theme=solarized] a .r-frame,.reveal[data-theme=white] a .r-frame,html[data-theme=light] .reveal[data-theme=auto] a .r-frame{transition:all .15s linear}.reveal[data-theme=blood] a:hover .r-frame{border-color:#a23;box-shadow:0 0 20px #0000008c}.reveal[data-theme=blood] .controls{color:#a23}.reveal[data-theme=blood] .progress{background:rgba(0,0,0,.2);color:#a23}.reveal[data-theme=blood] table.hljs-ln td,.reveal[data-theme=league] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=blood] .backgrounds{background-color:#222}}.reveal[theme=blood] p{font-weight:300;text-shadow:1px 1px #222}.reveal[theme=blood] section.has-light-background h1,.reveal[theme=blood] section.has-light-background h2,.reveal[theme=blood] section.has-light-background h3,.reveal[theme=blood] section.has-light-background h4,.reveal[theme=blood] section.has-light-background p{text-shadow:none}.reveal[theme=blood] p code{background:#23241f;display:inline-block;border-radius:7px}.reveal[theme=blood] small code{vertical-align:baseline}.reveal[data-theme=league] section.has-light-background,.reveal[data-theme=league] section.has-light-background h1,.reveal[data-theme=league] section.has-light-background h2,.reveal[data-theme=league] section.has-light-background h3,.reveal[data-theme=league] section.has-light-background h4,.reveal[data-theme=league] section.has-light-background h5,.reveal[data-theme=league] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=league]{background:#1c1e20;background:radial-gradient(center,circle farthest-corner,#555a5f 0%,#1c1e20 100%);background-color:#2b2b2b}.reveal[data-theme=league]{font-family:Lato,sans-serif;font-size:40px;font-weight:400;color:#eee}.reveal[data-theme=league] ::selection{color:#fff;background:#ff5e99;text-shadow:none}.reveal[data-theme=league] ::-moz-selection{color:#fff;background:#ff5e99;text-shadow:none}.reveal[data-theme=league] .slides section,.reveal[data-theme=league] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=league] h1{margin:0 0 20px;color:#eee;font-family:League Gothic,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:uppercase;word-wrap:break-word;font-size:3.77em;text-shadow:0 1px 0#ccc,0 2px 0#c9c9c9,0 3px 0#bbb,0 4px 0#b9b9b9,0 5px 0#aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15)}.reveal[data-theme=league] h2,.reveal[data-theme=league] h3,.reveal[data-theme=league] h4,.reveal[data-theme=league] h5,.reveal[data-theme=league] h6{margin:0 0 20px;color:#eee;font-family:League Gothic,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 6px rgba(0,0,0,.2);word-wrap:break-word}.reveal[data-theme=league] h2{font-size:2.11em}.reveal[data-theme=league] h3{font-size:1.55em}.reveal[data-theme=league] h4{font-size:1em}.reveal[data-theme=league] p,.reveal[data-theme=moon] p,.reveal[data-theme=night] p,.reveal[data-theme=serif] p,.reveal[data-theme=simple] p,.reveal[data-theme=sky] p,.reveal[data-theme=solarized] p,.reveal[data-theme=white] p{margin:20px 0;line-height:1.3}.reveal[data-theme=league] iframe,.reveal[data-theme=league] img,.reveal[data-theme=league] video{max-width:95%;max-height:95%}.reveal[data-theme=league] dl,.reveal[data-theme=league] ol,.reveal[data-theme=league] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=league] ol{list-style-type:decimal}.reveal[data-theme=league] ul{list-style-type:disc}.reveal[data-theme=league] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=league] ol ol,.reveal[data-theme=league] ol ul,.reveal[data-theme=league] ul ol{display:block;margin-left:40px}.reveal[data-theme=league] blockquote p:first-child,.reveal[data-theme=league] blockquote p:last-child,.reveal[data-theme=moon] blockquote p:first-child,.reveal[data-theme=moon] blockquote p:last-child,.reveal[data-theme=night] blockquote p:first-child,.reveal[data-theme=night] blockquote p:last-child,.reveal[data-theme=serif] blockquote p:first-child,.reveal[data-theme=serif] blockquote p:last-child,.reveal[data-theme=simple] blockquote p:first-child,.reveal[data-theme=simple] blockquote p:last-child,.reveal[data-theme=sky] blockquote p:first-child,.reveal[data-theme=sky] blockquote p:last-child,.reveal[data-theme=solarized] blockquote p:first-child,.reveal[data-theme=solarized] blockquote p:last-child,.reveal[data-theme=white] blockquote p:first-child,.reveal[data-theme=white] blockquote p:last-child,html[data-theme=light] .reveal[data-theme=auto] blockquote p:first-child,html[data-theme=light] .reveal[data-theme=auto] blockquote p:last-child{display:inline-block}.reveal[data-theme=league] pre code,.reveal[data-theme=moon] pre code,.reveal[data-theme=night] pre code,.reveal[data-theme=serif] pre code,.reveal[data-theme=simple] pre code,.reveal[data-theme=sky] pre code,.reveal[data-theme=solarized] pre code,.reveal[data-theme=white] pre code,html[data-theme=light] .reveal[data-theme=auto] pre code{display:block;padding:5px;overflow:auto;max-height:400px;word-wrap:normal}.reveal[data-theme=league] table th,.reveal[data-theme=moon] b,.reveal[data-theme=moon] dt,.reveal[data-theme=moon] strong{font-weight:700}.reveal[data-theme=league] table td,.reveal[data-theme=league] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=league] table td[align=center],.reveal[data-theme=league] table th[align=center]{text-align:center}.reveal[data-theme=league] table td[align=right],.reveal[data-theme=league] table th[align=right]{text-align:right}.reveal[data-theme=league] small *{vertical-align:top}.reveal[data-theme=league] img{margin:20px 0}.reveal[data-theme=league] a{color:#13daec;text-decoration:none;transition:color .15s ease}.reveal[data-theme=league] a:hover{color:#42e1f0;text-shadow:none;border:0}.reveal[data-theme=league] .roll span:after{color:#fff;background:#10b9c9}.reveal[data-theme=league] .r-frame{border:4px solid #eee;box-shadow:0 0 10px #00000026}.reveal[data-theme=league] a:hover .r-frame{border-color:#13daec;box-shadow:0 0 20px #0000008c}.reveal[data-theme=league] .controls{color:#13daec}.reveal[data-theme=league] .progress{background:rgba(0,0,0,.2);color:#13daec}.reveal[data-theme=league] table.hljs-ln td,.reveal[data-theme=moon] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=league] .backgrounds{background-color:#2b2b2b}}.reveal[data-theme=moon] section.has-light-background,.reveal[data-theme=moon] section.has-light-background h1,.reveal[data-theme=moon] section.has-light-background h2,.reveal[data-theme=moon] section.has-light-background h3,.reveal[data-theme=moon] section.has-light-background h4,.reveal[data-theme=moon] section.has-light-background h5,.reveal[data-theme=moon] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=moon]{background:#002b36;background-color:#002b36}.reveal[data-theme=moon]{font-family:Lato,sans-serif;font-size:40px;font-weight:400;color:#93a1a1}.reveal[data-theme=moon] ::selection{color:#fff;background:#d33682;text-shadow:none}.reveal[data-theme=moon] ::-moz-selection{color:#fff;background:#d33682;text-shadow:none}.reveal[data-theme=moon] .slides section,.reveal[data-theme=moon] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=moon] h1{font-size:3.77em}.reveal[data-theme=moon] h1,.reveal[data-theme=moon] h2,.reveal[data-theme=moon] h3,.reveal[data-theme=moon] h4,.reveal[data-theme=moon] h5,.reveal[data-theme=moon] h6{margin:0 0 20px;color:#eee8d5;font-family:League Gothic,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=moon] h2{font-size:2.11em}.reveal[data-theme=moon] h3{font-size:1.55em}.reveal[data-theme=moon] h4{font-size:1em}.reveal[data-theme=moon] iframe,.reveal[data-theme=moon] img,.reveal[data-theme=moon] video{max-width:95%;max-height:95%}.reveal[data-theme=moon] dl,.reveal[data-theme=moon] ol,.reveal[data-theme=moon] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=moon] ol{list-style-type:decimal}.reveal[data-theme=moon] ul{list-style-type:disc}.reveal[data-theme=moon] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=moon] ol ol,.reveal[data-theme=moon] ol ul,.reveal[data-theme=moon] ul ol{display:block;margin-left:40px}.reveal[data-theme=moon] table th,.reveal[data-theme=night] b,.reveal[data-theme=night] dt,.reveal[data-theme=night] strong{font-weight:700}.reveal[data-theme=moon] table td,.reveal[data-theme=moon] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=moon] table td[align=center],.reveal[data-theme=moon] table th[align=center]{text-align:center}.reveal[data-theme=moon] table td[align=right],.reveal[data-theme=moon] table th[align=right]{text-align:right}.reveal[data-theme=moon] small *{vertical-align:top}.reveal[data-theme=moon] img{margin:20px 0}.reveal[data-theme=moon] a{color:#268bd2;text-decoration:none;transition:color .15s ease}.reveal[data-theme=moon] a:hover{color:#4ea3df;text-shadow:none;border:0}.reveal[data-theme=moon] .roll span:after{color:#fff;background:#2076b3}.reveal[data-theme=moon] .r-frame{border:4px solid #93a1a1;box-shadow:0 0 10px #00000026}.reveal[data-theme=moon] a:hover .r-frame{border-color:#268bd2;box-shadow:0 0 20px #0000008c}.reveal[data-theme=moon] .controls{color:#268bd2}.reveal[data-theme=moon] .progress{background:rgba(0,0,0,.2);color:#268bd2}.reveal[data-theme=moon] table.hljs-ln td,.reveal[data-theme=night] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=moon] .backgrounds{background-color:#002b36}}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2)format("woff2");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-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2)format("woff2");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-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2)format("woff2");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-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2)format("woff2");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-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2)format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2)format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2)format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2)format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2)format("woff2");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}.reveal[data-theme=night] section.has-light-background,.reveal[data-theme=night] section.has-light-background h1,.reveal[data-theme=night] section.has-light-background h2,.reveal[data-theme=night] section.has-light-background h3,.reveal[data-theme=night] section.has-light-background h4,.reveal[data-theme=night] section.has-light-background h5,.reveal[data-theme=night] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=night]{background:#111;background-color:#111}.reveal[data-theme=night]{font-family:Open Sans,sans-serif;font-size:40px;font-weight:400;color:#eee}.reveal[data-theme=night] ::selection{color:#fff;background:#e7ad52;text-shadow:none}.reveal[data-theme=night] ::-moz-selection{color:#fff;background:#e7ad52;text-shadow:none}.reveal[data-theme=night] .slides section,.reveal[data-theme=night] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=night] h1{font-size:3.77em}.reveal[data-theme=night] h1,.reveal[data-theme=night] h2,.reveal[data-theme=night] h3,.reveal[data-theme=night] h4,.reveal[data-theme=night] h5,.reveal[data-theme=night] h6{margin:0 0 20px;color:#eee;font-family:Montserrat,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:-.03em;text-transform:none;text-shadow:none;word-wrap:break-word}.reveal[data-theme=night] h2{font-size:2.11em}.reveal[data-theme=night] h3{font-size:1.55em}.reveal[data-theme=night] h4{font-size:1em}.reveal[data-theme=night] iframe,.reveal[data-theme=night] img,.reveal[data-theme=night] video{max-width:95%;max-height:95%}.reveal[data-theme=night] dl,.reveal[data-theme=night] ol,.reveal[data-theme=night] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=night] ol{list-style-type:decimal}.reveal[data-theme=night] ul{list-style-type:disc}.reveal[data-theme=night] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=night] ol ol,.reveal[data-theme=night] ol ul,.reveal[data-theme=night] ul ol{display:block;margin-left:40px}.reveal[data-theme=night] table th,.reveal[data-theme=serif] b,.reveal[data-theme=serif] dt,.reveal[data-theme=serif] strong{font-weight:700}.reveal[data-theme=night] table td,.reveal[data-theme=night] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=night] table td[align=center],.reveal[data-theme=night] table th[align=center]{text-align:center}.reveal[data-theme=night] table td[align=right],.reveal[data-theme=night] table th[align=right]{text-align:right}.reveal[data-theme=night] small *{vertical-align:top}.reveal[data-theme=night] img{margin:20px 0}.reveal[data-theme=night] a,.reveal[data-theme=serif] a{color:#e7ad52;text-decoration:none;transition:color .15s ease}.reveal[data-theme=night] a:hover{color:#ecbd75;text-shadow:none;border:0}.reveal[data-theme=night] .roll span:after{color:#fff;background:#e19929}.reveal[data-theme=night] .r-frame{border:4px solid #eee;box-shadow:0 0 10px #00000026}.reveal[data-theme=night] a:hover .r-frame{border-color:#e7ad52;box-shadow:0 0 20px #0000008c}.reveal[data-theme=night] .controls{color:#e7ad52}.reveal[data-theme=night] .progress{background:rgba(0,0,0,.2);color:#e7ad52}.reveal[data-theme=night] table.hljs-ln td,.reveal[data-theme=serif] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=night] .backgrounds{background-color:#111}}.reveal[data-theme=serif] section.has-dark-background,.reveal[data-theme=serif] section.has-dark-background h1,.reveal[data-theme=serif] section.has-dark-background h2,.reveal[data-theme=serif] section.has-dark-background h3,.reveal[data-theme=serif] section.has-dark-background h4,.reveal[data-theme=serif] section.has-dark-background h5,.reveal[data-theme=serif] section.has-dark-background h6{color:#fff}.reveal[data-theme=serif] a{line-height:1.3em;color:#51483d}.reveal-viewport[data-theme=serif]{background:#f0f1eb;background-color:#f0f1eb}.reveal[data-theme=serif]{font-family:Palatino Linotype,Book Antiqua,Palatino,FreeSerif,serif;font-size:40px;font-weight:400;color:#000}.reveal[data-theme=serif] ::selection{color:#fff;background:#26351c;text-shadow:none}.reveal[data-theme=serif] ::-moz-selection{color:#fff;background:#26351c;text-shadow:none}.reveal[data-theme=serif] .slides section,.reveal[data-theme=serif] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=serif] h1{font-size:3.77em}.reveal[data-theme=serif] h1,.reveal[data-theme=serif] h2,.reveal[data-theme=serif] h3,.reveal[data-theme=serif] h4,.reveal[data-theme=serif] h5,.reveal[data-theme=serif] h6{margin:0 0 20px;color:#383d3d;font-family:Palatino Linotype,Book Antiqua,Palatino,FreeSerif,serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:none;text-shadow:none;word-wrap:break-word}.reveal[data-theme=serif] h2{font-size:2.11em}.reveal[data-theme=serif] h3{font-size:1.55em}.reveal[data-theme=serif] h4{font-size:1em}.reveal[data-theme=serif] iframe,.reveal[data-theme=serif] img,.reveal[data-theme=serif] video{max-width:95%;max-height:95%}.reveal[data-theme=serif] dl,.reveal[data-theme=serif] ol,.reveal[data-theme=serif] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=serif] ol{list-style-type:decimal}.reveal[data-theme=serif] ul{list-style-type:disc}.reveal[data-theme=serif] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=serif] ol ol,.reveal[data-theme=serif] ol ul,.reveal[data-theme=serif] ul ol{display:block;margin-left:40px}.reveal[data-theme=serif] table th,.reveal[data-theme=simple] b,.reveal[data-theme=simple] dt,.reveal[data-theme=simple] strong{font-weight:700}.reveal[data-theme=serif] table td,.reveal[data-theme=serif] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=serif] table td[align=center],.reveal[data-theme=serif] table th[align=center]{text-align:center}.reveal[data-theme=serif] table td[align=right],.reveal[data-theme=serif] table th[align=right]{text-align:right}.reveal[data-theme=serif] small *{vertical-align:top}.reveal[data-theme=serif] img{margin:20px 0}.reveal[data-theme=serif] a:hover{color:#7b6d5d;text-shadow:none;border:0}.reveal[data-theme=serif] .roll span:after{color:#fff;background:#453d34}.reveal[data-theme=serif] .r-frame{border:4px solid #000;box-shadow:0 0 10px #00000026}.reveal[data-theme=serif] a:hover .r-frame{border-color:#51483d;box-shadow:0 0 20px #0000008c}.reveal[data-theme=serif] .controls{color:#51483d}.reveal[data-theme=serif] .progress{background:rgba(0,0,0,.2);color:#51483d}.reveal[data-theme=serif] table.hljs-ln td,.reveal[data-theme=simple] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=serif] .backgrounds{background-color:#f0f1eb}}@font-face{font-family:News Cycle;font-style:normal;font-weight:400;src:local("News Cycle"),local("NewsCycle"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:News Cycle;font-style:normal;font-weight:400;src:local("News Cycle"),local("NewsCycle"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2)format("woff2");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-face{font-family:News Cycle;font-style:normal;font-weight:700;src:local("News Cycle Bold"),local("NewsCycle-Bold"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:News Cycle;font-style:normal;font-weight:700;src:local("News Cycle Bold"),local("NewsCycle-Bold"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2)format("woff2");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}.reveal[data-theme=simple] section.has-dark-background,.reveal[data-theme=simple] section.has-dark-background h1,.reveal[data-theme=simple] section.has-dark-background h2,.reveal[data-theme=simple] section.has-dark-background h3,.reveal[data-theme=simple] section.has-dark-background h4,.reveal[data-theme=simple] section.has-dark-background h5,.reveal[data-theme=simple] section.has-dark-background h6{color:#fff}.reveal-viewport[data-theme=simple]{background:#fff;background-color:#fff}.reveal[data-theme=simple]{font-family:Lato,sans-serif;font-size:40px;font-weight:400;color:#000}.reveal[data-theme=simple] ::selection{color:#fff;background:rgba(0,0,0,.99);text-shadow:none}.reveal[data-theme=simple] ::-moz-selection{color:#fff;background:rgba(0,0,0,.99);text-shadow:none}.reveal[data-theme=simple] .slides section,.reveal[data-theme=simple] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=simple] h1{font-size:3.77em}.reveal[data-theme=simple] h1,.reveal[data-theme=simple] h2,.reveal[data-theme=simple] h3,.reveal[data-theme=simple] h4,.reveal[data-theme=simple] h5,.reveal[data-theme=simple] h6{margin:0 0 20px;color:#000;font-family:News Cycle,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:none;text-shadow:none;word-wrap:break-word}.reveal[data-theme=simple] h2{font-size:2.11em}.reveal[data-theme=simple] h3{font-size:1.55em}.reveal[data-theme=simple] h4{font-size:1em}.reveal[data-theme=simple] iframe,.reveal[data-theme=simple] img,.reveal[data-theme=simple] video{max-width:95%;max-height:95%}.reveal[data-theme=simple] dl,.reveal[data-theme=simple] ol,.reveal[data-theme=simple] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=simple] ol{list-style-type:decimal}.reveal[data-theme=simple] ul{list-style-type:disc}.reveal[data-theme=simple] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=simple] ol ol,.reveal[data-theme=simple] ol ul,.reveal[data-theme=simple] ul ol{display:block;margin-left:40px}.reveal[data-theme=simple] table th,.reveal[data-theme=sky] b,.reveal[data-theme=sky] dt,.reveal[data-theme=sky] strong{font-weight:700}.reveal[data-theme=simple] table td,.reveal[data-theme=simple] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=simple] table td[align=center],.reveal[data-theme=simple] table th[align=center]{text-align:center}.reveal[data-theme=simple] table td[align=right],.reveal[data-theme=simple] table th[align=right]{text-align:right}.reveal[data-theme=simple] small *{vertical-align:top}.reveal[data-theme=simple] img{margin:20px 0}.reveal[data-theme=simple] a,.reveal[data-theme=sky] a{color:#00008b;text-decoration:none;transition:color .15s ease}.reveal[data-theme=simple] a:hover{color:#0000d5;text-shadow:none;border:0}.reveal[data-theme=simple] .roll span:after{color:#fff;background:#000076}.reveal[data-theme=simple] .r-frame{border:4px solid #000;box-shadow:0 0 10px #00000026}.reveal[data-theme=simple] a:hover .r-frame{border-color:#00008b;box-shadow:0 0 20px #0000008c}.reveal[data-theme=simple] .controls{color:#00008b}.reveal[data-theme=simple] .progress{background:rgba(0,0,0,.2);color:#00008b}.reveal[data-theme=simple] table.hljs-ln td,.reveal[data-theme=sky] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=simple] .backgrounds{background-color:#fff}}@font-face{font-family:Quicksand;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Quicksand;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Quicksand;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2)format("woff2");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-face{font-family:Quicksand;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2)format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Quicksand;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2)format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Quicksand;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2)format("woff2");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}.reveal[data-theme=sky] section.has-dark-background,.reveal[data-theme=sky] section.has-dark-background h1,.reveal[data-theme=sky] section.has-dark-background h2,.reveal[data-theme=sky] section.has-dark-background h3,.reveal[data-theme=sky] section.has-dark-background h4,.reveal[data-theme=sky] section.has-dark-background h5,.reveal[data-theme=sky] section.has-dark-background h6{color:#fff}.reveal[data-theme=sky] a{line-height:1.3em;color:#3b759e}.reveal-viewport[data-theme=sky]{background:#add9e4;background:radial-gradient(center,circle farthest-corner,#f7fbfc 0%,#add9e4 100%);background-color:#f7fbfc}.reveal[data-theme=sky]{font-family:Open Sans,sans-serif;font-size:40px;font-weight:400;color:#333}.reveal[data-theme=sky] ::selection{color:#fff;background:#134674;text-shadow:none}.reveal[data-theme=sky] ::-moz-selection{color:#fff;background:#134674;text-shadow:none}.reveal[data-theme=sky] .slides section,.reveal[data-theme=sky] .slides section>section,.reveal[data-theme=solarized] .slides section,.reveal[data-theme=solarized] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=sky] h1{font-size:3.77em}.reveal[data-theme=sky] h1,.reveal[data-theme=sky] h2,.reveal[data-theme=sky] h3,.reveal[data-theme=sky] h4,.reveal[data-theme=sky] h5,.reveal[data-theme=sky] h6{margin:0 0 20px;color:#333;font-family:Quicksand,sans-serif;font-weight:400;line-height:1.2;letter-spacing:-.08em;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=sky] h2{font-size:2.11em}.reveal[data-theme=sky] h3{font-size:1.55em}.reveal[data-theme=sky] h4{font-size:1em}.reveal[data-theme=sky] iframe,.reveal[data-theme=sky] img,.reveal[data-theme=sky] video{max-width:95%;max-height:95%}.reveal[data-theme=sky] dl,.reveal[data-theme=sky] ol,.reveal[data-theme=sky] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=sky] ol{list-style-type:decimal}.reveal[data-theme=sky] ul{list-style-type:disc}.reveal[data-theme=sky] ul ul{list-style-type:square}.reveal[data-theme=sky] ol ol,.reveal[data-theme=sky] ol ul,.reveal[data-theme=sky] ul ol,.reveal[data-theme=sky] ul ul{display:block;margin-left:40px}.reveal[data-theme=sky] table th,.reveal[data-theme=solarized] b,.reveal[data-theme=solarized] dt,.reveal[data-theme=solarized] strong{font-weight:700}.reveal[data-theme=sky] table td,.reveal[data-theme=sky] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=sky] table td[align=center],.reveal[data-theme=sky] table th[align=center]{text-align:center}.reveal[data-theme=sky] table td[align=right],.reveal[data-theme=sky] table th[align=right]{text-align:right}.reveal[data-theme=sky] small *{vertical-align:top}.reveal[data-theme=sky] img{margin:20px 0}.reveal[data-theme=sky] a:hover{color:#5493bf;text-shadow:none;border:0}.reveal[data-theme=sky] .roll span:after{color:#fff;background:#326386}.reveal[data-theme=sky] .r-frame{border:4px solid #333;box-shadow:0 0 10px #00000026}.reveal[data-theme=sky] a:hover .r-frame{border-color:#3b759e;box-shadow:0 0 20px #0000008c}.reveal[data-theme=sky] .controls{color:#3b759e}.reveal[data-theme=sky] .progress{background:rgba(0,0,0,.2);color:#3b759e}.reveal[data-theme=sky] table.hljs-ln td,.reveal[data-theme=solarized] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=sky] .backgrounds{background-color:#f7fbfc}}.reveal-viewport[data-theme=solarized]{background:#fdf6e3;background-color:#fdf6e3}.reveal[data-theme=solarized]{font-family:Lato,sans-serif;font-size:40px;font-weight:400;color:#657b83}.reveal[data-theme=solarized] ::selection{color:#fff;background:#d33682;text-shadow:none}.reveal[data-theme=solarized] ::-moz-selection{color:#fff;background:#d33682;text-shadow:none}.reveal[data-theme=solarized] h1{font-size:3.77em}.reveal[data-theme=solarized] h1,.reveal[data-theme=solarized] h2,.reveal[data-theme=solarized] h3,.reveal[data-theme=solarized] h4,.reveal[data-theme=solarized] h5,.reveal[data-theme=solarized] h6{margin:0 0 20px;color:#586e75;font-family:League Gothic,Impact,sans-serif;font-weight:400;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=solarized] h2{font-size:2.11em}.reveal[data-theme=solarized] h3{font-size:1.55em}.reveal[data-theme=solarized] h4{font-size:1em}.reveal[data-theme=solarized] iframe,.reveal[data-theme=solarized] img,.reveal[data-theme=solarized] video{max-width:95%;max-height:95%}.reveal[data-theme=solarized] dl,.reveal[data-theme=solarized] ol,.reveal[data-theme=solarized] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=solarized] ol{list-style-type:decimal}.reveal[data-theme=solarized] ul{list-style-type:disc}.reveal[data-theme=solarized] ul ul{list-style-type:square;display:block;margin-left:40px}.reveal[data-theme=solarized] ol ol,.reveal[data-theme=solarized] ol ul,.reveal[data-theme=solarized] ul ol{display:block;margin-left:40px}.reveal[data-theme=solarized] table th,.reveal[data-theme=white] b,.reveal[data-theme=white] dt,.reveal[data-theme=white] strong{font-weight:700}.reveal[data-theme=solarized] table td,.reveal[data-theme=solarized] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=solarized] table td[align=center],.reveal[data-theme=solarized] table th[align=center]{text-align:center}.reveal[data-theme=solarized] table td[align=right],.reveal[data-theme=solarized] table th[align=right]{text-align:right}.reveal[data-theme=solarized] small *{vertical-align:top}.reveal[data-theme=solarized] img{margin:20px 0}.reveal[data-theme=solarized] a{color:#268bd2;text-decoration:none;transition:color .15s ease}.reveal[data-theme=solarized] a:hover{color:#4ea3df;text-shadow:none;border:0}.reveal[data-theme=solarized] .roll span:after{color:#fff;background:#2076b3}.reveal[data-theme=solarized] .r-frame{border:4px solid #657b83;box-shadow:0 0 10px #00000026}.reveal[data-theme=solarized] a:hover .r-frame{border-color:#268bd2;box-shadow:0 0 20px #0000008c}.reveal[data-theme=solarized] .controls{color:#268bd2}.reveal[data-theme=solarized] .progress{background:rgba(0,0,0,.2);color:#268bd2}.reveal[data-theme=solarized] table.hljs-ln td,.reveal[data-theme=white] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=solarized] .backgrounds{background-color:#fdf6e3}}.reveal[theme=white] section.has-dark-background,.reveal[theme=white] section.has-dark-background h1,.reveal[theme=white] section.has-dark-background h2,.reveal[theme=white] section.has-dark-background h3,.reveal[theme=white] section.has-dark-background h4,.reveal[theme=white] section.has-dark-background h5,.reveal[theme=white] section.has-dark-background h6{color:#fff}.reveal-viewport[data-theme=white],html[data-theme=light] .reveal-viewport[data-theme=auto]{background:#fff;background-color:#fff}.reveal[data-theme=white],html[data-theme=light] .reveal[data-theme=auto]{font-family:Source Sans Pro,Helvetica,sans-serif;font-size:42px;font-weight:400;color:#222}.reveal[data-theme=white] ::selection{color:#fff;background:#5f98e6;text-shadow:none}.reveal[data-theme=white] ::-moz-selection{color:#fff;background:#5f98e6;text-shadow:none}.reveal[data-theme=white] .slides section,.reveal[data-theme=white] .slides section>section,html[data-theme=light] .reveal[data-theme=auto] .slides section,html[data-theme=light] .reveal[data-theme=auto] .slides section>section{line-height:1.3;font-weight:inherit}.reveal[data-theme=white] h1,html[data-theme=light] .reveal[data-theme=auto] h1{font-size:2.5em}.reveal[data-theme=white] h1,.reveal[data-theme=white] h2,.reveal[data-theme=white] h3,.reveal[data-theme=white] h4,.reveal[data-theme=white] h5,.reveal[data-theme=white] h6,html[data-theme=light] .reveal[data-theme=auto] h1,html[data-theme=light] .reveal[data-theme=auto] h2,html[data-theme=light] .reveal[data-theme=auto] h3,html[data-theme=light] .reveal[data-theme=auto] h4,html[data-theme=light] .reveal[data-theme=auto] h5,html[data-theme=light] .reveal[data-theme=auto] h6{margin:0 0 20px;color:#222;font-family:Source Sans Pro,Helvetica,sans-serif;font-weight:600;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=white] h2,html[data-theme=light] .reveal[data-theme=auto] h2{font-size:1.6em}.reveal[data-theme=white] h3,html[data-theme=light] .reveal[data-theme=auto] h3{font-size:1.3em}.reveal[data-theme=white] h4,html[data-theme=light] .reveal[data-theme=auto] h4{font-size:1em}.reveal[data-theme=white] iframe,.reveal[data-theme=white] img,.reveal[data-theme=white] video,html[data-theme=light] .reveal[data-theme=auto] iframe,html[data-theme=light] .reveal[data-theme=auto] img,html[data-theme=light] .reveal[data-theme=auto] video{max-width:95%;max-height:95%}.reveal[data-theme=white] dl,.reveal[data-theme=white] ol,.reveal[data-theme=white] ul,html[data-theme=light] .reveal[data-theme=auto] dl,html[data-theme=light] .reveal[data-theme=auto] ol,html[data-theme=light] .reveal[data-theme=auto] ul{display:inline-block;text-align:left;margin:0 0 0 1em}.reveal[data-theme=white] ol,html[data-theme=light] .reveal[data-theme=auto] ol{list-style-type:decimal}.reveal[data-theme=white] ul,html[data-theme=light] .reveal[data-theme=auto] ul{list-style-type:disc}.reveal[data-theme=white] ul ul,html[data-theme=light] .reveal[data-theme=auto] ul ul{list-style-type:square}.reveal[data-theme=white] ol ol,.reveal[data-theme=white] ol ul,.reveal[data-theme=white] ul ol,.reveal[data-theme=white] ul ul,html[data-theme=light] .reveal[data-theme=auto] ol ol,html[data-theme=light] .reveal[data-theme=auto] ol ul,html[data-theme=light] .reveal[data-theme=auto] ul ol,html[data-theme=light] .reveal[data-theme=auto] ul ul{display:block;margin-left:40px}.reveal[data-theme=white] table th,html[data-theme=light] .reveal[data-theme=auto] b,html[data-theme=light] .reveal[data-theme=auto] dt,html[data-theme=light] .reveal[data-theme=auto] strong,html[data-theme=light] .reveal[data-theme=auto] table th{font-weight:700}.reveal[data-theme=white] table td,.reveal[data-theme=white] table th,html[data-theme=light] .reveal[data-theme=auto] table td,html[data-theme=light] .reveal[data-theme=auto] table th{text-align:left;padding:.2em .5em;border-bottom:1px solid}.reveal[data-theme=white] table td[align=center],.reveal[data-theme=white] table th[align=center],html[data-theme=light] .reveal[data-theme=auto] table td[align=center],html[data-theme=light] .reveal[data-theme=auto] table th[align=center]{text-align:center}.reveal[data-theme=white] table td[align=right],.reveal[data-theme=white] table th[align=right],html[data-theme=light] .reveal[data-theme=auto] table td[align=right],html[data-theme=light] .reveal[data-theme=auto] table th[align=right]{text-align:right}.reveal[data-theme=white] small *{vertical-align:top}.reveal[data-theme=white] img,html[data-theme=light] .reveal[data-theme=auto] img{margin:20px 0}.reveal[data-theme=white] a,html[data-theme=light] .reveal[data-theme=auto] a{color:#2a76dd;text-decoration:none;transition:color .15s ease}.reveal[data-theme=white] a:hover,html[data-theme=light] .reveal[data-theme=auto] a:hover{color:#4a8be2;text-shadow:none;border:0}.reveal[data-theme=white] .roll span:after,html[data-theme=light] .reveal[data-theme=auto] .roll span:after{color:#fff;background:#1f64c1}.reveal[data-theme=white] .r-frame{border:4px solid #222;box-shadow:0 0 10px #00000026}.reveal[data-theme=white] a:hover .r-frame,html[data-theme=light] .reveal[data-theme=auto] a:hover .r-frame{border-color:#2a76dd;box-shadow:0 0 20px #0000008c}.reveal[data-theme=white] .controls{color:#2a76dd}.reveal[data-theme=white] .progress{background:rgba(0,0,0,.2);color:#2a76dd}.reveal[data-theme=white] table.hljs-ln td,html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln td,html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln tr{border:0}@media print{.reveal[data-theme=white] .backgrounds{background-color:#fff}}html[data-theme=light] .reveal[data-theme=auto] ::selection{color:#fff;background:#5f98e6;text-shadow:none}html[data-theme=light] .reveal[data-theme=auto] ::-moz-selection{color:#fff;background:#5f98e6;text-shadow:none}html[data-theme=light] .reveal[data-theme=auto] p{margin:20px 0;line-height:1.3}html[data-theme=light] .reveal[data-theme=auto] small *{vertical-align:top}html[data-theme=light] .reveal[data-theme=auto] .r-frame{border:4px solid #222;box-shadow:0 0 10px #00000026}html[data-theme=light] .reveal[data-theme=auto] .controls{color:#2a76dd}html[data-theme=light] .reveal[data-theme=auto] .progress{background:rgba(0,0,0,.2);color:#2a76dd}@media print{html[data-theme=light] .reveal[data-theme=auto] .backgrounds{background-color:#fff}}.md-enhance-presentation{width:100%;height:400px;min-height:400px;transition:all 1s}@media (max-width:419px){.md-enhance-presentation{width:calc(100% + 3rem);min-height:300px;margin:0 -1.5rem}}.md-enhance-presentation.loading{display:flex;justify-content:center;align-items:center;background:var(--grey15)}.md-enhance-presentation.loading svg{width:2.5em;height:2.5em;margin:2.5em auto;fill:var(--c-brand, #3eaf7c)}.md-enhance-presentation .content{height:100%}@font-face{font-family:League Gothic;src:url(/assets/league-gothic.8802c66a.eot);src:url(/assets/league-gothic.8802c66a.eot?#iefix)format("embedded-opentype"),url(/assets/league-gothic.5eef6df8.woff)format("woff"),url(/assets/league-gothic.38fcc721.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-regular.dce8869d.eot);src:url(/assets/source-sans-pro-regular.dce8869d.eot?#iefix)format("embedded-opentype"),url(/assets/source-sans-pro-regular.d4eaa48b.woff)format("woff"),url(/assets/source-sans-pro-regular.c1865d89.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-italic.ad4b0799.eot);src:url(/assets/source-sans-pro-italic.ad4b0799.eot?#iefix)format("embedded-opentype"),url(/assets/source-sans-pro-italic.05d3615f.woff)format("woff"),url(/assets/source-sans-pro-italic.d13268af.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-semibold.ebb8918d.eot);src:url(/assets/source-sans-pro-semibold.ebb8918d.eot?#iefix)format("embedded-opentype"),url(/assets/source-sans-pro-semibold.b0abd273.woff)format("woff"),url(/assets/source-sans-pro-semibold.a53e2723.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-semibolditalic.dfe0b47a.eot);src:url(/assets/source-sans-pro-semibolditalic.dfe0b47a.eot?#iefix)format("embedded-opentype"),url(/assets/source-sans-pro-semibolditalic.7225cacc.woff)format("woff"),url(/assets/source-sans-pro-semibolditalic.e8ec22b6.ttf)format("truetype");font-weight:600;font-style:italic}.footer-wrapper{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;padding:.75rem 2rem;border-top:1px solid var(--border-color);background:var(--bg-color);color:var(--dark-color);text-align:center;transition:border-top-color var(--color-transition),background var(--color-transition)}@media (min-width:719px){.footer-wrapper{padding-left:calc(var(--sidebar-width) + 2rem)}.no-sidebar .footer-wrapper{padding-left:2rem}}@media (max-width:419px){.footer-wrapper>div{width:100%}}.footer-wrapper .footer{margin:.5rem 1rem;font-size:14px}.footer-wrapper .copyright{margin:6px 0;font-size:13px}.page:not(.not-found)+.footer-wrapper{margin-top:-2rem}@-webkit-keyframes shake{0%,to{transform:translate(0)}10%{transform:translate(-9px)}20%{transform:translate(8px)}30%{transform:translate(-7px)}40%{transform:translate(6px)}50%{transform:translate(-5px)}60%{transform:translate(4px)}70%{transform:translate(-3px)}80%{transform:translate(2px)}90%{transform:translate(-1px)}}@keyframes shake{0%,to{transform:translate(0)}10%{transform:translate(-9px)}20%{transform:translate(8px)}30%{transform:translate(-7px)}40%{transform:translate(6px)}50%{transform:translate(-5px)}60%{transform:translate(4px)}70%{transform:translate(-3px)}80%{transform:translate(2px)}90%{transform:translate(-1px)}}.password-modal{height:calc(80vh - var(--navbar-height));margin-top:var(--navbar-height);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:959px){.password-modal{height:calc(80vh - var(--navbar-mobile-height));margin-top:var(--navbar-mobile-height)}}.password-modal.expand{margin-top:0}.password-modal .hint{margin-bottom:20px;font-weight:600;font-size:22px;line-height:2}.password-modal .hint.tried{color:red;-webkit-animation-name:shake;animation-name:shake;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.password-modal .input{width:80%;max-width:600px;display:flex;justify-content:center}.password-modal .input input{flex:1;width:calc(100% - 60px);padding-left:20px;border:2px solid var(--theme-color);border-radius:22px 0 0 22px;background:var(--bg-color)!important;color:var(--black)!important;font-size:20px;letter-spacing:.5em;line-height:2;outline:0;transition:background var(--color-transition),color var(--color-transition)}.password-modal .input button{background-color:transparent;cursor:pointer;width:70px;padding-right:10px;border-width:0;border-radius:0 22px 22px 0;background:var(--theme-color);color:var(--bg-color);font-size:20px;line-height:2;outline:0;transition:color var(--color-transition)}.password-modal .input button:hover{background:var(--theme-color-light)}.theme-container.no-navbar .page{padding-top:0}.theme-container.no-navbar .sidebar{top:0}@media (max-width:719px){.theme-container.no-navbar .sidebar{top:0}}@media (min-width:720px){.theme-container.no-sidebar .page{padding-left:0}.theme-container.no-sidebar .sidebar{display:none}}.theme-hope-content:not(.custom){max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem;padding-top:0}.theme-hope-content:not(.custom) a:hover{text-decoration:underline}.fade-slide-y-enter-active{transition:all .3s ease}.fade-slide-y-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.fade-slide-y-enter-from,.fade-slide-y-leave-to{transform:translateY(10px);opacity:0}.home.project{display:block;max-width:var(--home-page-width);min-height:calc(100vh - var(--navbar-height));padding:var(--navbar-height) 2rem 0;margin:0 auto}@media (max-width:959px){.home.project{min-height:calc(100vh - var(--navbar-mobile-height));padding-top:var(--navbar-mobile-height)}}@media (max-width:419px){.home.project{padding-left:1.5rem;padding-right:1.5rem}}.home.project .hero{text-align:center}@media (min-width:959px){.home.project .hero{display:flex;justify-content:space-evenly;align-items:center;text-align:left}}.home.project .hero img{display:block;max-width:100%;max-height:280px;margin:0}@media (max-width:959px){.home.project .hero img{margin:3rem auto 1.5rem}}@media (max-width:719px){.home.project .hero img{max-height:240px;margin:2rem auto 1.2rem}}@media (max-width:419px){.home.project .hero img{max-height:210px;margin:1.5rem auto 1rem}}.home.project .hero img.light{display:block}.home.project .hero img.dark,html[data-theme=dark] .home.project .hero img.light{display:none}html[data-theme=dark] .home.project .hero img.dark{display:block}.home.project .hero .action,.home.project .hero .description,.home.project .hero h1{margin:1.8rem auto}@media (min-width:959px){.home.project .hero .action,.home.project .hero .description,.home.project .hero h1{margin:1.8rem 0}}@media (max-width:719px){.home.project .hero .action,.home.project .hero .description,.home.project .hero h1{margin:1.5rem auto}}@media (max-width:419px){.home.project .hero .action,.home.project .hero .description,.home.project .hero h1{margin:1.2rem auto}}.home.project .hero .description,.home.project .hero h1{font-family:var(--font-family-fancy);font-size:3.6rem}@media (max-width:719px){.home.project .hero h1{font-size:2.5rem}}@media (max-width:419px){.home.project .hero h1{font-size:2rem}}.home.project .hero .description{max-width:35rem;color:var(--text-color-bright);font-size:1.6rem;line-height:1.3}@media (max-width:719px){.home.project .hero .description{font-size:1.4rem}}@media (max-width:419px){.home.project .hero .description{font-size:1.2rem}}.home.project .hero .action-button{display:inline-block;margin:.6rem .8rem;padding:.75rem 1.5rem;border:2px solid var(--theme-color);border-radius:.5rem;color:var(--theme-color);font-size:1.2rem;transition:background-color var(--color-transition),color var(--color-transition);overflow:hidden}@media (max-width:719px){.home.project .hero .action-button{padding:.8rem 1.2rem;font-size:1.1rem}}@media (max-width:419px){.home.project .hero .action-button{font-size:1rem}}.home.project .hero .action-button.primary,.home.project .hero .action-button:hover{color:var(--white);background-color:var(--theme-color)}.home.project .hero .action-button.primary:hover{border-color:var(--theme-color-light);background-color:var(--theme-color-light)}.home.project .features{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;align-content:stretch;margin:0 -2rem;padding:1.2rem 0;border-top:1px solid var(--border-color);transition:border-color var(--color-transition);overflow:hidden}@media (max-width:419px){.home.project .features{margin:0 -1.5rem}}.home.project .feature{position:relative;flex-basis:calc(33% - 4rem);margin:.5rem;padding:1rem 1.5rem;border-radius:.5rem;text-align:center;transition:transform .3s,box-shadow .3s;overflow:hidden}@media (min-width:1440px){.home.project .feature{flex-basis:calc(25% - 4rem)}}@media (max-width:959px){.home.project .feature{flex-basis:calc(50% - 4rem)}}@media (max-width:719px){.home.project .feature{font-size:.95rem}}@media (max-width:419px){.home.project .feature{flex-basis:100%;font-size:.9rem;margin:.5rem 0;border-radius:0}}.home.project .feature.link{cursor:pointer}.home.project .feature:hover{transform:scale(1.05);box-shadow:0 2px 12px 0 var(--card-shadow)}.home.project .feature .icon{display:inline-block;margin-bottom:.5rem;color:var(--theme-color);font-size:2rem}.home.project .feature h2{margin:.25rem 0;border-bottom:none;color:var(--text-color-light);font-size:1.25rem;font-weight:700}@media (max-width:419px){.home.project .feature h2{font-size:1.2rem}}.home.project .feature p{margin:0;color:var(--text-color-lighter);line-height:1.4}.home.project .theme-hope-content{padding-bottom:1.5rem}.page-meta{max-width:var(--content-width);margin-left:auto;margin-right:auto;padding:.75rem 2.5rem;overflow:auto}@media (max-width:959px){.page-meta{padding-left:1.5rem;padding-right:1.5rem}}.page-meta .meta-item{margin-top:.5rem}.page-meta .meta-item .label{font-weight:500}.page-meta .meta-item .label:not(a){color:var(--text-color-lighter)}.page-meta .meta-item .info{font-weight:400;color:var(--dark-grey)}.page-meta .edit-link{display:inline-block;font-size:14px;margin-right:.25rem}.page-meta .edit-link .icon{position:relative;bottom:-.125em;width:1em;height:1em;margin-right:.25em}@media (max-width:719px){.page-meta .edit-link{margin-bottom:8px}}.page-meta .update-time{float:right;font-size:14px}.page-meta .update-time:first-child{float:left}@media (max-width:719px){.page-meta .update-time{float:none;font-size:13px;text-align:left}}.page-meta .contributors{font-size:14px;text-align:right}@media (max-width:719px){.page-meta .contributors{font-size:13px;text-align:left}}.page-nav{max-width:var(--content-width);margin-left:auto;margin-right:auto;margin-top:0;min-height:2rem;padding:.5rem 2.5rem;border-top:1px solid var(--border-color);overflow:auto;transition:border-top var(--color-transition)}@media (max-width:959px){.page-nav{padding-left:1.5rem;padding-right:1.5rem}}.page-nav .nav-link{display:inline-block;padding:.25rem}.page-nav .nav-link .hint{color:var(--light-grey);font-size:.875rem;line-height:2}.page-nav .nav-link .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;font-size:.75rem}html[data-theme=dark] .page-nav .nav-link .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.page-nav .nav-link .arrow.down{transform:rotate(180deg)}.page-nav .nav-link .arrow.right{transform:rotate(90deg)}.page-nav .nav-link .arrow.left{transform:rotate(-90deg)}.page-nav .prev{text-align:left}.page-nav .prev .icon{margin-right:.25em}.page-nav .next{float:right;text-align:right}.page-nav .next .icon{margin-left:.25em}.page-title{max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem;position:relative;z-index:1;padding-top:.5rem;padding-bottom:0}@media (max-width:959px){.page-title{padding-left:1.5rem;padding-right:1.5rem}}.page-title h1{margin-top:calc(.5rem - var(--navbar-height))!important;margin-bottom:1rem;padding-top:var(--navbar-height)!important;font-size:2.2rem}@media (max-width:959px){.page-title h1{margin-top:calc(.5rem - var(--navbar-mobile-height, --navbar-height))!important;padding-top:var(--navbar-mobile-height, --navbar-height)!important}}.page-title h1 .icon{margin-right:.25em;color:var(--c-brand, #3eaf7c);font-size:.9em}.theme-hope-content:not(.custom) h1:first-child,.theme-hope-content:not(.custom) h2:first-child,.theme-hope-content:not(.custom) h3:first-child,.theme-hope-content:not(.custom) h4:first-child,.theme-hope-content:not(.custom) h5:first-child,.theme-hope-content:not(.custom) h6:first-child{margin-top:calc(.5rem - var(--navbar-height))!important;padding-top:var(--navbar-height)!important}@media (max-width:959px){.theme-hope-content:not(.custom) h1:first-child,.theme-hope-content:not(.custom) h2:first-child,.theme-hope-content:not(.custom) h3:first-child,.theme-hope-content:not(.custom) h4:first-child,.theme-hope-content:not(.custom) h5:first-child,.theme-hope-content:not(.custom) h6:first-child{margin-top:calc(.5rem - var(--navbar-mobile-height, --navbar-height))!important;padding-top:var(--navbar-mobile-height, --navbar-height)!important}}.theme-hope-content:not(.custom){padding-top:0!important}.theme-hope-content:not(.custom)>h1:first-child{display:none}.page{display:block;padding-top:var(--navbar-height);padding-left:var(--sidebar-width);padding-bottom:2rem}@media (max-width:959px){.page{padding-top:var(--navbar-mobile-height);padding-left:var(--sidebar-mobile-width)}}@media (max-width:719px){.page{min-height:100vh;padding-left:0}}@media (min-width:1440px){.has-toc .page{padding-right:16rem}}:root{--c-brand:var(--theme-color);--c-brand-light:var(--theme-color-light);--c-text:var(--text-color);--c-bg:var(--bg-color);--c-bg-light:var(--bg-color-light);--c-border:var(--border-color);--code-hl-bg-color:rgba(0, 0, 0, .66);--code-ln-color:#9e9e9e;--code-ln-wrapper-width:3.5rem;--navbar-bg-color:var(--bg-color-blur);--sidebar-bg-color:var(--bg-color-blur)}html[data-theme=dark]{--c-brand:var(--theme-color);--c-brand-light:var(--theme-color-light);--c-text:var(--text-color);--c-bg:var(--bg-color);--c-bg-light:var(--bg-color-light);--c-border:var(--border-color);--navbar-bg-color:var(--bg-color-blur);--sidebar-bg-color:var(--bg-color-blur);color-scheme:dark}.DocSearch{--docsearch-primary-color:var(--c-theme-color);--docsearch-text-color:var(--text-color);--docsearch-highlight-color:var(--theme-color);--docsearch-muted-color:var(--light-gery);--docsearch-container-background:rgba(9, 10, 17, .8);--docsearch-modal-background:var(--bg-color-light);--docsearch-searchbox-background:var(--bg-color-lighter);--docsearch-searchbox-focus-background:var(--bg-color);--docsearch-searchbox-shadow:inset 0 0 0 2px var(--theme-color);--docsearch-hit-color:var(--text-color-light);--docsearch-hit-active-color:var(--bg-color);--docsearch-hit-background:var(--bg-color);--docsearch-hit-shadow:0 1px 3px 0 var(--border-color);--docsearch-footer-background:var(--bg-color)}html[data-theme=dark] .DocSearch{--docsearch-logo-color:var(--c-text);--docsearch-modal-shadow:inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;--docsearch-key-shadow:inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);--docsearch-key-gradient:linear-gradient(-225deg, #444950, #1c1e21);--docsearch-footer-shadow:inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2)}#app{--code-group-nav-text-color:var(--text-color);--code-group-nav-bg-color:var(--code-border-color);--code-group-nav-hover-color:var(--code-highlight-line-color)}#nprogress{--nprogress-color:var(--theme-color)}.search-box{--search-bg-color:var(--bg-color);--search-accent-color:var(--theme-color);--search-text-color:var(--text-color);--search-border-color:var(--border-color);--search-item-text-color:var(--text-color-lighter);--search-item-focus-bg-color:var(--bg-color-light)}.external-link-icon{--external-link-icon-color:var(--light-grey)}body,html{padding:0;margin:0;background:var(#fff)}body{min-height:100vh;color:#2c3e50;font-display:optional;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}a,p a code{font-weight:500;color:#3eaf7c;color:var(--theme-color)}p a code{font-weight:400}blockquote,kbd{border-color:var(--grey14)}code,kbd{font-family:var(--font-family-code)}kbd{padding:0 .15em;border:solid .15rem #ddd;border-bottom:solid .25rem #ddd;border-radius:.15rem;background:#eee;background:var(--bg-color-light)}code{padding:.25rem .5rem;border-radius:3px;background:rgba(127,127,127,.12);font-size:.85em;overflow-wrap:break-word;color:var(--text-lighter);transition:background-color var(--color-transition),color var(--color-transition)}blockquote{margin:1rem 0;padding:.25rem 0 .25rem 1rem;border-left:.2rem solid #ddd;color:#666;color:var(--light-grey)}blockquote>p,code{margin:0}ol,ul{padding-left:1.2em}strong{font-weight:600}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.25}h1:hover .header-anchor,h2:hover .header-anchor,h3:hover .header-anchor,h4:hover .header-anchor,h5:hover .header-anchor,h6:hover .header-anchor{opacity:1}h1{font-size:2rem}h2{padding-bottom:.3rem;border-bottom:1px solid #eaecef;font-size:1.65rem;border-color:var(--border-color);transition:border-bottom-color var(--color-transition)}h3{font-size:1.35rem}h4{font-size:1.15rem}h5{font-size:1.05rem}blockquote,h6{font-size:1rem}a.header-anchor{font-size:.85em;float:left;margin-left:-.87em;padding-right:.23em;margin-top:.125em;opacity:0;transition:opacity .2s}a,a.header-anchor:hover{text-decoration:none}a.header-anchor:focus-visible{opacity:1}ol,p,ul{line-height:1.7}hr{border:0;border-top:1px solid #eaecef;border-color:var(--border-color);transition:border-top-color var(--color-transition)}table{display:block;overflow-x:auto;margin:1rem 0;border-collapse:collapse}tr{border-top:1px solid #dfe2e5;border-color:var(--grey14)}tr:nth-child(2n){background:#f6f8fa;background:var(--bg-color-light)}td,th{padding:.6em 1em;border:1px solid #dfe2e5;border-color:var(--grey14)}@font-face{font-family:Crimson;src:url(data:font/truetype;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTYr5mwEAAAyMAAAAHEdERUYAKQATAAAMbAAAAB5PUy8yVsJ0MgAAAVgAAABgY21hcBiKDzgAAAHcAAABWGdhc3D//wADAAAMZAAAAAhnbHlmr+DBdQAAA1AAAAdsaGVhZBZwt+8AAADcAAAANmhoZWEFawEuAAABFAAAACRobXR4BksA9gAAAbgAAAAibG9jYQlsC24AAAM0AAAAHG1heHAAEQBZAAABOAAAACBuYW1lLaFDVAAACrwAAAFrcG9zdAC1AHoAAAwoAAAAPAABAAAAAQAAqBd2H18PPPUACwQAAAAAANqqufwAAAAA2qq5/AAb/9wB4QMeAAAACAACAAAAAAAAAAEAAAMs/ywAXAH9AAAAAAHhAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAANAFkAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAH1AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAIABgMAAAAAAAAAAAABEAAAAAAAAAAAAAAAUGZFZADAADAAOQMs/ywAXAMsANQAAAABAAAAAAMYAAAAAAAgAAEBpwAfAAAAAAFVAAAB/QAfAH0ALQA+ABsAPgAyACgAPgAxAAAAAAADAAAAAwAAABwAAQAAAAAAUgADAAEAAAAcAAQANgAAAAQABAABAAAAOf//AAAAL///AAAAAQAEAAAAAAADAAQABQAGAAcACAAJAAoACwAMAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAwQFBgcICQoLDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYAJgAmAGIAwAEeAZIBzgJAApYC2gNiA7YAAQAf/9wBhwMeABIAAAEGBwYHATAXFjM2NzY3ASYnJjcBgxwLCgH+zgMECxIKCgIBLgEDAwMDHhQFBgP85wMEAQgJBgMOAwMDEwAAAAIAH//9Ad0CkAAQACEAABMWFxYXNjc2NzQnJicGBwYHNyY3NjcWFxYXFAcGByYnJjcfATo6amo7OQE5OmxrOjkBXQIlJEE5IyIBIyJEOSQjAgFOkV5eBAReXoqJXl4EBF5eggJ0UlEDA09Qe3xVVgMDU1OEAAAAAAEAff/9AYACkQA+AAA3FAcGBwYHBiMGFQYXNjc2MzIXFhc2JzQnIicmJyY1JjURNjc2MSYnJicjBgcGBwYVFBUUFxYXNjc2NzIXFhXkAQEEBRgYDAMBBB4ZGhweGxofBAEDDBgZBQQBAQMEAQIDBAIFNTZCAgMDBA0XFw0LBQV3GBMVDAgEBAUKCgUCAQICAQIFCgoFBAQIDBUTGAGnLxkbBAYFAQIZGh4BAgECBQUEAwUHBwEICRYAAAAAAQAtAAAB0QKRADoAADcGFxYXITY3NjcmJyYjIgcGBwYHBisBNjc2NzY3NjUmJyYnBgcGBxQXFhc2NzY3FhcWFxYHBgcGBwYHLgEEAwMBYwURERADBwYFBAMDAg8VEx/LJkBAOhsQDwIxMkxSMjIHCAYGCSYmPTIfHwEBCgoeLkJBQg8EBQQCETAwKQICAgEBBCgUEylJSUYhJicsRDIzAgY1NRoEBQYBEyEhAwEjIjYlJCQtQlBQSAAAAAABAD7/+wG+ApEASgAANwYXFhcWFxYzNjc2NyYnJic2NzY3JicmIwYHBgcUFxYXNjc2NxYXFhcGBwYHBgcUFRQXNjc2NxYXFhcGBwYnIicmJyYnJiciBwYXPwEIBwUaHB0VZU5NBAMvLi8eIB4DAywsKzwrKxgEAwUIHR4wLRscAQMvLz8BAQYKEhEQNSYmAgImJSsWExQPCw0NFREMDQE7DgsLBQwFBgE8PWpMKSoGECQkMkAiIQIdHyUHBwcBCRscAwEbGSpCIyUOAgMCAwwIAwUEAQEoKD9XJSQBBQYODg8PAQ0NFQAAAgAb//oB4QKTACIAJQAANxQXFhchFRQXFjMyNzYjNTM2NzY1NCcmJyMRNCcmIwYHBgcBExEbAgMFASEJCRIdCAkBRgIBAQUEBTwFAwgHCQkG/vjmxgUGBgOwBQIBAwKzAgQDCBAMDQEBlAYGBgEICQf+cwEs/tQAAQA+//sBvgKTAEoAADcGFxYXFhcWMzY3NjcmJyYnIgcGBzY3NjczMjc2NzY3NjU0JyYnBgcGByMGBwYHFBcWMzY3NjMWFxYHBgcGJyInJicmJyYnIgcGFz8BCAcFGhwdFWVOTQQBMjJbFx8gFwoJCQlWKB0dFQ4JCAQDBQMdHSKXCREQEgMCBA4bGhNYJyUBAiYlKxYTFA8LDQ0VEQwNATsOCwsFDAUGATw9akU2NwMFBggrMC8uAgICExcZBgQCAgMBAwQBMVNUWAUFBAYFBAMxMTNZIyQBBQYODg8PAQ0NFQAAAgAy//oBzQKXACAAMwAANxQXFhc2NzY3NicmJyIHBgc2NzY3NCcmJwYHBgcGBwYXNyY3Njc2FxYXFgcGBwYHJicmNzM1NV5aOTsCAioqahoiIRsnWFhFAwIHQ0tMOTAZGQFbBAQaGxkXRB8fAQEfIDE9Hh4E511FRwQDPT1ZPEJBBQwLF4Y9PRMGCwwBEiwsPDZFRkkTHyAbCAcBAjAwREYsLQEFREVQAAAAAAEAKP/7AdUCiwApAAATFhcWMzI3Njc2NzYzIQYHBgcWFxYzMjcBNjc2NzQnJiMiBwYjIQYHBgcoAwYHAwYDAwELEBEdAQUJYWJXAQ8PDgcDAQ4LCQgBAQEEBhUVFv7JBgsNDAH6DQMCAQEFKRITFMjHjQcFBgMCPxYSEwoEAgMBAhkrKiAAAAADAD7/9wG/ApIAKABBAFgAADcGFxYXNjc2NyYnJicmJzQ3Njc2NyYnJiMGBwYHFhcWFxYVFAcGBwYHNyY3Njc2MzIzMhcyFxYXFhcGBwYHIicmNxMmNzY3FhcWFRQHBgcGByIjIicmJyY3PwE1M1ZQODgDAykpMQIBAyYlJQMCMC9HRjExAgIiIiMCAiMvLwNTBBQTKgEBAQECAQIBEjU1CAEdHjMrISICGAMYGSYvGxoTEx8CAQIBBAMfJCQBoU8tLQECMjFPOC4uGwIBAgEWJiU7SCYoAjEwQzopKhMBAgECEykpQAQsIiEbAQEBBywsQjUeHQEiI0QBZSMhIAECJiYvKh8gFAEBAhAfIEYAAAIAMf/6AcsClwAgADMAABMGFxYXMjc2NwYHBgcUFxYXNjc2NzY3NjUmJyYnBgcGBzcmNzY3FhcWFRQHBgcGJyYnJjc0AyopahoiIRsoV1hFAwIHQ0tMODEZGQE2NF5ZOjoBWgMfHzE9Hh4EGhoaF0QeHwUBy0dBQgUMCxeFPj0SBwsLAREsLD01RkVPV0dFBQQ8PU8UPCwtAQVFRUklIRsHCAECMDBPAAAADACWAAEAAAAAAAEABwAQAAEAAAAAAAIABwAoAAEAAAAAAAMABwBAAAEAAAAAAAQABwBYAAEAAAAAAAUAHgCeAAEAAAAAAAYABwDNAAMAAQQJAAEADgAAAAMAAQQJAAIADgAYAAMAAQQJAAMADgAwAAMAAQQJAAQADgBIAAMAAQQJAAUAPABgAAMAAQQJAAYADgC9AEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAA7ACAARgBvAG4AdABFAGQAaQB0AG8AcgAgACgAdgAxAC4AMAApAABWZXJzaW9uIDEuMDsgRm9udEVkaXRvciAodjEuMCkAAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAAACAAAAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0AAAABAAIAEwAUABUAFgAXABgAGQAaABsAHAAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAwAAQAEAAAAAgAAAAAAAAABAAAAANWkJwgAAAAA2qq5/AAAAADaqrn8)format("truetype");font-weight:400;font-style:normal}body,html{background:var(--bg-color);transition:background-color var(--color-transition)}body{color:var(--text-color);font-family:var(--font-family)}html[data-theme=dark] code{background:var(--grey12)}@media (max-width:419px){h1{font-size:1.9rem}}tr:nth-child(2n) html[data-theme=dark]{background:#252322}td html[data-theme=dark],th html[data-theme=dark]{border-color:var(--grey14)}code[class*=language-],pre[class*=language-]{background:0 0;color:var(--code-color);font-family:var(--font-family-code);font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{overflow:auto}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.theme-hope-content pre,.theme-hope-content pre[class*=language-]{margin:.85rem 0;padding:1rem;border-radius:6px;line-height:1.4;overflow:auto}.theme-hope-content pre code,.theme-hope-content pre[class*=language-] code{padding:0;border-radius:0;background:0 0!important;color:var(--grey3);overflow-wrap:unset;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.theme-hope-content .line-number{font-family:var(--font-family-code)}div[class*=language-]{position:relative;border-radius:6px;background:var(--code-bg-color)}div[class*=language-]:before{position:absolute;z-index:3;top:.8em;right:1em;color:var(--code-line-color);font-size:.75rem}div[class*=language-] pre,div[class*=language-] pre[class*=language-]{position:relative;z-index:1;background:0 0}div[class*=language-] .highlight-lines{position:absolute;top:0;left:0;width:100%;padding-top:1rem;line-height:1.4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[class*=language-] .highlight-line{background-color:var(--code-highlight-line-color)}div[class*=language-].line-numbers-mode:after{content:"";position:absolute;z-index:2;top:0;left:0;width:var(--line-numbers-width);height:100%;border-radius:6px 0 0 6px;border-right:1px solid var(--code-highlight-line-color)}@media (max-width:419px){div[class*=language-].line-numbers-mode:after{border-radius:0}}div[class*=language-].line-numbers-mode .highlight-line{position:relative}div[class*=language-].line-numbers-mode .highlight-line:before{content:" ";position:absolute;z-index:3;top:0;left:0;display:block;width:var(--line-numbers-width);height:100%}div[class*=language-].line-numbers-mode pre{vertical-align:middle;margin-left:var(--line-numbers-width);padding-left:1rem}div[class*=language-].line-numbers-mode .line-numbers{position:absolute;top:0;left:0;width:var(--line-numbers-width);padding:1rem 0;color:var(--code-line-color);text-align:center;line-height:1.4}div[class*=language-].line-numbers-mode .line-number,div[class*=language-].line-numbers-mode .line-numbers br{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[class*=language-].line-numbers-mode .line-number{position:relative;z-index:4;font-size:.85em;line-height:0}div[class*=language-]:not(.line-numbers-mode) .line-numbers{display:none}div[class*=language-].ext-c:before{content:"c"}div[class*=language-].ext-cpp:before{content:"cpp"}div[class*=language-].ext-cs:before{content:"cs"}div[class*=language-].ext-css:before{content:"css"}div[class*=language-].ext-dart:before{content:"dart"}div[class*=language-].ext-docker:before{content:"docker"}div[class*=language-].ext-fs:before{content:"fs"}div[class*=language-].ext-go:before{content:"go"}div[class*=language-].ext-html:before{content:"html"}div[class*=language-].ext-java:before{content:"java"}div[class*=language-].ext-js:before{content:"js"}div[class*=language-].ext-json:before{content:"json"}div[class*=language-].ext-kt:before{content:"kt"}div[class*=language-].ext-less:before{content:"less"}div[class*=language-].ext-makefile:before{content:"makefile"}div[class*=language-].ext-md:before{content:"md"}div[class*=language-].ext-php:before{content:"php"}div[class*=language-].ext-py:before{content:"py"}div[class*=language-].ext-rb:before{content:"rb"}div[class*=language-].ext-rs:before{content:"rs"}div[class*=language-].ext-sass:before{content:"sass"}div[class*=language-].ext-scss:before{content:"scss"}div[class*=language-].ext-sh:before{content:"sh"}div[class*=language-].ext-styl:before{content:"styl"}div[class*=language-].ext-ts:before{content:"ts"}div[class*=language-].ext-toml:before{content:"toml"}div[class*=language-].ext-vue:before{content:"vue"}div[class*=language-].ext-yml:before{content:"yml"}@media (max-width:419px){.theme-hope-content div[class*=language-]{margin:.85rem -1.5rem;border-radius:0}}html[data-theme=light] #app{--code-color:#383a42;--code-line-color:rgba(56, 58, 66, .67);--code-bg-color:#ecf4fa;--code-border-color:#c3def3;--code-highlight-line-color:#d8e9f6}html[data-theme=light] code[class*=language-],html[data-theme=light] pre[class*=language-]{-moz-tab-size:2;-o-tab-size:2;tab-size:2}html[data-theme=light] code[class*=language-] ::-moz-selection,html[data-theme=light] code[class*=language-]::-moz-selection,html[data-theme=light] pre[class*=language-] ::-moz-selection,html[data-theme=light] pre[class*=language-]::-moz-selection{background:#e5e5e6;color:inherit}html[data-theme=light] code[class*=language-] ::-moz-selection,html[data-theme=light] code[class*=language-] ::selection,html[data-theme=light] code[class*=language-]::-moz-selection,html[data-theme=light] code[class*=language-]::selection,html[data-theme=light] pre[class*=language-] ::-moz-selection,html[data-theme=light] pre[class*=language-] ::selection,html[data-theme=light] pre[class*=language-]::-moz-selection,html[data-theme=light] pre[class*=language-]::selection{background:#e5e5e6;color:inherit}html[data-theme=light] .token.cdata,html[data-theme=light] .token.comment,html[data-theme=light] .token.prolog{color:#a0a1a7}html[data-theme=light] .token.attr-value>.token.punctuation.attr-equals,html[data-theme=light] .token.doctype,html[data-theme=light] .token.entity,html[data-theme=light] .token.punctuation,html[data-theme=light] .token.special-attr>.token.attr-value>.token.value.css{color:#383a42}html[data-theme=light] .token.atrule,html[data-theme=light] .token.attr-name,html[data-theme=light] .token.boolean,html[data-theme=light] .token.class-name,html[data-theme=light] .token.constant,html[data-theme=light] .token.number{color:#b76b01}html[data-theme=light] .token.keyword{color:#a626a4}html[data-theme=light] .language-css .token.selector,html[data-theme=light] .token.deleted,html[data-theme=light] .token.important,html[data-theme=light] .token.property,html[data-theme=light] .token.symbol,html[data-theme=light] .token.tag{color:#e45649}html[data-theme=light] .language-css .token.url>.token.string.url,html[data-theme=light] .token.attr-value,html[data-theme=light] .token.attr-value>.token.punctuation,html[data-theme=light] .token.builtin,html[data-theme=light] .token.char,html[data-theme=light] .token.inserted,html[data-theme=light] .token.regex,html[data-theme=light] .token.selector,html[data-theme=light] .token.string{color:#50a14f}html[data-theme=light] .token.function,html[data-theme=light] .token.operator,html[data-theme=light] .token.variable{color:#4078f2}html[data-theme=light] .language-css .token.property{color:#383a42}html[data-theme=light] .language-css .token.function,html[data-theme=light] .language-css .token.url>.token.function,html[data-theme=light] .token.url{color:#0184bc}html[data-theme=light] .language-css .token.atrule .token.rule,html[data-theme=light] .language-css .token.important,html[data-theme=light] .language-javascript .token.operator{color:#a626a4}html[data-theme=light] .language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}html[data-theme=light] .language-json .token.operator,html[data-theme=light] .language-markdown .token.url,html[data-theme=light] .language-markdown .token.url-reference.url>.token.string,html[data-theme=light] .language-markdown .token.url>.token.operator{color:#383a42}html[data-theme=light] .language-json .token.null.keyword{color:#b76b01}html[data-theme=light] .language-markdown .token.url>.token.content{color:#4078f2}html[data-theme=light] .language-markdown .token.url-reference.url,html[data-theme=light] .language-markdown .token.url>.token.url{color:#0184bc}html[data-theme=light] .language-markdown .token.blockquote.punctuation,html[data-theme=light] .language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}html[data-theme=light] .language-markdown .token.code-snippet{color:#50a14f}html[data-theme=light] .language-markdown .token.bold .token.content{color:#b76b01}html[data-theme=light] .language-markdown .token.italic .token.content{color:#a626a4}html[data-theme=light] .language-markdown .token.list.punctuation,html[data-theme=light] .language-markdown .token.strike .token.content,html[data-theme=light] .language-markdown .token.strike .token.punctuation,html[data-theme=light] .language-markdown .token.title.important>.token.punctuation{color:#e45649}html[data-theme=light] .token.bold{font-weight:700}html[data-theme=light] .token.comment,html[data-theme=light] .token.italic{font-style:italic}html[data-theme=light] .token.entity{cursor:help}html[data-theme=light] .token.namespace{opacity:.8}html[data-theme=dark] #app{--code-color:#abb2bf;--code-line-color:rgba(171, 178, 191, .67);--code-bg-color:#282c34;--code-border-color:#1d2536;--code-highlight-line-color:#222935}html[data-theme=dark] code[class*=language-],html[data-theme=dark] pre[class*=language-]{text-shadow:0 1px rgba(0,0,0,.3);-moz-tab-size:2;-o-tab-size:2;tab-size:2}html[data-theme=dark] code[class*=language-] ::-moz-selection,html[data-theme=dark] code[class*=language-]::-moz-selection,html[data-theme=dark] pre[class*=language-] ::-moz-selection,html[data-theme=dark] pre[class*=language-]::-moz-selection{background:#3e4451;color:inherit;text-shadow:none}html[data-theme=dark] code[class*=language-] ::-moz-selection,html[data-theme=dark] code[class*=language-] ::selection,html[data-theme=dark] code[class*=language-]::-moz-selection,html[data-theme=dark] code[class*=language-]::selection,html[data-theme=dark] pre[class*=language-] ::-moz-selection,html[data-theme=dark] pre[class*=language-] ::selection,html[data-theme=dark] pre[class*=language-]::-moz-selection,html[data-theme=dark] pre[class*=language-]::selection{background:#3e4451;color:inherit;text-shadow:none}@media print{html[data-theme=dark] code[class*=language-],html[data-theme=dark] pre[class*=language-]{text-shadow:none}}html[data-theme=dark] .token.cdata,html[data-theme=dark] .token.comment,html[data-theme=dark] .token.prolog{color:#5c6370}html[data-theme=dark] .token.attr-value>.token.punctuation.attr-equals,html[data-theme=dark] .token.doctype,html[data-theme=dark] .token.entity,html[data-theme=dark] .token.punctuation,html[data-theme=dark] .token.special-attr>.token.attr-value>.token.value.css{color:#abb2bf}html[data-theme=dark] .token.atrule,html[data-theme=dark] .token.attr-name,html[data-theme=dark] .token.boolean,html[data-theme=dark] .token.class-name,html[data-theme=dark] .token.constant,html[data-theme=dark] .token.number{color:#d19a66}html[data-theme=dark] .token.keyword{color:#c678dd}html[data-theme=dark] .language-css .token.selector,html[data-theme=dark] .token.deleted,html[data-theme=dark] .token.important,html[data-theme=dark] .token.property,html[data-theme=dark] .token.symbol,html[data-theme=dark] .token.tag{color:#e06c75}html[data-theme=dark] .language-css .token.url>.token.string.url,html[data-theme=dark] .token.attr-value,html[data-theme=dark] .token.attr-value>.token.punctuation,html[data-theme=dark] .token.builtin,html[data-theme=dark] .token.char,html[data-theme=dark] .token.inserted,html[data-theme=dark] .token.regex,html[data-theme=dark] .token.selector,html[data-theme=dark] .token.string{color:#98c379}html[data-theme=dark] .token.function,html[data-theme=dark] .token.operator,html[data-theme=dark] .token.variable{color:#61afef}html[data-theme=dark] .language-css .token.property{color:#abb2bf}html[data-theme=dark] .language-css .token.function,html[data-theme=dark] .language-css .token.url>.token.function,html[data-theme=dark] .token.url{color:#56b6c2}html[data-theme=dark] .language-css .token.atrule .token.rule,html[data-theme=dark] .language-css .token.important,html[data-theme=dark] .language-javascript .token.operator{color:#c678dd}html[data-theme=dark] .language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#be5046}html[data-theme=dark] .language-json .token.operator,html[data-theme=dark] .language-markdown .token.url,html[data-theme=dark] .language-markdown .token.url-reference.url>.token.string,html[data-theme=dark] .language-markdown .token.url>.token.operator{color:#abb2bf}html[data-theme=dark] .language-json .token.null.keyword{color:#d19a66}html[data-theme=dark] .language-markdown .token.url>.token.content{color:#61afef}html[data-theme=dark] .language-markdown .token.url-reference.url,html[data-theme=dark] .language-markdown .token.url>.token.url{color:#56b6c2}html[data-theme=dark] .language-markdown .token.blockquote.punctuation,html[data-theme=dark] .language-markdown .token.hr.punctuation{color:#5c6370;font-style:italic}html[data-theme=dark] .language-markdown .token.code-snippet{color:#98c379}html[data-theme=dark] .language-markdown .token.bold .token.content{color:#d19a66}html[data-theme=dark] .language-markdown .token.italic .token.content{color:#c678dd}html[data-theme=dark] .language-markdown .token.list.punctuation,html[data-theme=dark] .language-markdown .token.strike .token.content,html[data-theme=dark] .language-markdown .token.strike .token.punctuation,html[data-theme=dark] .language-markdown .token.title.important>.token.punctuation{color:#e06c75}html[data-theme=dark] .token.bold{font-weight:700}html[data-theme=dark] .token.comment,html[data-theme=dark] .token.italic{font-style:italic}html[data-theme=dark] .token.entity{cursor:help}html[data-theme=dark] .token.namespace{opacity:.8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-of-contents .badge{vertical-align:middle}.theme-hope-content:not(.custom){max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (max-width:959px){.theme-hope-content:not(.custom){padding:1.5rem}}@media (max-width:419px){.theme-hope-content:not(.custom){padding:1rem 1.5rem}}.theme-hope-content:not(.custom)>h1,.theme-hope-content:not(.custom)>h2,.theme-hope-content:not(.custom)>h3,.theme-hope-content:not(.custom)>h4,.theme-hope-content:not(.custom)>h5,.theme-hope-content:not(.custom)>h6{margin-top:calc(.5rem - var(--navbar-height));padding-top:calc(1rem + var(--navbar-height));margin-bottom:.5rem;outline:0}.theme-container.no-navbar .theme-hope-content:not(.custom)>h1,.theme-container.no-navbar .theme-hope-content:not(.custom)>h2,.theme-container.no-navbar .theme-hope-content:not(.custom)>h3,.theme-container.no-navbar .theme-hope-content:not(.custom)>h4,.theme-container.no-navbar .theme-hope-content:not(.custom)>h5,.theme-container.no-navbar .theme-hope-content:not(.custom)>h6{margin-top:1.5rem;padding-top:0}.theme-hope-content:not(.custom)>ol p,.theme-hope-content:not(.custom)>p,.theme-hope-content:not(.custom)>ul p{text-align:justify;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word}@media (max-width:419px){.theme-hope-content:not(.custom)>ol p,.theme-hope-content:not(.custom)>p,.theme-hope-content:not(.custom)>ul p{text-align:left}}.theme-hope-content:not(.custom)>a:hover{text-decoration:underline}.theme-hope-content:not(.custom) p.demo{padding:1rem 1.5rem;border:1px solid #ddd;border-radius:4px}.theme-hope-content:not(.custom) img{max-width:100%}.theme-hope-content.custom{padding:0;margin:0}.theme-hope-content.custom img{max-width:100%}:root{scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track-piece{background:rgba(0,0,0,.1);border-radius:6px}::-webkit-scrollbar-thumb{background-color:var(--theme-color)}::-webkit-scrollbar-thumb:horizontal{width:6px}::-webkit-scrollbar-thumb:vertical{height:6px}@media (max-width:719px){.hide-in-mobile{display:none!important}}@media (max-width:959px){.hide-in-pad{display:none!important}}.navbar .logo{height:var(--navbar-line-height);margin-right:.8rem;vertical-align:top}.navbar .logo.light{display:inline-block}.navbar .logo.dark,html[data-theme=dark] .navbar .logo.light{display:none}html[data-theme=dark] .navbar .logo.dark{display:inline-block}.navbar .site-name{font-size:1.25rem;color:var(--text-color);position:relative}.home-link:hover .navbar .site-name{color:var(--theme-color)}@media (max-width:719px){.navbar .site-name{width:calc(100vw - 9.4rem);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.dropdown-wrapper{cursor:pointer}.dropdown-wrapper:not(:hover) .arrow{transform:rotate(-180deg)}.dropdown-wrapper.open .nav-dropdown,.dropdown-wrapper:hover .nav-dropdown{z-index:2;transform:scale(1);visibility:visible;opacity:1}.dropdown-wrapper .dropdown-title{background-color:transparent;border-width:0;cursor:pointer;padding:0 .25rem;color:var(--dark-grey);font-family:inherit;font-size:inherit;font-weight:500;line-height:inherit;cursor:inherit}.dropdown-wrapper .dropdown-title:hover{border-color:transparent}.dropdown-wrapper .dropdown-title:after{border-left:5px solid var(--theme-color)}.dropdown-wrapper .dropdown-title .icon{font-size:1em;margin-right:.25em}.dropdown-wrapper .dropdown-title .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;font-size:1.2em}html[data-theme=dark] .dropdown-wrapper .dropdown-title .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.dropdown-wrapper .dropdown-title .arrow.down{transform:rotate(180deg)}.dropdown-wrapper .dropdown-title .arrow.right{transform:rotate(90deg)}.dropdown-wrapper .dropdown-title .arrow.left{transform:rotate(-90deg)}.dropdown-wrapper ul{list-style-type:none;margin:0;padding:0}.dropdown-wrapper .nav-dropdown{box-sizing:border-box;position:absolute;top:100%;right:0;max-height:calc(100vh - var(--navbar-height));margin:0;padding:.5rem .75rem;border:1px solid var(--grey14);border-radius:.25rem;background:var(--bg-color);box-shadow:2px 2px 10px var(--card-shadow);text-align:left;white-space:nowrap;overflow-y:auto;transform:scale(.8);opacity:0;visibility:hidden;transition:all .18s ease-out}.dropdown-wrapper .dropdown-item{color:inherit;line-height:1.7rem}.dropdown-wrapper .dropdown-item:last-child .dropdown-subitem-wrapper{padding-bottom:0;border-bottom-width:0}.dropdown-wrapper .dropdown-subtitle{margin:0;padding:0 .25rem;color:var(--light-grey);font-size:.75rem;font-weight:600;line-height:2;text-transform:uppercase;transition:color var(--color-transition)}.dropdown-wrapper .dropdown-subitem-wrapper{padding:0 0 .5rem;border-bottom:1px solid var(--grey14)}.dropdown-wrapper .nav-link{display:block;position:relative;margin-bottom:0;border-bottom:none;color:var(--dark-grey);font-size:.875rem;font-weight:400;line-height:1.7rem;transition:color var(--color-transition)}.dropdown-wrapper .nav-link.active,.dropdown-wrapper .nav-link:hover{color:var(--theme-color)}.navbar .nav-links{display:flex;justify-content:center;align-items:center;flex-grow:1;font-size:.875rem}.navbar .nav-item{position:relative;margin:0 .25rem;line-height:2rem}.navbar .nav-item:first-child{margin-left:0}.navbar .nav-item:last-child{margin-right:0}.navbar .nav-item>.nav-link{color:var(--dark-grey)}.navbar .nav-item>.nav-link:after{position:absolute;content:" ";left:50%;right:50%;bottom:0;height:2px;background:var(--theme-color-light);border-radius:1px;visibility:hidden;transition:left .2s ease-in-out,right .2s ease-in-out}.navbar .nav-item>.nav-link.active{color:var(--theme-color)}.navbar .nav-item>.nav-link.active:after,.navbar .nav-item>.nav-link:hover:after{left:0;right:0;visibility:visible}.toggle-sidebar-button{background-color:transparent;border-width:0;cursor:pointer;display:none;box-sizing:content-box;vertical-align:middle;position:absolute;top:calc(50% - 1.075rem);left:1rem;width:1rem;height:1rem;padding:.5rem;font:unset;transition:transform .2s ease-in-out}@media screen and (max-width:719px){.toggle-sidebar-button{display:block}.disable-sidebar .toggle-sidebar-button{display:none}}.toggle-sidebar-button .icon,.toggle-sidebar-button:after,.toggle-sidebar-button:before{display:block;width:100%;height:2px;transition:transform .2s ease-in-out;border-radius:.05em;background:var(--dark-grey)}.toggle-sidebar-button:before{content:" ";margin-top:.125em}.sidebar-open .toggle-sidebar-button:before{transform:translateY(.34rem) rotate(135deg)}.toggle-sidebar-button:after{content:" ";margin-bottom:.125em}.sidebar-open .toggle-sidebar-button:after{transform:translateY(-.34rem) rotate(-135deg)}.toggle-sidebar-button .icon{margin:.2em 0}.sidebar-open .toggle-sidebar-button .icon{transform:scale(0)}.appearance-title{display:block;margin:0;padding:0 .25rem;color:var(--light-grey);font-size:.75rem;font-weight:600;line-height:2;transition:color var(--color-transition)}#appearance-switch{background-color:transparent;border-width:0;padding:6px;color:var(--dark-grey);cursor:pointer}#appearance-switch:hover{color:var(--theme-color)}#appearance-switch .icon{width:1.25rem;height:1.25rem}.themecolor-title{display:block;margin:0;padding:0 .25rem;color:var(--light-grey);font-size:.75rem;font-weight:600;line-height:2;transition:color var(--color-transition)}#themecolor-picker{display:flex;margin:0;padding:0;font-size:14px;list-style-type:none}#themecolor-picker li span{display:inline-block;vertical-align:middle;width:15px;height:15px;margin:0 2px;border-radius:2px}#themecolor-picker li span.theme-color{background:#3eaf7c}:root.theme-red{--theme-color:#e74c3c;--theme-color-light:#e95e50;--theme-color-dark:#e43422;--theme-color-mask:rgba(231, 76, 60, .15)}:root.theme-blue{--theme-color:#3498db;--theme-color-light:#48a2df;--theme-color-dark:#258bcf;--theme-color-mask:rgba(52, 152, 219, .15)}:root.theme-green{--theme-color:#3eaf7c;--theme-color-light:#4abf8a;--theme-color-dark:#389e70;--theme-color-mask:rgba(62, 175, 124, .15)}:root.theme-orange{--theme-color:#f39c12;--theme-color-light:#f4a62a;--theme-color-dark:#e08e0b;--theme-color-mask:rgba(243, 156, 18, .15)}:root.theme-purple{--theme-color:#8e44ad;--theme-color-light:#9c51bb;--theme-color-dark:#803d9c;--theme-color-mask:rgba(142, 68, 173, .15)}.full-screen-title{display:block;margin:0;padding:0 .25rem;color:var(--light-grey);font-size:.75rem;font-weight:600;line-height:2;transition:color var(--color-transition)}.outlook-button{background-color:transparent;border-width:0;cursor:pointer;position:relative;padding:6px;color:var(--dark-grey)}.outlook-button.open .outlook-dropdown,.outlook-button:hover .outlook-dropdown{z-index:2;transform:scale(1);visibility:visible;opacity:1}.outlook-button .icon{width:1.25rem;height:1.25rem;vertical-align:middle}.outlook-dropdown{box-sizing:border-box;position:absolute;top:100%;right:0;min-width:100px;margin:0;padding:.5rem .75rem;border:1px solid var(--grey14);border-radius:.25rem;background:var(--bg-color);box-shadow:2px 2px 10px var(--card-shadow);text-align:left;white-space:nowrap;overflow-y:auto;transform:scale(.8);opacity:0;visibility:hidden;transition:all .18s ease-out}.outlook-dropdown>:not(:last-child){padding-bottom:.5rem;border-bottom:1px solid var(--grey14)}.toggle-navbar-button{background-color:transparent;border-width:0;cursor:pointer;position:relative;padding:6px;display:none;justify-content:center;align-items:center}@media screen and (max-width:719px){.toggle-navbar-button{display:flex}}.toggle-navbar-button .button-container{position:relative;width:16px;height:14px;overflow:hidden}.toggle-navbar-button .button-bottom,.toggle-navbar-button .button-middle,.toggle-navbar-button .button-top{position:absolute;width:16px;height:2px;background-color:var(--dark-grey);transition:top .25s,background-color .5s,transform .25s}.toggle-navbar-button .button-top{top:0;left:0;transform:translate(0)}.toggle-navbar-button .button-middle{top:6px;left:0;transform:translate(8px)}.toggle-navbar-button .button-bottom{top:12px;left:0;transform:translate(4px)}.toggle-navbar-button:hover .button-top{top:0;left:0;transform:translate(4px)}.toggle-navbar-button:hover .button-middle{top:6;left:0;transform:translate(0)}.toggle-navbar-button:hover .button-bottom{top:12px;left:0;transform:translate(8px)}.toggle-navbar-button.is-active .button-top{top:6px;transform:translate(0) rotate(225deg)}.toggle-navbar-button.is-active .button-middle{top:6px;transform:translate(16px)}.toggle-navbar-button.is-active .button-bottom{top:6px;transform:translate(0) rotate(135deg)}.toggle-navbar-button.is-active:hover .button-bottom,.toggle-navbar-button.is-active:hover .button-middle,.toggle-navbar-button.is-active:hover .button-top{background-color:var(--theme-color);transition:top .25s,background-color .25s,transform .25s}.nav-actions-wrapper{display:flex;align-items:center;margin-left:.5rem}.nav-actions-wrapper>*{position:relative;margin:0 .25rem!important}.nav-actions-wrapper>:first-child{margin-left:0!important}.nav-actions-wrapper>:last-child{margin-right:0!important}.nav-actions-wrapper .repo-link{display:inline-block;margin:auto;padding:6px;color:var(--dark-grey);line-height:1}.nav-actions-wrapper .repo-link:active,.nav-actions-wrapper .repo-link:hover{color:var(--theme-color)}.nav-screen-dropdown-title{background-color:transparent;border-width:0;position:relative;width:100%;padding:0;color:var(--dark-grey);font-family:inherit;font-size:inherit;text-align:left;cursor:pointer;display:flex;align-items:center}.nav-screen-dropdown-title.active,.nav-screen-dropdown-title:hover{color:var(--text-color)}.nav-screen-dropdown-title .title{flex:1}.nav-screen-dropdown-title .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s}html[data-theme=dark] .nav-screen-dropdown-title .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.nav-screen-dropdown-title .arrow.down{transform:rotate(180deg)}.nav-screen-dropdown-title .arrow.right{transform:rotate(90deg)}.nav-screen-dropdown-title .arrow.left{transform:rotate(-90deg)}.nav-screen-dropdown{margin:.5rem 0 0;padding:0;list-style:none;overflow:hidden;transform-origin:top;transform:scaleY(1);transition:transform .1s ease-out}.nav-screen-dropdown.hide{margin:0;height:0;transform:scaleY(0)}.nav-screen-dropdown .dropdown-item{color:inherit;line-height:1.7rem}.nav-screen-dropdown .dropdown-subtitle{margin:0;padding-left:.25rem;color:var(--light-grey);font-size:.75rem;font-weight:600;line-height:2;text-transform:uppercase;transition:color var(--color-transition)}.nav-screen-dropdown .dropdown-subtitle .nav-link{padding:0}.nav-screen-dropdown .dropdown-subitem-wrapper{margin:0;padding:0;list-style:none}.nav-screen-dropdown .dropdown-subitem{padding-left:.5rem;font-size:.9em}.nav-screen-dropdown .nav-link{display:block;position:relative;padding-left:.5rem;font-weight:400;line-height:2}.nav-screen-dropdown .nav-link.active,.nav-screen-dropdown .nav-link:hover{color:var(--theme-color)}.nav-screen-dropdown .nav-link .icon{font-size:1em}.nav-screen-links{display:none;padding-bottom:.75rem}@media (max-width:719px){.nav-screen-links{display:block}}.nav-screen-links .navbar-links-item{position:relative;display:block;padding:12px 4px 11px 0;font-size:16px;line-height:1.5rem;border-bottom:1px solid var(--border-color);transition:border-bottom-color var(--color-transition)}.nav-screen-links .nav-link{display:inline-block;width:100%;color:var(--dark-grey);font-weight:400}.nav-screen-links .nav-link:hover{color:var(--text-color)}.nav-screen-links .nav-link.active{color:var(--theme-color)}#nav-screen{position:fixed;top:var(--navbar-mobile-height);right:0;bottom:0;left:0;padding:0 2rem;background-color:var(--bg-color);transition:background-color .5s;overflow-y:auto;z-index:100}@media (min-width:719px){#nav-screen{display:none}}#nav-screen.fade-enter-active,#nav-screen.fade-leave-active{transition:opacity .25s}#nav-screen.fade-enter-active .container,#nav-screen.fade-leave-active .container{transition:transform .25s ease}#nav-screen.fade-enter-from,#nav-screen.fade-leave-to{opacity:0}#nav-screen.fade-enter-from .container,#nav-screen.fade-leave-to .container{transform:translateY(-8px)}#nav-screen .container{margin:0 auto;padding:2rem 0 4rem;max-width:320px}#nav-screen .outlook-wrapper{display:flex;justify-content:space-around}#nav-screen .icon{margin-right:.25em}.navbar{--navbar-line-height:calc( var(--navbar-height) - var(--navbar-vertical-padding) * 2 );display:flex;justify-content:space-between;position:fixed;z-index:200;top:0;left:0;right:0;box-sizing:border-box;height:var(--navbar-height);padding:var(--navbar-vertical-padding) var(--navbar-horizontal-padding);background:var(--navbar-bg-color);box-shadow:0 2px 8px var(--card-shadow);-webkit-backdrop-filter:saturate(150%) blur(12px);backdrop-filter:saturate(150%) blur(12px);line-height:var(--navbar-line-height);white-space:nowrap;transition:transform ease-in-out .3s,background-color var(--color-transition),box-shadow var(--color-transition)}@media (max-width:959px){.navbar{--navbar-line-height:calc( var(--navbar-mobile-height) - var(--navbar-mobile-vertical-padding) * 2 );height:var(--navbar-mobile-height);padding:var(--navbar-mobile-vertical-padding) var(--navbar-mobile-horizontal-padding)}}@media (max-width:719px){.navbar{padding-left:calc(var(--navbar-mobile-horizontal-padding) + 2.4rem)}.disable-sidebar .navbar{padding-left:var(--navbar-mobile-horizontal-padding)}}.hide-navbar .navbar.auto-hide{transform:translateY(-100%)}.navbar.hide-icon .icon{display:none!important}.navbar .nav-link{color:var(--dark-grey);padding:0 .25rem}.navbar .nav-link.active{color:var(--theme-color)}.navbar .nav-link .icon{font-size:1em;margin-right:.25em}.navbar .DocSearch{margin-left:0}.navbar .DocSearch-Container{position:fixed!important}.sidebar-heading,.sidebar-link{box-sizing:border-box;width:100%;padding:.35rem 1rem .35rem 1.25rem;color:var(--text-color)}.sidebar-link{display:inline-block;border-left:.2rem solid transparent;font-size:1em;line-height:1.5;font-weight:400}.sidebar-link .icon{margin-right:.25em}.sidebar-link:hover{background-color:var(--bg-color-light)}.sidebar-link.active{border-left-color:var(--theme-color);background-color:var(--theme-color-mask);font-weight:500}.sidebar-link.active,.sidebar-link.active .icon{color:var(--theme-color)}.sidebar-sub-headers .sidebar-link{padding-top:.25rem;padding-bottom:.25rem;border-left:none}.sidebar-sub-headers .sidebar-link.active{background-color:transparent;font-weight:500}.sidebar-heading{margin:0;border-width:0;border-left:.25rem solid transparent;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;background-color:transparent;font-size:1.1em;display:flex;align-items:center;transition:color .15s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;transform:rotate(0)}.sidebar-heading.clickable.exact a,.sidebar-heading.open{color:inherit}.sidebar-heading.clickable:hover{background-color:var(--bg-color-light)}.sidebar-heading.clickable.exact{border-left-color:var(--theme-color);color:var(--theme-color)}.sidebar-heading .icon{margin-right:.25em}.sidebar-heading .title{flex:1}.sidebar-heading .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;font-size:1.5em}html[data-theme=dark] .sidebar-heading .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.sidebar-heading .arrow.down{transform:rotate(180deg)}.sidebar-heading .arrow.right{transform:rotate(90deg)}.sidebar-heading .arrow.left{transform:rotate(-90deg)}button.sidebar-heading{font-weight:inherit;text-align:left;line-height:inherit;outline:0;cursor:pointer}.sidebar-group .sidebar-group{padding-left:.5em}.sidebar-group .sidebar-group .sidebar-heading{font-size:1em}.sidebar-group:not(.collapsable) .sidebar-heading:not(.clickable){color:inherit;cursor:auto}.sidebar-group .sidebar-link{padding-left:1.75rem}.sidebar-links,.sidebar-links ul{margin:0;padding:0}.sidebar-links ul{list-style-type:none}.sidebar-links ul.sidebar-sub-headers{padding-left:.75rem;font-size:.95em}@media (min-width:1440px){.has-toc .sidebar-links ul.sidebar-sub-headers{display:none}}.sidebar>.sidebar-links{padding:1.5rem 0}@media (max-width:719px){.sidebar>.sidebar-links{padding:1rem 0}}.sidebar>.sidebar-links>li>.sidebar-link{font-size:1.1em;line-height:1.7}.sidebar>.sidebar-links>li:not(:first-child){margin-top:.5rem}.sidebar{position:fixed;z-index:150;top:var(--navbar-height);left:0;bottom:0;box-sizing:border-box;width:var(--sidebar-width);margin:0;background:var(--sidebar-bg-color);box-shadow:2px 0 4px var(--card-shadow);-webkit-backdrop-filter:saturate(150%) blur(12px);backdrop-filter:saturate(150%) blur(12px);font-size:16px;overflow-y:overlay;transition:background-color var(--color-transition),box-shadow var(--color-transition);scrollbar-width:thin;scrollbar-color:var(--theme-color) var(--border-color)}@media (max-width:959px){.sidebar{top:var(--navbar-mobile-height);width:var(--sidebar-mobile-width);font-size:15px}}@media (max-width:719px){.sidebar{transform:translate(-100%);transition:transform .2s ease;box-shadow:none}.theme-container.hide-navbar .sidebar{top:0}.theme-container.sidebar-open .sidebar{transform:translate(0);box-shadow:2px 0 8px var(--card-shadow)}}.sidebar.hide-icon .icon{display:none!important}.sidebar a{display:inline-block;color:var(--text-color);font-weight:400}.sidebar .icon{margin-right:.25em}.sidebar .blogger-info.mobile,.sidebar .blogger-info.mobile+hr{display:none}@media (max-width:719px){.sidebar .blogger-info.mobile{display:block}}@media (max-width:719px){.sidebar .blogger-info.mobile+hr{display:block;margin-top:16px}}.sidebar-mask{position:fixed;z-index:9;top:0;left:0;width:100vw;height:100vh;background-color:#00000026}.sidebar-mask.fade-enter-active,.sidebar-mask.fade-leave-active{transition:opacity .25s}.sidebar-mask.fade-enter-from,.sidebar-mask.fade-leave-to{opacity:0}html[data-theme=dark] .empty-icon g.people{opacity:.8}html[data-theme=dark] .empty-icon g:not(.people){filter:invert(80%)}.article{position:relative;box-sizing:border-box;width:100%;margin:0 auto 1.25rem;padding:1rem 1.25rem;border-radius:.4rem;background:var(--bg-color-light);box-shadow:0 1px 3px 1px var(--card-shadow);text-align:left}@media (max-width:419px){.article{border-radius:0}}.article:last-child{margin-bottom:0}.article:hover{box-shadow:0 2px 6px 2px var(--card-shadow)}.article .sticky-icon{position:absolute;top:0;right:0;width:1.5rem;height:1.5rem;color:var(--theme-color)}.article .title{display:inline-block;position:relative;font-family:var(--font-family-fancy);font-size:1.28rem;line-height:2rem}.article .title:after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;background:var(--theme-color);visibility:hidden;transform:scaleX(0);transition:transform .3s ease-in-out}.article .title:hover{cursor:pointer}.article .title:hover:after{visibility:visible;transform:scaleX(1)}.article .title a{color:inherit}.article .title .lock-icon,.article .title .slides-icon{position:relative;bottom:-.125em;display:inline-block;vertical-align:baseline;width:1.25em;height:1.25em;margin-right:.25em;color:var(--theme-color)}.article .excerpt{overflow:hidden;line-height:1.7}.article .excerpt .code-demo-wrapper,.article .excerpt h1{display:none}.article .excerpt h1+p{margin-top:.5em}.article .excerpt p:first-child{margin-top:.5em}.article .excerpt p:last-child{margin-bottom:.5em}.article .excerpt pre{line-height:1.4;padding:1.25rem 1.5rem;margin:.85rem 0}.article .excerpt .line-numbers-mode pre{padding-left:calc(var(--line-numbers-width) + 1rem)}.article .article-info>span{display:flex;align-items:center;flex-shrink:0;margin-right:.5em;line-height:1.8}.article .article-info>span:after{--balloon-font-size:8px;padding:.3em .6em!important}.article .article-info>span .categories-wrapper,.article .article-info>span .tags-wrapper{display:inline-block}.article-wrapper{margin-top:calc(-.5rem - var(--navbar-height));padding-top:calc(var(--navbar-height) + .5rem);text-align:center}@media (max-width:959px){.article-wrapper{margin-top:calc(-.5rem - var(--navbar-mobile-height));padding-top:calc(var(--navbar-mobile-height) + .5rem)}}.article-wrapper .empty{max-width:560px;margin:0 auto;text-align:center}@-webkit-keyframes bounce-down{0%{transform:translateY(-5px)}to{transform:translateY(5px)}}@keyframes bounce-down{0%{transform:translateY(-5px)}to{transform:translateY(5px)}}.blog-hero{position:relative;height:450px;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:center;color:#eee;font-family:var(--font-family-fancy)}@media (max-width:719px){.blog-hero{height:350px;margin:0 -1.5rem 1rem}}@media (max-width:419px){.blog-hero{margin:0 0 1rem}}.blog-hero.fullscreen{height:calc(100vh - var(--navbar-height))!important}@media (max-width:959px){.blog-hero.fullscreen{height:calc(100vh - var(--navbar-mobile-height))!important}}.blog-hero.fullscreen .mask{background-position-y:top!important}.blog-hero.fullscreen .slide-down-wrapper{display:block}.blog-hero .mask,.blog-hero .mask:after{position:absolute;top:0;bottom:0;left:0;right:0}.blog-hero .mask:after{display:block;content:" ";background:var(--light-grey);z-index:1;opacity:.2}.blog-hero>:not(.mask){position:relative;z-index:2}.blog-hero h1{margin:.5rem auto;font-size:2rem}@media (max-width:959px){.blog-hero h1{font-size:1.875rem}}@media (max-width:719px){.blog-hero h1{font-size:2rem}}@media (max-width:419px){.blog-hero h1{font-size:1.875rem}}.blog-hero .hero-logo+h1{margin:0 auto}.blog-hero .description{margin:1.2rem auto 0;font-size:20px}@media (max-width:959px){.blog-hero .description{font-size:18px}}@media (max-width:719px){.blog-hero .description{font-size:20px}}@media (max-width:419px){.blog-hero .description{font-size:18px}}.blog-hero .slide-down-wrapper{display:none;position:absolute;left:calc(50vw - 50px);bottom:0;width:60px;height:50px;padding:20px}.blog-hero .slide-down-wrapper .icon{width:40px;margin:-10px 10px;-webkit-animation-name:bounce-down;animation-name:bounce-down;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.blog-hero .slide-down-wrapper .icon:first-child{color:#ffffff26}.blog-hero .slide-down-wrapper .icon:nth-child(2){color:#ffffff80}.blog-hero .slide-down-wrapper #hero-bottom{position:absolute;bottom:0;margin-top:calc(0rem - var(--navbar-height));padding-top:calc(var(--navbar-height))}@media (max-width:959px){.blog-hero .slide-down-wrapper #hero-bottom{margin-top:calc(0rem - var(--navbar-mobile-height));padding-top:calc(var(--navbar-mobile-height))}}.social-media-wrapper{display:flex;justify-content:center;flex-wrap:wrap;margin:8px auto}.social-media-wrapper .social-media{width:26px;height:26px;margin:4px;transform:scale(1);transition:transform .18s ease-out .18s}.social-media-wrapper .social-media:hover{cursor:pointer;transform:scale(1.2)}.social-media-wrapper .social-media:after{--balloon-font-size:8px;padding:.3em .6em}.social-media-wrapper .social-media .icon{width:100%;height:100%}.blogger-info{padding:.5rem;font-family:var(--font-family-fancy)}.page .blogger-info{background:var(--bg-color-light)}.blogger-info .blogger{padding:.5rem;text-align:center}.blogger-info .blogger.hasIntro{cursor:pointer}.blogger-info .blogger .avatar{width:8rem;height:8rem;margin:0 auto}.blogger-info .blogger .avatar.round{border-radius:50%}.blogger-info .blogger .name{margin:1rem auto;font-size:22px}.blogger-info .blogger .description{margin:1rem auto;font-size:14px}.blogger-info .num-wrapper{display:flex;margin:0 auto 1rem;width:80%}.blogger-info .num-wrapper>div{width:25%;text-align:center;font-size:13px;cursor:pointer}.blogger-info .num-wrapper>div:hover{color:var(--theme-color)}.blogger-info .num-wrapper>div .num{position:relative;margin-bottom:.5rem;font-weight:600;font-size:20px}.category-list-wrapper{position:relative;z-index:2;padding-left:0;font-size:14px;list-style:none}.category-list-wrapper a{color:inherit}.category-list-wrapper .category{display:inline-block;vertical-align:middle;margin:.3rem .6rem .8rem;padding:.4rem .8rem;border-radius:.25rem;box-shadow:0 1px 4px 0 var(--card-shadow);color:var(--dark-grey);cursor:pointer;overflow:hidden;transition:background-color .3s,color .3s}@media (max-width:419px){.category-list-wrapper .category{font-size:.9rem}}.category-list-wrapper .category .category-num{display:inline-block;min-width:1rem;height:1.2rem;margin-left:.2em;padding:0 .1rem;border-radius:.6rem;color:var(--white);font-size:.7rem;line-height:1.2rem;text-align:center}.category-list-wrapper .category0{background:#fde5e7;color:#ba111f}html[data-theme=dark] .category-list-wrapper .category0{background:#340509;color:#ec2f3e}.category-list-wrapper .category0:hover{background:#f9bec3}html[data-theme=dark] .category-list-wrapper .category0:hover{background:#53080e}.category-list-wrapper .category0.active{background:#cf1322;color:#fff}html[data-theme=dark] .category-list-wrapper .category0.active{background:#a60f1b;color:var(--bg-color-light)}.category-list-wrapper .category0.active .category-num{color:#cf1322;background:var(--bg-color-light)}.category-list-wrapper .category0 .category-num{background:#cf1322}.category-list-wrapper .category1{background:#ffeee8;color:#f54205}html[data-theme=dark] .category-list-wrapper .category1{background:#441201;color:#fb7649}.category-list-wrapper .category1:hover{background:#fed4c6}html[data-theme=dark] .category-list-wrapper .category1:hover{background:#6d1d02}.category-list-wrapper .category1.active{background:#fa541c;color:#fff}html[data-theme=dark] .category-list-wrapper .category1.active{background:#da3a05;color:var(--bg-color-light)}.category-list-wrapper .category1.active .category-num{color:#fa541c;background:var(--bg-color-light)}.category-list-wrapper .category1 .category-num{background:#fa541c}.category-list-wrapper .category2{background:#fef5e7;color:#e08e0b}html[data-theme=dark] .category-list-wrapper .category2{background:#3e2703;color:#f5b041}.category-list-wrapper .category2:hover{background:#fce6c4}html[data-theme=dark] .category-list-wrapper .category2:hover{background:#633f05}.category-list-wrapper .category2.active{background:#f39c12;color:#fff}html[data-theme=dark] .category-list-wrapper .category2.active{background:#c77e0a;color:var(--bg-color-light)}.category-list-wrapper .category2.active .category-num{color:#f39c12;background:var(--bg-color-light)}.category-list-wrapper .category2 .category-num{background:#f39c12}.category-list-wrapper .category3{background:#eafaf1;color:#29b866}html[data-theme=dark] .category-list-wrapper .category3{background:#0c331c;color:#55d98d}.category-list-wrapper .category3:hover{background:#caf3db}html[data-theme=dark] .category-list-wrapper .category3:hover{background:#12522d}.category-list-wrapper .category3.active{background:#2ecc71;color:#fff}html[data-theme=dark] .category-list-wrapper .category3.active{background:#25a35a;color:var(--bg-color-light)}.category-list-wrapper .category3.active .category-num{color:#2ecc71;background:var(--bg-color-light)}.category-list-wrapper .category3 .category-num{background:#2ecc71}.category-list-wrapper .category4{background:#e6f9ee;color:#219552}html[data-theme=dark] .category-list-wrapper .category4{background:#092917;color:#36d278}.category-list-wrapper .category4:hover{background:#c0f1d5}html[data-theme=dark] .category-list-wrapper .category4:hover{background:#0f4224}.category-list-wrapper .category4.active{background:#25a55b;color:#fff}html[data-theme=dark] .category-list-wrapper .category4.active{background:#1e8449;color:var(--bg-color-light)}.category-list-wrapper .category4.active .category-num{color:#25a55b;background:var(--bg-color-light)}.category-list-wrapper .category4 .category-num{background:#25a55b}.category-list-wrapper .category5{background:#e1fcfc;color:#0e9595}html[data-theme=dark] .category-list-wrapper .category5{background:#042929;color:#16e1e1}.category-list-wrapper .category5:hover{background:#b4f8f8}html[data-theme=dark] .category-list-wrapper .category5:hover{background:#064242}.category-list-wrapper .category5.active{background:#10a5a5;color:#fff}html[data-theme=dark] .category-list-wrapper .category5.active{background:#0d8484;color:var(--bg-color-light)}.category-list-wrapper .category5.active .category-num{color:#10a5a5;background:var(--bg-color-light)}.category-list-wrapper .category5 .category-num{background:#10a5a5}.category-list-wrapper .category6{background:#e4f0fe;color:#0862c3}html[data-theme=dark] .category-list-wrapper .category6{background:#021b36;color:#2589f6}.category-list-wrapper .category6:hover{background:#bbdafc}html[data-theme=dark] .category-list-wrapper .category6:hover{background:#042c57}.category-list-wrapper .category6.active{background:#096dd9;color:#fff}html[data-theme=dark] .category-list-wrapper .category6.active{background:#0757ae;color:var(--bg-color-light)}.category-list-wrapper .category6.active .category-num{color:#096dd9;background:var(--bg-color-light)}.category-list-wrapper .category6 .category-num{background:#096dd9}.category-list-wrapper .category7{background:#f7f1fd;color:#9851e4}html[data-theme=dark] .category-list-wrapper .category7{background:#2a0b4b;color:#bb8ced}.category-list-wrapper .category7:hover{background:#eadbfa}html[data-theme=dark] .category-list-wrapper .category7:hover{background:#431277}.category-list-wrapper .category7.active{background:#aa6fe9;color:#fff}html[data-theme=dark] .category-list-wrapper .category7.active{background:#8733e0;color:var(--bg-color-light)}.category-list-wrapper .category7.active .category-num{color:#aa6fe9;background:var(--bg-color-light)}.category-list-wrapper .category7 .category-num{background:#aa6fe9}.category-list-wrapper .category8{background:#fdeaf5;color:#e81689}html[data-theme=dark] .category-list-wrapper .category8{background:#400626;color:#ef59ab}.category-list-wrapper .category8:hover{background:#facbe5}html[data-theme=dark] .category-list-wrapper .category8:hover{background:#670a3d}.category-list-wrapper .category8.active{background:#eb2f96;color:#fff}html[data-theme=dark] .category-list-wrapper .category8.active{background:#ce147a;color:var(--bg-color-light)}.category-list-wrapper .category8.active .category-num{color:#eb2f96;background:var(--bg-color-light)}.category-list-wrapper .category8 .category-num{background:#eb2f96}.tag-list-wrapper{position:relative;z-index:2;padding-left:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start}.tag-list-wrapper a{color:inherit}.tag-list-wrapper .tag{display:inline-block;position:relative;vertical-align:middle;min-width:24px;margin:4px 6px;padding:3px 8px;border-radius:8px;box-shadow:0 1px 6px 0 var(--box-shadow);color:var(--white);font-size:12px;text-align:center;overflow:hidden;cursor:pointer;transition:background-color .3s,transform .3s}.tag-list-wrapper .tag:hover{cursor:pointer}.tag-list-wrapper .tag.active{transform:scale(1.1)}.tag-list-wrapper .tag0,html[data-theme=dark] .tag-list-wrapper .tag0.active,html[data-theme=dark] .tag-list-wrapper .tag0:hover{background:#e91526}.tag-list-wrapper .tag0.active,.tag-list-wrapper .tag0:hover,html[data-theme=dark] .tag-list-wrapper .tag0{background:#c51220}.tag-list-wrapper .tag1,html[data-theme=dark] .tag-list-wrapper .tag1.active,html[data-theme=dark] .tag-list-wrapper .tag1:hover{background:#fb6533}.tag-list-wrapper .tag1.active,.tag-list-wrapper .tag1:hover,html[data-theme=dark] .tag-list-wrapper .tag1{background:#fa4a0e}.tag-list-wrapper .tag2,html[data-theme=dark] .tag-list-wrapper .tag2.active,html[data-theme=dark] .tag-list-wrapper .tag2:hover{background:#f4a62a}.tag-list-wrapper .tag2.active,.tag-list-wrapper .tag2:hover,html[data-theme=dark] .tag-list-wrapper .tag2{background:#ec950c}.tag-list-wrapper .tag3,html[data-theme=dark] .tag-list-wrapper .tag3.active,html[data-theme=dark] .tag-list-wrapper .tag3:hover{background:#40d47f}.tag-list-wrapper .tag3.active,.tag-list-wrapper .tag3:hover,html[data-theme=dark] .tag-list-wrapper .tag3{background:#2cc26b}.tag-list-wrapper .tag4,html[data-theme=dark] .tag-list-wrapper .tag4.active,html[data-theme=dark] .tag-list-wrapper .tag4:hover{background:#2bbe69}.tag-list-wrapper .tag4.active,.tag-list-wrapper .tag4:hover,html[data-theme=dark] .tag-list-wrapper .tag4{background:#239d56}.tag-list-wrapper .tag5,html[data-theme=dark] .tag-list-wrapper .tag5.active,html[data-theme=dark] .tag-list-wrapper .tag5:hover{background:#13c3c3}.tag-list-wrapper .tag5.active,.tag-list-wrapper .tag5:hover,html[data-theme=dark] .tag-list-wrapper .tag5{background:#0f9d9d}.tag-list-wrapper .tag6,html[data-theme=dark] .tag-list-wrapper .tag6.active,html[data-theme=dark] .tag-list-wrapper .tag6:hover{background:#0a7bf4}.tag-list-wrapper .tag6.active,.tag-list-wrapper .tag6:hover,html[data-theme=dark] .tag-list-wrapper .tag6{background:#0968ce}.tag-list-wrapper .tag7,html[data-theme=dark] .tag-list-wrapper .tag7.active,html[data-theme=dark] .tag-list-wrapper .tag7:hover{background:#b37deb}.tag-list-wrapper .tag7.active,.tag-list-wrapper .tag7:hover,html[data-theme=dark] .tag-list-wrapper .tag7{background:#a160e7}.tag-list-wrapper .tag8,html[data-theme=dark] .tag-list-wrapper .tag8.active,html[data-theme=dark] .tag-list-wrapper .tag8:hover{background:#ed44a1}.tag-list-wrapper .tag8.active,.tag-list-wrapper .tag8:hover,html[data-theme=dark] .tag-list-wrapper .tag8{background:#ea2290}.timeline-list-wrapper{--dot-color:#fff;--dot-bar-color:#eaecef;--dot-border-color:#ddd;padding:8px 0}html[data-theme=dark] .timeline-list-wrapper{--dot-color:#444;--dot-bar-color:#333;--dot-border-color:#555}.timeline-list-wrapper .title{cursor:pointer}.timeline-list-wrapper .title .icon{position:relative;bottom:-.125rem;width:16px;height:16px;margin:0 6px}.timeline-list-wrapper .title .num{position:relative;margin:0 2px;font-size:22px}.timeline-list-wrapper .content{overflow-y:scroll;max-height:80vh}.timeline-list-wrapper .content::-webkit-scrollbar-track-piece{background:0 0}.timeline-list-wrapper .content .timeline-list{position:relative;margin:0 8px;box-sizing:border-box;list-style:none}.timeline-list-wrapper .content .timeline-list:after{content:" ";position:absolute;top:14px;left:0;z-index:-1;margin-left:-2px;width:4px;height:calc(100% - 14px);background:var(--dot-bar-color)}.timeline-list-wrapper .content .timeline-list .year{position:relative;margin:20px 0 0;color:var(--text-color);font-size:20px;font-weight:700}.timeline-list-wrapper .content .timeline-list .year-wrapper li .date:before,.timeline-list-wrapper .content .timeline-list .year:before{content:" ";position:absolute;margin-left:-4px;background:var(--dot-color);border-radius:50%;border:1px solid var(--dot-border-color);z-index:2}.timeline-list-wrapper .content .timeline-list .year:before{left:-20px;top:50%;margin-top:-4px;width:8px;height:8px}.timeline-list-wrapper .content .timeline-list .year-wrapper{padding-left:0!important}.timeline-list-wrapper .content .timeline-list .year-wrapper li{position:relative;display:flex;padding:12px 0 4px;list-style:none;border-bottom:1px dashed var(--border-color)}.timeline-list-wrapper .content .timeline-list .year-wrapper li:hover .date,.timeline-list-wrapper .content .timeline-list .year-wrapper li:hover .timeline-title{color:var(--theme-color)}.timeline-list-wrapper .content .timeline-list .year-wrapper li:hover .date:before{background:var(--theme-color);border-color:var(--dot-color)}.timeline-list-wrapper .content .timeline-list .year-wrapper li .date{width:36px;line-height:32px;display:inline-block;vertical-align:bottom;font-size:12px}.timeline-list-wrapper .content .timeline-list .year-wrapper li .date:before{left:-19px;top:24px;width:6px;height:6px}.timeline-list-wrapper .content .timeline-list .year-wrapper li .timeline-title{color:inherit;font-size:14px;line-height:32px;cursor:pointer}.blog-info-list{margin:8px auto;padding:8px 16px}.page .blog-info-list{background:var(--bg-color-light);border-radius:6px;box-shadow:0 1px 3px 1px var(--card-shadow)}.page .blog-info-list:hover{box-shadow:0 2px 6px 2px var(--card-shadow)}.blog-info-list .switch-wrapper{display:flex;justify-content:center;margin-bottom:8px}.blog-info-list .switch-wrapper .switch-button{background-color:transparent;border-width:0;cursor:pointer;width:44px;height:44px;margin:0 8px;padding:4px;color:var(--grey3)}.blog-info-list .switch-wrapper .switch-button:focus{outline:0}.blog-info-list .switch-wrapper .switch-button .icon-wapper{width:20px;height:20px;padding:8px;border-radius:50%;background:rgba(127,127,127,.15)}html[data-theme=dark] .blog-info-list .switch-wrapper .switch-button .icon-wapper{background:rgba(255,255,255,.15)}.blog-info-list .category-wrapper .title,.blog-info-list .sticky-article-wrapper .title,.blog-info-list .switch-wrapper .switch-button .icon-wapper:hover,.blog-info-list .tag-wrapper .title{cursor:pointer}.blog-info-list .switch-wrapper .switch-button .icon-wapper.active{background:var(--theme-color-light)}html[data-theme=dark] .blog-info-list .switch-wrapper .switch-button .icon-wapper.active{background:var(--theme-color-dark)}.blog-info-list .switch-wrapper .switch-button .icon-wapper .icon{width:100%;height:100%}.blog-info-list .category-wrapper,.blog-info-list .sticky-article-wrapper,.blog-info-list .tag-wrapper{padding:8px 0}.blog-info-list .category-wrapper .title .icon,.blog-info-list .sticky-article-wrapper .title .icon,.blog-info-list .tag-wrapper .title .icon{position:relative;bottom:-.125rem;width:16px;height:16px;margin:0 6px}.blog-info-list .category-wrapper .title .num,.blog-info-list .sticky-article-wrapper .title .num,.blog-info-list .tag-wrapper .title .num{position:relative;margin:0 2px;font-family:var(--font-family-fancy);font-size:22px}.blog-info-list .category-wrapper .category-list-wrapper,.blog-info-list .sticky-article-wrapper .sticky-article-list,.blog-info-list .tag-wrapper .tag-list-wrapper{margin:8px auto}.blog-info-list .sticky-article-wrapper .sticky-article-list .sticky-article{padding:12px 8px 4px;border-bottom:1px dashed var(--grey14)}.blog-info-list .sticky-article-wrapper .sticky-article-list .sticky-article:hover{cursor:pointer;color:var(--theme-color)}.page .blog-info-list .timeline-list-wrapper .content{max-height:60vh}.sidebar .blog-info-wrapper .blogger-info{display:none}.page .blog-info-wrapper{position:-webkit-sticky;position:sticky;box-sizing:border-box;top:var(--navbar-height);flex:0 0 300px;height:auto;margin-top:.75rem;margin-bottom:.75rem;transition:all .3s}@media (max-width:959px){.page .blog-info-wrapper{top:var(--navbar-mobile-height)}}@media (max-width:719px){.page .blog-info-wrapper{display:none}}.page .blog-info-wrapper .blogger-info{margin-bottom:16px;padding:8px 0;border-radius:8px;box-shadow:0 1px 3px 1px var(--card-shadow)}.page .blog-info-wrapper .blogger-info:hover{box-shadow:0 2px 6px 2px var(--card-shadow)}.project-panel{position:relative;z-index:2;display:flex;justify-content:flex-start;align-content:stretch;align-items:stretch;flex-wrap:wrap;margin-bottom:12px}.project-panel .project{position:relative;width:calc(50% - 40px);margin:6px 8px;padding:12px;border-radius:8px;background-color:var(--bg-color-light);transition:background-color var(--color-transition),transform var(--transform-transition)}@media (min-width:959px){.project-panel .project{width:calc(33% - 40px)}}@media (min-width:1440px){.project-panel .project{width:calc(25% - 40px)}}.project-panel .project:hover{cursor:pointer;transform:scale(.98)}.project-panel .project .name{position:relative;z-index:2;color:var(--grey3);font-size:16px;font-weight:500}.project-panel .project .desc{position:relative;z-index:2;margin:6px 0;color:var(--dark-grey);font-size:13px}.project-panel .project .icon,.project-panel .project .image{position:relative;z-index:2;float:right;width:40px;height:40px}.project-panel .project .icon{width:20px;height:20px}.project-panel .project0{background:#fde5e7}.project-panel .project0:hover{background:#f9bec3}html[data-theme=dark] .project-panel .project0{background:#340509}html[data-theme=dark] .project-panel .project0:hover{background:#53080e}.project-panel .project1{background:#ffeee8}.project-panel .project1:hover{background:#fed4c6}html[data-theme=dark] .project-panel .project1{background:#441201}html[data-theme=dark] .project-panel .project1:hover{background:#6d1d02}.project-panel .project2{background:#fef5e7}.project-panel .project2:hover{background:#fce6c4}html[data-theme=dark] .project-panel .project2{background:#3e2703}html[data-theme=dark] .project-panel .project2:hover{background:#633f05}.project-panel .project3{background:#eafaf1}.project-panel .project3:hover{background:#caf3db}html[data-theme=dark] .project-panel .project3{background:#0c331c}html[data-theme=dark] .project-panel .project3:hover{background:#12522d}.project-panel .project4{background:#e6f9ee}.project-panel .project4:hover{background:#c0f1d5}html[data-theme=dark] .project-panel .project4{background:#092917}html[data-theme=dark] .project-panel .project4:hover{background:#0f4224}.project-panel .project5{background:#e1fcfc}.project-panel .project5:hover{background:#b4f8f8}html[data-theme=dark] .project-panel .project5{background:#042929}html[data-theme=dark] .project-panel .project5:hover{background:#064242}.project-panel .project6{background:#e4f0fe}.project-panel .project6:hover{background:#bbdafc}html[data-theme=dark] .project-panel .project6{background:#021b36}html[data-theme=dark] .project-panel .project6:hover{background:#042c57}.project-panel .project7{background:#f7f1fd}.project-panel .project7:hover{background:#eadbfa}html[data-theme=dark] .project-panel .project7{background:#2a0b4b}html[data-theme=dark] .project-panel .project7:hover{background:#431277}.project-panel .project8{background:#fdeaf5}.project-panel .project8:hover{background:#facbe5}html[data-theme=dark] .project-panel .project8{background:#400626}html[data-theme=dark] .project-panel .project8:hover{background:#670a3d}.page.blog .blog-page-wrapper{display:flex;justify-content:center;align-items:flex-start;margin:0 auto}@media (min-width:719px){.page.blog .blog-page-wrapper{padding:0 1rem}}@media (min-width:959px){.page.blog .blog-page-wrapper{padding:0 2rem}}@media (min-width:1440px){.page.blog .blog-page-wrapper{padding:0}}.page.blog .blog-page-wrapper .blog-home{max-width:780px;overflow:hidden;flex:1}@media (min-width:719px){.page.blog .blog-page-wrapper .blog-home{margin:0 15px}}.page.blog .theme-hope-content:empty{padding:0}.article-type-wrapper{position:relative;padding-left:0;font-size:18px;font-weight:600;display:flex;justify-content:center;align-items:center;list-style:none;z-index:2}@media (max-width:419px){.article-type-wrapper{font-size:16px}}.article-type{vertical-align:middle;margin:.3em .8em;line-height:1.2;cursor:pointer}.article-type:after{position:absolute;content:" ";left:50%;right:50%;bottom:-6px;height:2px;background:var(--theme-color);border-radius:1px;visibility:hidden;transition:left .2s ease-in-out,right .2s ease-in-out}.article-type a{display:inline-block;color:inherit;transition:all .3s ease-in-out}.article-type,.article-type.active{position:relative}.article-type.active a{color:var(--theme-color);transform:scale(1.1)}.article-type.active:after,.article-type:hover:after{left:calc(50% - 8px);right:calc(50% - 8px);visibility:visible}.timeline-wrapper{--dot-color:#fff;--dot-bar-color:#eaecef;--dot-border-color:#ddd;max-width:740px;margin:0 auto;padding:40px 0}@media (max-width:719px){.timeline-wrapper{margin:0 1.2rem}}html[data-theme=dark] .timeline-wrapper{--dot-color:#444;--dot-bar-color:#333;--dot-border-color:#555}.timeline-wrapper #toc-list{left:unset;right:0;min-width:0}.timeline-wrapper .toc-wrapper{position:relative;z-index:10}.timeline-wrapper .timeline-content{box-sizing:border-box;position:relative;padding-left:76px;list-style:none}.timeline-wrapper .timeline-content:after{content:" ";position:absolute;top:14px;left:64px;z-index:-1;width:4px;height:calc(100% - 38px);margin-left:-2px;background:var(--dot-bar-color)}.timeline-wrapper .timeline-content .desc{position:relative;color:var(--text-color);font-size:18px}@media (min-width:1280px){.timeline-wrapper .timeline-content .desc{font-size:20px}}.timeline-wrapper .timeline-content .desc:before,.timeline-wrapper .timeline-content .year span:before{content:" ";position:absolute;z-index:2;left:-12px;top:50%;width:8px;height:8px;margin-left:-6px;margin-top:-6px;background:var(--dot-color);border:2px solid var(--dot-border-color);border-radius:50%}.timeline-wrapper .timeline-content .year{margin-top:calc(3rem - var(--navbar-height));margin-bottom:.5rem;padding-top:var(--navbar-height);color:var(--text-color);font-family:var(--font-family-fancy);font-size:26px;font-weight:700}.timeline-wrapper .timeline-content .year span{position:relative}.timeline-wrapper .timeline-content .year-wrapper{padding-left:0!important}.timeline-wrapper .timeline-content .year-wrapper li{position:relative;display:flex;padding:30px 0 10px;border-bottom:1px dashed var(--border-color);list-style:none;z-index:3}.timeline-wrapper .timeline-content .year-wrapper li .title{display:block;color:inherit}.timeline-wrapper .timeline-content .year-wrapper li:hover{cursor:pointer}.timeline-wrapper .timeline-content .year-wrapper li:hover .date{font-size:16px;transition:font-size .3s ease-out}.timeline-wrapper .timeline-content .year-wrapper li:hover .date:before{background-color:var(--bg-color);border-color:var(--theme-color)}.timeline-wrapper .timeline-content .year-wrapper li:hover .title{color:var(--theme-color);font-size:18px;transition:font-size .3s ease-out}.timeline-wrapper .timeline-content .year-wrapper li .date{position:absolute;right:calc(100% + 24px);text-align:right;width:40px;font-size:14px;line-height:30px}.timeline-wrapper .timeline-content .year-wrapper li .date:before{content:" ";position:absolute;z-index:2;right:-16px;top:50%;width:6px;height:6px;margin-left:-6px;margin-top:-6px;background:var(--dot-color);border:2px solid var(--dot-border-color);border-radius:50%}.timeline-wrapper .timeline-content .year-wrapper li .title{position:relative;font-size:16px;line-height:30px}.blog-page{max-width:780px;flex:1}@media (min-width:719px){.blog-page{margin:0 15px}}.blog-page .article-title{font-size:1.8rem;margin:10px 15px}.blog-page-wrapper,.page.blog{box-sizing:border-box;margin:0 auto;display:flex}.page.blog{min-height:100vh;padding-top:var(--navbar-height);padding-bottom:2rem;background:var(--bg-color);flex-direction:column;justify-content:space-between}@media (min-width:1440px){.has-toc .page.blog{padding-right:0}}@media (max-width:959px){.page.blog{padding-top:var(--navbar-mobile-height)}}@media (max-width:719px){.page.blog{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width:419px){.page.blog{padding-left:0;padding-right:0}}.blog-page-wrapper{width:100%;justify-content:center;align-items:flex-start}@media (min-width:719px){.blog-page-wrapper{padding:0 1rem}}@media (min-width:959px){.blog-page-wrapper{padding:0 2rem}}@media (min-width:1440px){.blog-page-wrapper{padding:0}}:root{--search-bg-color:#ffffff;--search-accent-color:#3eaf7c;--search-text-color:#2c3e50;--search-border-color:#eaecef;--search-item-text-color:#5d81a5;--search-item-focus-bg-color:#f3f4f5;--search-input-width:8rem;--search-result-width:20rem}.search-box{display:inline-block;position:relative;margin-left:1rem}.search-box input{cursor:text;width:var(--search-input-width);height:2rem;color:var(--search-text-color);display:inline-block;border:1px solid var(--search-border-color);border-radius:2rem;font-size:.9rem;line-height:2rem;padding:0 .5rem 0 2rem;outline:0;transition:all ease .3s;background:var(--search-bg-color)url(/assets/search.0782d0d1.svg).6rem .5rem no-repeat;background-size:1rem}.search-box input:focus{cursor:auto;border-color:var(--search-accent-color)}.search-box .suggestions{background:var(--search-bg-color);width:var(--search-result-width);position:absolute;top:2rem;right:0;border:1px solid var(--search-border-color);border-radius:6px;padding:.4rem;list-style-type:none}.search-box .suggestion{line-height:1.4;padding:.4rem .6rem;border-radius:4px;cursor:pointer}.search-box .suggestion.focus{background-color:var(--search-item-focus-bg-color)}.search-box .suggestion.focus a{color:var(--search-accent-color)}.search-box .suggestion a{white-space:normal;color:var(--search-item-text-color)}.search-box .suggestion .page-title{font-weight:600}.search-box .suggestion .page-header{font-size:.9em;margin-left:.25em}@media (max-width:720px){.search-box input{cursor:pointer;width:0;border-color:transparent;position:relative}.search-box input:focus{cursor:text;left:0;width:10rem}}@media (max-width:420px){.search-box input:focus{width:8rem}.search-box .suggestions{width:calc(100vw - 4rem);right:-.5rem}}.back-to-top{background-color:transparent;border-width:0;cursor:pointer;position:fixed!important;right:1rem;bottom:4rem;z-index:100;width:3rem;height:3rem;padding:.5rem;border-radius:1rem;background-color:var(--c-bg, #fff);box-shadow:2px 2px 10px 0 var(--card-shadow);color:var(--c-brand, #3eaf7c)}.back-to-top:hover{color:var(--c-brand-light, #4abf8a)}@media (max-width:719px){.back-to-top{width:2.25rem;height:2.25rem;padding:.25rem;border-radius:.5rem}}.back-to-top svg{width:100%;border-radius:50%;overflow:hidden;fill:currentcolor}.fade-enter-active,.fade-leave-active{transition:opacity var(--color-transition, .3s)}.fade-enter,.fade-leave-to{opacity:0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__scroll-wrap{overflow:hidden}.pswp__container{position:absolute}.pswp__container,.pswp__zoom-wrap{touch-action:none;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__img,.pswp__item{position:absolute;top:0;left:0}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */@-webkit-keyframes clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%,to{transform:rotate(0)}50%{transform:rotate(-140deg)}}@keyframes donut-rotate{0%,to{transform:rotate(0)}50%{transform:rotate(-140deg)}}.pswp__button{position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==)0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:#0000004d;height:30px;width:32px;position:absolute}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/assets/default-skin.6dc726bc.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0-44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px #00000040;transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active .pswp__preloader__icn{background:url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=)0 0 no-repeat}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:#00000080}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:#0000004d}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}@-webkit-keyframes rotate{0%{transform:rotate(0)}50%,to{transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0)}50%,to{transform:rotate(360deg)}}.popup-enter-active,.popup-leave-active{transition:opacity .3s,transform .3s}.popup-enter-from,.popup-leave-to{opacity:0;transform:translateY(50%) scale(.5)}.sw-update-popup{position:fixed;right:1rem;bottom:1rem;padding:.5rem .75rem;border-radius:.5rem;box-shadow:0 2px 12px 0 var(--card-shadow);background:var(--c-bg, #fff);color:var(--c-text, #2c3e50);line-height:1.5;z-index:110;cursor:pointer}.sw-update-popup .update{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;margin-left:.4em;background:var(--c-brand, #3eaf7c);border-radius:.75rem}.sw-update-popup .update svg{-webkit-animation:rotate 3s ease infinite;animation:rotate 3s ease infinite;width:1.2em;height:1.2em;margin:.15em;color:var(--white, #fff)}@-webkit-keyframes pwa-opened{0%{transform:scale(.8);opacity:.4}to{transform:scale(1);opacity:1}}@keyframes pwa-opened{0%{transform:scale(.8);opacity:.4}to{transform:scale(1);opacity:1}}@-webkit-keyframes pwa-mobile{0%{opacity:.6}to{opacity:1}}@keyframes pwa-mobile{0%{opacity:.6}to{opacity:1}}@-webkit-keyframes pwa-fadein{0%{opacity:.2}to{opacity:1}}@keyframes pwa-fadein{0%{opacity:.2}to{opacity:1}}.modal-button{background-color:transparent;border-width:0;cursor:pointer;position:fixed;right:1rem;bottom:1rem;padding:0 16px;border-radius:1.2rem;background:var(--c-brand, #3eaf7c);color:var(--white);font-weight:600;line-height:2.2rem;outline:0;z-index:10}@media (display-mode:standalone){.modal-button{display:none}}.modal-button:active,.modal-button:hover{background:var(--c-brand-light, #4abf8a)}#install-modal-wrapper{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:auto;z-index:997}#install-modal-wrapper .header .close-button,#install-modal-wrapper button{background-color:transparent;border-width:0;cursor:pointer}#install-modal-wrapper .background{position:fixed;top:0;bottom:0;left:0;right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:998;-webkit-animation:.25s pwa-fadein;animation:.25s pwa-fadein}#install-modal-wrapper .install-modal{display:flex;flex-direction:column;position:absolute;z-index:999;max-width:56em;border-radius:10px;background:var(--c-bg, #fff);-webkit-animation:.15s pwa-opened;animation:.15s pwa-opened}@media (max-width:1280px){#install-modal-wrapper .install-modal{width:92%;-webkit-animation:.25s pwa-mobile;animation:.25s pwa-mobile}}@media (max-width:419px){#install-modal-wrapper .install-modal{max-height:80%;overflow-y:scroll}#install-modal-wrapper .install-modal::-webkit-scrollbar{display:none}}#install-modal-wrapper .header{margin:40px 40px 32px}@media (max-width:959px){#install-modal-wrapper .header{margin-bottom:24px}}@media (max-width:719px){#install-modal-wrapper .header{margin:20px}}#install-modal-wrapper .header .close-button{float:right;color:var(--grey3)}#install-modal-wrapper .header .close-button:focus,#install-modal-wrapper .header .close-button:hover{color:var(--dark-grey)}#install-modal-wrapper .header .logo{display:flex}#install-modal-wrapper .header h1{margin-top:0;margin-bottom:7px;color:var(--dark-gery);font-size:34px}@media (max-width:959px){#install-modal-wrapper .header h1{margin-bottom:0}}@media (max-width:419px){#install-modal-wrapper .header h1{font-size:26px}}#install-modal-wrapper .header img{width:122px;height:122px;margin-right:24px;padding:12px;border-radius:24px;background:#eee}html[data-theme=dark] #install-modal-wrapper .header img{background:#444}@media (max-width:959px){#install-modal-wrapper .header img{width:60px;height:60px}}@media (max-width:719px){#install-modal-wrapper .header img{margin-right:12px;padding:8px}}@media (max-width:419px){#install-modal-wrapper .header img{width:40px;height:40px;padding:6px}}#install-modal-wrapper .header .desc{max-width:40em;color:var(--grey);font-size:14px;text-overflow:ellipsis;white-space:pre-wrap;overflow:hidden}@media (max-width:959px){#install-modal-wrapper .header .desc{display:none}}#install-modal-wrapper .content{margin:0 40px;color:var(--grey3);flex:1}@media (max-width:719px){#install-modal-wrapper .content{margin:0 20px}}#install-modal-wrapper .content h3{font-size:22px;margin-bottom:12px}#install-modal-wrapper .content p{font-size:14px}#install-modal-wrapper .highlight{display:flex;justify-content:space-around;align-items:center;margin-right:20px}@media (max-width:719px){#install-modal-wrapper .highlight{flex-direction:column;align-items:flex-start;margin-right:0}}#install-modal-wrapper .highlight h3{margin-top:0;font-size:22px;font-weight:600;line-height:225%}@media (max-width:419px){#install-modal-wrapper .highlight h3{margin-bottom:0;font-size:18px}}#install-modal-wrapper .feature-wrapper{padding-right:2em;overflow:hidden}#install-modal-wrapper .feature-wrapper ul{-webkit-padding-start:22px;padding-inline-start:22px;-webkit-margin-before:12px;margin-block-start:12px}@media (max-width:419px){#install-modal-wrapper .feature-wrapper ul{margin-top:0}}#install-modal-wrapper .feature-wrapper li{font-size:16px;font-weight:600;line-height:29px;color:var(--dark-grey)}#install-modal-wrapper .screenshot-wrapper{max-width:30em;max-height:220px;display:flex}@media (max-width:719px){#install-modal-wrapper .screenshot-wrapper{width:100%}}#install-modal-wrapper .screenshot-wrapper button{background-color:transparent;border-width:0;cursor:pointer;width:4em;transition:background .2s}#install-modal-wrapper .screenshot-wrapper button:focus,#install-modal-wrapper .screenshot-wrapper button:hover{background:#bbb}#install-modal-wrapper .screenshot-wrapper button svg{width:28px;fill:#6b6969}#install-modal-wrapper .screenshot{width:22em;max-height:220px;display:flex;flex-wrap:wrap;flex-direction:column;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}@media (max-width:1280px){#install-modal-wrapper .screenshot{justify-content:center}}#install-modal-wrapper .screenshot::-webkit-scrollbar{display:none}#install-modal-wrapper .screenshot div{display:flex;justify-content:center;align-items:center;width:100%;height:14em;background:#efefef;scroll-snap-align:start}#install-modal-wrapper .screenshot img{height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:719px){#install-modal-wrapper .screenshot img{height:180px}}#install-modal-wrapper .description{margin-bottom:3em}#install-modal-wrapper .button-wrapper{width:100%;text-align:right;padding:1rem 0}@media (max-width:719px){#install-modal-wrapper .button-wrapper{text-align:center}}#install-modal-wrapper .cancel-button,#install-modal-wrapper .install-button{background-color:transparent;border-width:0;cursor:pointer;display:inline-block;flex:0 0 auto;min-width:80px;margin:.5rem 1rem;padding:.5rem 1rem;border:solid 2px var(--c-brand, #3eaf7c);border-radius:20px;font-size:14px;font-weight:600}#install-modal-wrapper .install-button{background:var(--c-brand, #3eaf7c);color:var(--white)}#install-modal-wrapper .install-button:focus,#install-modal-wrapper .install-button:hover{background:var(--c-brand-light, #4abf8a)}@media (max-width:419px){#install-modal-wrapper .install-button span{display:none}}#install-modal-wrapper .cancel-button{background:0 0;color:var(--c-brand, #3eaf7c)}#install-modal-wrapper .cancel-button:focus,#install-modal-wrapper .cancel-button:hover{background:var(--c-brand-light, #4abf8a);color:var(--white)}#install-modal-wrapper .ios-text{position:fixed;bottom:0;box-sizing:border-box;width:92%;margin:2em auto;padding:.5em 2em;border-radius:8px;background:var(--white);text-align:center;font-size:14px;font-weight:700;box-shadow:0 2px 12px 0 var(--card-shadow)}#install-modal-wrapper .ios-text:after{content:" ";position:absolute;left:calc(50% - .8em);bottom:-1em;width:0;height:0;border-top:1em solid var(--white);border-left:.8em solid transparent;border-right:.8em solid transparent}#install-modal-wrapper .ios-text p{margin:0 0 .5em}#install-modal-wrapper .ios-text .success{background-color:transparent;cursor:pointer;padding:.5em 1em;margin-bottom:.5em;background:#07c160;color:var(--white);border:0;border-radius:1em}:root{--nprogress-color:#29d;--nprogress-z-index:1031}#nprogress{pointer-events:none}#nprogress .bar{background:var(--nprogress-color);position:fixed;z-index:var(--nprogress-z-index);top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px var(--nprogress-color),0 0 5px var(--nprogress-color);opacity:1;transform:rotate(3deg) translateY(-4px)}.copy-code-button{background-color:transparent;border-width:0;cursor:pointer;width:32px;height:32px;padding:7px 8px;border-radius:50%;color:#fff;background:#339af0;outline:0}.copy-code-button:hover{cursor:pointer!important;background:#228be6}div[class*=language-] .copy-code-button{position:absolute;right:-14px;bottom:-14px;z-index:100}@media (max-width:419px){div[class*=language-] .copy-code-button{right:-2px;border-top-right-radius:50% 20%;border-bottom-right-radius:50% 20%}}.copy-code-button .icon-copy-code{width:100%;height:100%}.code-demo-wrapper{margin-top:10px;border:1px solid var(--c-border, #eaecef);border-radius:4px;transition:all .2s}.code-demo-wrapper:not([demo-inited]){display:none}.code-demo-wrapper:hover{box-shadow:0 2px 12px var(--card-shadow)}.code-demo-wrapper .demo-wrapper{position:relative;max-height:400px;padding:20px;border-bottom:1px solid var(--c-border, #eaecef);overflow:auto}@media (max-width:959px){.code-demo-wrapper .code-demo-app{margin-left:auto!important;margin-right:auto!important}}.code-wrapper{overflow:hidden;transition:height .5s}.code-wrapper .code>p{margin:.75rem}.theme-hope-content .code-wrapper .code>div[class*=language-]:first-child pre{margin-top:0!important}.theme-hope-content .code-wrapper .code>div[class*=language-].language-json{display:none}.theme-hope-content .code-wrapper .code>div[class*=language-].line-numbers-mode:after{border-radius:0}@media (max-width:419px){.theme-hope-content .code-wrapper .code>div[class*=language-]{margin:.8rem 0}.theme-hope-content .code-wrapper .code>div[class*=language-] .line-numbers-wrapper,.theme-hope-content .code-wrapper .code>div[class*=language-].line-numbers-mode:after{display:none}.theme-hope-content .code-wrapper .code>div[class*=language-] pre[class*=language-]{padding:1.25rem 1.25rem 1rem}}.theme-hope-content .code-wrapper .code>div[class*=language-] .copy-code-button{bottom:-10px;right:-2px;border-top-right-radius:50% 20%;border-bottom-right-radius:50% 20%;width:28px;height:28px}.code-demo-footer{position:relative;text-align:left}.code-demo-footer.show-link .code-demo-codepen,.code-demo-footer.show-link .code-demo-jsfiddle{opacity:1}.code-demo-footer .expand{border-width:0;display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;position:relative;margin:8px;background-color:transparent;border-color:transparent;font-size:24px;outline:0;cursor:pointer}html[data-theme=dark] .code-demo-footer .expand{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.code-demo-footer .expand.down{transform:rotate(180deg)}.code-demo-footer .expand.right{transform:rotate(90deg)}.code-demo-footer .expand.left{transform:rotate(-90deg)}.code-demo-footer .title{display:inline-block;vertical-align:top;line-height:40px}.code-demo-footer .code-demo-codepen,.code-demo-footer .code-demo-jsfiddle{float:right;margin:8px 4px}.code-demo-footer .code-demo-codepen:hover,.code-demo-footer .code-demo-jsfiddle:hover{opacity:1}.code-demo-footer .button{background-color:transparent;border-width:0;cursor:pointer;position:relative;margin:0;padding:0;color:#3eaf7c;font-size:14px;outline:0}.code-demo-footer .button:hover:before{content:attr(data-tip);position:absolute;top:-28px;left:50%;z-index:100;padding:6px;border-radius:4px;background-color:#000c;color:#eee;font-size:12px;line-height:1;white-space:nowrap;transform:translate(-50%)}.code-demo-footer .button:hover:after{content:""!important;display:block;position:absolute;left:50%;top:-5px;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.code-demo-footer .button:hover svg{fill:var(--c-brand, #3eaf7c)}.code-demo-footer .button svg{width:1.25rem;height:1.25rem;fill:var(--grey12)}.custom-container.left{text-align:left}.custom-container.center{text-align:center}.custom-container.right{text-align:right}.custom-container.justify{text-align:justify}:root{--info-title-color:#193c47;--info-bg-color:#eef9fd;--info-border-color:#4cb3d4;--note-title-color:#474748;--note-bg-color:#fdfdfe;--note-border-color:#d4d5d8;--tip-title-color:#003100;--tip-bg-color:#e6f6e6;--tip-border-color:#009400;--warning-title-color:#4d3800;--warning-bg-color:#fff8e6;--warning-border-color:#e6a700;--danger-title-color:#4b1113;--danger-bg-color:#ffebec;--danger-border-color:#e13238;--detail-bg-color:#eee;--detail-text-color:inherit}html[data-theme=dark]{--info-title-color:#eef9fd;--info-bg-color:#193c47;--note-title-color:#fdfdfe;--note-bg-color:#474748;--tip-title-color:#e6f6e6;--tip-bg-color:#003100;--warning-title-color:#fff8e6;--warning-bg-color:#4d3800;--danger-title-color:#ffebec;--danger-bg-color:#4b1113;--detail-bg-color:#353535;--detail-text-color:#a8a8a8}.custom-container{position:relative;transition:background-color var(--color-transition),border-color var(--color-transition),color var(--color-transition)}.custom-container .custom-container-title{position:relative;font-weight:600;line-height:1.25}.custom-container.danger,.custom-container.info,.custom-container.note,.custom-container.tip,.custom-container.warning{margin:1rem 0;padding:.25rem 1rem;border-left-width:.3rem;border-left-style:solid;border-radius:.5rem;color:inherit}.custom-container.danger .custom-container-title,.custom-container.info .custom-container-title,.custom-container.note .custom-container-title,.custom-container.tip .custom-container-title,.custom-container.warning .custom-container-title{padding-left:1.5rem}.custom-container.danger .custom-container-title:before,.custom-container.info .custom-container-title:before,.custom-container.note .custom-container-title:before,.custom-container.tip .custom-container-title:before,.custom-container.warning .custom-container-title:before{content:" ";position:absolute;left:0;width:20px;height:20px;background-position:left;background-repeat:no-repeat}.custom-container.danger p,.custom-container.info p,.custom-container.note p,.custom-container.tip p,.custom-container.warning p{line-height:1.5}.custom-block.details a,.custom-container.danger a,.custom-container.info a,.custom-container.note a,.custom-container.tip a,.custom-container.warning a{color:var(--c-brand, #3eaf7c)}.custom-container.danger div[class*=language-],.custom-container.info div[class*=language-],.custom-container.note div[class*=language-],.custom-container.tip div[class*=language-],.custom-container.warning div[class*=language-]{margin-left:0!important;margin-right:0!important}.custom-container.info{border-color:var(--info-border-color);background:var(--info-bg-color)}.custom-container.info .custom-container-title{color:var(--info-title-color)}.custom-container.info .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23193c47' fill-rule='evenodd' d='M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.info .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23eef9fd' fill-rule='evenodd' d='M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z'/%3E%3C/svg%3E")}.custom-container.note{border-color:var(--note-border-color);background:var(--note-bg-color)}.custom-container.note .custom-container-title{color:var(--note-title-color)}.custom-container.note .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23474748' fill-rule='evenodd' d='M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.note .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23fdfdfe' fill-rule='evenodd' d='M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z'/%3E%3C/svg%3E")}.custom-container.tip{border-color:var(--tip-border-color);background:var(--tip-bg-color)}.custom-container.tip .custom-container-title{color:var(--tip-title-color)}.custom-container.tip .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='%23003100' fill-rule='evenodd' d='M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.tip .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='%23e6f6e6' fill-rule='evenodd' d='M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z'/%3E%3C/svg%3E")}.custom-container.warning{border-color:var(--warning-border-color);background:var(--warning-bg-color)}.custom-container.warning .custom-container-title{color:var(--warning-title-color)}.custom-container.warning .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234d3800' fill-rule='evenodd' d='M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.warning .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff8e6' fill-rule='evenodd' d='M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z'/%3E%3C/svg%3E")}.custom-container.danger{border-color:var(--danger-border-color);background:var(--danger-bg-color)}.custom-container.danger .custom-container-title{color:var(--danger-title-color)}.custom-container.danger .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M147.911 833.422V560.356a364.089 364.089 0 1 1 728.178 0v273.066H921.6v91.022H102.4v-91.022h45.511zm91.022-273.066h91.023A182.044 182.044 0 0 1 512 378.31v-91.02a273.067 273.067 0 0 0-273.067 273.067zM466.49 14.222h91.022v136.534H466.49V14.222zm399.496 127.795 64.353 64.353-96.483 96.53-64.399-64.354 96.53-96.529zM93.662 206.37l64.353-64.353 96.529 96.484-64.308 64.444-96.574-96.575z' fill='%234b1113'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.danger .custom-container-title:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M147.911 833.422V560.356a364.089 364.089 0 1 1 728.178 0v273.066H921.6v91.022H102.4v-91.022h45.511zm91.022-273.066h91.023A182.044 182.044 0 0 1 512 378.31v-91.02a273.067 273.067 0 0 0-273.067 273.067zM466.49 14.222h91.022v136.534H466.49V14.222zm399.496 127.795 64.353 64.353-96.483 96.53-64.399-64.354 96.53-96.529zM93.662 206.37l64.353-64.353 96.529 96.484-64.308 64.444-96.574-96.575z' fill='%23ffebec'/%3E%3C/svg%3E")}.custom-block.details{display:block;position:relative;margin:1.6em 0;padding:1.6em;background:var(--detail-bg-color);color:var(--detail-text-color);border-radius:.25rem}.custom-block.details h4{margin-top:0}.custom-block.details figure:last-child,.custom-block.details p:last-child{margin-bottom:0;padding-bottom:0}.custom-block.details summary{outline:0;cursor:pointer}.custom-block.details[open] summary{margin-bottom:.5em}.footnote-ref,.footnotes .footnotes-list .footnote-item{margin-top:calc(0rem - var(--navbar-height));padding-top:calc(var(--navbar-height) + .5rem)}@media (max-width:959px){.footnotes .footnotes-list .footnote-item{margin-top:calc(0rem - var(--navbar-mobile-height, --navbar-height));padding-top:calc(var(--navbar-mobile-height, --navbar-height) + .5rem)}}.footnotes .footnotes-list .footnote-item>p{margin-bottom:0}.footnote-ref{position:relative;margin-top:calc(0rem - var(--navbar-height) - .5rem)}@media (max-width:959px){.footnote-ref{margin-top:calc(0rem - var(--navbar-mobile-height, --navbar-height) - .5rem);padding-top:calc(var(--navbar-mobile-height, --navbar-height) + .5rem)}}.footnote-ref .footnote-anchor{position:absolute;top:0}input[type=checkbox].task-list-item-checkbox{cursor:pointer;position:relative}input[type=checkbox].task-list-item-checkbox:after{position:absolute;display:inline-block;visibility:visible;content:" ";top:0;box-sizing:border-box;width:14px;height:14px;padding-left:0;border:1px solid #ddd;border-radius:2px;background-color:#fff;text-align:center}html[data-theme=dark] input[type=checkbox].task-list-item-checkbox:after{border-color:#666;background-color:#333}input[type=checkbox].task-list-item-checkbox:checked:after{content:""}html[data-theme=dark] input[type=checkbox].task-list-item-checkbox:checked:after,input[type=checkbox].task-list-item-checkbox:checked:after{border-color:var(--c-brand, #3eaf7c);background-color:var(--c-brand, #3eaf7c)}input[type=checkbox].task-list-item-checkbox:checked:before{content:"";position:absolute;top:1px;left:5px;width:3px;height:8px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg);z-index:1}.katex{font-size:1.05em}.katex-display{padding-top:.2em;padding-bottom:.2em;overflow:auto hidden;-webkit-overflow-scrolling:touch}.katex-display::-webkit-scrollbar{height:3px}.katex-display .katex{font-size:1.21em}.katex-error{color:red}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular.0cdd387c.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular.30da91e8.woff)format("woff"),url(/assets/KaTeX_AMS-Regular.68534840.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold.de7701e4.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold.1ae6bd74.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold.07d8e303.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular.5d53e70a.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular.3398dd02.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular.ed0b7437.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold.74444efd.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold.9be7ceb8.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold.9163df9c.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular.51814d27.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular.5e28753b.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular.1e6f9579.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold.0f60d1b8.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold.c76c5d69.woff)format("woff"),url(/assets/KaTeX_Main-Bold.138ac28d.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic.99cd42a3.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic.a6f7ec0d.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic.70ee1f64.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic.97479ca6.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic.f1d6ef86.woff)format("woff"),url(/assets/KaTeX_Main-Italic.0d85ae7c.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular.c2342cd8.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular.c6368d87.woff)format("woff"),url(/assets/KaTeX_Main-Regular.d0332f52.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic.dc47344d.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic.850c0af5.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic.f9377ab0.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic.7af58c5e.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic.8a8d2445.woff)format("woff"),url(/assets/KaTeX_Math-Italic.08ce98e5.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold.e99ae511.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold.ece03cfd.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold.1ece03f7.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic.00b26ac8.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic.91ee6750.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic.3931dd81.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular.68e8c73e.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular.11e4dc8a.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular.f36ea897.ttf)format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular.036d4e95.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular.d96cdf2b.woff)format("woff"),url(/assets/KaTeX_Script-Regular.1c67f068.ttf)format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular.6b47c401.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular.c943cc98.woff)format("woff"),url(/assets/KaTeX_Size1-Regular.95b6d2f1.ttf)format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular.d04c5421.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular.2014c523.woff)format("woff"),url(/assets/KaTeX_Size2-Regular.a6b2099f.ttf)format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular.6ab6b62e.woff)format("woff"),url(/assets/KaTeX_Size3-Regular.500e04d5.ttf)format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular.a4af7d41.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular.99f9c675.woff)format("woff"),url(/assets/KaTeX_Size4-Regular.c647367d.ttf)format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular.71d517d6.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular.e14fed02.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular.f01f3e87.ttf)format("truetype")}.katex{text-rendering:auto;font:1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.15.2"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut,.katex .vlist>span>span{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathit,.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox,.katex .thinbox{width:100%;display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix,.katex .rule{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;position:relative}.katex .hdashline,.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.mult .delim-size1>span,.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.mult .delim-size4>span,.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t,.katex .svg-align{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy,.katex svg{display:block}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail,.katex .stretchy{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-center,.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow,.katex-display{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"("counter(katexEqnNo)")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"("counter(mmlEqnNo)")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.page.not-found{display:block;max-width:var(--home-page-width);min-height:80vh;margin:0 auto;padding:calc(var(--navbar-height) + 1rem) 2rem 0!important;text-align:center}@media (max-width:959px){.page.not-found{padding-top:calc(var(--navbar-mobile-height) + 1rem)}}.page.not-found .page-404-icon{max-width:600px;margin:0 1.5rem}html[data-theme=dark] .page.not-found .page-404-icon{filter:invert(70%)}.page.not-found .action-button{display:inline-block;box-sizing:border-box;margin:0 .25rem;padding:.5rem 1rem;border-width:0;border-bottom:1px solid var(--theme-color-dark);border-radius:.25rem;background:var(--theme-color);color:var(--white);font-size:1rem;outline:0;transition:background .1s ease}.page.not-found .action-button:hover{cursor:pointer;background:var(--theme-color-light)}.skip-link{top:.25rem;left:.25rem;padding:.65rem 1.5rem;z-index:999;font-size:.9em;font-weight:700;text-decoration:none;box-shadow:var(--card-shadow);background-color:var(--bg-color);border-radius:.5rem}.skip-link,html[data-theme=dark] .skip-link{color:var(--theme-color)}.skip-link .skip-link:focus{height:auto;width:auto;clip:auto;-webkit-clip-path:none;clip-path:none}.presentation .md-enhance-presentation{min-width:100vw;min-height:100vh}.presentation .back-button,.presentation .home-button,.presentation .menu-button{background-color:transparent;border-width:0;cursor:pointer;box-sizing:content-box;position:fixed;bottom:2rem;width:1rem;height:1rem;padding:.5rem;border-radius:50%;background:rgba(127,127,127,.35);color:var(--white);outline:0}.presentation .back-button:hover,.presentation .home-button:hover,.presentation .menu-button:hover{background:var(--c-brand, #3eaf7c)}.presentation .menu-button{left:2rem;transition:transform .2s ease-in-out;vertical-align:middle;z-index:50}.presentation .menu-button:before{content:" ";margin-top:.125em}.presentation .menu-button:after{content:" ";margin-bottom:.125em}.presentation .menu-button .icon{margin:.2em 0}.presentation .menu-button .icon,.presentation .menu-button:after,.presentation .menu-button:before{display:block;width:100%;height:.2em;transition:transform .2s ease-in-out;border-radius:.05em;background:var(--white)}.presentation .active .menu-button:before{transform:translateY(.4em) rotate(135deg)}.presentation .active .menu-button .icon{transform:scale(0)}.presentation .active .menu-button:after{transform:translateY(-.4em) rotate(-135deg)}.presentation .back-button,.presentation .home-button{left:2rem;opacity:0;transition:left .2s ease-out,opacity .2s ease-out;z-index:49;fill:var(--white)}.presentation .active .back-button{left:4.5rem;opacity:1}.presentation .home-button{z-index:48}.presentation .active .home-button{left:7rem;opacity:1}
