/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;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:initial}sub{bottom:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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:initial}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}[hidden],template{display:none}.glide{box-sizing:border-box;position:relative;width:100%}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;margin:0;padding:0;position:relative;touch-action:pan-Y;transform-style:preserve-3d;white-space:nowrap;width:100%;will-change:transform}.glide__slide,.glide__slides--dragging{user-select:none}.glide__slide{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;flex-shrink:0;height:100%;white-space:normal;width:100%}.glide__slide a{-webkit-user-drag:none;user-select:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{background-color:initial;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);color:#fff;cursor:pointer;display:block;line-height:1;opacity:1;padding:9px 12px;position:absolute;text-shadow:0 .25em .5em rgba(0,0,0,.1);text-transform:uppercase;top:50%;transform:translateY(-50%);transition:opacity .15s ease,border .3s ease-in-out;z-index:2}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{bottom:2em;display:inline-flex;left:50%;list-style:none;position:absolute;transform:translateX(-50%);z-index:2}.glide__bullet{background-color:hsla(0,0%,100%,.5);border:2px solid transparent;border-radius:50%;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);cursor:pointer;height:9px;line-height:0;margin:0 .25em;padding:0;transition:all .3s ease-in-out;width:9px}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{background-color:hsla(0,0%,100%,.5);border:2px solid #fff}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);color:#fff;cursor:pointer;display:inline-block;max-width:calc(50% - 20px);opacity:0;padding:12px 20px;position:fixed;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;height:1.5em;margin:-7px 5px;width:1.5em}.toastify-center{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;max-width:-moz-fit-content;right:0}@media only screen and (max-width:360px){.toastify-left,.toastify-right{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;right:0}}:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-border-radius:.35em;--cc-btn-primary-bg:#ff9c98;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#ff9c98;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-btn-border-radius:4px;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4,6,8,.85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}.cc_div *,.cc_div :after,.cc_div :before,.cc_div :hover{-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-animation:none;animation:none;background:none;border:none;border-radius:0;border-radius:initial;box-shadow:none;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:inherit;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:initial;visibility:inherit}.cc_div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#2d4156;color:var(--cc-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:16px;font-weight:400}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.35em;border-radius:var(--cc-border-radius)}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:transparent;text-decoration:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,-webkit-transform .25s ease!important;transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important;transition:visibility .25s linear,opacity .25s ease,transform .25s ease,-webkit-transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,-webkit-transform .4s ease!important;transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important;transition:visibility .4s ease,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;-webkit-transform:translateX(100%);transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;-webkit-transform:translateX(-100%);transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{-webkit-transform:translateY(1.6em);transform:translateY(1.6em)}#cm.top.slide{-webkit-transform:translateY(-1.6em);transform:translateY(-1.6em)}#cm.bar.slide{-webkit-transform:translateY(100%);transform:translateY(100%)}#cm.bar.top.slide{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;-webkit-transform:scale(1);transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{-webkit-transform:scale(1) translateY(-50%);transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:1!important;visibility:visible!important}#cm{background:#fff;background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625em 1.875em rgba(2,2,3,.28);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1.1em 1.5em 1.4em;position:fixed;right:1.25em;-webkit-transform:scale(.95);transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:#eaeff2;background:var(--cc-btn-secondary-bg);border-radius:4px;border-radius:var(--cc-btn-border-radius);color:#2d4156;color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-webkit-user-select:none;-o-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:1em}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color .25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid #f1f3f5;border:1px solid var(--cc-section-border);margin-bottom:.5em;padding:1em;transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:transparent;background:initial}#s-bl .c-bl.b-ex{background:#f0f4f7;background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em;margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:#2d4156;color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgba(3,6,9,.26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;-webkit-transform:scale(.96);transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.8em;width:100%}#s-bns{border-top:1px solid #f1f3f5;border-top:1px solid var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid #ff9c98;border-bottom:1px solid var(--cc-btn-primary-bg);color:#ff9c98;color:var(--cc-btn-primary-bg);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{background:#ff9c98;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:#eaeff2;background:var(--cc-btn-secondary-bg);color:#2d4156;color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:#ff9c98;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#ff9c98;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#ff9c98;background:var(--cc-btn-primary-hover-bg)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-hdr{border-bottom:1px solid #f1f3f5;border-bottom:1px solid var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:transparent;border-radius:0 .25em .25em 0;height:100%;width:.9em}#s-bl::-webkit-scrollbar-thumb{background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border:.25em solid #fff;border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:#919ea6;background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:#fff;background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgba(24,32,35,.36);box-sizing:initial;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{-webkit-transform:translateX(1.9em);transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;padding:1.2em}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:rgba(4,6,8,.85);background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility .25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid #2d4156;border:solid var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{-webkit-transform:translateY(-20%) rotate(225deg);transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid #ecf2fa;border:solid var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:#2d4156;background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity .15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:#ecf2fa;background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;-webkit-transform-origin:center;transform-origin:center;width:.09375em}.cc_div .off-i:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cc_div .off-i:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;-webkit-transform:translateY(-37%);transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{-webkit-transform:scale(.95) translateY(-50%);transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.3em 2em;text-align:center;width:auto}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.625em 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;-webkit-transform:none;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.6em;padding-right:1.6em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.4em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;-webkit-transform:none;transform:none}.cc_div .b-tg{right:1.1em;-webkit-transform:scale(1.1);transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.3em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.3em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:none;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:0;min-width:auto;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}.cc_div.ie #c-vln{height:100%;padding-top:5.62em}.cc_div.ie .bar #c-vln{padding-top:0}.cc_div.ie #cs{margin-top:-5.625em;max-height:37.5em;position:relative;top:0}.cc_div.ie .bar #cs{margin-top:0;max-height:100%}.cc_div.ie #cm{border:1px solid #dee6e9}.cc_div.ie #c-s-in{top:0}.cc_div.ie .b-tg{margin-bottom:.7em;padding-left:1em}.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after{left:1.95em}.cc_div.ie #s-bl table{overflow:auto}.cc_div.ie .b-tg .c-tg{display:none}.cc_div.ie .b-tg .c-tgl{display:inline-block;height:auto;margin-bottom:.2em;position:relative;vertical-align:middle}.cc_div.ie #s-cnt .b-bn .b-tl{padding:1.3em 6.4em 1.3em 1.4em}.cc_div.ie .bar #s-bl td:before{display:none}.cc_div.ie .bar #s-bl td{padding:.8em .625em .8em 1.2em}.cc_div.ie .bar #s-bl thead tr{position:relative}.cc_div.ie .b-tg .t-lb{filter:alpha(opacity=0)}.cc_div.ie #cm-ov,.cc_div.ie #cs-ov{filter:alpha(opacity=80)}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition-duration:.15s;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-timing-function:linear}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{display:inline-block;height:21px;position:relative;width:30px}.hamburger-inner{display:block;margin-top:-1.5px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:4px;height:3px;position:absolute;transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;width:30px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-9px}.hamburger-inner:after{bottom:-9px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s}:not(i){font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.6rem}input,select,textarea{background:#fff;border:1px solid #d3d3d3;border-radius:.8rem;height:5.5rem;padding:0 1.5rem;position:relative;width:100%}textarea{min-height:12rem;padding:1.5rem}a{display:inline-block}a.inline-link{color:inherit;display:inline;font-size:inherit;text-decoration:underline}h1{color:#000;font-size:4.8rem;margin:4rem 0}p{color:#4a4a4a;font-size:2.3rem;font-weight:300;line-height:3.5rem;margin:0}p.subtitle{margin:4rem 0}h2{color:#000;font-size:4.8rem;margin:8rem 0}.background h2{color:#fff}h3{font-size:3.6rem;margin:2rem 0 0}h3,h4{color:#000;font-weight:900}h4{font-size:3.2rem;margin:2.5rem 0}figcaption{color:#4a4a4a;font-size:1.4rem;font-style:italic;margin-top:.3rem}a{color:#00093b;text-decoration:none}a:hover{text-decoration:underline}a.button{background-color:#001a8a;border-radius:1.2rem;border-width:0;box-sizing:border-box;color:#fff;cursor:pointer;font-size:2.3rem;font-style:normal;font-weight:700;line-height:2.8rem;padding:1.6rem 4.8rem;position:relative;text-align:center;text-decoration:none;transition:transform .1s}a.button:focus,a.button:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}a.button:active{-webkit-transform:scale(.98);transform:scale(.98)}a.button.primary{background-color:#ff9c98}a.button.outlined{background-color:#fff;border:.3rem solid #ff9c98;color:#ff9c98;padding:1.3rem 4.5rem}button.button{background-color:#001a8a;border-radius:1.2rem;border-width:0;color:#fff;cursor:pointer;font-size:2.3rem;font-style:normal;font-weight:700;line-height:2.8rem;min-height:6rem;padding:1.6rem 4.8rem;position:relative;transition:transform .1s}button.button:focus,button.button:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}button.button:active{-webkit-transform:scale(.98);transform:scale(.98)}button.button.primary{background-color:#ff9c98}button.button[loading]{-webkit-animation-duration:1.8s;animation-duration:1.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:4rem;left:50%;margin:-2rem 0 0 -2rem;position:absolute;top:50%;width:4rem;z-index:2}.spinner .path{stroke:#fff;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}footer .footer-content{align-items:center;display:flex;justify-content:center;margin:auto;max-width:100%;padding:8rem 0 0;width:120rem}@media only screen and (max-width:37.5em){footer .footer-content{flex-direction:column}}footer .footer-links{margin-left:auto}@media only screen and (max-width:37.5em){footer .footer-links{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;padding-top:5rem}footer .footer-links span{display:none}}footer .footer-links>a,footer .footer-links>div{color:#4a4a4a;display:inline;font-size:1.6rem;font-weight:100;padding:0 2rem;-webkit-user-select:none;user-select:none}footer .footer-links>a:hover,footer .footer-links>div:hover{cursor:pointer;text-decoration:underline}footer .footer-links>a:last-child,footer .footer-links>div:last-child{padding-right:0}@media only screen and (max-width:37.5em){footer .footer-links>a,footer .footer-links>div{padding:1rem 2rem}}nav{background-color:#fff;height:12rem;padding:0 3rem;position:-webkit-sticky;position:sticky;top:0;transition:box-shadow .1s;z-index:10}nav.shadow{box-shadow:0 0 4.8rem rgba(0,0,0,.1)}@media only screen and (max-width:37.5em){nav.shadow{box-shadow:none}}nav:not(nav[stuck]){box-shadow:none}nav .nav-content{margin:auto;max-width:100%;width:120rem}nav .nav-content,nav .nav-content-desktop{align-items:center;display:flex;height:100%;justify-content:center}@media only screen and (max-width:37.5em){nav .nav-content-desktop{-webkit-appearance:hidden;appearance:hidden;display:none}}nav .nav-content-mobile{-webkit-appearance:hidden;appearance:hidden;display:none}nav .nav-content-mobile-container{background-color:#fff;bottom:0;flex-direction:column;left:50%;overflow:hidden;position:absolute;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}nav .nav-content-mobile-container,nav .nav-content-mobile-container .navlink{align-items:center;display:flex;justify-content:center;transition:height .2s;width:100%}nav .nav-content-mobile-container .navlink{height:0}@media only screen and (max-width:37.5em){nav .nav-content-mobile{display:block}nav .nav-content-mobile>.is-active~.nav-content-mobile-container{border-bottom:1px solid #4a4a4a;height:auto}nav .nav-content-mobile>.is-active~.nav-content-mobile-container .navlink{height:5rem}}nav .main-logo{margin-right:auto}nav .main-logo,nav .navlink{-webkit-user-select:none;user-select:none}nav .navlink{color:#00093b;font-size:2rem;font-weight:200;padding:0 2rem}#video-overlay{position:relative}#video-overlay #video-controls-play{cursor:pointer}#video-overlay #video-controls-pause{z-index:-100}#video-overlay #video-controls-pause,#video-overlay #video-controls-play{align-items:center;background-color:transparent;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}#video-overlay #video-controls-pause img,#video-overlay #video-controls-play img{height:auto;width:6.4rem}#video-overlay #promotional-video{display:block;margin:auto;width:100%}@media only screen and (min-width:1400px){#video-overlay #promotional-video{border-radius:2.4rem;max-width:76%}}@media only screen and (min-width:1700px){#video-overlay #promotional-video{border-radius:2.4rem;max-width:85%}}@media only screen and (min-width:1850px){#video-overlay #promotional-video{border-radius:2.4rem;max-width:80%}}@media only screen and (min-width:2000px){#video-overlay #promotional-video{border-radius:2.4rem;max-width:70%}}.card{align-items:center;border-radius:2.4rem;box-shadow:0 0 4.8rem rgba(0,0,0,.1);display:flex;flex-direction:column;height:54rem;margin:3rem;padding:3.5rem;text-align:center;width:29rem}.card>h3,.card>p{margin-bottom:2rem}.card>button{margin-top:auto}.card-icon{height:16.6rem;position:relative;width:16.6rem}.card-icon:before{background-color:#3fc5d6;border-radius:8.3rem;content:"";height:16.6rem;opacity:.1;width:16.6rem}.card-icon img,.card-icon:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.card-icon img{height:10rem;max-width:10rem;width:auto;z-index:5}.checkmark{align-items:center;display:flex;justify-content:start;padding:1rem 0}.checkmark-text{color:#fff;font-weight:700;max-width:30rem}.checkmark-icon{background-color:#ff9c98;border-radius:100%;height:4rem;margin-right:2rem;position:relative;width:4rem}.checkmark-icon svg{fill:#fff;height:1.5rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1.8rem}.first-page header{padding:12rem 3rem;position:relative}@media only screen and (max-width:56.25em){.first-page header{padding-top:6rem}}@media only screen and (max-width:37.5em){.first-page header{padding-top:0}.first-page header h1{margin-top:3rem}}.first-page header .header-content{align-items:center;display:flex;margin:auto;max-width:100%;width:120rem}.first-page header .text-half{max-width:60rem}@media only screen and (max-width:1080px){.first-page header .text-half{max-width:55rem}}@media only screen and (max-width:980px){.first-page header .text-half{max-width:50rem}}@media only screen and (max-width:780px){.first-page header .text-half{max-width:40rem}}@media only screen and (max-width:680px){.first-page header .text-half{max-width:35rem}}@media only screen and (max-width:37.5em){.first-page header .text-half{max-width:100%;width:100%}.first-page header .text-half a{display:block;margin:auto;width:70%}}.first-page header .text-half a{margin-top:2rem}@media only screen and (max-width:37.5em){.first-page header .text-half a{display:block;margin:auto;width:70%}}@media only screen and (max-width:380px){.first-page header .text-half a{width:100%}}.first-page section{position:relative}.first-page section#easy-integration{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.first-page section#easy-integration .icon-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.first-page section#easy-integration .icon-container .company-icon{height:4.8rem;margin:2.5rem;width:auto}.first-page section#carrier-partners{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.first-page section#carrier-partners .icon-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:8rem}.first-page section#carrier-partners .icon-container .carrier-icon{height:4.8rem;margin:2.5rem;width:auto}.first-page section#cards .cards-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:8rem 0}.first-page section#testimonials .testimonials-container{margin:auto;max-width:120rem;padding:10rem 0;position:relative}.first-page section#testimonials .testimonials-container .glide__bullet{height:2.4rem;width:2.4rem}.first-page section#testimonials .testimonials-container .glide__bullet--active{background-color:#fff}.first-page section#testimonials .testimony{align-items:stretch;color:#fff;display:flex;font-size:2.3rem;justify-content:center;padding:0 10rem}@media only screen and (max-width:75em){.first-page section#testimonials .testimony{padding:0}}@media only screen and (max-width:56.25em){.first-page section#testimonials .testimony{align-items:center;flex-direction:column}}.first-page section#testimonials .testimony .user-image img{border-radius:100%;height:21.5rem;width:21.5rem}.first-page section#testimonials .testimony .text-box{align-items:stretch;display:flex;flex-direction:column;justify-content:center;padding:0 0 0 6rem}@media only screen and (max-width:56.25em){.first-page section#testimonials .testimony .text-box{padding:4rem 0 0}}.first-page section#testimonials .testimony .text-box>q{font-size:2.3rem;font-style:italic;font-weight:100;margin-bottom:3rem}.first-page section#testimonials .testimony .text-box .user-name{color:#fff;font-size:2.3rem;font-weight:900}.first-page section#testimonials .testimony .text-box .user-role{color:#fff;font-size:2.3rem;font-weight:100}.first-page .background{position:relative}@media only screen and (max-width:37.5em){.first-page .background.margin-top-mobile{margin-top:49rem}}.first-page .background:before{background-image:linear-gradient(90deg,#8359f2,#4ab4da);bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transform:skewY(-6deg);transform:skewY(-6deg);z-index:-100}@media only screen and (max-width:37.5em){.first-page .background:before{background-image:linear-gradient(90deg,#6e7cea,#638ee5)}}.first-page .background .stock-image{position:absolute;right:27%;top:0;-webkit-transform:translate(50%,-100%);transform:translate(50%,-100%);z-index:-1000}.first-page .background .stock-image img{height:auto;max-width:42rem}@media only screen and (max-width:920px){.first-page .background .stock-image{-webkit-transform:translate(50%,-98%);transform:translate(50%,-98%)}}@media only screen and (max-width:37.5em){.first-page .background .stock-image{right:50%;top:6.255211763vw}}#banner,footer,section:not(#video){padding:5.255211763vw 0}#banner#carrier-partners,footer#carrier-partners,section:not(#video)#carrier-partners{padding-top:0}.how-it-works header{overflow-x:hidden;padding:16rem 0 14.2857142857vw 3rem;position:relative}@media only screen and (max-width:1954px){.how-it-works header{padding-bottom:12.5vw;padding-top:10rem}}@media only screen and (max-width:1422px){.how-it-works header{padding-bottom:11.1111111111vw;padding-top:7rem}}@media only screen and (max-width:56.25em){.how-it-works header{padding-top:6rem}}@media only screen and (max-width:37.5em){.how-it-works header{padding-top:0}.how-it-works header h1{margin-top:3rem}}.how-it-works header .header-content{display:flex;margin:auto;max-width:100%;width:123rem}.how-it-works header .text-half{max-width:44rem;padding-right:10rem;position:relative}@media only screen and (max-width:37.5em){.how-it-works header .text-half{max-width:100%;width:100%}.how-it-works header .text-half a{display:block;margin:auto;width:70%}}.how-it-works header .text-half a{margin-top:2rem}@media only screen and (max-width:37.5em){.how-it-works header .text-half a{display:block;margin:auto;width:70%}}@media only screen and (max-width:380px){.how-it-works header .text-half a{width:100%}}.how-it-works header .image-half{bottom:50%;height:100%;position:absolute;right:0;-webkit-transform:translate(100%,50%);transform:translate(100%,50%);width:100%;z-index:-1000}.how-it-works header .image-half img{bottom:50%;height:33.3333333333vw;left:0;max-height:160%;position:absolute;-webkit-transform:translateY(50%);transform:translateY(50%);width:auto}@media only screen and (max-width:800px){.how-it-works header{padding-bottom:9rem;padding-right:3rem}.how-it-works header .header-content{align-items:center;display:flex;justify-content:center}.how-it-works header .text-half{max-width:60rem;padding-right:0;width:100%}.how-it-works header .image-half{display:none}}.how-it-works section{margin:auto;max-width:100%;position:relative}.how-it-works section p{color:#fff}.how-it-works section h2{margin:inherit}.how-it-works section#ship .section-image .image{background:url(/assets/images/skilla_why_skilla_1.png) no-repeat 50% scroll;background-size:cover}.how-it-works section#track .section-image .image{background:url(/assets/images/skilla_who_is_behind_skilla_1.png) no-repeat 50% scroll;background-size:cover}.how-it-works section#returns .section-image .image{background:url(/assets/images/skilla_returns_2.png) no-repeat 50% scroll;background-size:cover}.how-it-works section#returns,.how-it-works section#ship,.how-it-works section#track{display:flex;margin:0;padding:0;position:relative}.how-it-works section#returns:nth-child(2n),.how-it-works section#ship:nth-child(2n),.how-it-works section#track:nth-child(2n){flex-direction:row-reverse}.how-it-works section#returns .section-wrapper,.how-it-works section#ship .section-wrapper,.how-it-works section#track .section-wrapper{align-items:center;display:flex;flex:1;justify-content:center;padding:20rem 0}@media only screen and (max-width:990px){.how-it-works section#returns .section-wrapper,.how-it-works section#ship .section-wrapper,.how-it-works section#track .section-wrapper{padding:10rem 0}}@media only screen and (max-width:590px){.how-it-works section#returns .section-wrapper,.how-it-works section#ship .section-wrapper,.how-it-works section#track .section-wrapper{padding:6rem 0}}.how-it-works section#returns .section-wrapper .section-padder,.how-it-works section#ship .section-wrapper .section-padder,.how-it-works section#track .section-wrapper .section-padder{width:40rem}.how-it-works section#returns .section-wrapper .section-padder>*,.how-it-works section#ship .section-wrapper .section-padder>*,.how-it-works section#track .section-wrapper .section-padder>*{margin:3.3rem 0}@media only screen and (max-width:900px){.how-it-works section#returns .section-wrapper .section-padder,.how-it-works section#ship .section-wrapper .section-padder,.how-it-works section#track .section-wrapper .section-padder{max-width:60rem;padding:0 3rem;width:auto}}.how-it-works section#spare{align-items:center;display:flex;flex-direction:column;max-width:120rem;padding-bottom:0;padding-top:20rem}@media only screen and (max-width:690px){.how-it-works section#spare{padding-top:15rem}}@media only screen and (max-width:37.5em){.how-it-works section#spare{padding-top:10rem}}.how-it-works section#spare p{color:#4a4a4a;text-align:center}.how-it-works section#spare h2{text-align:center}@media only screen and (max-width:380px){.how-it-works section#spare h2,.how-it-works section#spare p{text-align:left}.how-it-works section#spare button{width:100%}}.how-it-works section#spare>*{margin:2rem 0}.how-it-works section#spare button{margin-top:3rem}.how-it-works section .section-image{flex:1;overflow:hidden}.how-it-works section .section-image .image{height:100%;padding:20rem 0;width:100%}.how-it-works section .section-image img{display:none}@media only screen and (max-width:990px){.how-it-works section{flex-direction:column!important}.how-it-works section .section-image .image{display:none}.how-it-works section .section-image img{display:block;height:auto;width:100%}}.how-it-works .background{background-image:linear-gradient(90deg,#8359f2,#4ab4da);position:relative;-webkit-transform:skewY(-6deg);transform:skewY(-6deg)}@media only screen and (max-width:37.5em){.how-it-works .background{background-image:linear-gradient(90deg,#6e7cea,#638ee5)}}.how-it-works .background .section-image .image,.how-it-works .background .section-image img{-webkit-transform:skewY(6deg) scale(1.1);transform:skewY(6deg) scale(1.1)}.how-it-works .background .section-wrapper{-webkit-transform:skewY(6deg);transform:skewY(6deg)}.more-info header{overflow-x:hidden;padding:5rem 0 0 3rem;position:relative}@media only screen and (max-width:1954px){.more-info header{padding-top:10rem}}@media only screen and (max-width:1422px){.more-info header{padding-top:7rem}}@media only screen and (max-width:56.25em){.more-info header{padding-top:6rem}}@media only screen and (max-width:37.5em){.more-info header{padding-top:0}.more-info header h1{margin-top:3rem}}.more-info header .header-content{display:flex;margin:auto;max-width:100%;width:123rem}.more-info header .text-half{max-width:44rem;padding-right:10rem;position:relative}@media only screen and (max-width:37.5em){.more-info header .text-half{max-width:100%;width:100%}.more-info header .text-half a{display:block;margin:auto;width:70%}}.more-info header .text-half a{margin-top:2rem}@media only screen and (max-width:37.5em){.more-info header .text-half a{display:block;margin:auto;width:70%}}@media only screen and (max-width:380px){.more-info header .text-half a{width:100%}}.more-info header .image-half{bottom:50%;height:100%;position:absolute;right:0;-webkit-transform:translate(100%,50%);transform:translate(100%,50%);width:100%;z-index:-1000}.more-info header .image-half img{bottom:50%;height:33.3333333333vw;left:0;max-height:160%;position:absolute;-webkit-transform:translateY(50%);transform:translateY(50%);width:auto}@media only screen and (max-width:800px){.more-info header{padding-right:3rem}.more-info header .header-content{align-items:center;display:flex;justify-content:center}.more-info header .text-half{max-width:60rem;padding-right:0;width:100%}.more-info header .image-half{display:none}}.more-info section{margin:auto;max-width:100%;position:relative}.more-info section p{color:#fff}.more-info section h3{color:#fff;margin:inherit}.more-info section#simplify .section-image .image{background:url(/assets/images/skilla_why_skilla_1.png) no-repeat 50% scroll;background-size:cover}.more-info section#monitor .section-image .image{background:url(/assets/images/skilla_who_is_behind_skilla_1.png) no-repeat 50% scroll;background-size:cover}.more-info section#freeing .section-image .image{background:url(/assets/images/skilla_returns_2.png) no-repeat 50% scroll;background-size:cover}.more-info section#freeing,.more-info section#monitor,.more-info section#simplify{display:flex;margin:0;padding:0;position:relative}.more-info section#freeing:nth-child(2n),.more-info section#monitor:nth-child(2n),.more-info section#simplify:nth-child(2n){flex-direction:row-reverse}.more-info section#freeing .section-wrapper,.more-info section#monitor .section-wrapper,.more-info section#simplify .section-wrapper{align-items:center;display:flex;flex:1;justify-content:center;padding:10rem 0}@media only screen and (max-width:990px){.more-info section#freeing .section-wrapper,.more-info section#monitor .section-wrapper,.more-info section#simplify .section-wrapper{padding:7rem 0}}@media only screen and (max-width:900px){.more-info section#freeing .section-wrapper,.more-info section#monitor .section-wrapper,.more-info section#simplify .section-wrapper{width:100%}}@media only screen and (max-width:590px){.more-info section#freeing .section-wrapper,.more-info section#monitor .section-wrapper,.more-info section#simplify .section-wrapper{padding:5rem 0}}.more-info section#freeing .section-wrapper .section-padder,.more-info section#monitor .section-wrapper .section-padder,.more-info section#simplify .section-wrapper .section-padder{padding:0 3rem;width:80rem}.more-info section#freeing .section-wrapper .section-padder>*,.more-info section#monitor .section-wrapper .section-padder>*,.more-info section#simplify .section-wrapper .section-padder>*{margin:3.3rem 0}@media only screen and (max-width:2100px){.more-info section#freeing .section-wrapper .section-padder,.more-info section#monitor .section-wrapper .section-padder,.more-info section#simplify .section-wrapper .section-padder{width:100%}}@media only screen and (max-width:900px){.more-info section#freeing .section-wrapper .section-padder,.more-info section#monitor .section-wrapper .section-padder,.more-info section#simplify .section-wrapper .section-padder{padding:0 3rem;width:auto}}.more-info section#spare{align-items:center;display:flex;flex-direction:column;max-width:120rem;padding-bottom:0;padding-top:20rem}@media only screen and (max-width:690px){.more-info section#spare{padding-top:15rem}}@media only screen and (max-width:37.5em){.more-info section#spare{padding-top:10rem}}.more-info section#spare p{color:#4a4a4a;text-align:center}.more-info section#spare h3{text-align:center}@media only screen and (max-width:380px){.more-info section#spare h3,.more-info section#spare p{text-align:left}.more-info section#spare button{width:100%}}.more-info section#spare>*{margin:2rem 0}.more-info section#spare button{margin-top:3rem}.more-info section .section-image{flex:1;overflow:hidden}.more-info section .section-image .image{height:100%;padding:20rem 0;width:100%}.more-info section .section-image img{display:none}@media only screen and (max-width:990px){.more-info section{flex-direction:column!important}.more-info section .section-image .image{display:none}.more-info section .section-image img{display:block;height:auto;width:100%}}.more-info .background{background-image:linear-gradient(90deg,#8359f2,#4ab4da);margin-top:5.255211763vw;position:relative;-webkit-transform:skewY(-6deg);transform:skewY(-6deg)}@media only screen and (max-width:37.5em){.more-info .background{background-image:linear-gradient(90deg,#6e7cea,#638ee5)}}.more-info .background .section-image .image,.more-info .background .section-image img{-webkit-transform:skewY(6deg) scale(1.1);transform:skewY(6deg) scale(1.1)}.more-info .background .section-wrapper{-webkit-transform:skewY(6deg);transform:skewY(6deg)}.about-us header{overflow-x:hidden;padding:16rem 0 9.0909090909vw 3rem;position:relative}@media only screen and (max-width:1954px){.about-us header{padding-bottom:12.5vw;padding-top:10rem}}@media only screen and (max-width:1422px){.about-us header{padding-bottom:11.1111111111vw;padding-top:7rem}}@media only screen and (max-width:56.25em){.about-us header{padding-top:6rem}}@media only screen and (max-width:37.5em){.about-us header{padding-top:0}.about-us header h1{margin-top:3rem}}.about-us header .header-content{display:flex;margin:auto;max-width:100%;width:123rem}.about-us header .text-half{max-width:44rem;padding-right:10rem;position:relative}@media only screen and (max-width:37.5em){.about-us header .text-half{max-width:100%;width:100%}.about-us header .text-half a{display:block;margin:auto;width:70%}}.about-us header .text-half a{margin-top:2rem}@media only screen and (max-width:37.5em){.about-us header .text-half a{display:block;margin:auto;width:70%}}@media only screen and (max-width:380px){.about-us header .text-half a{width:100%}}.about-us header .image-half{bottom:50%;height:100%;position:absolute;right:0;-webkit-transform:translate(100%,50%);transform:translate(100%,50%);width:100%;z-index:-1000}.about-us header .image-half img{bottom:50%;height:28.5714285714vw;left:0;max-height:160%;position:absolute;-webkit-transform:translateY(50%);transform:translateY(50%);width:auto}@media only screen and (max-width:1100px){.about-us header .image-half img{height:25vw}}@media only screen and (max-width:800px){.about-us header{padding-bottom:9rem;padding-right:3rem}.about-us header .header-content{align-items:center;display:flex;justify-content:center}.about-us header .text-half{max-width:60rem;padding-right:0;width:100%}.about-us header .image-half{display:none}}.about-us section{margin:auto;max-width:100%;position:relative}.about-us section p{color:#fff}.about-us section h2{margin:inherit}.about-us section#why .section-image .image{background:url(/assets/images/skila_why_skila_2.png) no-repeat 50% scroll;background-size:cover}.about-us section#behind .section-image .image{background:url(/assets/images/skila_who_is_behind_skila_1.png) no-repeat 50% scroll;background-size:cover}.about-us section#behind,.about-us section#why{display:flex;margin:0;padding:0;position:relative}.about-us section#behind:nth-child(2n),.about-us section#why:nth-child(2n){flex-direction:row-reverse}.about-us section#behind .section-wrapper,.about-us section#why .section-wrapper{align-items:center;display:flex;flex:1;justify-content:center;padding:20rem 0}@media only screen and (max-width:990px){.about-us section#behind .section-wrapper,.about-us section#why .section-wrapper{padding:10rem 0}}@media only screen and (max-width:590px){.about-us section#behind .section-wrapper,.about-us section#why .section-wrapper{padding:6rem 0}}.about-us section#behind .section-wrapper .section-padder,.about-us section#why .section-wrapper .section-padder{width:40rem}.about-us section#behind .section-wrapper .section-padder>*,.about-us section#why .section-wrapper .section-padder>*{margin:3.3rem 0}@media only screen and (max-width:900px){.about-us section#behind .section-wrapper .section-padder,.about-us section#why .section-wrapper .section-padder{max-width:60rem;padding:0 3rem;width:auto}}.about-us section#spare{align-items:center;display:flex;flex-direction:column;max-width:120rem;padding-bottom:0;padding-top:20rem}@media only screen and (max-width:690px){.about-us section#spare{padding-top:15rem}}@media only screen and (max-width:37.5em){.about-us section#spare{padding-top:10rem}}.about-us section#spare p{color:#4a4a4a;text-align:center}.about-us section#spare h2{text-align:center}@media only screen and (max-width:380px){.about-us section#spare h2,.about-us section#spare p{text-align:left}.about-us section#spare button{width:100%}}.about-us section#spare>*{margin:2rem 0}.about-us section#spare button{margin-top:3rem}.about-us section .section-image{flex:1;overflow:hidden}.about-us section .section-image .image{height:100%;padding:20rem 0;width:100%}.about-us section .section-image img{display:none}@media only screen and (max-width:990px){.about-us section{flex-direction:column!important}.about-us section .section-image .image{display:none}.about-us section .section-image img{display:block;height:auto;width:100%}}.about-us .background{background-image:linear-gradient(90deg,#8359f2,#4ab4da);overflow:hidden;position:relative;-webkit-transform:skewY(-6deg);transform:skewY(-6deg)}@media only screen and (max-width:37.5em){.about-us .background{background-image:linear-gradient(90deg,#6e7cea,#638ee5)}}.about-us .background .section-image .image,.about-us .background .section-image img{-webkit-transform:skewY(6deg) scale(1.1);transform:skewY(6deg) scale(1.1)}.about-us .background .section-wrapper{-webkit-transform:skewY(6deg);transform:skewY(6deg)}footer{padding-bottom:3rem}.trial .padder{display:flex;flex-direction:column;min-height:calc(100vh - 12rem)}.trial .trial-wrapper{align-items:stretch;display:flex;margin:auto;max-width:126rem;padding:6rem 0 0}@media only screen and (max-width:950px){.trial .trial-wrapper{flex-direction:column;margin:initial;margin-bottom:auto;padding-top:3rem}}.trial .trial-wrapper header{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:44rem;padding:0 10rem 3rem 3rem}.trial .trial-wrapper header h1{margin-top:0}@media only screen and (max-width:950px){.trial .trial-wrapper header{align-items:flex-start;max-width:100%;padding-bottom:3rem;padding-right:3rem}}.trial .trial-wrapper main{padding-right:3rem}@media only screen and (max-width:950px){.trial .trial-wrapper main{padding-left:3rem;padding-top:3rem}}.trial .trial-wrapper main .trial-form{background-image:linear-gradient(90deg,#8359f2,#4ab4da);border-radius:1.6rem;padding:3.5rem}.trial .trial-wrapper main .trial-form h2{color:#fff;font-size:3.3rem;margin:0 0 3.5rem;padding:0}.trial .trial-wrapper main .trial-form .form-element{display:flex;margin-bottom:1.9rem;width:100%}@media only screen and (max-width:980px){.trial .trial-wrapper main .trial-form .form-element{flex-direction:column}}.trial .trial-wrapper main .trial-form .form-element .form-element{margin-bottom:0;width:50%}@media only screen and (max-width:980px){.trial .trial-wrapper main .trial-form .form-element .form-element{width:100%}}.trial .trial-wrapper main .trial-form .form-element .form-element:not(:last-child){margin-right:1.9rem}@media only screen and (max-width:980px){.trial .trial-wrapper main .trial-form .form-element .form-element:not(:last-child){margin-bottom:1.9rem;margin-right:0}}.trial .trial-wrapper main .trial-form button{margin-top:1rem;min-width:28.8rem}.trial .trial-wrapper main .footer-text{color:#fff;font-size:1.2rem;font-weight:100;margin-top:3rem}.contact-us .padder{display:flex;flex-direction:column;min-height:calc(100vh - 12rem)}.contact-us .contact-us-wrapper{align-items:stretch;display:flex;margin:auto;max-width:126rem;padding:6rem 0 0}@media only screen and (max-width:950px){.contact-us .contact-us-wrapper{flex-direction:column;margin:initial;margin-bottom:auto;padding-top:3rem}}.contact-us .contact-us-wrapper header{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:44rem;padding:0 10rem 3rem 3rem}.contact-us .contact-us-wrapper header h1{margin-top:0}@media only screen and (max-width:950px){.contact-us .contact-us-wrapper header{align-items:flex-start;max-width:100%;padding-bottom:3rem;padding-right:3rem}}.contact-us .contact-us-wrapper main{padding-right:3rem}@media only screen and (max-width:950px){.contact-us .contact-us-wrapper main{padding-left:3rem;padding-top:3rem}}.contact-us .contact-us-wrapper main .contact-us-form{background-image:linear-gradient(90deg,#8359f2,#4ab4da);border-radius:1.6rem;padding:3.5rem}.contact-us .contact-us-wrapper main .contact-us-form h2{color:#fff;font-size:3.3rem;margin:0 0 3.5rem;padding:0}.contact-us .contact-us-wrapper main .contact-us-form .form-element{display:flex;margin-bottom:1.9rem;width:100%}@media only screen and (max-width:980px){.contact-us .contact-us-wrapper main .contact-us-form .form-element{flex-direction:column}}.contact-us .contact-us-wrapper main .contact-us-form .form-element .form-element{margin-bottom:0;width:50%}@media only screen and (max-width:980px){.contact-us .contact-us-wrapper main .contact-us-form .form-element .form-element{width:100%}}.contact-us .contact-us-wrapper main .contact-us-form .form-element .form-element:not(:last-child){margin-right:1.9rem}@media only screen and (max-width:980px){.contact-us .contact-us-wrapper main .contact-us-form .form-element .form-element:not(:last-child){margin-bottom:1.9rem;margin-right:0}}.contact-us .contact-us-wrapper main .contact-us-form button{margin-top:1rem;min-width:28.8rem}.contact-us .contact-us-wrapper main .footer-text{color:#fff;font-size:1.2rem;font-weight:100;margin-top:3rem}.terms *{font-size:inherit;font-style:inherit;font-weight:inherit;margin:initial}.terms * li{position:relative!important}.terms * li:before{left:0;position:absolute}.terms * a{display:inline}.terms-wrapper{margin:auto;max-width:120rem;padding:0 3rem}.terms footer{padding-top:0}.terms .lst-kix_kzyhb0gbtx8d-1>li:before{content:"(" counter(lst-ctn-kix_kzyhb0gbtx8d-1,lower-roman) ") "}.terms .lst-kix_kzyhb0gbtx8d-2>li:before{content:"(" counter(lst-ctn-kix_kzyhb0gbtx8d-2,decimal) ") "}.terms ol.lst-kix_oe2v8m2howdw-7.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-7 0}.terms .lst-kix_za150akrf781-0>li{counter-increment:lst-ctn-kix_za150akrf781-0}.terms .lst-kix_kzyhb0gbtx8d-0>li:before{content:"(" counter(lst-ctn-kix_kzyhb0gbtx8d-0,lower-latin) ") "}.terms .lst-kix_kzyhb0gbtx8d-7>li:before{content:"" counter(lst-ctn-kix_kzyhb0gbtx8d-7,lower-roman) ". "}.terms ol.lst-kix_jf38mr7nazzp-5.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-5 0}.terms ol.lst-kix_oe2v8m2howdw-7{list-style-type:none}.terms .lst-kix_kzyhb0gbtx8d-5>li:before{content:"" counter(lst-ctn-kix_kzyhb0gbtx8d-5,decimal) ") "}.terms ol.lst-kix_oe2v8m2howdw-8{list-style-type:none}.terms .lst-kix_kzyhb0gbtx8d-6>li:before{content:"" counter(lst-ctn-kix_kzyhb0gbtx8d-6,lower-latin) ". "}.terms .lst-kix_kzyhb0gbtx8d-3>li:before{content:"" counter(lst-ctn-kix_kzyhb0gbtx8d-3,lower-latin) ") "}.terms ol.lst-kix_lmd852asey9v-3.start{counter-reset:lst-ctn-kix_lmd852asey9v-3 0}.terms .lst-kix_jf38mr7nazzp-3>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-3}.terms .lst-kix_kzyhb0gbtx8d-3>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-3}.terms .lst-kix_kzyhb0gbtx8d-4>li:before{content:"" counter(lst-ctn-kix_kzyhb0gbtx8d-4,lower-roman) ") "}.terms .lst-kix_qmj31s72z7s5-5>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-5}.terms .lst-kix_1h6la966acsn-2>li{counter-increment:lst-ctn-kix_1h6la966acsn-2}.terms .lst-kix_xxufup8tcid4-6>li{counter-increment:lst-ctn-kix_xxufup8tcid4-6}.terms ol.lst-kix_1h6la966acsn-8.start{counter-reset:lst-ctn-kix_1h6la966acsn-8 0}.terms ol.lst-kix_oe2v8m2howdw-0,.terms ol.lst-kix_oe2v8m2howdw-1,.terms ol.lst-kix_oe2v8m2howdw-3,.terms ol.lst-kix_oe2v8m2howdw-4,.terms ol.lst-kix_oe2v8m2howdw-5,.terms ol.lst-kix_oe2v8m2howdw-6{list-style-type:none}.terms .lst-kix_kzyhb0gbtx8d-8>li:before{content:"" counter(lst-ctn-kix_kzyhb0gbtx8d-8,decimal) ". "}.terms ol.lst-kix_oe2v8m2howdw-2{list-style-type:none}.terms .lst-kix_lmd852asey9v-4>li{counter-increment:lst-ctn-kix_lmd852asey9v-4}.terms .lst-kix_kzyhb0gbtx8d-5>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-5}.terms ol.lst-kix_qmj31s72z7s5-1.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-1 0}.terms ol.lst-kix_qmj31s72z7s5-7.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-7 0}.terms .lst-kix_oe2v8m2howdw-0>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-0}.terms ol.lst-kix_oe2v8m2howdw-1.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-1 0}.terms .lst-kix_qmj31s72z7s5-3>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-3}.terms .lst-kix_1h6la966acsn-0>li{counter-increment:lst-ctn-kix_1h6la966acsn-0}.terms ol.lst-kix_lmd852asey9v-4.start{counter-reset:lst-ctn-kix_lmd852asey9v-4 0}.terms .lst-kix_jf38mr7nazzp-7>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-7}.terms .lst-kix_lmd852asey9v-6>li{counter-increment:lst-ctn-kix_lmd852asey9v-6}.terms .lst-kix_qmj31s72z7s5-7>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-7}.terms .lst-kix_xxufup8tcid4-2>li{counter-increment:lst-ctn-kix_xxufup8tcid4-2}.terms .lst-kix_1h6la966acsn-4>li{counter-increment:lst-ctn-kix_1h6la966acsn-4}.terms .lst-kix_xxufup8tcid4-8>li{counter-increment:lst-ctn-kix_xxufup8tcid4-8}.terms .lst-kix_jf38mr7nazzp-1>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-1}.terms .lst-kix_qmj31s72z7s5-1>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-1}.terms ol.lst-kix_oe2v8m2howdw-2.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-2 0}.terms ol.lst-kix_oe2v8m2howdw-8.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-8 0}.terms ol.lst-kix_qmj31s72z7s5-8.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-8 0}.terms ol.lst-kix_xxufup8tcid4-4.start{counter-reset:lst-ctn-kix_xxufup8tcid4-4 0}.terms ol.lst-kix_jf38mr7nazzp-0.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-0 0}.terms .lst-kix_1h6la966acsn-8>li:before{content:"" counter(lst-ctn-kix_1h6la966acsn-8,decimal) ". "}.terms .lst-kix_lmd852asey9v-0>li{counter-increment:lst-ctn-kix_lmd852asey9v-0}.terms ol.lst-kix_kzyhb0gbtx8d-4.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-4 0}.terms .lst-kix_za150akrf781-2>li{counter-increment:lst-ctn-kix_za150akrf781-2}.terms ol.lst-kix_qmj31s72z7s5-2,.terms ol.lst-kix_qmj31s72z7s5-6,.terms ol.lst-kix_qmj31s72z7s5-7,.terms ol.lst-kix_qmj31s72z7s5-8{list-style-type:none}.terms .lst-kix_1h6la966acsn-4>li:before{content:"" counter(lst-ctn-kix_1h6la966acsn-4,lower-roman) ") "}.terms ol.lst-kix_qmj31s72z7s5-3,.terms ol.lst-kix_qmj31s72z7s5-4,.terms ol.lst-kix_qmj31s72z7s5-5{list-style-type:none}.terms .lst-kix_1h6la966acsn-2>li:before{content:"(" counter(lst-ctn-kix_1h6la966acsn-2,decimal) ") "}.terms .lst-kix_1h6la966acsn-6>li:before{content:"" counter(lst-ctn-kix_1h6la966acsn-6,lower-latin) ". "}.terms ol.lst-kix_qmj31s72z7s5-0{list-style-type:none}.terms .lst-kix_1h6la966acsn-3>li:before{content:"" counter(lst-ctn-kix_1h6la966acsn-3,lower-latin) ") "}.terms .lst-kix_1h6la966acsn-7>li:before{content:"" counter(lst-ctn-kix_1h6la966acsn-7,lower-roman) ". "}.terms ol.lst-kix_qmj31s72z7s5-1{list-style-type:none}.terms ol.lst-kix_kzyhb0gbtx8d-3.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-3 0}.terms .lst-kix_oe2v8m2howdw-2>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-2}.terms .lst-kix_1h6la966acsn-5>li:before{content:"" counter(lst-ctn-kix_1h6la966acsn-5,decimal) ") "}.terms ol.lst-kix_jf38mr7nazzp-1,.terms ol.lst-kix_jf38mr7nazzp-2{list-style-type:none}.terms ol.lst-kix_qmj31s72z7s5-2.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-2 0}.terms ol.lst-kix_jf38mr7nazzp-0{list-style-type:none}.terms ol.lst-kix_xxufup8tcid4-3.start{counter-reset:lst-ctn-kix_xxufup8tcid4-3 0}.terms .lst-kix_1h6la966acsn-0>li:before{content:"(" counter(lst-ctn-kix_1h6la966acsn-0,lower-latin) ") "}.terms ol.lst-kix_jf38mr7nazzp-5,.terms ol.lst-kix_jf38mr7nazzp-6,.terms ol.lst-kix_jf38mr7nazzp-7,.terms ol.lst-kix_jf38mr7nazzp-8{list-style-type:none}.terms .lst-kix_1h6la966acsn-1>li:before{content:"(" counter(lst-ctn-kix_1h6la966acsn-1,lower-roman) ") "}.terms ol.lst-kix_jf38mr7nazzp-3,.terms ol.lst-kix_jf38mr7nazzp-4{list-style-type:none}.terms .lst-kix_za150akrf781-6>li{counter-increment:lst-ctn-kix_za150akrf781-6}.terms .lst-kix_lmd852asey9v-7>li:before{content:"" counter(lst-ctn-kix_lmd852asey9v-7,lower-roman) ". "}.terms .lst-kix_lmd852asey9v-5>li:before{content:"" counter(lst-ctn-kix_lmd852asey9v-5,decimal) ") "}.terms ol.lst-kix_xxufup8tcid4-5.start{counter-reset:lst-ctn-kix_xxufup8tcid4-5 0}.terms .lst-kix_oe2v8m2howdw-4>li:before{content:"" counter(lst-ctn-kix_oe2v8m2howdw-4,lower-roman) ") "}.terms .lst-kix_oe2v8m2howdw-8>li:before{content:"" counter(lst-ctn-kix_oe2v8m2howdw-8,decimal) ". "}.terms ol.lst-kix_1h6la966acsn-7.start{counter-reset:lst-ctn-kix_1h6la966acsn-7 0}.terms ol.lst-kix_qmj31s72z7s5-0.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-0 0}.terms ol.lst-kix_za150akrf781-7.start{counter-reset:lst-ctn-kix_za150akrf781-7 0}.terms ol.lst-kix_oe2v8m2howdw-0.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-0 0}.terms .lst-kix_oe2v8m2howdw-6>li:before{content:"" counter(lst-ctn-kix_oe2v8m2howdw-6,lower-latin) ". "}.terms ol.lst-kix_xxufup8tcid4-8.start{counter-reset:lst-ctn-kix_xxufup8tcid4-8 0}.terms .lst-kix_oe2v8m2howdw-0>li:before{content:"(" counter(lst-ctn-kix_oe2v8m2howdw-0,lower-latin) ") "}.terms ol.lst-kix_kzyhb0gbtx8d-8.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-8 0}.terms .lst-kix_za150akrf781-8>li{counter-increment:lst-ctn-kix_za150akrf781-8}.terms .lst-kix_1h6la966acsn-6>li{counter-increment:lst-ctn-kix_1h6la966acsn-6}.terms ol.lst-kix_jf38mr7nazzp-6.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-6 0}.terms .lst-kix_oe2v8m2howdw-2>li:before{content:"(" counter(lst-ctn-kix_oe2v8m2howdw-2,decimal) ") "}.terms ol.lst-kix_xxufup8tcid4-3,.terms ol.lst-kix_xxufup8tcid4-4{list-style-type:none}.terms .lst-kix_lmd852asey9v-1>li:before{content:"(" counter(lst-ctn-kix_lmd852asey9v-1,lower-roman) ") "}.terms ol.lst-kix_kzyhb0gbtx8d-5.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-5 0}.terms .lst-kix_kzyhb0gbtx8d-8>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-8}.terms ol.lst-kix_xxufup8tcid4-1,.terms ol.lst-kix_xxufup8tcid4-2{list-style-type:none}.terms .lst-kix_jf38mr7nazzp-4>li:before{content:"" counter(lst-ctn-kix_jf38mr7nazzp-4,lower-roman) ") "}.terms ol.lst-kix_xxufup8tcid4-7,.terms ol.lst-kix_xxufup8tcid4-8{list-style-type:none}.terms .lst-kix_lmd852asey9v-3>li:before{content:"" counter(lst-ctn-kix_lmd852asey9v-3,lower-latin) ") "}.terms ol.lst-kix_xxufup8tcid4-5,.terms ol.lst-kix_xxufup8tcid4-6{list-style-type:none}.terms .lst-kix_jf38mr7nazzp-6>li:before{content:"" counter(lst-ctn-kix_jf38mr7nazzp-6,lower-latin) ". "}.terms .lst-kix_jf38mr7nazzp-8>li:before{content:"" counter(lst-ctn-kix_jf38mr7nazzp-8,decimal) ". "}.terms ol.lst-kix_lmd852asey9v-6,.terms ol.lst-kix_xxufup8tcid4-0{list-style-type:none}.terms ol.lst-kix_za150akrf781-8.start{counter-reset:lst-ctn-kix_za150akrf781-8 0}.terms ol.lst-kix_lmd852asey9v-7,.terms ol.lst-kix_lmd852asey9v-8{list-style-type:none}.terms .lst-kix_xxufup8tcid4-5>li:before{content:"" counter(lst-ctn-kix_xxufup8tcid4-5,decimal) ") "}.terms .lst-kix_xxufup8tcid4-7>li:before{content:"" counter(lst-ctn-kix_xxufup8tcid4-7,lower-roman) ". "}.terms ol.lst-kix_xxufup8tcid4-7.start{counter-reset:lst-ctn-kix_xxufup8tcid4-7 0}.terms ol.lst-kix_lmd852asey9v-2,.terms ol.lst-kix_lmd852asey9v-3,.terms ol.lst-kix_lmd852asey9v-4,.terms ol.lst-kix_lmd852asey9v-5{list-style-type:none}.terms .lst-kix_xxufup8tcid4-1>li:before{content:"(" counter(lst-ctn-kix_xxufup8tcid4-1,lower-roman) ") "}.terms ol.lst-kix_kzyhb0gbtx8d-7.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-7 0}.terms ol.lst-kix_lmd852asey9v-1.start{counter-reset:lst-ctn-kix_lmd852asey9v-1 0}.terms .lst-kix_jf38mr7nazzp-2>li:before{content:"(" counter(lst-ctn-kix_jf38mr7nazzp-2,decimal) ") "}.terms .lst-kix_oe2v8m2howdw-4>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-4}.terms .lst-kix_qmj31s72z7s5-2>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-2}.terms .lst-kix_1h6la966acsn-5>li{counter-increment:lst-ctn-kix_1h6la966acsn-5}.terms ol.lst-kix_lmd852asey9v-0{list-style-type:none}.terms .lst-kix_qmj31s72z7s5-8>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-8}.terms .lst-kix_xxufup8tcid4-3>li:before{content:"" counter(lst-ctn-kix_xxufup8tcid4-3,lower-latin) ") "}.terms ol.lst-kix_lmd852asey9v-1{list-style-type:none}.terms .lst-kix_jf38mr7nazzp-0>li:before{content:"(" counter(lst-ctn-kix_jf38mr7nazzp-0,lower-latin) ") "}.terms ol.lst-kix_jf38mr7nazzp-3.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-3 0}.terms .lst-kix_kzyhb0gbtx8d-7>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-7}.terms .lst-kix_xxufup8tcid4-4>li{counter-increment:lst-ctn-kix_xxufup8tcid4-4}.terms .lst-kix_jf38mr7nazzp-5>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-5}.terms .lst-kix_za150akrf781-1>li{counter-increment:lst-ctn-kix_za150akrf781-1}.terms .lst-kix_kzyhb0gbtx8d-1>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-1}.terms .lst-kix_lmd852asey9v-5>li{counter-increment:lst-ctn-kix_lmd852asey9v-5}.terms ol.lst-kix_xxufup8tcid4-6.start{counter-reset:lst-ctn-kix_xxufup8tcid4-6 0}.terms ol.lst-kix_jf38mr7nazzp-4.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-4 0}.terms .lst-kix_za150akrf781-7>li{counter-increment:lst-ctn-kix_za150akrf781-7}.terms ol.lst-kix_lmd852asey9v-2.start{counter-reset:lst-ctn-kix_lmd852asey9v-2 0}.terms ol.lst-kix_jf38mr7nazzp-2.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-2 0}.terms .lst-kix_qmj31s72z7s5-4>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-4}.terms .lst-kix_1h6la966acsn-1>li{counter-increment:lst-ctn-kix_1h6la966acsn-1}.terms .lst-kix_xxufup8tcid4-5>li{counter-increment:lst-ctn-kix_xxufup8tcid4-5}.terms ol.lst-kix_1h6la966acsn-0.start{counter-reset:lst-ctn-kix_1h6la966acsn-0 0}.terms .lst-kix_jf38mr7nazzp-4>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-4}.terms ol.lst-kix_kzyhb0gbtx8d-6.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-6 0}.terms .lst-kix_za150akrf781-2>li:before{content:"(" counter(lst-ctn-kix_za150akrf781-2,decimal) ") "}.terms ol.lst-kix_lmd852asey9v-6.start{counter-reset:lst-ctn-kix_lmd852asey9v-6 0}.terms .lst-kix_oe2v8m2howdw-1>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-1}.terms .lst-kix_za150akrf781-0>li:before{content:"(" counter(lst-ctn-kix_za150akrf781-0,lower-latin) ") "}.terms .lst-kix_za150akrf781-1>li:before{content:"(" counter(lst-ctn-kix_za150akrf781-1,lower-roman) ") "}.terms .lst-kix_lmd852asey9v-3>li{counter-increment:lst-ctn-kix_lmd852asey9v-3}.terms ol.lst-kix_xxufup8tcid4-1.start{counter-reset:lst-ctn-kix_xxufup8tcid4-1 0}.terms .lst-kix_jf38mr7nazzp-6>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-6}.terms .lst-kix_za150akrf781-3>li:before{content:"" counter(lst-ctn-kix_za150akrf781-3,lower-latin) ") "}.terms .lst-kix_xxufup8tcid4-3>li{counter-increment:lst-ctn-kix_xxufup8tcid4-3}.terms .lst-kix_1h6la966acsn-3>li{counter-increment:lst-ctn-kix_1h6la966acsn-3}.terms .lst-kix_za150akrf781-4>li:before{content:"" counter(lst-ctn-kix_za150akrf781-4,lower-roman) ") "}.terms .lst-kix_za150akrf781-5>li:before{content:"" counter(lst-ctn-kix_za150akrf781-5,decimal) ") "}.terms ol.lst-kix_lmd852asey9v-0.start{counter-reset:lst-ctn-kix_lmd852asey9v-0 0}.terms .lst-kix_kzyhb0gbtx8d-2>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-2}.terms .lst-kix_za150akrf781-6>li:before{content:"" counter(lst-ctn-kix_za150akrf781-6,lower-latin) ". "}.terms .lst-kix_za150akrf781-7>li:before{content:"" counter(lst-ctn-kix_za150akrf781-7,lower-roman) ". "}.terms .lst-kix_lmd852asey9v-1>li{counter-increment:lst-ctn-kix_lmd852asey9v-1}.terms .lst-kix_qmj31s72z7s5-6>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-6}.terms .lst-kix_oe2v8m2howdw-3>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-3}.terms ol.lst-kix_qmj31s72z7s5-4.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-4 0}.terms ol.lst-kix_oe2v8m2howdw-4.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-4 0}.terms .lst-kix_za150akrf781-8>li:before{content:"" counter(lst-ctn-kix_za150akrf781-8,decimal) ". "}.terms .lst-kix_kzyhb0gbtx8d-0>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-0}.terms ol.lst-kix_za150akrf781-1.start{counter-reset:lst-ctn-kix_za150akrf781-1 0}.terms .lst-kix_za150akrf781-3>li{counter-increment:lst-ctn-kix_za150akrf781-3}.terms ol.lst-kix_za150akrf781-0,.terms ol.lst-kix_za150akrf781-1{list-style-type:none}.terms .lst-kix_lmd852asey9v-7>li{counter-increment:lst-ctn-kix_lmd852asey9v-7}.terms .lst-kix_qmj31s72z7s5-5>li:before{content:"" counter(lst-ctn-kix_qmj31s72z7s5-5,decimal) ") "}.terms .lst-kix_qmj31s72z7s5-7>li:before{content:"" counter(lst-ctn-kix_qmj31s72z7s5-7,lower-roman) ". "}.terms ol.lst-kix_1h6la966acsn-5.start{counter-reset:lst-ctn-kix_1h6la966acsn-5 0}.terms .lst-kix_qmj31s72z7s5-4>li:before{content:"" counter(lst-ctn-kix_qmj31s72z7s5-4,lower-roman) ") "}.terms .lst-kix_qmj31s72z7s5-8>li:before{content:"" counter(lst-ctn-kix_qmj31s72z7s5-8,decimal) ". "}.terms ol.lst-kix_za150akrf781-4,.terms ol.lst-kix_za150akrf781-5,.terms ol.lst-kix_za150akrf781-6,.terms ol.lst-kix_za150akrf781-7,.terms ol.lst-kix_za150akrf781-8{list-style-type:none}.terms .lst-kix_kzyhb0gbtx8d-6>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-6}.terms ol.lst-kix_za150akrf781-2{list-style-type:none}.terms ol.lst-kix_jf38mr7nazzp-8.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-8 0}.terms ol.lst-kix_za150akrf781-3{list-style-type:none}.terms .lst-kix_qmj31s72z7s5-6>li:before{content:"" counter(lst-ctn-kix_qmj31s72z7s5-6,lower-latin) ". "}.terms .lst-kix_jf38mr7nazzp-0>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-0}.terms .lst-kix_oe2v8m2howdw-5>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-5}.terms .lst-kix_oe2v8m2howdw-8>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-8}.terms .lst-kix_qmj31s72z7s5-0>li:before{content:"(" counter(lst-ctn-kix_qmj31s72z7s5-0,lower-latin) ") "}.terms ol.lst-kix_jf38mr7nazzp-1.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-1 0}.terms ol.lst-kix_za150akrf781-0.start{counter-reset:lst-ctn-kix_za150akrf781-0 0}.terms .lst-kix_qmj31s72z7s5-1>li:before{content:"(" counter(lst-ctn-kix_qmj31s72z7s5-1,lower-roman) ") "}.terms .lst-kix_qmj31s72z7s5-3>li:before{content:"" counter(lst-ctn-kix_qmj31s72z7s5-3,lower-latin) ") "}.terms ol.lst-kix_lmd852asey9v-5.start{counter-reset:lst-ctn-kix_lmd852asey9v-5 0}.terms .lst-kix_qmj31s72z7s5-2>li:before{content:"(" counter(lst-ctn-kix_qmj31s72z7s5-2,decimal) ") "}.terms ol.lst-kix_1h6la966acsn-6.start{counter-reset:lst-ctn-kix_1h6la966acsn-6 0}.terms ol.lst-kix_za150akrf781-6.start{counter-reset:lst-ctn-kix_za150akrf781-6 0}.terms ol.lst-kix_jf38mr7nazzp-7.start{counter-reset:lst-ctn-kix_jf38mr7nazzp-7 0}.terms .lst-kix_lmd852asey9v-8>li:before{content:"" counter(lst-ctn-kix_lmd852asey9v-8,decimal) ". "}.terms .lst-kix_1h6la966acsn-7>li{counter-increment:lst-ctn-kix_1h6la966acsn-7}.terms ol.lst-kix_kzyhb0gbtx8d-2.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-2 0}.terms .lst-kix_lmd852asey9v-4>li:before{content:"" counter(lst-ctn-kix_lmd852asey9v-4,lower-roman) ") "}.terms ol.lst-kix_1h6la966acsn-4.start{counter-reset:lst-ctn-kix_1h6la966acsn-4 0}.terms .lst-kix_lmd852asey9v-6>li:before{content:"" counter(lst-ctn-kix_lmd852asey9v-6,lower-latin) ". "}.terms .lst-kix_oe2v8m2howdw-5>li:before{content:"" counter(lst-ctn-kix_oe2v8m2howdw-5,decimal) ") "}.terms .lst-kix_oe2v8m2howdw-7>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-7}.terms ol.lst-kix_oe2v8m2howdw-3.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-3 0}.terms ol.lst-kix_qmj31s72z7s5-3.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-3 0}.terms .lst-kix_oe2v8m2howdw-7>li:before{content:"" counter(lst-ctn-kix_oe2v8m2howdw-7,lower-roman) ". "}.terms ol.lst-kix_xxufup8tcid4-2.start{counter-reset:lst-ctn-kix_xxufup8tcid4-2 0}.terms ol.lst-kix_za150akrf781-2.start{counter-reset:lst-ctn-kix_za150akrf781-2 0}.terms .lst-kix_oe2v8m2howdw-1>li:before{content:"(" counter(lst-ctn-kix_oe2v8m2howdw-1,lower-roman) ") "}.terms .lst-kix_za150akrf781-5>li{counter-increment:lst-ctn-kix_za150akrf781-5}.terms .lst-kix_1h6la966acsn-8>li{counter-increment:lst-ctn-kix_1h6la966acsn-8}.terms .lst-kix_oe2v8m2howdw-3>li:before{content:"" counter(lst-ctn-kix_oe2v8m2howdw-3,lower-latin) ") "}.terms ol.lst-kix_za150akrf781-5.start{counter-reset:lst-ctn-kix_za150akrf781-5 0}.terms .lst-kix_xxufup8tcid4-0>li{counter-increment:lst-ctn-kix_xxufup8tcid4-0}.terms .lst-kix_lmd852asey9v-0>li:before{content:"(" counter(lst-ctn-kix_lmd852asey9v-0,lower-latin) ") "}.terms ol.lst-kix_1h6la966acsn-1.start{counter-reset:lst-ctn-kix_1h6la966acsn-1 0}.terms .lst-kix_jf38mr7nazzp-5>li:before{content:"" counter(lst-ctn-kix_jf38mr7nazzp-5,decimal) ") "}.terms .lst-kix_qmj31s72z7s5-0>li{counter-increment:lst-ctn-kix_qmj31s72z7s5-0}.terms .lst-kix_lmd852asey9v-2>li:before{content:"(" counter(lst-ctn-kix_lmd852asey9v-2,decimal) ") "}.terms ol.lst-kix_lmd852asey9v-7.start{counter-reset:lst-ctn-kix_lmd852asey9v-7 0}.terms .lst-kix_oe2v8m2howdw-6>li{counter-increment:lst-ctn-kix_oe2v8m2howdw-6}.terms .lst-kix_jf38mr7nazzp-7>li:before{content:"" counter(lst-ctn-kix_jf38mr7nazzp-7,lower-roman) ". "}.terms ol.lst-kix_oe2v8m2howdw-5.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-5 0}.terms ol.lst-kix_kzyhb0gbtx8d-8{list-style-type:none}.terms ol.lst-kix_qmj31s72z7s5-5.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-5 0}.terms .lst-kix_xxufup8tcid4-6>li:before{content:"" counter(lst-ctn-kix_xxufup8tcid4-6,lower-latin) ". "}.terms ol.lst-kix_1h6la966acsn-0,.terms ol.lst-kix_1h6la966acsn-1,.terms ol.lst-kix_kzyhb0gbtx8d-0,.terms ol.lst-kix_kzyhb0gbtx8d-1,.terms ol.lst-kix_kzyhb0gbtx8d-2,.terms ol.lst-kix_kzyhb0gbtx8d-3,.terms ol.lst-kix_kzyhb0gbtx8d-4{list-style-type:none}.terms ol.lst-kix_xxufup8tcid4-0.start{counter-reset:lst-ctn-kix_xxufup8tcid4-0 0}.terms ol.lst-kix_1h6la966acsn-2,.terms ol.lst-kix_1h6la966acsn-3,.terms ol.lst-kix_kzyhb0gbtx8d-5,.terms ol.lst-kix_kzyhb0gbtx8d-6{list-style-type:none}.terms .lst-kix_xxufup8tcid4-0>li:before{content:"(" counter(lst-ctn-kix_xxufup8tcid4-0,lower-latin) ") "}.terms .lst-kix_xxufup8tcid4-8>li:before{content:"" counter(lst-ctn-kix_xxufup8tcid4-8,decimal) ". "}.terms ol.lst-kix_1h6la966acsn-4{list-style-type:none}.terms .lst-kix_jf38mr7nazzp-3>li:before{content:"" counter(lst-ctn-kix_jf38mr7nazzp-3,lower-latin) ") "}.terms ol.lst-kix_kzyhb0gbtx8d-7{list-style-type:none}.terms ol.lst-kix_za150akrf781-4.start{counter-reset:lst-ctn-kix_za150akrf781-4 0}.terms .lst-kix_xxufup8tcid4-2>li:before{content:"(" counter(lst-ctn-kix_xxufup8tcid4-2,decimal) ") "}.terms ol.lst-kix_lmd852asey9v-8.start{counter-reset:lst-ctn-kix_lmd852asey9v-8 0}.terms .lst-kix_jf38mr7nazzp-1>li:before{content:"(" counter(lst-ctn-kix_jf38mr7nazzp-1,lower-roman) ") "}.terms ol.lst-kix_kzyhb0gbtx8d-1.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-1 0}.terms ol.lst-kix_1h6la966acsn-2.start{counter-reset:lst-ctn-kix_1h6la966acsn-2 0}.terms .lst-kix_xxufup8tcid4-4>li:before{content:"" counter(lst-ctn-kix_xxufup8tcid4-4,lower-roman) ") "}.terms ol.lst-kix_1h6la966acsn-3.start{counter-reset:lst-ctn-kix_1h6la966acsn-3 0}.terms .lst-kix_lmd852asey9v-2>li{counter-increment:lst-ctn-kix_lmd852asey9v-2}.terms .lst-kix_kzyhb0gbtx8d-4>li{counter-increment:lst-ctn-kix_kzyhb0gbtx8d-4}.terms ol.lst-kix_oe2v8m2howdw-6.start{counter-reset:lst-ctn-kix_oe2v8m2howdw-6 0}.terms li.li-bullet-0:before{display:inline-block;margin-left:-18pt;min-width:18pt;white-space:nowrap}.terms ol.lst-kix_qmj31s72z7s5-6.start{counter-reset:lst-ctn-kix_qmj31s72z7s5-6 0}.terms ol.lst-kix_1h6la966acsn-5,.terms ol.lst-kix_1h6la966acsn-6{list-style-type:none}.terms .lst-kix_za150akrf781-4>li{counter-increment:lst-ctn-kix_za150akrf781-4}.terms .lst-kix_xxufup8tcid4-7>li{counter-increment:lst-ctn-kix_xxufup8tcid4-7}.terms ol.lst-kix_1h6la966acsn-7{list-style-type:none}.terms .lst-kix_xxufup8tcid4-1>li{counter-increment:lst-ctn-kix_xxufup8tcid4-1}.terms ol.lst-kix_1h6la966acsn-8{list-style-type:none}.terms .lst-kix_jf38mr7nazzp-2>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-2}.terms .lst-kix_lmd852asey9v-8>li{counter-increment:lst-ctn-kix_lmd852asey9v-8}.terms ol.lst-kix_za150akrf781-3.start{counter-reset:lst-ctn-kix_za150akrf781-3 0}.terms .lst-kix_jf38mr7nazzp-8>li{counter-increment:lst-ctn-kix_jf38mr7nazzp-8}.terms ol.lst-kix_kzyhb0gbtx8d-0.start{counter-reset:lst-ctn-kix_kzyhb0gbtx8d-0 0}.terms ol{margin:0;padding:0}.terms table td,.terms table th{padding:0}.terms .c4{line-height:1.5;margin-left:36pt;margin-right:2pt;orphans:2;padding-bottom:12pt;padding-left:0;padding-top:0;text-align:justify;widows:2}.terms .c3{margin-right:1pt}.terms .c3,.terms .c5{line-height:1.5;margin-left:36pt;orphans:2;padding-bottom:0;padding-left:0;padding-top:0;text-align:justify;widows:2}.terms .c1{color:#000;font-size:11pt!important;font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.terms .c15{line-height:1.15;orphans:2;padding-bottom:6pt;padding-top:20pt;page-break-after:avoid;text-align:left;widows:2}.terms .c14{color:#000;font-size:12pt!important;font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.terms .c22{color:#000;font-size:20pt!important;font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.terms .c16{color:#000;font-size:8.5pt!important;font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.terms .c7{padding-bottom:0}.terms .c24,.terms .c7{line-height:1.5;orphans:2;padding-top:0;text-align:justify;widows:2}.terms .c24{padding-bottom:3pt}.terms .c8{padding-bottom:12pt}.terms .c8,.terms .c9{line-height:1.5;orphans:2;padding-top:0;text-align:justify;widows:2}.terms .c9{padding-bottom:11pt}.terms .c0{-webkit-text-decoration-skip:none;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.terms .c21{background-color:#fff}.terms .c12{margin:0;padding:0}.terms .c11{color:#010000;font-size:7pt!important}.terms .c19{color:inherit;text-decoration:inherit}.terms .c10{height:11pt}.terms .c18{color:#010000}.terms .c23{font-style:italic}.terms .c17{color:#15c}.terms .c13{margin-left:36pt}.terms .c2{font-weight:700}.terms .c6{margin-right:2pt}.terms .c20{font-size:12pt!important}.terms .title{color:#000;font-size:26pt!important;line-height:1.15;orphans:2;padding-bottom:3pt;padding-top:0;page-break-after:avoid;text-align:left;widows:2}.terms .subtitle{color:#666;font-size:15pt!important;line-height:1.15;orphans:2;padding-bottom:16pt;padding-top:0;page-break-after:avoid;text-align:left;widows:2}.terms li{color:#000}.terms li,.terms p{font-size:11pt!important}.terms p{color:#000;margin:0}.terms h1{color:#000;font-size:20pt!important;line-height:1.15;orphans:2;padding-bottom:6pt;padding-top:20pt;page-break-after:avoid;text-align:left;widows:2}.terms h2{color:#000;font-size:16pt!important;line-height:1.15;orphans:2;padding-bottom:6pt;padding-top:18pt;page-break-after:avoid;text-align:left;widows:2}.terms h3{color:#434343;font-size:14pt!important;line-height:1.15;orphans:2;padding-bottom:4pt;padding-top:16pt;page-break-after:avoid;text-align:left;widows:2}.terms h4{color:#666;font-size:12pt!important;line-height:1.15;orphans:2;padding-bottom:4pt;padding-top:14pt;page-break-after:avoid;text-align:left;widows:2}.terms h5{color:#666;line-height:1.15;orphans:2;padding-bottom:4pt;padding-top:12pt;page-break-after:avoid;text-align:left;widows:2}.terms h5,.terms h6{font-size:11pt!important}.terms h6{color:#666;font-style:italic;line-height:1.15;orphans:2;padding-bottom:4pt;padding-top:12pt;page-break-after:avoid;text-align:left;widows:2}.privacy .scroll-to{scroll-margin-top:12rem}.privacy main .privacy-wrapper *{font-size:inherit;font-style:inherit;font-weight:inherit;margin:initial}.privacy main .privacy-wrapper * span{font-size:1.6rem!important}.privacy main .privacy-wrapper * h1 span,.privacy main .privacy-wrapper * h2 span{font-size:3.6rem!important}.privacy main .privacy-wrapper * h3 span{font-size:2.6rem!important}.privacy main .privacy-wrapper * a{display:inline;font-size:1.6rem!important}.privacy main .privacy-wrapper * a.blue{color:blue!important;font-size:12pt}.privacy main .privacy-wrapper * ol.lst-kix_list_3-1.start{counter-reset:lst-ctn-kix_list_3-1 0}.privacy main .privacy-wrapper * ol.lst-kix_list_1-5.start{counter-reset:lst-ctn-kix_list_1-5 0}.privacy main .privacy-wrapper * .lst-kix_list_1-2>li{counter-increment:lst-ctn-kix_list_1-2}.privacy main .privacy-wrapper * ol.lst-kix_list_3-7.start{counter-reset:lst-ctn-kix_list_3-7 0}.privacy main .privacy-wrapper * .lst-kix_list_3-2>li{counter-increment:lst-ctn-kix_list_3-2}.privacy main .privacy-wrapper * .lst-kix_list_1-4>li{counter-increment:lst-ctn-kix_list_1-4}.privacy main .privacy-wrapper * ol.lst-kix_list_1-6.start{counter-reset:lst-ctn-kix_list_1-6 0}.privacy main .privacy-wrapper * ol.lst-kix_list_1-0.start{counter-reset:lst-ctn-kix_list_1-0 0}.privacy main .privacy-wrapper * .lst-kix_list_3-0>li{counter-increment:lst-ctn-kix_list_3-0}.privacy main .privacy-wrapper * .lst-kix_list_3-6>li{counter-increment:lst-ctn-kix_list_3-6}.privacy main .privacy-wrapper * ol.lst-kix_list_3-2.start{counter-reset:lst-ctn-kix_list_3-2 0}.privacy main .privacy-wrapper * ol.lst-kix_list_3-0.start{counter-reset:lst-ctn-kix_list_3-0 0}.privacy main .privacy-wrapper * .lst-kix_list_1-8>li{counter-increment:lst-ctn-kix_list_1-8}.privacy main .privacy-wrapper * ol.lst-kix_list_1-4.start{counter-reset:lst-ctn-kix_list_1-4 0}.privacy main .privacy-wrapper * .lst-kix_list_3-5>li{counter-increment:lst-ctn-kix_list_3-5}.privacy main .privacy-wrapper * ol.lst-kix_list_1-1.start{counter-reset:lst-ctn-kix_list_1-1 0}.privacy main .privacy-wrapper * .lst-kix_list_3-4>li{counter-increment:lst-ctn-kix_list_3-4}.privacy main .privacy-wrapper * ol.lst-kix_list_1-3.start{counter-reset:lst-ctn-kix_list_1-3 0}.privacy main .privacy-wrapper * ol.lst-kix_list_1-2.start{counter-reset:lst-ctn-kix_list_1-2 0}.privacy main .privacy-wrapper * .lst-kix_list_1-3>li{counter-increment:lst-ctn-kix_list_1-3}.privacy main .privacy-wrapper * .lst-kix_list_3-1>li{counter-increment:lst-ctn-kix_list_3-1}.privacy main .privacy-wrapper * ol.lst-kix_list_3-4.start{counter-reset:lst-ctn-kix_list_3-4 0}.privacy main .privacy-wrapper * .lst-kix_list_1-1>li{counter-increment:lst-ctn-kix_list_1-1}.privacy main .privacy-wrapper * ol.lst-kix_list_1-8.start{counter-reset:lst-ctn-kix_list_1-8 0}.privacy main .privacy-wrapper * ol.lst-kix_list_3-3.start{counter-reset:lst-ctn-kix_list_3-3 0}.privacy main .privacy-wrapper * .lst-kix_list_3-3>li{counter-increment:lst-ctn-kix_list_3-3}.privacy main .privacy-wrapper * .lst-kix_list_3-7>li{counter-increment:lst-ctn-kix_list_3-7}.privacy main .privacy-wrapper * .lst-kix_list_1-7>li{counter-increment:lst-ctn-kix_list_1-7}.privacy main .privacy-wrapper * ol.lst-kix_list_3-8.start{counter-reset:lst-ctn-kix_list_3-8 0}.privacy main .privacy-wrapper * .lst-kix_list_3-8>li{counter-increment:lst-ctn-kix_list_3-8}.privacy main .privacy-wrapper * ol.lst-kix_list_1-7.start{counter-reset:lst-ctn-kix_list_1-7 0}.privacy main .privacy-wrapper * .lst-kix_list_1-5>li{counter-increment:lst-ctn-kix_list_1-5}.privacy main .privacy-wrapper * ol.lst-kix_list_3-6.start{counter-reset:lst-ctn-kix_list_3-6 0}.privacy main .privacy-wrapper * ol.lst-kix_list_3-5.start{counter-reset:lst-ctn-kix_list_3-5 0}.privacy main .privacy-wrapper * .lst-kix_list_1-0>li{counter-increment:lst-ctn-kix_list_1-0}.privacy main .privacy-wrapper * .lst-kix_list_1-6>li{counter-increment:lst-ctn-kix_list_1-6}.privacy main .privacy-wrapper * li.li-bullet-0:before{display:inline-block;margin-left:-18pt;min-width:18pt;white-space:nowrap}.privacy main .privacy-wrapper * ol{margin:0;padding:0}.privacy main .privacy-wrapper * table td,.privacy main .privacy-wrapper * table th{padding:0}.privacy main .privacy-wrapper * .c25{border:1pt solid #000;padding:3pt 0 5pt 1pt;vertical-align:top;width:239.2pt}.privacy main .privacy-wrapper * .c14{border:1pt solid #000;padding:3pt 0 5pt 1pt;vertical-align:top;width:71pt}.privacy main .privacy-wrapper * .c31{border:1pt solid #000;padding:3pt 0 5pt 1pt;vertical-align:top;width:157.8pt}.privacy main .privacy-wrapper * .c0{line-height:1.15;margin-left:36pt;orphans:2;padding-bottom:4pt;padding-left:0;padding-top:12pt;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * .c3{line-height:1.5;margin-left:36pt;margin-right:1pt;orphans:2;padding-bottom:0;padding-left:0;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c30{line-height:1.5;margin-left:16pt;margin-right:1pt;orphans:2;padding-bottom:16pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c1{color:#000;font-size:11pt;font-style:normal;font-weight:700;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * a.c32{color:blue!important}.privacy main .privacy-wrapper * .c32{color:#000;font-size:11pt;font-style:italic;font-weight:400;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c65{line-height:1.5;margin-right:2pt;orphans:2;padding-bottom:21pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c8{color:#000;font-size:16pt;font-style:normal;font-weight:700;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c47{color:#000;font-size:11pt;font-style:italic;font-weight:700;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c6{line-height:1.15;orphans:2;padding-bottom:6pt;padding-top:18pt;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * .c55{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:3pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c10{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:33pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c45{line-height:1.15;orphans:2;padding-bottom:4pt;padding-top:16pt;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * .c5{color:#000;font-size:12pt;font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c71{line-height:1.5;margin-right:17pt;orphans:2;padding-bottom:19pt;padding-top:18pt;widows:2}.privacy main .privacy-wrapper * .c19{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:22pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c9{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:32pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c22{height:11pt;line-height:1.15;orphans:2;padding-bottom:0;padding-top:0;text-align:left;widows:2}.privacy main .privacy-wrapper * .c4{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:17pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c27{line-height:1.5;margin-right:2pt;orphans:2;padding-bottom:15pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c43{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:16pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c73{line-height:1.5;margin-right:17pt;orphans:2;padding-bottom:9pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c33{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:2pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c74{line-height:1.5;margin-right:2pt;orphans:2;padding-bottom:27pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c50{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:8pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c2{color:#000;font-size:11pt;font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c41{line-height:1.5;margin-right:1pt;orphans:2;padding-bottom:1pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c12{line-height:1.5;orphans:2;padding-bottom:0;padding-top:0;text-align:left;widows:2}.privacy main .privacy-wrapper * .c52{line-height:1.5;orphans:2;padding-bottom:6pt;padding-top:24pt;widows:2}.privacy main .privacy-wrapper * .c16{line-height:1.5;orphans:2;padding-bottom:0;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c67{line-height:1.5;orphans:2;padding-bottom:29pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c61{line-height:1.5;orphans:2;padding-bottom:18pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c40{line-height:1.5;orphans:2;padding-bottom:39pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c36{line-height:1.5;orphans:2;padding-bottom:34pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c75{line-height:1.5;orphans:2;padding-bottom:21pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c60{line-height:1.5;orphans:2;padding-bottom:15pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c15{line-height:1.5;orphans:2;padding-bottom:7pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c70{line-height:1.5;orphans:2;padding-bottom:17pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c35{color:#000;font-style:normal;font-weight:700;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c44{line-height:1.5;orphans:2;padding-bottom:28pt;padding-top:0;widows:2}.privacy main .privacy-wrapper * .c21{font-size:11pt;font-style:normal;font-weight:400;vertical-align:initial}.privacy main .privacy-wrapper * .c68{font-style:normal;font-weight:400;text-decoration:none;vertical-align:initial}.privacy main .privacy-wrapper * .c46{border-collapse:collapse;border-spacing:0;margin-left:-1pt;margin-right:auto}.privacy main .privacy-wrapper * .c34{height:11pt;margin-left:54pt;margin-right:1pt;text-indent:-18pt}.privacy main .privacy-wrapper * .c17{color:#15c}.privacy main .privacy-wrapper * .c17,.privacy main .privacy-wrapper * .c28{-webkit-text-decoration-skip:none;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.privacy main .privacy-wrapper * .c51{background-color:#fff}.privacy main .privacy-wrapper * .c49{margin-left:52pt;text-indent:-18pt}.privacy main .privacy-wrapper * .c62{margin-left:54pt;text-indent:-18pt}.privacy main .privacy-wrapper * .c18{margin-left:36pt;padding-left:0}.privacy main .privacy-wrapper * .c13{margin:0;padding:0}.privacy main .privacy-wrapper * .c23{color:inherit;text-decoration:inherit}.privacy main .privacy-wrapper * .c66{height:68.8pt}.privacy main .privacy-wrapper * .c24{font-size:7pt}.privacy main .privacy-wrapper * .c38{margin-right:7pt}.privacy main .privacy-wrapper * .c69{height:16pt}.privacy main .privacy-wrapper * .c76{margin-left:16pt}.privacy main .privacy-wrapper * .c58{height:68pt}.privacy main .privacy-wrapper * .c39{height:11pt}.privacy main .privacy-wrapper * .c63{margin-left:1pt}.privacy main .privacy-wrapper * .c11{height:50.8pt}.privacy main .privacy-wrapper * .c64{height:65pt}.privacy main .privacy-wrapper * .c54{font-weight:700}.privacy main .privacy-wrapper * .c29{font-size:14pt}.privacy main .privacy-wrapper * .c48{margin-left:4pt}.privacy main .privacy-wrapper * .c37{font-size:23pt}.privacy main .privacy-wrapper * .c72{background-color:#ff0}.privacy main .privacy-wrapper * .c77{font-size:12pt}.privacy main .privacy-wrapper * .c26{height:65.8pt}.privacy main .privacy-wrapper * .c57{height:110.8pt}.privacy main .privacy-wrapper * .c42{color:#2b579a}.privacy main .privacy-wrapper * .c56{margin-right:1pt}.privacy main .privacy-wrapper * .c20{height:89.8pt}.privacy main .privacy-wrapper * .c7{font-size:17pt}.privacy main .privacy-wrapper * .c59{margin-left:36pt}.privacy main .privacy-wrapper * .c53{color:#000}.privacy main .privacy-wrapper * .title{color:#000;font-size:26pt;padding-bottom:3pt}.privacy main .privacy-wrapper * .subtitle,.privacy main .privacy-wrapper * .title{line-height:1.15;orphans:2;padding-top:0;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * .subtitle{color:#666;font-size:15pt;padding-bottom:16pt}.privacy main .privacy-wrapper * li{color:#000;font-size:11pt}.privacy main .privacy-wrapper * p{color:#000;margin:0}.privacy main .privacy-wrapper * h1{font-size:20pt;padding-top:20pt}.privacy main .privacy-wrapper * h1,.privacy main .privacy-wrapper * h2{color:#000;line-height:1.15;orphans:2;padding-bottom:6pt;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * h2{font-size:16pt;font-weight:700;padding-top:18pt}.privacy main .privacy-wrapper * h3{color:#000;font-size:14pt;font-weight:700;padding-top:16pt}.privacy main .privacy-wrapper * h3,.privacy main .privacy-wrapper * h4{line-height:1.15;orphans:2;padding-bottom:4pt;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * h4{color:#666;font-size:12pt;padding-top:14pt}.privacy main .privacy-wrapper * h5{color:#000}.privacy main .privacy-wrapper * h5,.privacy main .privacy-wrapper * h6{font-size:11pt;line-height:1.15;orphans:2;padding-bottom:4pt;padding-top:12pt;page-break-after:avoid;text-align:left;widows:2}.privacy main .privacy-wrapper * h6{color:#666;font-style:italic}.privacy-wrapper{margin:auto;max-width:120rem;padding:0 3rem}.privacy footer{padding-top:0}#blog-page .banner{margin:3rem 0 2rem}@media only screen and (max-width:476px){#blog-page .banner.only-desktop{display:none}}#blog-page .banner img{max-height:60rem;object-fit:cover;object-position:0 58%;width:100vw}#blog-page .banner figcaption{margin:.5rem auto 0;max-width:100rem}#blog-page .blog{margin:0 auto;max-width:100rem;padding:0 2.5rem}#blog-page .blog:first-child{padding-bottom:0}#blog-page .blog:last-child{padding-top:0}#blog-page .blog h1{margin-bottom:2rem}#blog-page .blog header{padding:0}#blog-page .blog p{font-size:2rem}#blog-page .blog ul{list-style:none;padding-left:25px}#blog-page .blog ul li{color:#4a4a4a;font-size:2rem;font-weight:300;line-height:3rem}#blog-page .blog ul li:before{color:#001a8a;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}#blog-page .blog section{margin:4.5rem 0;padding:0}#blog-page .blog .quote .quote-icon img{height:7.1rem;width:10rem}#blog-page .blog .quote blockquote{color:#4a4a4a;font-size:4.8rem;font-weight:900;margin:4rem 0;padding-bottom:2rem}#blog-page .blog .author{color:#bcbcbc;font-size:2rem}#blog-page .blog .blog-image-full{margin:4.5rem 0}@media only screen and (max-width:476px){#blog-page .blog .blog-image-full.only-desktop{display:none}}@media only screen and (min-width:476px){#blog-page .blog .blog-image-full.only-mobile{display:none}}#blog-page .blog .blog-image-full img{height:auto;width:100%}#blog-page .blog .next-previous-buttons{align-items:center;display:flex;justify-content:space-between}#blog-page .blog .next-previous-buttons .button{max-width:30rem;width:100%}@media only screen and (max-width:476px){#blog-page .blog .next-previous-buttons{display:none}}#blog-page .blog .next-previous-buttons-mobile{display:none}@media only screen and (max-width:476px){#blog-page .blog .next-previous-buttons-mobile{align-items:center;display:flex;justify-content:space-between}#blog-page .blog .next-previous-buttons-mobile .button{max-width:16rem;padding-left:.5rem;padding-right:.5rem;width:100%}}html{font-size:62.5%}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (max-width:37.5em){html{font-size:43.75%}}.toaster{background-image:linear-gradient(90deg,#8359f2,#4ab4da);border-radius:16px;padding:2rem}.toaster.error{background-color:red;background-image:none}@media only screen and (max-width:37.5em){.toaster{background-image:linear-gradient(90deg,#6e7cea,#638ee5)}}#custom-captcha{margin-bottom:1.9rem;-webkit-transform-origin:0 0;transform-origin:0 0}footer,header,nav,section:not(#video){padding-left:3rem;padding-right:3rem}.logo{height:4.804rem;-webkit-user-select:none;user-select:none;width:13.4rem}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;src:url(assets/fonts/Ubuntu-Bold.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:italic;font-weight:700;src:url(assets/fonts/Ubuntu-BoldItalic.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;src:url(assets/fonts/Ubuntu-Italic.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:200;src:url(assets/fonts/Ubuntu-Light.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:italic;font-weight:200;src:url(assets/fonts/Ubuntu-LightItalic.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:italic;font-weight:500;src:url(assets/fonts/Ubuntu-Medium.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:italic;font-weight:500;src:url(assets/fonts/Ubuntu-MediumItalic.ttf) format("truetype")}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;src:url(assets/fonts/Ubuntu-Regular.ttf) format("truetype")}