@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url("/assets/fonts/inter/Inter-Regular.4a249737.woff2") format("woff2"),url("/assets/fonts/inter/Inter-Regular.726bf708.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:italic;font-weight:400;src:url("/assets/fonts/inter/Inter-Italic.6b0fbc5d.woff2") format("woff2"),url("/assets/fonts/inter/Inter-Italic.948ba13d.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url("/assets/fonts/inter/Inter-SemiBold.8aece91e.woff2") format("woff2"),url("/assets/fonts/inter/Inter-SemiBold.368fcd41.woff") format("woff");font-display:swap}@font-face{font-family:Inter;font-style:italic;font-weight:600;src:url("/assets/fonts/inter/Inter-SemiBoldItalic.2f892258.woff2") format("woff2"),url("/assets/fonts/inter/Inter-SemiBoldItalic.2f34ef08.woff") format("woff");font-display:swap}@font-face{font-family:icomoon;src:url("/assets/fonts/icomoon/fonts/icomoon.86b84e2a.eot");src:url("/assets/fonts/icomoon/fonts/icomoon.86b84e2a.eot#iefix") format("embedded-opentype"),url("/assets/fonts/icomoon/fonts/icomoon.e09c8480.woff2") format("woff2"),url("/assets/fonts/icomoon/fonts/icomoon.b892f96e.ttf") format("truetype"),url("/assets/fonts/icomoon/fonts/icomoon.5ab8eeb8.woff") format("woff"),url("/assets/fonts/icomoon/fonts/icomoon.37f3416c.svg#icomoon") format("svg");font-display:swap;font-weight:normal;font-style:normal}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0, 0, 0, 0.3);font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74}.token.keyword{color:#66d9ef}.token.regex,.token.important{color:#fd971f}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowalt .hamburger-inner::before{transition:top .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);transition:top .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);transition:top .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrowturn.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{transition:top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0, -10px, 0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0, -10px, 0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;transition:transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(-270deg);transition-delay:.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r .hamburger-inner::before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner::after{top:20px;transition:transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(-135deg);transition-delay:.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(270deg);transition-delay:.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic .hamburger-inner::after{top:10px;right:0;transition:transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:rgba(0,0,0,0) !important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-80px;top:-80px;transform:translate3d(80px, 80px, 0) rotate(45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-80px;top:-80px;transform:translate3d(-80px, 80px, 0) rotate(-45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:10px;right:0;transition:transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:rgba(0,0,0,0) !important}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-80px;top:80px;transform:translate3d(80px, -80px, 0) rotate(-45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-80px;top:80px;transform:translate3d(-80px, -80px, 0) rotate(45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner::after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner::after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(5.7142857143px, -6px, 0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner::before{top:10px;transition:top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:20px;transition:top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:rgba(0,0,0,0) !important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 10px, 0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0, -10px, 0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand .hamburger-inner{transition:transform .075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s .075s linear}.hamburger--stand .hamburger-inner::before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand .hamburger-inner::after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:rgba(0,0,0,0) !important;transition:transform .075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s .15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r .hamburger-inner{transition:transform .075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s .075s linear}.hamburger--stand-r .hamburger-inner::before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:rgba(0,0,0,0) !important;transition:transform .075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s .15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}h1,h2,h3,h4,h5,h6{margin-bottom:1.5rem}h1:not(:first-child),h2:not(:first-child),h3:not(:first-child),h4:not(:first-child),h5:not(:first-child),h6:not(:first-child){margin-top:1.3333em}@media print,screen and (min-width: 40em){h1:not(:first-child),h2:not(:first-child),h3:not(:first-child),h4:not(:first-child),h5:not(:first-child),h6:not(:first-child){margin-top:1.6666em}}h1:not(.no-underline)::after,h2:not(.no-underline)::after{content:"";display:block;width:2.5rem;height:.125rem;margin-top:1.5rem;background-color:#015fdf;background-image:linear-gradient(90deg, #0099f1 0%, #9059ff 9%, #b833e1 35%, #e31587 52%, #fc4055 70%, #ff9640 92%, #fff36e 100%)}li{margin-bottom:.5rem}a:not(.button):hover{text-decoration:underline;color:#015fdf}a:not(.button):hover::before,a:not(.button):hover::after{text-decoration:none}.sidenav a[href*="//"]:not([href*="extension-workshop.com"])::after,.sidenav a[href*="//"]:not([href*="extensionworkshop.allizom.org"])::after,.sidenav a[href*="//"]:not([href*=localhost])::after,.sidenav a[target=_blank]::after,main a[href*="//"]:not([href*="extension-workshop.com"])::after,main a[href*="//"]:not([href*="extensionworkshop.allizom.org"])::after,main a[href*="//"]:not([href*=localhost])::after,main a[target=_blank]::after{color:inherit;padding:0 0 0 .25em;display:inline-block;font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}small{color:#4a4a4f}.visually-hidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}.button{min-width:8.25rem}.button[target=_blank]::after{display:none}.button.large{padding:.95em 1.15em}.button.secondary{color:inherit;background-color:#cacaca}.button.secondary:hover{color:inherit;background-color:rgb(176.5,176.5,176.5)}.site-footer .mzp-c-footer-legal ul>li>a:focus,a:focus{outline:none;text-decoration:underline}#page-nav-links a:focus{text-decoration:none;color:#0060df}.mzp-c-footer-links-social a:focus,.mzp-c-footer-primary-logo a:focus,.top-nav a:focus,.logo a:focus{text-decoration:none;outline:1px dotted currentColor}.tile-borderless a:focus img,.tile-extended>p a:focus,a.button:focus,a.cta-down:focus,button.video-play:focus,button:focus{text-decoration:none;outline:none;box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)}a.tile-block-link:focus{text-decoration:none;box-shadow:none}a.tile-block-link:focus::before{box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)}a:focus code{box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)}.lead{font-size:150%}.text-center{text-align:center}.text-center h1::after,.text-center h2::after{display:none}.text-end{text-align:end}blockquote p{margin-bottom:0}.horizontal-list{display:flex;flex-flow:row wrap;list-style:none;width:100%;margin-left:0;margin-bottom:0;justify-content:flex-start}.horizontal-list>li{flex:0 0 auto;margin:0 0}.horizontal-list>li:first-child{margin-left:0}.horizontal-list>li:last-child{margin-right:0}.horizontal-list>li>a{display:inline-block;text-decoration:none}.cta-down::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;margin:.5rem auto;font-size:1.25rem}a[title="View on Github"]::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:1.5rem;margin-right:.6rem;vertical-align:middle}a[title="View on Github"]::after{display:none !important}a[title="View on Github"]:hover::before{text-decoration:none}table{margin-bottom:1.5rem}code{background-color:#f0f0f4;border-radius:.25rem;color:#0a0a0a;overflow-wrap:break-word;padding:.0625rem .3125rem}code.nobackground{background:none}a code{color:#015fdf}code[class*=language-]{padding:0}figure.highlight{padding:1rem 0 1rem 1rem;margin-bottom:.75rem;border-radius:.25rem;background-color:#20123a}@media print,screen and (min-width: 40em){figure.highlight{margin-bottom:1.5rem}}figure.highlight>pre{overflow:auto}figure.highlight code{background-color:rgba(0,0,0,0);border-radius:0;padding:0}figure.highlight .gutter{color:rgba(254,254,254,.5);border-right:1px solid rgba(254,254,254,.75);padding-right:.375rem}figure.highlight .code{padding:0 1rem 0 .375rem}figure.highlight .code pre{overflow:hidden}.rouge-table{margin:0;border:0}.rouge-table thead,.rouge-table tbody,.rouge-table tr,.rouge-table td{border:0;margin:0;padding:0;background-color:rgba(0,0,0,0)}.bg-grey{background-color:#f9f9fb}.img{position:relative;display:block;background:rgba(0,0,0,0) no-repeat center/cover}.image-block-first{border-radius:.25rem;margin:1rem 0}@media print,screen and (min-width: 40em){.image-block-first{margin-top:0}}.image-block-last{border-radius:.25rem;margin:1rem 0}@media print,screen and (max-width: 39.99875em){.image-block-last{margin-top:0}}.align-space-between{justify-content:space-between}.newsletter-errors{display:none}.newsletter-thanks{display:none}.form_group-agree{display:flex;flex-flow:row nowrap;align-items:flex-start}.form_group-agree input[type=checkbox]{flex:0 0 auto;margin:.1875rem .1875rem 0 0}.form_group-agree label{flex:1 1 auto;color:#fefefe;font-size:87.5%}.form_group-agree label a{text-decoration:underline}#newsletter_form{display:flex;flex-flow:row wrap;justify-content:space-between;max-width:28.75rem}#newsletter_form>*{flex:1 1 100%}#newsletter_form>*#newsletter_email{flex:0 0 calc(100% - 8.875rem)}#newsletter_form>*#newsletter_privacy{order:2}#newsletter_form>*#newsletter_submit{flex:0 0 8.25rem}#newsletter_form>*#newsletter_submit button{margin:0}html{height:100%}.site{display:flex;flex-direction:column;height:100%}.site.full-width .site-content,.site.sidebar .site-wrapper{flex:1 0 auto;width:100%}.site.full-width .site-header{position:fixed}.site.full-width .site-header,.site.sidebar .site-header{z-index:20;width:100%;padding:.375rem 0;background:#fefefe;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04);transition:box-shadow .4s ease-in-out,transform .4s ease-in-out,height .4s ease-in-out}.site.full-width .site-header .button.show-for-large,.site.sidebar .site-header .button.show-for-large{margin-bottom:0}.site.full-width .site-header a[target=_blank]::after,.site.sidebar .site-header a[target=_blank]::after{display:none}.site.full-width .site-header .search-input-open,.site.sidebar .site-header .search-input-open{font-size:0;cursor:pointer}.site.full-width .site-header .search-input-open::before,.site.sidebar .site-header .search-input-open::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.25rem}.site.full-width .site-header .search-input-open:hover,.site.sidebar .site-header .search-input-open:hover{color:#015fdf}@media print,screen and (min-width: 60em){.site.full-width .site-header,.site.sidebar .site-header{padding:.75rem 0;position:fixed}.site.full-width .site-header .cell,.site.sidebar .site-header .cell{position:relative;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;transition:margin .4s ease-in-out}.site.full-width .site-header .button.show-for-large,.site.sidebar .site-header .button.show-for-large{flex:0 0 auto;padding:.85em 1.15em}.site.full-width .site-header .search-input-open,.site.sidebar .site-header .search-input-open{flex:0 0 auto;margin-right:1.2rem}}@media print,screen and (max-width: 59.99875em){.site.full-width .site-header,.site.sidebar .site-header{height:2.5rem;overflow:hidden}.site.full-width .site-header .search-input-open,.site.sidebar .site-header .search-input-open{position:absolute;top:.375rem;right:4.875rem;padding:.375rem 1rem .375rem .375rem;transition:opacity .3s ease-in-out}.site.full-width .site-header .search-input-open::before,.site.sidebar .site-header .search-input-open::before{font-size:1rem}.site.full-width .site-header .search-input-open::after,.site.sidebar .site-header .search-input-open::after{content:"";display:block;position:absolute;top:0;right:0;width:.0625rem;height:100%;background-color:#e5e5e5}}.site.full-width .site-content{padding-top:2.5rem}@media print,screen and (min-width: 60em){.site.full-width .site-content{padding-top:4rem}}@media print,screen and (max-width: 59.99875em){.site.nav-open{overflow:hidden}.site.nav-open.full-width .site-header,.site.nav-open.sidebar .site-header{height:100vh;overflow-y:auto}.site.nav-open .search-input-open{opacity:0}}.site:not(.nav-open).full-width .site-header.minimize,.site:not(.nav-open).sidebar .site-header.minimize{transform:translateY(-4.0625rem);box-shadow:none}.site-header,.social,.site-footer{flex:none}@media screen and (min-width: 82.5em){.grid-container{max-width:84%}}@media screen and (min-width: 125em){.grid-container{max-width:105rem}}.logo{position:relative;margin:0 1rem 0 0;font-size:87.5%;line-height:1.15;font-weight:600}.logo a{position:relative;display:block;padding:.375rem 0 .375rem 2rem;color:#0a0a0a;transition:color .3s ease-in-out}.logo a::before{content:"";position:absolute;left:0;top:0;display:block;width:1.5625rem;height:1.5625rem;background:rgba(0,0,0,0) url("/assets/img/firefox-logo.d9e4cdc7.png") no-repeat center/contain}.logo a:hover{text-decoration:none;color:inherit}@media print,screen and (min-width: 60em){.logo{flex:0 0 auto}.logo a{max-width:8.5rem;padding:.25rem 0 .25rem 2.8125rem}.logo a::before{width:2.375rem;height:2.375rem}}.site-header .hamburger{position:absolute;top:.5625rem;right:1rem;padding:0 .3125rem;transition:transform .3s ease-in-out}.site-header .hamburger.is-active{transform:scale(1.2)}.top-nav{font-size:87.5%}.top-nav ul{list-style:none;margin:0}.top-nav li{margin-bottom:0}.top-nav li a{color:inherit}.top-nav .category,.top-nav .section{display:none}@media print,screen and (min-width: 60em){.top-nav{flex:1 1 auto;margin-right:1.2rem}.top-nav .primary{display:flex;flex-flow:row wrap;list-style:none;width:100%;margin-left:0;margin-bottom:0;justify-content:flex-start}.top-nav .primary>li{flex:0 0 auto;margin:0 1.2rem}.top-nav .primary>li:first-child{margin-left:0}.top-nav .primary>li:last-child{margin-right:0}.top-nav .primary>li>a{display:inline-block;text-decoration:none}.top-nav .primary>li>a:hover{text-decoration:underline}.top-nav .primary>li{padding:.5625rem 0}.top-nav .primary>li.is-active,.top-nav .primary>li.has-active-children{position:relative}.top-nav .primary>li.is-active::after,.top-nav .primary>li.has-active-children::after{content:"";display:block;position:absolute;left:0;bottom:.25rem;width:100%;height:.125rem;background-color:#015fdf;background-image:linear-gradient(90deg, #0099f1 0%, #9059ff 9%, #b833e1 35%, #e31587 52%, #fc4055 70%, #ff9640 92%, #fff36e 100%)}.top-nav .primary>li.is-active>a:hover,.top-nav .primary>li.has-active-children>a:hover{text-decoration:none;color:inherit}.top-nav .subfolder{pointer-events:none;opacity:0;transform:translateY(1em);position:absolute;left:0;top:100%;width:8.5rem;padding:.625rem 0;background:#fefefe;box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04);border-radius:.25rem;transition:box-shadow .4s ease-in-out,transform .3s ease-in-out,opacity .3s ease-in-out}.top-nav .subfolder li{padding:.375rem 1rem}.top-nav .subfolder li.is-active,.top-nav .subfolder li.has-active-children{background-color:#e5effb}.top-nav .subfolder li.is-active a,.top-nav .subfolder li.is-active .label,.top-nav .subfolder li.has-active-children a,.top-nav .subfolder li.has-active-children .label{color:#015fdf}.top-nav .subfolder li.is-active a:hover,.top-nav .subfolder li.has-active-children a:hover{text-decoration:none;color:#015fdf}.top-nav .has-subfolder{position:relative}.top-nav .has-subfolder:hover .subfolder,.top-nav .has-subfolder.over .subfolder{pointer-events:auto;opacity:1;transform:translateY(0)}.top-nav .has-subfolder>a::after,.top-nav .has-subfolder>.label::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;margin-left:.5em;transform:translateY(0.125rem)}}@media print,screen and (max-width: 59.99875em){.top-nav{display:none;position:absolute;top:2.5rem;left:0;width:100%;min-height:calc(100% - 2.5rem);flex-flow:column nowrap}.top-nav .primary>li{padding:.75rem 1rem}.top-nav .primary>li a{display:block}.top-nav .primary>li.has-subfolder{padding:0}.top-nav .primary>li.has-subfolder>a,.top-nav .primary>li.has-subfolder>.label{display:none}.top-nav .primary>li:not(.has-subfolder).is-active,.top-nav .primary>li:not(.has-subfolder).has-active-children,.top-nav .primary>li .subfolder li.is-active,.top-nav .primary>li .subfolder li.has-active-children{background-color:#e5effb}.top-nav .primary>li:not(.has-subfolder).is-active>a,.top-nav .primary>li:not(.has-subfolder).has-active-children>a,.top-nav .primary>li .subfolder li.is-active>a,.top-nav .primary>li .subfolder li.has-active-children>a{color:#015fdf}.top-nav .subfolder li{padding:.75rem 1rem}.top-nav .primary{flex:1 1 auto}.top-nav .button{flex:0 0 auto;margin:1rem}}.social{background-color:#09204d;color:#fefefe;font-size:87.5%}.social h1::after,.social h2::after{display:none}.social h4{margin-top:.625rem}.social p{color:#b1b1b3}.social a{color:#fefefe}.social a::before{display:inline-block}.social a[target=_blank]::after{display:none}.social a:hover{color:#fefefe}.social a:hover::before{text-decoration:none}.social a.twitter::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;vertical-align:middle;margin-right:.3em}.social a.telegram::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;vertical-align:middle;margin-right:.3em}.social a.irc::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;vertical-align:middle;margin-right:.3em}.social a.mailinglist::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;vertical-align:middle;margin-right:.3em}.social input[type=text],.social input[type=email]{background-color:rgba(177,177,179,.2);border:0;margin-bottom:.625rem;color:#fefefe}.social input[type=text]::placeholder,.social input[type=email]::placeholder{color:#b1b1b3}.social .button{background-color:#fefefe;color:#015fdf;margin-top:1rem}.social .button:hover{background-color:#f0f0f4}@media print,screen and (max-width: 59.99875em){.social .cell{padding-top:.5rem;padding-bottom:.5rem}}.site-footer{background-color:#0a0a0a;color:#fefefe}@media print,screen and (max-width: 59.99875em){.site-footer{padding-top:2.5rem;padding-bottom:2.5rem}}.site-footer a{color:#fefefe}.site-footer a[target=_blank]::after{display:none}.site-footer a:hover{color:#fefefe}@media print,screen and (max-width: 59.99875em){.site-footer h4{margin-top:1.5em}}.site-footer ul{list-style:none;margin:0}.site-footer .mzp-c-footer-links-social{display:flex;flex-flow:row wrap;list-style:none;width:100%;margin-left:0;margin-bottom:0;justify-content:flex-start}.site-footer .mzp-c-footer-links-social>li{flex:0 0 auto;margin:0 .6666em}.site-footer .mzp-c-footer-links-social>li:first-child{margin-left:0}.site-footer .mzp-c-footer-links-social>li:last-child{margin-right:0}.site-footer .mzp-c-footer-links-social>li>a{display:inline-block;text-decoration:none}.site-footer .mzp-c-footer-links-social a{font-size:0}.site-footer .mzp-c-footer-links-social a::before{display:inline-block;font-size:1.25rem;vertical-align:middle}.site-footer .mzp-c-footer-links-social a:hover{text-decoration:none}.site-footer .mzp-c-footer-links-social .twitter::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-footer .mzp-c-footer-links-social .instagram::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-footer .mzp-c-footer-links-social .youtube::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-footer .mzp-c-footer-links-social .github::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-footer .mzp-c-footer-legal ul{display:flex;flex-flow:row wrap;list-style:none;width:100%;margin-left:0;margin-bottom:0;justify-content:flex-start;margin-bottom:1em}.site-footer .mzp-c-footer-legal ul>li{flex:0 0 auto;margin:0 1em}.site-footer .mzp-c-footer-legal ul>li:first-child{margin-left:0}.site-footer .mzp-c-footer-legal ul>li:last-child{margin-right:0}.site-footer .mzp-c-footer-legal ul>li>a{display:inline-block;text-decoration:none}.site-footer .mzp-c-footer-legal ul>li{margin:0 2em 0 0}.site-footer .mzp-c-footer-legal ul a:hover{text-decoration:underline}.site-footer .mzp-c-footer-primary-logo{margin-bottom:1rem;padding-right:1.5rem}.site-footer .mzp-c-footer-primary-logo a{display:inline-block;width:100px;height:28px;overflow:hidden;text-decoration:none;text-indent:120%;white-space:nowrap;background:#fff url("/assets/img/moz-logo.c4fdad08.svg") no-repeat 0 0/6.25rem;color:#fefefe}.site-footer .mzp-c-footer-secondary{font-size:87.5%;line-height:1.333;padding-top:2.5rem}@media print,screen and (min-width: 60em){.site-footer .mzp-c-footer-secondary{padding-top:3.75rem}}.site-footer .mzp-c-language-switcher{display:flex;flex-flow:row wrap;justify-content:flex-start;font-size:1rem;align-items:center}.site-footer .mzp-c-language-switcher label{position:absolute;width:1px;height:1px;overflow:hidden;margin:-1px}.site-footer .mzp-c-language-switcher .mzp-c-cta-link{flex:0 0 auto;margin-right:1.5rem;font-weight:600}.site-footer .mzp-c-language-switcher select{flex:0 0 auto;width:auto;margin-bottom:0}.panel{position:relative;padding-top:2rem;padding-bottom:1.5rem}@media print,screen and (min-width: 40em){.panel{padding-top:3.75rem;padding-bottom:3.75rem}}.panel .grid-container{position:relative}.panel-collapse{position:relative;margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width: 40em){.panel-collapse{margin-top:3.75rem;margin-bottom:3.75rem}}.panel-collapse .grid-container{position:relative}.panel-intro{position:relative;padding-top:2.5rem;padding-bottom:1.25rem}@media print,screen and (min-width: 40em){.panel-intro{padding-top:3.75rem;padding-bottom:0}}.panel-intro .grid-container{position:relative}.popup-panel{display:none;max-width:28.75rem;position:fixed;z-index:9;padding:1.25rem 2.375rem !important;margin:.5rem 0;color:#0a0a0a}.popup-panel::before{content:"";display:block;position:absolute;left:.75rem;width:calc(100% - 1.5rem);top:0;height:100%;background-color:#fefefe;border-radius:.25rem;box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04)}.popup-panel>*{position:relative;z-index:2}.popup-panel>*:first-child{display:none}.popup-panel>*:nth-last-child(2){margin-bottom:0}.popup-panel>*:last-child{position:absolute;top:.75rem;right:1.25rem}.popup-panel>*:last-child button{color:#cacaca;font-size:1.5rem;cursor:pointer}.popup-panel>*:last-child button::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.popup-panel>*:last-child button:hover{color:#015fdf}.popup-panel>*:last-child button:focus{color:#015fdf;box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)}.popup-panel h1:not(:first-child),.popup-panel h2:not(:first-child),.popup-panel h3:not(:first-child),.popup-panel h4:not(:first-child),.popup-panel h5:not(:first-child),.popup-panel h6:not(:first-child){margin-top:0}@media print,screen and (min-width: 40em){.popup-panel{padding:1.5rem 2.125rem 1.875rem !important;margin:.75rem 0}.popup-panel>*:not(:last-child){width:calc(100% - 3.125rem);margin-right:0;margin-left:auto}.popup-panel>*:not(:last-child):first-child{display:block;position:absolute;width:2rem;top:1.5rem;left:2.125rem}.popup-panel>*:not(:last-child):first-child img{width:2rem}}.search-input{display:none;position:absolute;left:0;top:0;width:100%;height:100%;padding-left:1rem;padding-right:.75rem;background:#fefefe;flex-flow:row nowrap;justify-content:stretch}.search-input::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.25rem;text-align:center;line-height:2.5rem;width:1.25rem;flex:0 0 1.25rem;color:#e5e5e5}@media print,screen and (min-width: 60em){.search-input{padding-left:.75rem;padding-right:.5rem}}.search-interface{flex:1 1 auto;margin:.375rem .5rem .375rem .75rem;display:flex;flex-flow:row nowrap;justify-content:stretch;align-items:stretch}.search-interface label{flex:0 0 0;opacity:0;font-size:0}.search-interface input[type=text],.search-interface input[type=search]{flex:1 1 auto;margin:0;border:0;width:100%;height:1.75rem;font-size:1rem}.search-interface input[type=text]::placeholder,.search-interface input[type=search]::placeholder{font-weight:600}@media print,screen and (min-width: 60em){.search-interface input[type=text],.search-interface input[type=search]{height:2.5rem}}.search-interface input[type=submit]{flex:0 0 0;opacity:0;font-size:0;margin:0;padding:0;border:0}@media print,screen and (min-width: 60em){.search-interface{margin:0 .75rem 0 1rem}}.search-input-close{flex:0 0 1.75rem;font-size:1.75rem;cursor:pointer}.search-input-close::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.search-input-close:hover{color:#015fdf}.search-cta{display:flex;flex-flow:row nowrap;justify-content:stretch;margin:2rem 0;padding:.5rem;background:#fefefe;box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04);border-radius:.375rem}.search-cta:first-child{margin-top:0}.search-cta::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.25rem;text-align:right;line-height:2.5rem;width:1.875rem;flex:0 0 1.875rem;color:#015fdf}@media print,screen and (min-width: 60em){.search-cta{margin:2.375rem 0;padding:.75rem}.search-cta:first-child{margin:-1rem 0 3rem}}#tag-list ol h2,#result-list h2{word-break:break-word}#tag-list ol ol,#result-list ol{list-style:none;margin:0}#tag-list ol ol li,#result-list ol li{padding:1.875rem 0}#tag-list ol ol li:first-child,#result-list ol li:first-child{border-top:1px solid #e5e5e5}#tag-list ol ol li:not(:last-child),#result-list ol li:not(:last-child){border-bottom:1px solid #e5e5e5}#tag-list ol ol a:hover,#result-list ol a:hover{text-decoration:none}#tag-list ol ol a:hover h3,#result-list ol a:hover h3{text-decoration:underline}#tag-list ol ol h3,#result-list ol h3{margin-top:0}#tag-list ol ol p,#result-list ol p{margin-bottom:1em;color:#0a0a0a}#tag-list ol ol p:last-child,#result-list ol p:last-child{margin-bottom:0}#tag-list ol ol .post-meta,#result-list ol .post-meta{margin-bottom:1em}#tag-list ol ol .post-meta+h3,#result-list ol .post-meta+h3{margin-top:0}#tag-list ol ol small,#result-list ol small{font-size:.75rem}.popular-searches{display:none;padding:1.875rem 0;border-top:1px solid #e5e5e5}.popular-searches ul{list-style:none;margin:0}.tile{position:relative;padding:.75rem !important;margin:.5rem 0}@media print,screen and (min-width: 40em){.tile{padding:1.5rem !important;margin:.75rem 0}}.tile::before{content:"";display:block;position:absolute;left:0;width:100%;top:0;height:100%;background-color:#fefefe;border-radius:.25rem;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04)}.tile>*{position:relative;z-index:2}.tile>*:last-child{margin-bottom:0}.tile+p,.tile+h1,.tile+h2,.tile+h3,.tile+h4,.tile+h5,.tile+h6,.tile+ol,.tile+ul{margin-top:1.5em}.cell.tile{z-index:3;padding:1.25rem 1.625rem !important;margin:.5rem 0;color:#0a0a0a}.cell.tile::before{left:.5rem;width:calc(100% - 1rem)}@media print,screen and (min-width: 40em){.cell.tile{padding:1.5rem 2.125rem 1.875rem !important;margin:.75rem 0}.cell.tile::before{left:.75rem;width:calc(100% - 1.5rem)}}.site-wrapper .tile{margin-top:.75rem;margin-bottom:.75rem}@media print,screen and (min-width: 40em){.site-wrapper .tile{margin-top:1.5rem;margin-bottom:1.5rem}}a.tile-block-link{cursor:pointer}a.tile-block-link .block-link-inline{color:#015fdf}a.tile-block-link:hover{color:#0a0a0a;text-decoration:none}a.tile-block-link:hover .block-link-inline{text-decoration:underline}a.tile-block-link::after{display:none !important}@media print,screen and (min-width: 60em){a.tile-block-link::before{will-change:transform;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}a.tile-block-link:hover::before{box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04);transform:scale(1.01)}}#stdVideo{opacity:0;pointer-events:none;position:absolute;z-index:11;overflow:hidden;left:0;top:calc(100% + 1px);width:100%;height:1px;background:rgba(0,0,0,.85);transition:left .3s ease-in-out,top .3s ease-in-out,width .3s ease-in-out,height .3s ease-in-out,opacity .3s ease-in-out}#stdVideo iframe,#stdVideo object,#stdVideo embed,#stdVideo video{position:absolute;top:0;left:0;width:100%;height:100%}#stdVideo .flex-video{position:absolute;top:0;left:0;width:100%;height:100%}#stdVideo.playing{opacity:1;left:0;top:0;width:100%;height:100%;pointer-events:auto}#stdVideo-close{z-index:3;position:absolute;top:-2.625rem;right:.9375rem;font-size:1.375rem;color:#fefefe;width:2rem;height:2rem;border-radius:50%;cursor:pointer;text-align:center;transition:transform .15s ease-in-out,opacity .3s ease-in-out}#stdVideo-close::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;line-height:2rem}#stdVideo-close:hover{transform:scale(1.1)}@media print,screen and (min-width: 60em){#stdVideo-close{top:-3.9375rem;right:0;font-size:2.25rem;width:3rem;height:3rem}#stdVideo-close::before{line-height:3rem}}.loading #stdVideo-close{opacity:0}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.video-box{position:relative}@media print,screen and (max-width: 39.99875em){.video-box .h1{text-align:center;font-size:.9375rem;margin-top:1.5rem}}.video-box .video-play{display:block;position:relative;overflow:hidden;width:3rem;height:3rem;margin:1em 0;text-align:center;line-height:3rem;font-size:1.625rem;color:#015fdf;background-color:#fefefe;border-radius:50%;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04);cursor:pointer;transition:color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out}.video-box .video-play::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.video-box .video-play:hover{color:#003eaa;box-shadow:0 0.125rem 0.5rem rgba(12,12,13,.33)}.video-box .video-play.loading{background-color:#015fdf;color:#fefefe}.video-box .video-play.loading::before{animation:rotating .8s linear infinite;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0) url("/assets/img/ajax-loader.720467d4.svg") no-repeat center/86%}.video-box .img{position:relative;z-index:1;height:0;padding-bottom:56.25%;margin:1.25rem 0 .625rem;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04);border-radius:.25rem;overflow:hidden}.video-box .img .video-play{position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem);width:2rem;height:2rem;line-height:2rem;font-size:1rem;margin:0}@media print,screen and (min-width: 40em){.video-box .img .video-play{display:none}}.video-box .img .video-link{position:absolute;top:0;left:0;right:0;bottom:0}@media print,screen and (max-width: 39.99875em){.video-box .img.loading .video-play{background-color:#015fdf;color:#fefefe}.video-box .img.loading .video-play::before{animation:rotating .8s linear infinite;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0) url("/assets/img/ajax-loader.720467d4.svg") no-repeat center/86%}}@media print,screen and (min-width: 40em){.video-box{margin:1rem 0}.video-box .video-cta{position:absolute;z-index:2;left:0;top:0;width:70%;height:100%;padding:10%;display:flex;flex-flow:column nowrap;justify-content:center;transition:opacity .3s ease-in-out}.video-box .video-cta.playing{opacity:0;pointer-events:none}}#video-popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background:rgba(0,0,0,.8)}#video-popup .bg{position:absolute;left:0;top:0;width:100%;height:100%}#video-popup .grid-container{height:100%;position:relative;z-index:3;pointer-events:none}#video-popup .grid-container .cell{pointer-events:auto;position:relative}#video-popup #stdVideo{position:relative;height:0;padding:0;background:#fefefe;transition:left .3s ease-in-out,top .3s ease-in-out,width .3s ease-in-out,height .3s ease-in-out,padding .3s ease-in-out,opacity .3s ease-in-out}#video-popup #stdVideo.playing{opacity:1;height:auto;padding-bottom:56.25%}#video-popup.loading::before{animation:rotating .8s linear infinite;content:"";position:absolute;z-index:2;left:calc(50% - 2rem);top:calc(50% - 2rem);width:4rem;height:4rem;background:rgba(0,0,0,0) url("/assets/img/ajax-loader.720467d4.svg") no-repeat center/100%}.image-with-caption{font-size:87.5%;color:#4a4a4f}.image-with-caption img{display:block;width:100%;margin-bottom:.375rem;border-radius:.25rem}@media print,screen and (min-width: 40em){.image-with-caption img{margin-bottom:.5rem}}@media print,screen and (max-width: 39.99875em){.image-with-caption .medium-6:not(:last-child){margin-bottom:.75rem}}.video-popup p:first-child a{display:block;position:relative;font-size:1.375rem}.video-popup p:first-child a::before,.video-popup p:first-child a::after{display:block;position:absolute;left:calc(50% - 1.25rem);top:calc(50% - 1.25rem);width:2.5rem;height:2.5rem;padding:0}.video-popup p:first-child a::before{content:"";background-color:#fefefe;border-radius:50%;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04);cursor:pointer;transition:box-shadow .2s ease-in-out}.video-popup p:first-child a::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:2.375rem;color:#015fdf;transition:color .2s ease-in-out}.video-popup p:first-child a:hover::before{box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04)}.video-popup p:first-child a:hover::after{color:#003eaa}.video-popup p:first-child a:focus::before{box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)}.video-popup p:first-child+h1,.video-popup p:first-child+h2,.video-popup p:first-child+h3,.video-popup p:first-child+h4,.video-popup p:first-child+h5,.video-popup p:first-child+h6{margin-top:0}.video-popup img{display:block;width:100%;border-radius:.25rem}@media print,screen and (min-width: 40em){.medium-6 .video-popup p:first-child a{font-size:.8125rem}.medium-6 .video-popup p:first-child a::before,.medium-6 .video-popup p:first-child a::after{left:calc(50% - 0.75rem);top:calc(50% - 0.75rem);width:1.5rem;height:1.5rem}.medium-6 .video-popup p:first-child a::after{line-height:1.4375rem}}@media print,screen and (max-width: 39.99875em){.medium-6 .video-popup:not(:last-child){margin-bottom:.75rem}}.icon-grid h1:first-child,.icon-grid h2:first-child,.icon-grid h3:first-child,.icon-grid h4:first-child,.icon-grid h5:first-child,.icon-grid h6:first-child{margin-bottom:0}.example{background-color:#f0f0f4;padding:1rem .5rem;margin:0 -.375rem 1rem;border-radius:.25rem}.example p,.example ul,.example ol{margin-bottom:.5rem}.example>*:last-child{margin-bottom:0}span.example{display:inline-block;padding:0 .5rem;margin:0}.do-this,.not-this{position:relative;background-color:#f9f9fb;padding:.75rem;margin-bottom:.75rem;border:1px solid #e5e5e5;border-top:0;border-radius:.25rem;font-size:87.5%}.do-this::before,.not-this::before{content:"";display:block;position:absolute;left:-1px;top:0;width:calc(100% + 2px);height:.3125rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.do-this:last-child,.not-this:last-child{margin-bottom:0}.do-this>*:last-child,.not-this>*:last-child{margin-bottom:0}.do-this header,.not-this header{padding:.5rem 0 1rem}.do-this header>*:first-child::before,.not-this header>*:first-child::before{display:inline;margin-right:.5rem}.do-this header h1,.do-this header h2,.do-this header h3,.do-this header h4,.do-this header h5,.do-this header h6,.not-this header h1,.not-this header h2,.not-this header h3,.not-this header h4,.not-this header h5,.not-this header h6{margin:0}.do-this header+h1,.do-this header+h2,.do-this header+h3,.do-this header+h4,.do-this header+h5,.do-this header+h6,.not-this header+h1,.not-this header+h2,.not-this header+h3,.not-this header+h4,.not-this header+h5,.not-this header+h6{margin-top:0}.do-this p,.do-this h1,.do-this h2,.do-this h3,.do-this h4,.do-this h5,.do-this h6,.do-this ol,.do-this ul,.not-this p,.not-this h1,.not-this h2,.not-this h3,.not-this h4,.not-this h5,.not-this h6,.not-this ol,.not-this ul{margin-bottom:.5rem}.do-this .example,.not-this .example{background-color:#e5e5e5}.do-this .example:last-child,.not-this .example:last-child{margin-bottom:-.375rem}@media print,screen and (min-width: 40em){.do-this,.not-this{padding:1.5rem;margin-bottom:1.5rem}.do-this header,.not-this header{padding:0 0 1rem}}.do-this+p,.do-this+h1,.do-this+h2,.do-this+h3,.do-this+h4,.do-this+h5,.do-this+h6,.do-this+ol,.do-this+ul,.not-this+p,.not-this+h1,.not-this+h2,.not-this+h3,.not-this+h4,.not-this+h5,.not-this+h6,.not-this+ol,.not-this+ul{margin-top:1.5em}.do-this::before{background-color:#2bc3a2}.do-this header *{color:#2bc3a2}.do-this header>*:first-child::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2bc3a2}.not-this::before{background-color:#ff4f5e}.not-this header *{color:#ff4f5e}.not-this header>*:first-child::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff4f5e}.do-this-not-this+p,.do-this-not-this+h1,.do-this-not-this+h2,.do-this-not-this+h3,.do-this-not-this+h4,.do-this-not-this+h5,.do-this-not-this+h6,.do-this-not-this+ol,.do-this-not-this+ul{margin-top:1.5em}@media print,screen and (max-width: 39.99875em){.do-this-not-this .medium-6:not(:last-child){margin-bottom:.75rem}}.note{position:relative;padding:.625rem .9375rem .625rem 2.375rem !important;font-size:87.5%;border-left:0.125rem solid #ffd568;background-color:#ffeb80;border-radius:.25rem;margin-bottom:1.5rem}.note::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;position:absolute;font-size:1rem;left:.75rem;top:.875rem}.note p:last-child{margin-bottom:0}.note.alert{border-left-color:#ff4f5e;background-color:#ffbdc5}.note.alert::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.table-wrapper{border-radius:.25rem;font-size:87.5%}details{border:1px solid #e5e5e5;padding:.25rem;border-radius:.25rem}details>summary{font-size:87.5%;font-weight:400;padding-left:.0625rem;cursor:pointer}details[open]>summary{margin-bottom:.5rem;font-weight:600}.expandable-list{font-size:87.5%;margin-bottom:1.5rem}.expandable-list dt{position:relative;padding:0;border:1px solid #e5e5e5;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom:0;margin-bottom:0}.expandable-list dt::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:.625rem;right:.5rem;font-size:1.125rem;color:#015fdf;pointer-events:none;transform:rotate(180deg);transition:transform .45s ease-in-out}.expandable-list dt button{display:block;width:100%;padding:.5rem 2.125rem .5rem .5rem;cursor:pointer;line-height:1.5em;text-align:left;font-weight:600;transition:padding .3s ease-in-out}.expandable-list dt button:focus{color:inherit;text-decoration:underline;box-shadow:none}.expandable-list dt button:active{color:inherit}.expandable-list dt.closed::after{transform:rotate(0)}.expandable-list dt.closed button{padding-bottom:0;font-weight:400}.expandable-list dd{padding:.25rem .5rem .5rem;border:1px solid #e5e5e5;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top:0;margin-bottom:.75rem;transition:padding .3s ease-in-out,font-size .1s ease-in-out,color .3s ease-in-out}.expandable-list dd p{margin:0}.expandable-list dt.closed+dd{padding:0 .5rem .5rem;font-size:0;color:rgba(10,10,10,0)}.meta-data{font-size:87.5%;margin-top:0 !important;margin-bottom:0 !important}.meta-data p{margin-bottom:.75rem;padding-left:1.5rem}.meta-data p:first-child{border-top:1px solid #e5e5e5;padding-top:1.5rem}.meta-data p:last-child{border-bottom:1px solid #e5e5e5;padding-bottom:1.5rem}.meta-data .meta-label{position:relative;font-weight:600}.meta-data .meta-label::before{position:absolute;left:-1.5rem;top:.125rem;display:block;font-size:1rem}.meta-data .tags~a{display:inline-block;margin:.0625rem;padding:0 .25rem;border-radius:.25rem;background-color:#e5e5e5}.meta-data .tags::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.meta-data .contributors::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.meta-data .date::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.quick-links{margin-bottom:1.5rem}.quick-links .tile p{margin-bottom:.5rem}@media print,screen and (min-width: 40em){.quick-links .tile{text-align:center}.quick-links .tile p:last-child{margin-bottom:-1rem !important}}@media print,screen and (max-width: 39.99875em){.quick-links .tile{flex:1 1 100%;width:100%;margin-bottom:.75rem}.quick-links .tile .block-link{display:flex;flex-flow:row nowrap}.quick-links .tile p{margin-bottom:0}.quick-links .tile p:first-child{flex:0 0 auto;margin-right:1em}.quick-links .tile p:last-child{flex:1 1 auto}}.up-next h6{margin:0 0 .5rem}.up-next .tile.auto{margin-top:0}@media print,screen and (max-width: 39.99875em){.up-next .tile.auto{flex:1 1 100%;width:100%}}.up-next .tile h5{margin:0;color:#015fdf}.up-next .tile p{margin-bottom:.5em;color:#4a4a4f;font-size:87.5%}.up-next .tile p:first-child{margin-top:-0.5rem}.up-next .tile:hover h5{text-decoration:underline}.draft{background-color:#ffe900;padding:4px 3px;font-weight:bold;font-size:.7em;border-radius:2px;text-transform:uppercase}.warning{display:inline;background-color:#ffe900;border-radius:2px;padding:10px 6px;line-height:1.5}.warning img{margin-top:-1px;vertical-align:middle}.warning a{background:#d7b600;border-radius:2px;color:#0c0c0d;padding:6px 4px}.warning a:hover,.warning a:active,.warning a:visited{color:#0c0c0d}.site.content-guidelines .site-wrapper{flex:1 0 auto;width:100%}.site.content-guidelines .site-wrapper .site-header{font-size:.8125rem;padding-bottom:3.125rem;position:relative;z-index:100}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper{display:flex;flex-flow:row nowrap}.site.content-guidelines .site-wrapper .site-header{font-size:.6875rem;flex:0 0 12.5rem;width:12.5rem;padding-top:1.875rem;padding-bottom:1.875rem}.site.content-guidelines .site-wrapper .site-content{flex:1 1 auto}}@media screen and (min-width: 82.5em){.site.content-guidelines .site-wrapper .site-header{font-size:.8125rem;flex:0 0 14.375rem;width:14.375rem;padding-top:2.8125rem;padding-bottom:2.8125rem}}.site.content-guidelines .site-wrapper .logo{font-size:.9375rem;margin:.5rem 0 1.5rem;line-height:1.1}.site.content-guidelines .site-wrapper .logo a{padding:.8125rem 0 .1875rem 3.125rem}.site.content-guidelines .site-wrapper .logo a::before{content:"";position:absolute;display:block;left:0;top:.5rem;width:2.6875rem;height:2.75rem;background:rgba(0,0,0,0) url("/assets/img/firefox-logo.d9e4cdc7.png") no-repeat center/contain}.site.content-guidelines .site-wrapper .logo small.tagline{font-size:.75rem;padding:0 0 .875rem 3.125rem;font-weight:400;color:inherit}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper .logo{font-size:.8125rem;margin-top:.25rem}.site.content-guidelines .site-wrapper .logo a{padding:.9375rem 0 .875rem 2.6875rem;display:block}.site.content-guidelines .site-wrapper .logo a::before{top:.5rem;width:2.3125rem;height:2.375rem}.site.content-guidelines .site-wrapper .logo small.tagline{display:block;font-size:.625rem;padding:.3125rem 0 .875rem 0}}@media screen and (min-width: 82.5em){.site.content-guidelines .site-wrapper .logo{font-size:.9375rem;margin-top:.125rem}.site.content-guidelines .site-wrapper .logo a{padding:.9375rem 0 1.0625rem 3.125rem}.site.content-guidelines .site-wrapper .logo a::before{width:2.6875rem;height:2.75rem}}@media print,screen and (max-width: 39.99875em){.site.content-guidelines .site-wrapper .logo br{display:none}}.site.content-guidelines .site-wrapper .site-nav-container .site-nav:focus{outline:none}.site.content-guidelines .site-wrapper .site-nav-container ul.pages{list-style:none;margin:0;font-size:.9375rem}.site.content-guidelines .site-wrapper .site-nav-container ul.pages li{margin:0}.site.content-guidelines .site-wrapper .site-nav-container ul.pages a{color:#0a0a0a;display:inline-block;padding:.25rem 0}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper .site-nav-container ul.pages{font-size:.8125rem;margin:1.5rem 0 1.875rem}.site.content-guidelines .site-wrapper .site-nav-container ul.pages .current a{color:#015fdf}}@media screen and (min-width: 82.5em){.site.content-guidelines .site-wrapper .site-nav-container ul.pages{font-size:.9375rem}}@media print,screen and (max-width: 39.99875em){.site.content-guidelines .site-wrapper .site-nav-container ul.pages li.current{display:block;pointer-events:none}}.site.content-guidelines .site-wrapper .site-nav-container .button{display:block}@media print,screen and (min-width: 40em)and (max-width: 59.99875em){.site.content-guidelines .site-wrapper .site-nav-container .button{font-size:.7333rem;padding:.375rem .5rem}}@media print,screen and (min-width: 60em)and (max-width: 82.49875em){.site.content-guidelines .site-wrapper .site-nav-container .button{font-size:.7333rem;padding:.375rem .5rem}}@media print,screen and (max-width: 39.99875em){.site.content-guidelines .site-wrapper .site-nav-container{position:absolute;z-index:10;top:4.125rem;left:.75rem;width:calc(100% - 1.5rem);min-height:4.6875rem}.site.content-guidelines .site-wrapper .site-nav-container::before{content:"";display:block;position:fixed;left:0;top:-4.6875rem;width:100%;height:4.6875rem;pointer-events:none;opacity:0;background-image:linear-gradient(rgba(10, 10, 10, 0.333) 0, rgba(10, 10, 10, 0) 100%);transition:top 0 ease-in-out}.site.content-guidelines .site-wrapper .site-nav-container .site-nav{padding:.75rem .9375rem;background-color:#fefefe;border-radius:.25rem;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04);position:absolute;left:0;top:.75rem;width:100%;max-height:calc(100vh - 1.5rem)}.site.content-guidelines .site-wrapper .site-nav-container .site-nav::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;font-size:1.125rem;line-height:1;top:1.25rem;right:.9375rem}.site.content-guidelines .site-wrapper .site-nav-container .site-nav p,.site.content-guidelines .site-wrapper .site-nav-container .site-nav li{display:none}.site.content-guidelines .site-wrapper .site-nav-container .site-nav p{margin:0;padding:.9375rem 0 0}.site.content-guidelines .site-wrapper .site-nav-container .site-nav p:first-of-type,.site.content-guidelines .site-wrapper .site-nav-container .site-nav p:last-of-type{padding:1.5rem 0 0}.site.content-guidelines .site-wrapper .site-nav-container .site-nav .button{margin:0}.site.content-guidelines .site-wrapper .site-nav-container .site-nav.open::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site.content-guidelines .site-wrapper .site-nav-container .site-nav.open:focus{overflow-y:scroll}.site.content-guidelines .site-wrapper .site-nav-container .site-nav.open .current a{color:#015fdf}.site.content-guidelines .site-wrapper .site-nav-container.sticky::before{top:-1.25rem;opacity:1;transition:top .2s ease-in-out,opacity .2s ease-in-out}.site.content-guidelines .site-wrapper .site-nav-container.sticky .site-nav{position:fixed;top:.75rem;left:.75rem;width:calc(100% - 1.5rem)}}.site.content-guidelines .site-wrapper .back::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:.3em;display:inline-block}.site.content-guidelines .site-wrapper .site-metadata{color:#4a4a4f;margin:0}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper .site-metadata{margin:1.875rem 0}}.site.content-guidelines .site-wrapper .site-content .post{padding:1.5rem 0}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper .site-content .post{padding:2.8125rem 0}}@media print,screen and (min-width: 60em){.site.content-guidelines .site-wrapper .site-content .post{padding:2.8125rem 4.1667%}}@media screen and (min-width: 82.5em){.site.content-guidelines .site-wrapper .site-content .post{padding:3.75rem 8.3333%}}.site.content-guidelines .site-wrapper .site-content .post .grid-container{max-width:90.625rem}.site.content-guidelines .site-wrapper .site-content .post-content .grid-container{padding:0;margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper .site-content .post-content .grid-container{margin-left:-.75rem;margin-right:-.75rem}}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav{padding-bottom:1.5rem}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper .site-content .page-bottom-nav{padding:0 0 2.8125rem}}@media print,screen and (min-width: 60em){.site.content-guidelines .site-wrapper .site-content .page-bottom-nav{padding:0 4.1667% 2.8125rem}}@media screen and (min-width: 82.5em){.site.content-guidelines .site-wrapper .site-content .page-bottom-nav{padding:0 8.3333% 3.75rem}}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav>.grid-container{max-width:90.625rem}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav ul{display:flex;flex-flow:row nowrap;justify-content:space-between;line-height:1.4625;list-style:none;margin:0}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav li{flex:1 1 auto;margin:0}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav li:last-child{text-align:right}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav a{display:inline-block}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav li:first-child a::before{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;padding-right:.3em}.site.content-guidelines .site-wrapper .site-content .page-bottom-nav li:last-child a::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;padding-left:.3em}.site.content-guidelines .site-wrapper+.site-footer .mzp-l-content .grid-container{max-width:90.625rem}@media print,screen and (min-width: 40em){.site.content-guidelines .site-wrapper+.site-footer{padding-left:12.5rem}}@media print,screen and (min-width: 60em){.site.content-guidelines .site-wrapper+.site-footer .mzp-l-content{padding:0 4.1667%}}@media screen and (min-width: 82.5em){.site.content-guidelines .site-wrapper+.site-footer{padding-left:14.375rem}.site.content-guidelines .site-wrapper+.site-footer .mzp-l-content{padding:0 8.3333%}}.site.full-width{background-color:#f9f9fb}.banner.intro{position:relative;background:rgba(0,0,0,0) no-repeat center/cover;height:calc(100vh - 7.5rem);min-height:120vw;max-height:130vw}.banner.intro#top{margin-top:-2.5rem}@media print,screen and (min-width: 40em){.banner.intro{padding-top:4.5rem;height:calc(100vh - 5.5rem);max-height:66vw;min-height:22.5rem}}@media print,screen and (min-width: 60em){.banner.intro{height:calc(100vh - 4rem);max-height:50vw}.banner.intro#top{margin-top:-4rem}}.banner.intro .graphic-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;overflow:hidden}.banner.intro .graphic-bg>*{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0) no-repeat center/contain}.banner.intro .graphic-bg>*.left{background:rgba(0,0,0,0) no-repeat -15% 100%/45%}.banner.intro .graphic-bg>*.right{background:rgba(0,0,0,0) no-repeat 110% 100%/65%}@media print,screen and (min-width: 40em)and (max-width: 59.99875em){.banner.intro .graphic-bg>.left{background:rgba(0,0,0,0) no-repeat -20% 100%/40%}.banner.intro .graphic-bg>.right{background:rgba(0,0,0,0) no-repeat 115% 100%/60%}}@media print,screen and (max-width: 39.99875em){.banner.intro .graphic-bg>.left{background:rgba(0,0,0,0) no-repeat -25% 100%/60%}.banner.intro .graphic-bg>.right{background:rgba(0,0,0,0) no-repeat 115% 100%/80%}}.banner.intro .banner-content{position:relative;z-index:2;height:86%}.banner.intro .banner-content .cell>*{max-width:25rem;margin-left:auto;margin-right:auto}.banner.intro .bottom-content{position:absolute;left:0;width:100%;bottom:-1.75rem;z-index:2}@media print,screen and (min-width: 60em){.banner.intro .bottom-content{bottom:-2rem}}.banner.intro .search-cta{margin:0}.banner.intro+section>div:first-child{padding-top:4rem}@media print,screen and (min-width: 40em){.banner.intro+section>div:first-child{padding-top:6rem}}@media print,screen and (min-width: 60em){.banner.intro+section>div:first-child{padding-top:7.75rem}}.bg-dark{position:relative;color:#fefefe}.bg-dark .grid-container{position:relative}.bg-dark .cell:not(.tile):not(.tile-compact) a,.bg-dark .tiles-intro a{color:#fefefe;text-decoration:underline}.bg-dark .cell:not(.tile):not(.tile-compact) a:hover,.bg-dark .tiles-intro a:hover{text-decoration:none}.bg-dark .cell:not(.tile):not(.tile-compact) a:focus,.bg-dark .tiles-intro a:focus{text-decoration:none;outline:1px dotted currentColor}.bg-dark .cell:not(.tile):not(.tile-compact) h1::after,.bg-dark .cell:not(.tile):not(.tile-compact) h2::after,.bg-dark .tiles-intro h1::after,.bg-dark .tiles-intro h2::after{background-color:#fefefe;background-image:none}.bg-dark .bg{position:absolute;left:0;width:100%;top:0;height:calc(100% - 15rem);background-color:#015fdf;background-image:linear-gradient(47deg, #0090ed 0%, #b832e0 100%)}@media print,screen and (min-width: 40em){.bg-dark .bg{height:calc(100% - 7.5rem)}}.bg-dark .bg.alt{background-color:#ff9400;background-image:linear-gradient(47deg, #e31586 0%, #fc4054 51%, #ff9641 100%)}.panel-nested{padding-bottom:1rem}@media print,screen and (min-width: 40em){.panel-nested{padding-bottom:2rem}}@media print,screen and (min-width: 60em){.panel-nested{padding-bottom:3rem}}.illustrated-tile h1:not(:first-child),.illustrated-tile h2:not(:first-child),.illustrated-tile h3:not(:first-child),.illustrated-tile h4:not(:first-child),.illustrated-tile h5:not(:first-child),.illustrated-tile h6:not(:first-child){margin-top:0}.illustrated-tile img{display:block;max-height:7.5rem;margin:0 auto}.illustrated-tile:not(.tile-block-link) a img{border-radius:.25rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.illustrated-tile:not(.tile-block-link) a:hover img{box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04);transform:scale(1.01)}@media print,screen and (min-width: 40em){.illustrated-tile:not(.tile-block-link){display:flex;flex-flow:column nowrap;justify-content:stretch}.illustrated-tile:not(.tile-block-link)>*{flex:0 0 auto;width:100%}.illustrated-tile:not(.tile-block-link)>*:last-child{flex:1 1 auto;display:flex;flex-flow:column;justify-content:flex-end;margin-bottom:0}.illustrated-tile.tile-block-link .block-link{height:100%;display:flex;flex-flow:column nowrap;justify-content:stretch}.illustrated-tile.tile-block-link .block-link>*{flex:0 0 auto;width:100%}.illustrated-tile.tile-block-link .block-link>*:last-child{flex:1 1 auto;display:flex;flex-flow:column;justify-content:flex-end;margin-bottom:0}}@media print,screen and (min-width: 40em)and (max-width: 59.99875em){.illustrated-tile:not(.tile-block-link):not(.medium-6):not(.no-img)>*{max-width:70%}.illustrated-tile:not(.tile-block-link):not(.medium-6):not(.no-img)>*:first-child{position:absolute;top:.75rem;right:.75rem;max-width:24%}.illustrated-tile.tile-block-link:not(.medium-6):not(.no-img) .block-link>*{max-width:70%}.illustrated-tile.tile-block-link:not(.medium-6):not(.no-img) .block-link>*:first-child{position:absolute;top:.75rem;right:.75rem;max-width:24%}}@media print,screen and (min-width: 60em){.illustrated-tile:not(.tile-block-link).medium-12:not(.no-img)>*,.illustrated-tile:not(.tile-block-link).medium-6:not(.no-img)>*{max-width:70%}.illustrated-tile:not(.tile-block-link).medium-12:not(.no-img)>*:first-child,.illustrated-tile:not(.tile-block-link).medium-6:not(.no-img)>*:first-child{position:absolute;top:.75rem;right:.75rem;max-width:24%}.illustrated-tile:not(.tile-block-link).medium-12:not(.no-img)>*{max-width:calc(100% - 11.875rem)}.illustrated-tile:not(.tile-block-link).medium-12:not(.no-img)>*:first-child{max-width:10rem}.illustrated-tile.tile-block-link.medium-12:not(.no-img) .block-link>*,.illustrated-tile.tile-block-link.medium-6:not(.no-img) .block-link>*{max-width:70%}.illustrated-tile.tile-block-link.medium-12:not(.no-img) .block-link>*:first-child,.illustrated-tile.tile-block-link.medium-6:not(.no-img) .block-link>*:first-child{position:absolute;top:.75rem;right:.75rem;max-width:24%}.illustrated-tile.tile-block-link.medium-12:not(.no-img) .block-link>*{max-width:calc(100% - 11.875rem)}.illustrated-tile.tile-block-link.medium-12:not(.no-img) .block-link>*:first-child{max-width:10rem}}.tile-compact{position:relative;z-index:3;padding:1.25rem 1.625rem !important;margin:.5rem 0;color:#0a0a0a}.tile-compact::before{content:"";display:block;position:absolute;left:.5rem;width:calc(100% - 1rem);top:0;height:100%;background-color:#fefefe;border-radius:.25rem;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04)}.tile-compact>*{position:relative;z-index:2}.tile-compact>*:last-child{margin-bottom:0}.tile-compact h1:not(:first-child),.tile-compact h2:not(:first-child),.tile-compact h3:not(:first-child),.tile-compact h4:not(:first-child),.tile-compact h5:not(:first-child),.tile-compact h6:not(:first-child){margin-top:0}.tile-compact:not(.tile-block-link)>*:first-child{position:absolute;top:.75rem;right:1.5rem;width:2rem}.tile-compact:not(.tile-block-link)>*:first-child img{width:2rem}.tile-compact:not(.tile-block-link)>*:first-child+*{padding-right:2.5rem}.tile-compact.tile-block-link{padding:0 !important}.tile-compact.tile-block-link .block-link{padding:1.25rem 1.625rem !important}.tile-compact.tile-block-link .block-link>*:first-child{position:absolute;top:.75rem;right:1.5rem;width:2rem}.tile-compact.tile-block-link .block-link>*:first-child img{width:2rem}.tile-compact.tile-block-link .block-link>*:first-child+*{padding-right:2.5rem}.tile-compact.tile-block-link .block-link>*:last-child{margin-bottom:0}.tile-compact.tile-block-link .block-link-inline{color:#015fdf}.tile-compact.tile-block-link:hover{color:#0a0a0a;text-decoration:none}.tile-compact.tile-block-link:hover .block-link-inline{text-decoration:underline}@media print,screen and (min-width: 40em){.tile-compact{padding:1.5rem 2.125rem 1.875rem !important;margin:.75rem 0}.tile-compact::before{left:.75rem;width:calc(100% - 1.5rem)}.tile-compact:not(.tile-block-link){display:flex;flex-flow:column nowrap;justify-content:stretch}.tile-compact:not(.tile-block-link)>*{flex:0 0 auto;align-items:flex-end;width:calc(100% - 3.125rem);margin-right:0;margin-left:auto}.tile-compact:not(.tile-block-link)>*:first-child{width:2rem;top:1.5rem;left:2.125rem;right:auto}.tile-compact:not(.tile-block-link)>*:last-child{flex:1 1 auto;display:flex;flex-flow:column;justify-content:flex-end;margin-bottom:0}.tile-compact.tile-block-link{padding:0 !important}.tile-compact.tile-block-link .block-link{height:100%;display:flex;flex-flow:column nowrap;justify-content:stretch;padding:1.5rem 2.125rem 1.875rem !important}.tile-compact.tile-block-link .block-link>*{flex:0 0 auto;align-items:flex-end;width:calc(100% - 3.125rem);margin-right:0;margin-left:auto}.tile-compact.tile-block-link .block-link>*:first-child{top:1.5rem;left:2.125rem;right:auto}.tile-compact.tile-block-link .block-link>*:last-child{flex:1 1 auto;display:flex;flex-flow:column;justify-content:flex-end;align-items:flex-start;margin-bottom:0}.tile-compact.tile-block-link .block-link.align-start p:last-child{justify-content:flex-start !important}}@media print,screen and (min-width: 60em){.tile-compact.tile-block-link::before{will-change:transform;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.tile-compact.tile-block-link:hover::before{box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04);transform:scale(1.01)}}.tile-borderless{position:relative;z-index:3;padding:1.25rem 1.875rem !important;margin:.625rem 0;color:#0a0a0a;text-align:center}.tile-borderless img{display:block;max-height:6.75rem;margin:0 auto}.tile-borderless a img{border-radius:.25rem;transition:box-shadow .2s ease-in-out}.tile-borderless a:hover img{box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04)}.tile-borderless h1:not(:first-child),.tile-borderless h2:not(:first-child),.tile-borderless h3:not(:first-child),.tile-borderless h4:not(:first-child),.tile-borderless h5:not(:first-child),.tile-borderless h6:not(:first-child){margin-top:0}@media print,screen and (min-width: 40em){.tile-borderless{padding:1.5rem 2.125rem 1.875rem !important;margin:.75rem 0;display:flex;flex-flow:column nowrap;justify-content:stretch}.tile-borderless>*{flex:0 0 auto;width:100%}.tile-borderless>*:last-child{flex:1 1 auto;display:flex;flex-flow:column;justify-content:flex-end;margin-bottom:0}.tile-borderless.medium-6 img{max-height:8.375rem}}.tile-borderless>*{position:relative;z-index:2}.tile-extended h1:not(:first-child),.tile-extended h2:not(:first-child),.tile-extended h3:not(:first-child),.tile-extended h4:not(:first-child),.tile-extended h5:not(:first-child),.tile-extended h6:not(:first-child){margin-top:0}.tile-extended>p a{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;border:1px solid rgba(0,0,0,0);border-radius:.25rem;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.875rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;padding:.575em 1.15em;font-size:.7333rem;padding:.5rem}[data-whatinput=mouse] .tile-extended>p a{outline:0}.tile-extended>p a,.tile-extended>p a.disabled,.tile-extended>p a[disabled],.tile-extended>p a.disabled:hover,.tile-extended>p a[disabled]:hover,.tile-extended>p a.disabled:focus,.tile-extended>p a[disabled]:focus{background-color:#015fdf;color:#fefefe}.tile-extended>p a:hover,.tile-extended>p a:focus{background-color:#003eaa;color:#fefefe}.tile-extended>p a:hover{text-decoration:none}.tile-extended .secondary-actions{font-size:87.5%}.tile-extended .secondary-actions a{display:block;padding-top:.5rem}.tiles-intro,.tiles-footer{padding-top:1rem;padding-bottom:1rem}.tiles-intro h1:last-child,.tiles-intro h2:last-child,.tiles-intro h3:last-child,.tiles-intro h4:last-child,.tiles-intro h5:last-child,.tiles-intro h6:last-child,.tiles-intro p:last-child,.tiles-footer h1:last-child,.tiles-footer h2:last-child,.tiles-footer h3:last-child,.tiles-footer h4:last-child,.tiles-footer h5:last-child,.tiles-footer h6:last-child,.tiles-footer p:last-child{margin-bottom:0}.tiles-intro p:not(:last-child),.tiles-footer p:not(:last-child){margin-bottom:.5rem}@media print,screen and (min-width: 40em){.tiles-intro,.tiles-footer{padding-top:1.5rem;padding-bottom:1.5rem}}.slick-dots{position:relative;z-index:3;list-style:none;display:flex;flex-flow:row nowrap;justify-content:center;margin:.625rem 0;height:.5rem}.slick-dots>*{flex:0 0 1.25rem;width:1.25rem;height:.5rem;margin:0;display:flex;flex-flow:row nowrap;justify-content:center}.slick-dots>* button{flex:0 0 0.5rem;width:.5rem;height:.5rem;font-size:0;border-radius:50%;text-align:center;background-color:#99b8dc;cursor:pointer;transition:transform .2s ease-in-out}.slick-dots>* button:hover{transform:scale(1.3)}.slick-dots>*.slick-active button{background-color:#015fdf;pointer-events:none}@media print,screen and (max-width: 59.99875em){.mobile-slider,.news-slider{padding:0 0 .0625rem;margin-bottom:2.5rem}.mobile-slider .grid-container,.news-slider .grid-container{padding:0 0 .0625rem;margin-bottom:-2.5rem}.mobile-slider .slick-list,.news-slider .slick-list{position:relative;z-index:2}.mobile-slider .slick-track,.news-slider .slick-track{display:flex;align-items:stretch}.mobile-slider .slick-slide,.news-slider .slick-slide{display:flex;flex-flow:column nowrap;justify-content:stretch;height:auto;padding:1.25rem 1.75rem !important;margin:1rem 0 1.25rem 0}.mobile-slider .slick-slide::before,.news-slider .slick-slide::before{content:"";display:block;position:absolute;left:.5rem;width:calc(100% - 1rem)}.mobile-slider .slick-slide>*,.news-slider .slick-slide>*{flex:0 0 auto;width:100%}.mobile-slider .slick-slide>*:last-child,.news-slider .slick-slide>*:last-child{flex:1 1 auto;display:flex;flex-flow:column;justify-content:flex-end;margin-bottom:0}}.section-cta{position:relative;background:#592acb no-repeat center/cover}.section-cta .img{position:absolute;left:0;top:0;width:100%;height:100%;background-position:right bottom;background-size:auto 100%}@media print,screen and (max-width: 39.99875em){.section-cta .img{background-size:auto 32vw}}.section-cta .grid-container{position:relative;min-height:48vw;padding-top:2.8125rem;padding-bottom:24vw}@media print,screen and (min-width: 40em){.section-cta .grid-container{min-height:24vw;padding-bottom:2.8125rem}}.section-cta .cell>*:last-child{margin-bottom:0}@media print,screen and (min-width: 40em){.section-cta .cell{max-width:22.5rem}}.section-cta.bg-dark{color:#fefefe}.section-cta.bg-dark a{color:#fefefe;text-decoration:underline}.section-cta.bg-dark a:hover{text-decoration:none}.section-cta.bg-dark a:focus{text-decoration:none;outline:1px dotted currentColor}.section-cta.bg-dark h1::after,.section-cta.bg-dark h2::after{background-color:#fefefe;background-image:none}@media print,screen and (min-width: 40em){.resources-inline-list p{display:flex;flex-flow:row wrap;justify-content:space-between}}@media print,screen and (max-width: 39.99875em){.resources-inline-list p a{display:block;padding-top:.375rem}}.anatomy-container .anatomy-illustration{text-align:center}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic{display:none}.anatomy-container .anatomy-description{position:relative;display:flex;flex-flow:column nowrap;justify-content:center}.anatomy-container .anatomy-description #anatomy-of-an-extension-graphic-mobile{display:none}.anatomy-container .anatomy-description button{position:relative;display:block;padding:1rem .5rem 1rem .5rem;text-align:left;color:#015fdf;cursor:pointer}.anatomy-container .anatomy-description button::after{display:inline-block;margin-left:.3em;font-size:.8em;transition:margin .2s ease-in-out;font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anatomy-container .anatomy-description button:hover{text-decoration:underline}.anatomy-container .anatomy-description button:hover::after{margin-left:.5em;margin-right:-0.2em}.anatomy-container .anatomy-description button img{margin-right:.5rem}.anatomy-container .manifest{margin-top:-3rem;text-align:center}.anatomy-container .manifest img{display:inline-block;margin-right:.3em}@media print,screen and (min-width: 40em){.anatomy-container{display:flex;flex-flow:row nowrap;justify-content:stretch}.anatomy-container .anatomy-illustration{flex:0 0 70%}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic{display:block;margin:2rem auto 0;max-width:100%}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic .tile{cursor:pointer;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic .tile.hover{transform:translate(0.5rem, 0)}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic+.manifest{transition:opacity .3s ease-in-out}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic:not(.step-two) #background{transform:translateY(-1.875rem);opacity:0}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic:not(.step-two) #content{opacity:0}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic:not(.step-two) #interface{transform:translateY(1.875rem);opacity:0}.anatomy-container .anatomy-illustration #anatomy-of-an-extension-graphic:not(.step-two)+.manifest{opacity:0}.anatomy-container .anatomy-description{flex:0 0 30%}.anatomy-container .anatomy-description button{margin:.9375rem 0}.anatomy-container #anatomy-control button{transition:opacity .3s .15s ease-in-out,transform .3s ease-in-out}.anatomy-container #anatomy-control:not(.step-two) button{opacity:0}.anatomy-container #anatomy-control:not(.step-two) button:first-of-type{transform:translateY(1.875rem)}.anatomy-container #anatomy-control:not(.step-two) button:last-of-type{transform:translateY(-1.875rem)}}@media print,screen and (max-width: 39.99875em){.anatomy-container{margin-top:-12vw}.anatomy-container .anatomy-description{height:calc(157.037vw - 24px);padding:36.5% 0;margin:1rem 0 .5rem;align-items:center;justify-content:space-between}.anatomy-container .anatomy-description #anatomy-of-an-extension-graphic-mobile{display:block;position:absolute;left:0;top:0;right:0;bottom:0}.anatomy-container .anatomy-description button{font-size:87.5%;margin:0 0 -1.25rem}.anatomy-container .manifest{margin-top:-20vw}}#events{margin-bottom:-1px;overflow:hidden}#news{position:relative;padding-bottom:22.3438vw}@media print,screen and (min-width: 40em){#news{padding-bottom:14.8958vw}}.bottom-of-page{pointer-events:none;z-index:-1;position:absolute;left:0;bottom:-10vw;width:100%;height:47.5vw;background-repeat:no-repeat,no-repeat;background-position:bottom left,bottom right;background-size:auto 100%,auto 100%}@media print,screen and (min-width: 40em){.bottom-of-page{bottom:-5.15625rem;height:20.625rem}}@media print,screen and (min-width: 60em){.bottom-of-page{bottom:-6.875rem;height:27.5rem}}#rss-feed-source{display:none}.meta-date{font-size:.8125rem;color:#4a4a4f}.page-404 .tiles-intro{min-height:50vh}.site.sidebar .site-wrapper{display:flex;flex-flow:column nowrap;width:100%;padding-top:5.625rem}@media print,screen and (min-width: 60em){.site.sidebar .site-wrapper{flex-flow:row nowrap;justify-content:flex-end;padding-top:4rem}}@media print,screen and (max-width: 59.99875em){.site.sidebar .site-header{box-shadow:none}}.site.sidebar:not(.touch-device) .site-header{position:fixed}.site.sidebar{background-color:#f9f9fb}@media print,screen and (max-width: 59.99875em){.site.sidebar.touch-device .site-wrapper{padding-top:0}.site.sidebar.touch-device .sidenav{position:sticky;top:0}.site.sidebar:not(.touch-device) .sidenav{height:5.625rem;left:0;padding-top:2.5rem;position:fixed;top:-2.5rem;transform:translateY(2.5rem);width:100%}}.site.sidebar .sidenav ul{list-style:none;margin:0}.site.sidebar .sidenav li{margin:0}.site.sidebar .sidenav a{color:inherit}.site.sidebar .sidenav a:hover{color:#015fdf}.site.sidebar .sidenav .is-active>a:hover,.site.sidebar .sidenav .has-active-children>a:hover{text-decoration:none}.site.sidebar .sidenav .primary>li:not(.is-active):not(.has-active-children){display:none}.site.sidebar .sidenav .section{display:none}@media print,screen and (max-width: 59.99875em){.site.sidebar .sidenav{background-color:#f9f9fb;overflow-y:auto;box-shadow:0 1px 6px 0 rgba(14,13,26,.12),0 2px 1px 0 rgba(7,48,114,.12),0 1px 2px 0 rgba(34,0,51,.04),0 0 0 1px rgba(32,18,58,.04);transition:transform .4s ease-in-out,height .4s ease-in-out;z-index:10}.site.sidebar .sidenav .primary>.is-active.has-children .subfolder>a,.site.sidebar .sidenav .primary>.has-active-children .subfolder>a{display:none}.site.sidebar .sidenav .primary>.is-active.has-children .subfolder>li:not(.is-active):not(.has-active-children),.site.sidebar .sidenav .primary>.has-active-children .subfolder>li:not(.is-active):not(.has-active-children){display:none}}@media print,screen and (min-width: 60em){.site.sidebar .sidenav{position:fixed;top:4rem;left:0;flex:0 0 15rem;width:15rem;height:calc(100% - 4rem);border-right:1px solid #e5e5e5;overflow-y:auto;overflow-x:hidden;transition:top .4s ease-in-out,height .4s ease-in-out}}@media print,screen and (min-width: 60em){.site.sidebar .sidenav-status{display:none}}@media print,screen and (max-width: 59.99875em){.site.sidebar .sidenav-status{position:relative;height:3.125rem;font-size:87.5%;cursor:pointer}.site.sidebar .sidenav-status::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;position:absolute;right:1.125rem;top:calc(50% - 0.75rem);font-size:1.25rem;transform:translateY(0.125rem);transition:transform .3s ease-in-out;pointer-events:none}.site.sidebar .sidenav-status-instruction,.site.sidebar .sidenav-status #sidenav-status-pagename{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem;line-height:1.125rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;pointer-events:none}.site.sidebar .sidenav-status-instruction{font-size:87.5%;color:#4a4a4f;line-height:1.25rem;opacity:0;transform:translateY(-1rem)}}.site.sidebar .sidenav-top .primary>li>a,.site.sidebar .sidenav-top .primary>li>.label{font-weight:600}.site.sidebar .sidenav-top .category{display:none}@media print,screen and (min-width: 60em){.site.sidebar .sidenav-top{padding:.75rem 0 .25rem}.site.sidebar .sidenav-top li{padding:.75rem 1rem}.site.sidebar .sidenav-top .subfolder{pointer-events:none;opacity:0;transform:translateY(1em);position:absolute;z-index:2;left:1rem;top:.25rem;width:calc(100% - 2rem);padding:.625rem 0;background:#fefefe;box-shadow:0 6px 10px -4px rgba(14,13,26,.12),0 6px 22px 4px rgba(7,48,114,.12),0 12px 18px 2px rgba(34,0,51,.04);border-radius:.25rem;transition:box-shadow .4s ease-in-out,transform .3s ease-in-out,opacity .3s ease-in-out}.site.sidebar .sidenav-top .subfolder li{padding:.375rem 1rem}.site.sidebar .sidenav-top .subfolder li.is-active,.site.sidebar .sidenav-top .subfolder li.has-active-children{background-color:#e5effb}.site.sidebar .sidenav-top .subfolder li.is-active a,.site.sidebar .sidenav-top .subfolder li.has-active-children a{color:#015fdf}.site.sidebar .sidenav-top .has-subfolder{position:relative}.site.sidebar .sidenav-top .has-subfolder:hover .subfolder{pointer-events:auto;opacity:1;transform:translateY(0)}.site.sidebar .sidenav-top .has-subfolder>a::after,.site.sidebar .sidenav-top .has-subfolder>.label::after{font-family:icomoon;content:"";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;margin-left:.5em;transform:translateY(0.125rem)}}@media print,screen and (max-width: 59.99875em){.site.sidebar .sidenav-top{display:none}.site.sidebar .sidenav-top a,.site.sidebar .sidenav-top .label{display:block;padding:1.5rem 1rem}.site.sidebar .sidenav-top .subfolder{display:none}}.site.sidebar .sidenav-detail{padding-bottom:4rem;font-size:87.5%}.site.sidebar .sidenav-detail a,.site.sidebar .sidenav-detail .label{display:block;padding:.75rem 1rem}.site.sidebar .sidenav-detail .has-subfolder.is-active>a,.site.sidebar .sidenav-detail .has-subfolder.is-active>.label,.site.sidebar .sidenav-detail .has-subfolder.has-active-children>a,.site.sidebar .sidenav-detail .has-subfolder.has-active-children>.label{display:none}.site.sidebar .sidenav-detail .subfolder>li:not(.is-active):not(.has-active-children){display:none}.site.sidebar .sidenav-detail .is-active>a,.site.sidebar .sidenav-detail .is-active>.label{color:#015fdf;background-color:rgba(1,95,223,.1);font-weight:600}.site.sidebar .sidenav-detail h6{margin:.75rem 1rem;padding:1.5rem 0 0;font-size:87.5%;font-weight:400;color:#4a4a4f;border-top:1px solid #e5e5e5}@media print,screen and (min-width: 60em){.site.sidebar .sidenav-detail .is-active>.section{display:block;padding-top:.375rem;padding-bottom:.375rem}.site.sidebar .sidenav-detail .is-active>.section a{padding-top:.375rem;padding-bottom:.375rem;padding-left:2.125rem;position:relative}.site.sidebar .sidenav-detail .is-active>.section a::before{content:"";display:block;position:absolute;left:1rem;width:.125rem;top:0;height:100%;background-color:#e5e5e5}.site.sidebar .sidenav-detail .is-active>.section a.is-in-view{color:#015fdf;font-weight:600}.site.sidebar .sidenav-detail .is-active>.section a.is-in-view::before{background-image:linear-gradient(180deg, #0099f1 0%, #9059ff 9%, #b833e1 35%, #e31587 52%, #fc4055 70%, #ff9640 92%, #fff36e 100%)}}@media print,screen and (max-width: 59.99875em){.site.sidebar .sidenav-detail{display:none}.site.sidebar .sidenav-detail li.is-active .category:first-of-type h6{margin-top:1.5rem}}@media print,screen and (max-width: 59.99875em){.site.sidebar.subnav-open{overflow:hidden}.site.sidebar.subnav-open .sidenav{height:100vh;width:100%;z-index:19}.site.sidebar.subnav-open .sidenav-status{top:0;position:sticky;background-color:#f9f9fb;border-bottom:1px solid #e5e5e5;z-index:10}.site.sidebar.subnav-open .sidenav-status::after{transform:rotate(180deg)}.site.sidebar.subnav-open #sidenav-status-pagename{opacity:0;transform:translateY(1rem)}.site.sidebar.subnav-open .sidenav-status-instruction{opacity:1;transform:translateY(0)}.site.sidebar.subnav-open .minimize+.site-wrapper .sidenav{height:calc(100vh + 2.5rem)}}@media print,screen and (min-width: 60em){.site-header.minimize+.site-wrapper .sidenav{top:0;height:100%}}@media print,screen and (max-width: 59.99875em){.site-header.minimize+.site-wrapper .sidenav{transform:translateY(0)}}.site.sidebar .site-content{flex:1 0 auto;display:flex;flex-flow:column nowrap;min-width:0;background-color:#fefefe}@media print,screen and (min-width: 60em){.site.sidebar .site-content{flex:0 0 calc(100% - 15rem);width:calc(100% - 15rem)}}.site.sidebar .site-content-body{flex:1 0 auto;width:100%;padding-bottom:.5rem}@media print,screen and (min-width: 40em){.site.sidebar .site-content-body{padding-bottom:1rem}}@media screen and (min-width: 82.5em){.site.sidebar .site-content-body{padding-bottom:1.5rem}}.site.sidebar .site-content-body h1,.site.sidebar .site-content-body h2{margin-top:.75rem;border-top:1px solid #e5e5e5;padding-top:2.8125rem}@media print,screen and (min-width: 40em){.site.sidebar .site-content-body h1,.site.sidebar .site-content-body h2{margin-top:1.5rem;padding-top:3.75rem}}.site.sidebar .panel{padding-top:2rem;padding-bottom:1.5rem}@media print,screen and (min-width: 40em){.site.sidebar .panel{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (min-width: 82.5em){.site.sidebar .panel{padding-top:3.75rem;padding-bottom:3.75rem}}.site.sidebar .panel-collapse{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width: 40em){.site.sidebar .panel-collapse{margin-top:2.5rem;margin-bottom:2.5rem}}@media screen and (min-width: 82.5em){.site.sidebar .panel-collapse{margin-top:3.75rem;margin-bottom:3.75rem}}.module{padding-left:.5rem;padding-right:.5rem;margin:.75rem auto}@media print,screen and (min-width: 40em){.module{padding-left:.75rem;padding-right:.75rem;margin-top:1.5rem;margin-bottom:1.5rem}}@media screen and (min-width: 82.5em){.module{display:flex;flex-flow:row nowrap;align-items:flex-start;max-width:84%}}@media screen and (min-width: 125em){.module{max-width:90rem}}.module-content{min-width:0}.module-content img{display:inline-block;max-width:100%;margin-bottom:.375rem;border-radius:.25rem}@media print,screen and (min-width: 40em){.module-content img{margin-bottom:.5rem}}@media screen and (min-width: 82.5em){.module-content{flex:0 0 75%;width:75%}}.module-aside{padding:0 .5rem}@media print,screen and (min-width: 40em){.module-aside{flex:0 0 50%;width:50%;padding:0 .75rem}}@media print,screen and (min-width: 60em){.module-aside{flex:0 0 33.3333%;width:33.3333%}}@media screen and (min-width: 82.5em){.module-aside{flex:0 0 25%;width:25%}}.module-aside.tile{margin:0 0 2.25rem 0;font-size:87.5%;padding:1.5rem !important}.module-aside.tile::before{left:.75rem;width:calc(100% - 1.5rem);top:.75rem;height:calc(100% - 1.5rem)}.module-aside.tile>*:not(:last-child){margin-bottom:.75rem}.page-hero,.overview-hero{margin-bottom:2rem}@media screen and (min-width: 82.5em){.page-hero,.overview-hero{margin-bottom:.25rem}}.page-hero .module,.overview-hero .module{margin-top:0;margin-bottom:0}.page-hero h1,.page-hero h2,.overview-hero h1,.overview-hero h2{margin-top:0 !important;border-top:0 !important;padding-top:0 !important}.page-hero h1::after,.page-hero h2::after,.overview-hero h1::after,.overview-hero h2::after{display:none}.page-hero .section-title,.overview-hero .section-title{margin-bottom:1em}.page-hero .section-title small,.overview-hero .section-title small{color:inherit}.page-hero-description,.overview-hero-description{padding:2rem 0 .75rem}.page-hero-description p:last-child,.overview-hero-description p:last-child{margin-bottom:0}@media print,screen and (min-width: 60em){.page-hero-description,.overview-hero-description{padding:4.375rem 0 1.5rem}}.page-hero-cta,.overview-hero-cta{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -0.5rem;padding:.25rem 0 1.75rem}.page-hero-cta .button,.overview-hero-cta .button{flex:0 0 auto;margin:.5rem}.page-hero+.module,.page-hero+.page-section-container>.module:first-child,.overview-hero+.module,.overview-hero+.page-section-container>.module:first-child{margin-top:0}.page-hero+.module h1:first-child,.page-hero+.module h2:first-child,.page-hero+.page-section-container>.module:first-child h1:first-child,.page-hero+.page-section-container>.module:first-child h2:first-child,.overview-hero+.module h1:first-child,.overview-hero+.module h2:first-child,.overview-hero+.page-section-container>.module:first-child h1:first-child,.overview-hero+.page-section-container>.module:first-child h2:first-child{border-top:0;margin-top:.75rem}@media print,screen and (max-width: 82.49875em){.page-hero+.module h1:first-child,.page-hero+.module h2:first-child,.page-hero+.page-section-container>.module:first-child h1:first-child,.page-hero+.page-section-container>.module:first-child h2:first-child,.overview-hero+.module h1:first-child,.overview-hero+.module h2:first-child,.overview-hero+.page-section-container>.module:first-child h1:first-child,.overview-hero+.page-section-container>.module:first-child h2:first-child{padding-top:0}}@media screen and (min-width: 82.5em){.page-hero+.module .module-content>.cell>*:first-child,.page-hero+.page-section-container>.module:first-child .module-content>.cell>*:first-child,.overview-hero+.module .module-content>.cell>*:first-child,.overview-hero+.page-section-container>.module:first-child .module-content>.cell>*:first-child{padding-top:0;margin-top:4.5rem}}.overview-hero{color:#fefefe;background:#015fdf no-repeat center/cover}.overview-hero .button{background-color:#fefefe;color:#015fdf}.overview-hero .button:hover{background-color:#015fdf;color:#fefefe}.overview-hero .button.secondary{background-color:rgba(0,0,0,0);border-color:#fefefe;color:#fefefe}.overview-hero .button.secondary:hover{background-color:#fefefe;color:#015fdf}.overview-hero-description{padding:3.125rem 0 1.5625rem}@media print,screen and (min-width: 60em){.overview-hero-description{padding:6.25rem 0 3.4375rem}}.overview-hero-cta{padding:1.5625rem 0 3.125rem;margin:-0.5rem}.page-hero{background-color:#f0f0f4}.page-hero-cta{padding-bottom:0}.page-hero-cta::after{content:"";display:block;width:calc(100% - 1rem);margin-left:auto;margin-right:auto;margin-top:1.25rem}@media print,screen and (min-width: 60em){.page-hero-cta::after{margin-top:2.5rem}}.table-of-contents{margin-top:2rem;font-size:87.5%}.table-of-contents h6{font-size:87.5%;font-weight:400;color:#4a4a4f;margin-bottom:.5rem}.table-of-contents ol{list-style:none;margin:0}@media screen and (min-width: 82.5em){.table-of-contents{order:2;position:relative;padding-left:0 !important;margin-top:3.75rem}.table-of-contents-inner{position:absolute;width:100%;padding-left:1.75rem}}@media print,screen and (max-width: 82.49875em){.table-of-contents{flex:0 0 100%;width:100%}.table-of-contents ol{padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5;margin-bottom:1.875rem}}.documentation-topics{background-color:#f0f0f4;font-size:87.5%;padding:1.5rem 0;flex:none}.documentation-topics h6{margin-bottom:.75rem}.documentation-topics ul{margin:0;list-style:none}.documentation-topics li{margin-bottom:.75rem}@media print,screen and (min-width: 40em){.documentation-topics{padding:2.25rem 0}.documentation-topics h6{margin-bottom:1.5rem}.documentation-topics ul{display:flex;flex-flow:row wrap;list-style:none;width:100%;margin-left:0;margin-bottom:0;justify-content:flex-start;justify-content:space-between}.documentation-topics ul>li{flex:0 0 auto;margin:0 1.2rem}.documentation-topics ul>li:first-child{margin-left:0}.documentation-topics ul>li:last-child{margin-right:0}.documentation-topics ul>li>a{display:inline-block;text-decoration:none}.documentation-topics ul a:focus{text-decoration:underline}}@media screen and (min-width: 82.5em){.site.sidebar .social .grid-container,.site.sidebar .site-footer .grid-container{max-width:84%}}@media screen and (min-width: 125em){.site.sidebar .social .grid-container,.site.sidebar .site-footer .grid-container{max-width:90rem}}#booking-frame{width:100%;margin-bottom:-6px;box-sizing:border-box;border:1px solid gray;border-radius:.25rem}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=40em&large=60em&xlarge=82.5em&xxlarge=125em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Inter",sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:.25rem}select{box-sizing:border-box;width:100%;border-radius:.25rem}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:.25rem;background:rgba(0,0,0,0);line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}.grid-container{max-width:105rem;margin-left:auto;margin-right:auto;padding-right:0.5rem;padding-left:0.5rem}@media print,screen and (min-width: 40em){.grid-container{padding-right:0.75rem;padding-left:0.75rem}}.grid-container.fluid{max-width:100%;margin-left:auto;margin-right:auto;padding-right:0.5rem;padding-left:0.5rem}@media print,screen and (min-width: 40em){.grid-container.fluid{padding-right:0.75rem;padding-left:0.75rem}}.grid-container.full{max-width:100%;margin-left:auto;margin-right:auto;padding-right:0;padding-left:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print,screen and (min-width: 40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 60em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}@media screen and (min-width: 82.5em){.grid-x>.xlarge-shrink,.grid-x>.xlarge-full,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12{flex-basis:auto}}@media screen and (min-width: 125em){.grid-x>.xxlarge-shrink,.grid-x>.xxlarge-full,.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12{flex-basis:auto}}.grid-x>.small-12,.grid-x>.small-11,.grid-x>.small-10,.grid-x>.small-9,.grid-x>.small-8,.grid-x>.small-7,.grid-x>.small-6,.grid-x>.small-5,.grid-x>.small-4,.grid-x>.small-3,.grid-x>.small-2,.grid-x>.small-1{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width: 40em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-12,.grid-x>.medium-11,.grid-x>.medium-10,.grid-x>.medium-9,.grid-x>.medium-8,.grid-x>.medium-7,.grid-x>.medium-6,.grid-x>.medium-5,.grid-x>.medium-4,.grid-x>.medium-3,.grid-x>.medium-2,.grid-x>.medium-1,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width: 60em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-12,.grid-x>.large-11,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-1,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width: 82.5em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-12,.grid-x>.xlarge-11,.grid-x>.xlarge-10,.grid-x>.xlarge-9,.grid-x>.xlarge-8,.grid-x>.xlarge-7,.grid-x>.xlarge-6,.grid-x>.xlarge-5,.grid-x>.xlarge-4,.grid-x>.xlarge-3,.grid-x>.xlarge-2,.grid-x>.xlarge-1,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width: 125em){.grid-x>.xxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxlarge-12,.grid-x>.xxlarge-11,.grid-x>.xxlarge-10,.grid-x>.xxlarge-9,.grid-x>.xxlarge-8,.grid-x>.xxlarge-7,.grid-x>.xxlarge-6,.grid-x>.xxlarge-5,.grid-x>.xxlarge-4,.grid-x>.xxlarge-3,.grid-x>.xxlarge-2,.grid-x>.xxlarge-1,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.3333333333%}.grid-x>.xxlarge-2{width:16.6666666667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.3333333333%}.grid-x>.xxlarge-5{width:41.6666666667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.3333333333%}.grid-x>.xxlarge-8{width:66.6666666667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.3333333333%}.grid-x>.xxlarge-11{width:91.6666666667%}.grid-x>.xxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-0.5rem;margin-right:-0.5rem}@media print,screen and (min-width: 40em){.grid-margin-x{margin-left:-0.75rem;margin-right:-0.75rem}}.grid-margin-x>.cell{width:calc(100% - 1rem);margin-left:0.5rem;margin-right:0.5rem}@media print,screen and (min-width: 40em){.grid-margin-x>.cell{width:calc(100% - 1.5rem);margin-left:0.75rem;margin-right:0.75rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1rem)}.grid-margin-x>.small-3{width:calc(25% - 1rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1rem)}.grid-margin-x>.small-6{width:calc(50% - 1rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1rem)}.grid-margin-x>.small-9{width:calc(75% - 1rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1rem)}.grid-margin-x>.small-12{width:calc(100% - 1rem)}@media print,screen and (min-width: 40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.5rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x>.small-3{width:calc(25% - 1.5rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.5rem)}.grid-margin-x>.small-6{width:calc(50% - 1.5rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.5rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.5rem)}.grid-margin-x>.small-9{width:calc(75% - 1.5rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.5rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.5rem)}.grid-margin-x>.small-12{width:calc(100% - 1.5rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 1.5rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.5rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 1.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.5rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 1.5rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 1.5rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.5rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 1.5rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 1.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.5rem)}}@media print,screen and (min-width: 60em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 1.5rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x>.large-3{width:calc(25% - 1.5rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 1.5rem)}.grid-margin-x>.large-6{width:calc(50% - 1.5rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 1.5rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 1.5rem)}.grid-margin-x>.large-9{width:calc(75% - 1.5rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 1.5rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 1.5rem)}.grid-margin-x>.large-12{width:calc(100% - 1.5rem)}}@media screen and (min-width: 82.5em){.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.3333333333% - 1.5rem)}.grid-margin-x>.xlarge-2{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.5rem)}.grid-margin-x>.xlarge-4{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x>.xlarge-5{width:calc(41.6666666667% - 1.5rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.5rem)}.grid-margin-x>.xlarge-7{width:calc(58.3333333333% - 1.5rem)}.grid-margin-x>.xlarge-8{width:calc(66.6666666667% - 1.5rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.5rem)}.grid-margin-x>.xlarge-10{width:calc(83.3333333333% - 1.5rem)}.grid-margin-x>.xlarge-11{width:calc(91.6666666667% - 1.5rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.5rem)}}@media screen and (min-width: 125em){.grid-margin-x>.xxlarge-auto{width:auto}.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.3333333333% - 1.5rem)}.grid-margin-x>.xxlarge-2{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.5rem)}.grid-margin-x>.xxlarge-4{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x>.xxlarge-5{width:calc(41.6666666667% - 1.5rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.5rem)}.grid-margin-x>.xxlarge-7{width:calc(58.3333333333% - 1.5rem)}.grid-margin-x>.xxlarge-8{width:calc(66.6666666667% - 1.5rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.5rem)}.grid-margin-x>.xxlarge-10{width:calc(83.3333333333% - 1.5rem)}.grid-margin-x>.xxlarge-11{width:calc(91.6666666667% - 1.5rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.5rem)}}.grid-padding-x .grid-padding-x{margin-right:-0.5rem;margin-left:-0.5rem}@media print,screen and (min-width: 40em){.grid-padding-x .grid-padding-x{margin-right:-0.75rem;margin-left:-0.75rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-0.5rem;margin-left:-0.5rem}@media print,screen and (min-width: 40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-0.75rem;margin-left:-0.75rem}}.grid-padding-x>.cell{padding-right:0.5rem;padding-left:0.5rem}@media print,screen and (min-width: 40em){.grid-padding-x>.cell{padding-right:0.75rem;padding-left:0.75rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width: 40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width: 60em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width: 82.5em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width: 125em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1rem)}@media print,screen and (min-width: 40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.5rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 1.5rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media print,screen and (min-width: 60em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 1.5rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media screen and (min-width: 82.5em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.2857142857% - 1.5rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media screen and (min-width: 125em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.3333333333% - 1.5rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.6666666667% - 1.5rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.2857142857% - 1.5rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.5rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width: 40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 60em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 82.5em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 125em){.small-margin-collapse>.xxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxlarge-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width: 40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 60em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 82.5em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 125em){.medium-margin-collapse>.xxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width: 40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width: 60em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 60em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 60em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 60em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 82.5em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 125em){.large-margin-collapse>.xxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width: 60em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 82.5em){.xlarge-margin-collapse{margin-right:0;margin-left:0}.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 82.5em){.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 82.5em){.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 82.5em){.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 82.5em){.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 125em){.xlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width: 82.5em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 125em){.xxlarge-margin-collapse{margin-right:0;margin-left:0}.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 125em){.xxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 125em){.xxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 125em){.xxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 125em){.xxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 125em){.xxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width: 125em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 1rem / 2)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 1rem / 2)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 1rem / 2)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 1rem / 2)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 1rem / 2)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 1rem / 2)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 1rem / 2)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 1rem / 2)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 1rem / 2)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 1rem / 2)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 1rem / 2)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 1rem / 2)}@media print,screen and (min-width: 40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 1.5rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 1.5rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 1.5rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 1.5rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 1.5rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 1.5rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 1.5rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 1.5rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 1.5rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 1.5rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 1.5rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 1.5rem / 2)}}@media print,screen and (min-width: 60em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 1.5rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 1.5rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 1.5rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 1.5rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 1.5rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 1.5rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 1.5rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 1.5rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 1.5rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 1.5rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 1.5rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 1.5rem / 2)}}@media screen and (min-width: 82.5em){.xlarge-offset-0{margin-left:0%}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0% + 1.5rem / 2)}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.3333333333% + 1.5rem / 2)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.6666666667% + 1.5rem / 2)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + 1.5rem / 2)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.3333333333% + 1.5rem / 2)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.6666666667% + 1.5rem / 2)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + 1.5rem / 2)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.3333333333% + 1.5rem / 2)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.6666666667% + 1.5rem / 2)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + 1.5rem / 2)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.3333333333% + 1.5rem / 2)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.6666666667% + 1.5rem / 2)}}@media screen and (min-width: 125em){.xxlarge-offset-0{margin-left:0%}.grid-margin-x>.xxlarge-offset-0{margin-left:calc(0% + 1.5rem / 2)}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.3333333333% + 1.5rem / 2)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.6666666667% + 1.5rem / 2)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + 1.5rem / 2)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.3333333333% + 1.5rem / 2)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.6666666667% + 1.5rem / 2)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + 1.5rem / 2)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.3333333333% + 1.5rem / 2)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.6666666667% + 1.5rem / 2)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + 1.5rem / 2)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.3333333333% + 1.5rem / 2)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.6666666667% + 1.5rem / 2)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print,screen and (min-width: 40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 60em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}@media screen and (min-width: 82.5em){.grid-y>.xlarge-shrink,.grid-y>.xlarge-full,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12{flex-basis:auto}}@media screen and (min-width: 125em){.grid-y>.xxlarge-shrink,.grid-y>.xxlarge-full,.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12{flex-basis:auto}}.grid-y>.small-12,.grid-y>.small-11,.grid-y>.small-10,.grid-y>.small-9,.grid-y>.small-8,.grid-y>.small-7,.grid-y>.small-6,.grid-y>.small-5,.grid-y>.small-4,.grid-y>.small-3,.grid-y>.small-2,.grid-y>.small-1{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width: 40em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-12,.grid-y>.medium-11,.grid-y>.medium-10,.grid-y>.medium-9,.grid-y>.medium-8,.grid-y>.medium-7,.grid-y>.medium-6,.grid-y>.medium-5,.grid-y>.medium-4,.grid-y>.medium-3,.grid-y>.medium-2,.grid-y>.medium-1,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width: 60em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-12,.grid-y>.large-11,.grid-y>.large-10,.grid-y>.large-9,.grid-y>.large-8,.grid-y>.large-7,.grid-y>.large-6,.grid-y>.large-5,.grid-y>.large-4,.grid-y>.large-3,.grid-y>.large-2,.grid-y>.large-1,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width: 82.5em){.grid-y>.xlarge-auto{flex:1 1 0;height:auto}.grid-y>.xlarge-12,.grid-y>.xlarge-11,.grid-y>.xlarge-10,.grid-y>.xlarge-9,.grid-y>.xlarge-8,.grid-y>.xlarge-7,.grid-y>.xlarge-6,.grid-y>.xlarge-5,.grid-y>.xlarge-4,.grid-y>.xlarge-3,.grid-y>.xlarge-2,.grid-y>.xlarge-1,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width: 125em){.grid-y>.xxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxlarge-12,.grid-y>.xxlarge-11,.grid-y>.xxlarge-10,.grid-y>.xxlarge-9,.grid-y>.xxlarge-8,.grid-y>.xxlarge-7,.grid-y>.xxlarge-6,.grid-y>.xxlarge-5,.grid-y>.xxlarge-4,.grid-y>.xxlarge-3,.grid-y>.xxlarge-2,.grid-y>.xxlarge-1,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.3333333333%}.grid-y>.xxlarge-2{height:16.6666666667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.3333333333%}.grid-y>.xxlarge-5{height:41.6666666667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.3333333333%}.grid-y>.xxlarge-8{height:66.6666666667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.3333333333%}.grid-y>.xxlarge-11{height:91.6666666667%}.grid-y>.xxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-0.5rem;margin-bottom:-0.5rem}@media print,screen and (min-width: 40em){.grid-padding-y .grid-padding-y{margin-top:-0.75rem;margin-bottom:-0.75rem}}.grid-padding-y>.cell{padding-top:0.5rem;padding-bottom:0.5rem}@media print,screen and (min-width: 40em){.grid-padding-y>.cell{padding-top:0.75rem;padding-bottom:0.75rem}}.grid-margin-y{margin-top:-0.5rem;margin-bottom:-0.5rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:-0.75rem;margin-bottom:-0.75rem}}.grid-margin-y>.cell{height:calc(100% - 1rem);margin-top:0.5rem;margin-bottom:0.5rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.5rem);margin-top:0.75rem;margin-bottom:0.75rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1rem)}.grid-margin-y>.small-3{height:calc(25% - 1rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1rem)}.grid-margin-y>.small-6{height:calc(50% - 1rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1rem)}.grid-margin-y>.small-9{height:calc(75% - 1rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1rem)}.grid-margin-y>.small-12{height:calc(100% - 1rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.small-3{height:calc(25% - 1.5rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.small-6{height:calc(50% - 1.5rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.small-9{height:calc(75% - 1.5rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.small-12{height:calc(100% - 1.5rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.5rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.5rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.5rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.5rem)}}@media print,screen and (min-width: 60em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.large-3{height:calc(25% - 1.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.large-6{height:calc(50% - 1.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.large-9{height:calc(75% - 1.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.large-12{height:calc(100% - 1.5rem)}}@media screen and (min-width: 82.5em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.5rem)}}@media screen and (min-width: 125em){.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xxlarge-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xxlarge-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xxlarge-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.5rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width: 40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 60em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width: 82.5em){.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width: 125em){.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width: 60em){.grid-y.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width: 82.5em){.grid-y.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width: 125em){.grid-y.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width: 40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width: 60em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width: 82.5em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width: 125em){.cell .grid-y.xxlarge-grid-frame{height:100%}}.grid-margin-y{margin-top:-0.5rem;margin-bottom:-0.5rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:-0.75rem;margin-bottom:-0.75rem}}.grid-margin-y>.cell{height:calc(100% - 1rem);margin-top:0.5rem;margin-bottom:0.5rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.5rem);margin-top:0.75rem;margin-bottom:0.75rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1rem)}.grid-margin-y>.small-3{height:calc(25% - 1rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1rem)}.grid-margin-y>.small-6{height:calc(50% - 1rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1rem)}.grid-margin-y>.small-9{height:calc(75% - 1rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1rem)}.grid-margin-y>.small-12{height:calc(100% - 1rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.small-3{height:calc(25% - 1.5rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.small-6{height:calc(50% - 1.5rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.small-9{height:calc(75% - 1.5rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.small-12{height:calc(100% - 1.5rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.5rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.5rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.5rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.5rem)}}@media print,screen and (min-width: 60em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.large-3{height:calc(25% - 1.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.large-6{height:calc(50% - 1.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.large-9{height:calc(75% - 1.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.large-12{height:calc(100% - 1.5rem)}}@media screen and (min-width: 82.5em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.xlarge-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.5rem)}}@media screen and (min-width: 125em){.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-2{height:calc(16.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xxlarge-4{height:calc(33.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-5{height:calc(41.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xxlarge-7{height:calc(58.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-8{height:calc(66.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xxlarge-10{height:calc(83.3333333333% - 1.5rem)}.grid-margin-y>.xxlarge-11{height:calc(91.6666666667% - 1.5rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.5rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width: 60em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media screen and (min-width: 82.5em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media screen and (min-width: 125em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width: 60em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.5rem)}}@media screen and (min-width: 82.5em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.5rem)}}@media screen and (min-width: 125em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.5rem)}}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width: 60em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width: 82.5em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width: 125em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width: 60em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 82.5em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 125em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1.5rem;font-size:inherit;line-height:1.5;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:600;line-height:inherit}small{font-size:87.5%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Inter",sans-serif;font-style:normal;font-weight:600;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:1.75rem;line-height:1.125;margin-top:0;margin-bottom:1.5rem}h2,.h2{font-size:1.5rem;line-height:1.2375;margin-top:0;margin-bottom:1.5rem}h3,.h3{font-size:1.125rem;line-height:1.2375;margin-top:0;margin-bottom:1.5rem}h4,.h4{font-size:1rem;line-height:1.2375;margin-top:0;margin-bottom:1.5rem}h5,.h5{font-size:1rem;line-height:1.4625;margin-top:0;margin-bottom:1.5rem}h6,.h6{font-size:.875rem;line-height:1.63125;margin-top:0;margin-bottom:1.5rem}@media print,screen and (min-width: 40em){h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.5rem}h4,.h4{font-size:1rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}}a{line-height:inherit;color:#015fdf;text-decoration:none;cursor:pointer}a:hover,a:focus{color:#003eaa}a img{border:0}hr{clear:both;max-width:105rem;height:0;margin:2.5rem auto;border-top:0;border-right:0;border-bottom:1px solid #f0f0f4;border-left:0}ul,ol,dl{margin-bottom:1.5rem;list-style-position:outside;line-height:1.5}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:600}blockquote{margin:0 0 1.5rem;padding:1rem 0 1rem 1rem;border-left:5px solid #aaa}blockquote,blockquote p{line-height:1.5;color:#4a4a4f}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#f0f0f4;font-family:consolas,"Liberation Mono",courier,monospace;color:#0a0a0a;border-radius:.25rem}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#4a4a4f}.lead{font-size:150%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#0a0a0a;font-size:.8125rem}.cite-block:before,cite:before{content:""}.code-inline{border:0;background-color:#20123a;font-family:consolas,"Liberation Mono",courier,monospace;font-weight:400;color:#fefefe;display:inline;max-width:100%;word-wrap:break-word;padding:.0625rem .3125rem}.code-block{border:0;background-color:#20123a;font-family:consolas,"Liberation Mono",courier,monospace;font-weight:400;color:#fefefe;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width: 60em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width: 82.5em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width: 125em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;print-color-adjust:economy;box-shadow:none !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #4a4a4f;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{appearance:none;display:block;box-sizing:border-box;width:100%;height:2rem;margin:0 0 .75rem;padding:.375rem;border:1px solid #cacaca;border-radius:.25rem;background-color:#fefefe;box-shadow:0;font-family:inherit;font-size:.875rem;font-weight:400;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:1px solid #4a4a4f;background-color:#fefefe;box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3);transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#f0f0f4;cursor:not-allowed}[type=submit],[type=button]{appearance:none;border-radius:.25rem}input[type=search]{box-sizing:border-box}::placeholder{color:#cacaca}[type=file],[type=checkbox],[type=radio]{margin:0 0 .75rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.375rem;margin-right:.75rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.375rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 .75rem;line-height:1.5;padding:.4375rem 0}.help-text{margin-top:-.375rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:flex;width:100%;margin-bottom:.75rem;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:.25rem 0 0 .25rem}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 .25rem .25rem 0}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#f0f0f4;color:#0a0a0a;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:.875rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.375rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2rem;margin:0 0 .75rem;padding:.375rem;appearance:none;border:1px solid #cacaca;border-radius:.25rem;background-color:#fefefe;font-family:inherit;font-size:.875rem;font-weight:400;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out;background-origin:content-box;background-position:right -.75rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.125rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2874, 74, 79%29"></polygon></svg>')}@media screen and (min-width: 0\0 ){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:1px solid #4a4a4f;background-color:#fefefe;box-shadow:inset 0 0 0 1px #0a84ff,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3);transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#f0f0f4;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#ff4f5e;background-color:rgb(254.1,236.5,238)}.is-invalid-input:not(:focus)::placeholder{color:#ff4f5e}.is-invalid-label{color:#ff4f5e}.form-error{display:none;margin-top:-.375rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;color:#ff4f5e}.form-error.is-visible{display:block}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;border:1px solid rgba(0,0,0,0);border-radius:.25rem;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.875rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;padding:.575em 1.15em}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.625rem}.button.small{font-size:.75rem}.button.large{font-size:1rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button[disabled],.button.disabled:hover,.button[disabled]:hover,.button.disabled:focus,.button[disabled]:focus{background-color:#015fdf;color:#fefefe}.button:hover,.button:focus{background-color:#003eaa;color:#fefefe}.button.primary,.button.primary.disabled,.button.primary[disabled],.button.primary.disabled:hover,.button.primary[disabled]:hover,.button.primary.disabled:focus,.button.primary[disabled]:focus{background-color:#015fdf;color:#fefefe}.button.primary:hover,.button.primary:focus{background-color:rgb(.8,76,178.4);color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary[disabled],.button.secondary.disabled:hover,.button.secondary[disabled]:hover,.button.secondary.disabled:focus,.button.secondary[disabled]:focus{background-color:#777;color:#fefefe}.button.secondary:hover,.button.secondary:focus{background-color:rgb(95.2,95.2,95.2);color:#fefefe}.button.success,.button.success.disabled,.button.success[disabled],.button.success.disabled:hover,.button.success[disabled]:hover,.button.success.disabled:focus,.button.success[disabled]:focus{background-color:#2bc3a2;color:#0a0a0a}.button.success:hover,.button.success:focus{background-color:rgb(34.4,156,129.6);color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning[disabled],.button.warning.disabled:hover,.button.warning[disabled]:hover,.button.warning.disabled:focus,.button.warning[disabled]:focus{background-color:#ffd568;color:#0a0a0a}.button.warning:hover,.button.warning:focus{background-color:rgb(255,193.0291390728,32.2);color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert[disabled],.button.alert.disabled:hover,.button.alert[disabled]:hover,.button.alert.disabled:focus,.button.alert[disabled]:focus{background-color:#ff4f5e;color:#0a0a0a}.button.alert:hover,.button.alert:focus{background-color:rgb(255,12.2,32.8931818182);color:#0a0a0a}.button.hollow,.button.hollow:hover,.button.hollow:focus,.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:rgba(0,0,0,0)}.button.hollow,.button.hollow.disabled,.button.hollow[disabled],.button.hollow.disabled:hover,.button.hollow[disabled]:hover,.button.hollow.disabled:focus,.button.hollow[disabled]:focus{border:1px solid #015fdf;color:#015fdf}.button.hollow:hover,.button.hollow:focus{border-color:rgb(.5,47.5,111.5);color:rgb(.5,47.5,111.5)}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary[disabled],.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled]:hover,.button.hollow.primary.disabled:focus,.button.hollow.primary[disabled]:focus{border:1px solid #015fdf;color:#015fdf}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:rgb(.5,47.5,111.5);color:rgb(.5,47.5,111.5)}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary[disabled],.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled]:hover,.button.hollow.secondary.disabled:focus,.button.hollow.secondary[disabled]:focus{border:1px solid #777;color:#777}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(59.5,59.5,59.5);color:rgb(59.5,59.5,59.5)}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success[disabled],.button.hollow.success.disabled:hover,.button.hollow.success[disabled]:hover,.button.hollow.success.disabled:focus,.button.hollow.success[disabled]:focus{border:1px solid #2bc3a2;color:#2bc3a2}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(21.5,97.5,81);color:rgb(21.5,97.5,81)}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning[disabled],.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled]:hover,.button.hollow.warning.disabled:focus,.button.hollow.warning[disabled]:focus{border:1px solid #ffd568;color:#ffd568}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(179.5,129.5728476821,0);color:rgb(179.5,129.5728476821,0)}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert[disabled],.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled]:hover,.button.hollow.alert.disabled:focus,.button.hollow.alert[disabled]:focus{border:1px solid #ff4f5e;color:#ff4f5e}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(167,0,14.2329545455);color:rgb(167,0,14.2329545455)}.button.clear,.button.clear:hover,.button.clear:focus,.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear.disabled:hover,.button.clear[disabled]:hover,.button.clear.disabled:focus,.button.clear[disabled]:focus{color:#015fdf}.button.clear:hover,.button.clear:focus{color:rgb(.5,47.5,111.5)}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary.disabled:hover,.button.clear.primary[disabled]:hover,.button.clear.primary.disabled:focus,.button.clear.primary[disabled]:focus{color:#015fdf}.button.clear.primary:hover,.button.clear.primary:focus{color:rgb(.5,47.5,111.5)}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled]:hover,.button.clear.secondary.disabled:focus,.button.clear.secondary[disabled]:focus{color:#777}.button.clear.secondary:hover,.button.clear.secondary:focus{color:rgb(59.5,59.5,59.5)}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success.disabled:hover,.button.clear.success[disabled]:hover,.button.clear.success.disabled:focus,.button.clear.success[disabled]:focus{color:#2bc3a2}.button.clear.success:hover,.button.clear.success:focus{color:rgb(21.5,97.5,81)}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning.disabled:hover,.button.clear.warning[disabled]:hover,.button.clear.warning.disabled:focus,.button.clear.warning[disabled]:focus{color:#ffd568}.button.clear.warning:hover,.button.clear.warning:focus{color:rgb(179.5,129.5728476821,0)}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert.disabled:hover,.button.clear.alert[disabled]:hover,.button.clear.alert.disabled:focus,.button.clear.alert[disabled]:focus{color:#ff4f5e}.button.clear.alert:hover,.button.clear.alert:focus{color:rgb(167,0,14.2329545455)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fefefe rgba(0,0,0,0) rgba(0,0,0,0);position:relative;top:.4em;display:inline-block;float:right;margin-left:1.15em}.button.dropdown.hollow::after,.button.dropdown.clear::after{border-top-color:#015fdf}.button.dropdown.hollow.primary::after,.button.dropdown.clear.primary::after{border-top-color:#015fdf}.button.dropdown.hollow.secondary::after,.button.dropdown.clear.secondary::after{border-top-color:#777}.button.dropdown.hollow.success::after,.button.dropdown.clear.success::after{border-top-color:#2bc3a2}.button.dropdown.hollow.warning::after,.button.dropdown.clear.warning::after{border-top-color:#ffd568}.button.dropdown.hollow.alert::after,.button.dropdown.clear.alert::after{border-top-color:#ff4f5e}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}.button-group{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:stretch;flex-grow:1}.button-group::before,.button-group::after{display:none}.button-group::before,.button-group::after{display:table;content:" ";flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.875rem;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.625rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button[disabled],.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled]:hover,.button-group.primary .button.disabled:focus,.button-group.primary .button[disabled]:focus{background-color:#015fdf;color:#fefefe}.button-group.primary .button:hover,.button-group.primary .button:focus{background-color:rgb(.8,76,178.4);color:#fefefe}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button[disabled],.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled]:hover,.button-group.secondary .button.disabled:focus,.button-group.secondary .button[disabled]:focus{background-color:#777;color:#fefefe}.button-group.secondary .button:hover,.button-group.secondary .button:focus{background-color:rgb(95.2,95.2,95.2);color:#fefefe}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button[disabled],.button-group.success .button.disabled:hover,.button-group.success .button[disabled]:hover,.button-group.success .button.disabled:focus,.button-group.success .button[disabled]:focus{background-color:#2bc3a2;color:#0a0a0a}.button-group.success .button:hover,.button-group.success .button:focus{background-color:rgb(34.4,156,129.6);color:#0a0a0a}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button[disabled],.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled]:hover,.button-group.warning .button.disabled:focus,.button-group.warning .button[disabled]:focus{background-color:#ffd568;color:#0a0a0a}.button-group.warning .button:hover,.button-group.warning .button:focus{background-color:rgb(255,193.0291390728,32.2);color:#0a0a0a}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button[disabled],.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled]:hover,.button-group.alert .button.disabled:focus,.button-group.alert .button[disabled]:focus{background-color:#ff4f5e;color:#0a0a0a}.button-group.alert .button:hover,.button-group.alert .button:focus{background-color:rgb(255,12.2,32.8931818182);color:#0a0a0a}.button-group.hollow .button,.button-group.hollow .button:hover,.button-group.hollow .button:focus,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:hover,.button-group.hollow .button.disabled:focus,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:hover,.button-group.hollow .button[disabled]:focus{background-color:rgba(0,0,0,0)}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button[disabled],.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled]:hover,.button-group.hollow .button.disabled:focus,.button-group.hollow .button[disabled]:focus{border:1px solid #015fdf;color:#015fdf}.button-group.hollow .button:hover,.button-group.hollow .button:focus{border-color:rgb(.5,47.5,111.5);color:rgb(.5,47.5,111.5)}.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled]:hover,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary[disabled]:focus{border:1px solid #015fdf;color:#015fdf}.button-group.hollow.primary .button:hover,.button-group.hollow.primary .button:focus,.button-group.hollow .button.primary:hover,.button-group.hollow .button.primary:focus{border-color:rgb(.5,47.5,111.5);color:rgb(.5,47.5,111.5)}.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled]:hover,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary[disabled]:focus{border:1px solid #777;color:#777}.button-group.hollow.secondary .button:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow .button.secondary:focus{border-color:rgb(59.5,59.5,59.5);color:rgb(59.5,59.5,59.5)}.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled]:hover,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button[disabled]:focus,.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success[disabled]:focus{border:1px solid #2bc3a2;color:#2bc3a2}.button-group.hollow.success .button:hover,.button-group.hollow.success .button:focus,.button-group.hollow .button.success:hover,.button-group.hollow .button.success:focus{border-color:rgb(21.5,97.5,81);color:rgb(21.5,97.5,81)}.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled]:hover,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning[disabled]:focus{border:1px solid #ffd568;color:#ffd568}.button-group.hollow.warning .button:hover,.button-group.hollow.warning .button:focus,.button-group.hollow .button.warning:hover,.button-group.hollow .button.warning:focus{border-color:rgb(179.5,129.5728476821,0);color:rgb(179.5,129.5728476821,0)}.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled]:hover,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert[disabled]:focus{border:1px solid #ff4f5e;color:#ff4f5e}.button-group.hollow.alert .button:hover,.button-group.hollow.alert .button:focus,.button-group.hollow .button.alert:hover,.button-group.hollow .button.alert:focus{border-color:rgb(167,0,14.2329545455);color:rgb(167,0,14.2329545455)}.button-group.clear .button,.button-group.clear .button:hover,.button-group.clear .button:focus,.button-group.clear .button.disabled,.button-group.clear .button.disabled:hover,.button-group.clear .button.disabled:focus,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:hover,.button-group.clear .button[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button[disabled],.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled]:hover,.button-group.clear .button.disabled:focus,.button-group.clear .button[disabled]:focus{color:#015fdf}.button-group.clear .button:hover,.button-group.clear .button:focus{color:rgb(.5,47.5,111.5)}.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled]:hover,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button[disabled]:focus,.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled]:hover,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary[disabled]:focus{color:#015fdf}.button-group.clear.primary .button:hover,.button-group.clear.primary .button:focus,.button-group.clear .button.primary:hover,.button-group.clear .button.primary:focus{color:rgb(.5,47.5,111.5)}.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled]:hover,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button[disabled]:focus,.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary[disabled]:focus{color:#777}.button-group.clear.secondary .button:hover,.button-group.clear.secondary .button:focus,.button-group.clear .button.secondary:hover,.button-group.clear .button.secondary:focus{color:rgb(59.5,59.5,59.5)}.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button[disabled],.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled]:hover,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button[disabled]:focus,.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success[disabled],.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled]:hover,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success[disabled]:focus{color:#2bc3a2}.button-group.clear.success .button:hover,.button-group.clear.success .button:focus,.button-group.clear .button.success:hover,.button-group.clear .button.success:focus{color:rgb(21.5,97.5,81)}.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled]:hover,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button[disabled]:focus,.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled]:hover,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning[disabled]:focus{color:#ffd568}.button-group.clear.warning .button:hover,.button-group.clear.warning .button:focus,.button-group.clear .button.warning:hover,.button-group.clear .button.warning:focus{color:rgb(179.5,129.5728476821,0)}.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled]:hover,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button[disabled]:focus,.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled]:hover,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert[disabled]:focus{color:#ff4f5e}.button-group.clear.alert .button:hover,.button-group.clear.alert .button:focus,.button-group.clear .button.alert:hover,.button-group.clear .button.alert:focus{color:rgb(167,0,14.2329545455)}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:rgba(0,0,0,0)}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-medium .button:last-child{margin-bottom:0}.button-group.stacked.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked-for-medium.expanded .button{flex:1 1 0px}@media print,screen and (min-width: 40em){.button-group.stacked-for-small .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width: 60em){.button-group.stacked-for-medium .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (max-width: 39.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width: 59.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:.25rem}thead,tbody,tfoot{border:1px solid hsl(240,9.0909090909%,90.5049019608%);background-color:#f9f9fa}caption{padding:.5rem;font-weight:600}thead{background:hsl(240,9.0909090909%,94.1740196078%);color:#0a0a0a}tfoot{background:hsl(240,9.0909090909%,90.5049019608%);color:#0a0a0a}thead tr,tfoot tr{background:rgba(0,0,0,0)}thead th,thead td,tfoot th,tfoot td{padding:.5rem;font-weight:600;text-align:left}tbody th,tbody td{padding:.5rem}tbody tr{border-bottom:1px solid hsl(240,9.0909090909%,90.5049019608%);background-color:#f9f9fa}table.striped tbody tr:nth-child(even){border-bottom:0;background-color:hsl(240,9.0909090909%,90.5049019608%)}@media print,screen and (max-width: 59.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:hsl(240,9.0909090909%,92.1740196078%)}table.hover tfoot tr:hover{background-color:hsl(240,9.0909090909%,88.5049019608%)}table.hover tbody tr:hover{background-color:hsl(240,9.0909090909%,95.8431372549%)}table.hover.striped tr:nth-of-type(even):hover{background-color:hsl(240,9.0909090909%,88.3431372549%)}.table-scroll{overflow-x:auto}.hide{display:none !important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print,screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.99875em){.show-for-medium{display:none !important}}@media print,screen and (min-width: 40em)and (max-width: 59.99875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.99875em),screen and (min-width: 60em){.show-for-medium-only{display:none !important}}@media print,screen and (min-width: 60em){.hide-for-large{display:none !important}}@media screen and (max-width: 59.99875em){.show-for-large{display:none !important}}@media print,screen and (min-width: 60em)and (max-width: 82.49875em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 59.99875em),screen and (min-width: 82.5em){.show-for-large-only{display:none !important}}@media screen and (min-width: 82.5em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 82.49875em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 82.5em)and (max-width: 124.99875em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 82.49875em),screen and (min-width: 125em){.show-for-xlarge-only{display:none !important}}@media screen and (min-width: 125em){.hide-for-xxlarge{display:none !important}}@media screen and (max-width: 124.99875em){.show-for-xxlarge{display:none !important}}@media screen and (min-width: 125em){.hide-for-xxlarge-only{display:none !important}}@media screen and (max-width: 124.99875em){.show-for-xxlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode{display:block !important}.hide-for-dark-mode{display:none !important}}.show-for-ie{display:none}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.show-for-ie{display:block !important}.hide-for-ie{display:none !important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}