@charset "UTF-8";.flash-container{z-index:200;position:fixed;left:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:flex-end;justify-content:center}.flash-container .flash{position:absolute;bottom:0;box-sizing:border-box;max-width:60vw;display:block;padding:8px 20px 20px;margin-bottom:-12px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;cursor:pointer;border-color:#3e81de;border-radius:6px;box-shadow:0 0 6px #0003;background:#6087bc;color:#fff}.flash-container .flash-danger{background:#b12233;color:#fff;border-color:#d0021b}.flash-container .flash-success{background:#1b9860;color:#fff;border-color:#00b363}@media (max-width: 500px){.flash-container .flash{max-width:none;width:100vw;border-radius:0;border-left:none;border-right:none}}.flash-enter-active,.flash-leave-active{transition:transform .2s ease-out}.flash-enter-from,.flash-leave-to{transform:translateY(100%)}input[type=text],input[type=password],input[type=number],select{-webkit-appearance:none;border:1px solid #BEC0C6;border-radius:4px;background:#fff;box-sizing:border-box;padding:5px 12px;font-weight:500;transition:filter .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}input[type=text]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,select::placeholder{color:#bec0c6}input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,select:focus{outline:none;border:solid 1px rgba(62,129,222,.6);box-shadow:0 0 0 3px #3e81de4d}input[type=text].invalid,input[type=password].invalid,input[type=number].invalid,select.invalid{border-color:#d0021b}input[type=text].invalid:focus,input[type=password].invalid:focus,input[type=number].invalid:focus,select.invalid:focus{box-shadow:0 0 0 3px #d0021b4d}input[type=text].valid,input[type=password].valid,input[type=number].valid,select.valid{border-color:#00b363}input[type=text].valid:focus,input[type=password].valid:focus,input[type=number].valid:focus,select.valid:focus{box-shadow:0 0 0 3px #00b3634d}html,body,#app{margin:0;padding:0;min-height:100vh}#app{width:100%}body{font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;color:#34363a;background:#f5f6f8;font-size:14px}button,input,textarea,select{font-family:Open Sans,sans-serif;font-size:100%;-webkit-font-smoothing:antialiased}div,ul,li,p,figure{display:block;margin:0;padding:0;list-style:none}p{margin:1em 0 0}p:first-child{margin-top:0}h1{font-size:115%;font-weight:600;margin:10px auto;text-align:center}h2{font-size:115%;font-weight:300;color:#000;margin:10px auto;text-align:center}h4{font-size:100%;font-weight:400;color:#858e98;margin:10px auto;text-align:center}a{text-decoration:none;color:#3e81de}a:hover{text-decoration:underline}.js-focus-visible :focus:not([data-focus-visible-added]){outline:none}input[type=text],input[type=password],input[type=number],select{-webkit-appearance:none;border:1px solid #BEC0C6;border-radius:4px;background:#fff;box-sizing:border-box;padding:5px 12px;font-weight:500}select{background-color:#fff;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='7'%20height='11'%3e%3cpath%20fill='%2334363A'%20d='m3.5%209.577%202.504-2.53a.58.58%200%200%201%20.825%200%20.594.594%200%200%201%200%20.834l-2.917%202.946a.58.58%200%200%201-.824%200L.17%207.881a.594.594%200%200%201%200-.833.58.58%200%200%201%20.825%200zM.996%203.952a.58.58%200%200%201-.825%200%20.594.594%200%200%201%200-.833L3.088.173a.58.58%200%200%201%20.824%200L6.83%203.119a.594.594%200%200%201%200%20.833.58.58%200%200%201-.825%200L3.5%201.422z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 10px;padding:5px 30px 5px 15px}@supports (-moz-appearance: none){select{padding:4px 10px}}.input-with-button{display:inline-flex;flex-direction:row;align-items:center}.input-with-button *:nth-child(2){margin-left:15px}.with-left-dot:before{content:"●";color:#d8d8d8;font-size:.6em;vertical-align:middle;margin:0 .7em;position:relative;top:-.15em}.page{display:flex;flex-direction:column;gap:10px;padding:10px 0}.page-error{min-height:calc(100vh - 50px);display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:20px 10px}.page-error__logo{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spark-logo-BMZkhDt1.png);font-size:8em;margin-bottom:20px}.page-error>h2{font-size:3em;margin:5px 0}.page-error>h4{font-size:1.8em;margin:5px 0}.page-error__actions{display:flex;flex-direction:row;justify-content:center;font-size:1.2em;margin:40px 0 20px}.page-error__actions .btn:not(:first-child){margin-left:10px}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}.btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:5px 12px;box-sizing:border-box;color:#34363a;background:linear-gradient(-180deg,#fff,#f2f2f2);border:1px solid #D5DADE;border-radius:4px;font-weight:500;font-size:.94em;text-align:center;white-space:nowrap;min-width:100px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:filter .2s ease-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.btn:hover,.btn:active,.btn.active{text-decoration:none;filter:brightness(95%)}.btn.with-dropdown{position:relative;padding-right:30px}.btn.with-dropdown:after{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;position:absolute;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='5'%3e%3cpath%20fill='none'%20stroke='%2334363A'%20stroke-linecap='round'%20stroke-width='1.2'%20d='m3.8%204.2%203.064-3.047M3.76%204.2.7%201.153'/%3e%3c/svg%3e");font-size:8px;right:10px;top:10px}.btn.with-spinner:before{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spinner-CC6GJzSw.svg);font-size:1.2em;margin:-3px 5px -3px 0}.btn.disabled{opacity:.4;cursor:default}.btn:focus{outline:none;box-shadow:0 0 0 3px #d5dade80}.btn+.btn{margin-left:20px}.btn-default,.btn:disabled,.btn[disabled],.btn-success,.btn-danger{background:linear-gradient(-180deg,#4086df,#2464c6 99%);border:none;padding-top:6px;padding-bottom:6px;color:#fff;font-weight:600}.btn-default:hover,.btn:hover:disabled,.btn[disabled]:hover,.btn-success:hover,.btn-danger:hover,.btn-default.active,.active.btn:disabled,.active.btn[disabled],.active.btn-success,.active.btn-danger{filter:brightness(90%)}.btn-default.with-dropdown:after,.with-dropdown.btn:disabled:after,.with-dropdown.btn[disabled]:after,.with-dropdown.btn-success:after,.with-dropdown.btn-danger:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='5'%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-width='1.2'%20d='m3.8%204.2%203.064-3.047M3.76%204.2.7%201.153'/%3e%3c/svg%3e")}.btn-default.with-spinner:before,.with-spinner.btn:disabled:before,.with-spinner.btn[disabled]:before,.with-spinner.btn-success:before,.with-spinner.btn-danger:before{background-image:url(./spinner-white-P-WlHuH4.svg)}.btn-default:focus,.btn:focus:disabled,.btn[disabled]:focus,.btn-success:focus,.btn-danger:focus{box-shadow:0 0 0 3px #4086df80}.btn-default.with-opacity,.with-opacity.btn:disabled,.with-opacity.btn[disabled],.with-opacity.btn-success,.with-opacity.btn-danger{opacity:.5}.btn-danger{background:linear-gradient(-180deg,#f5515f,#9f041b)}.btn-danger:focus{box-shadow:0 0 0 3px #f5515f80}.btn-success{background:linear-gradient(-180deg,#3cbc00,#2f9300)}.btn-success:focus{box-shadow:0 0 0 3px #3cbc0080}.btn-link,.btn-link-danger{border-color:transparent;background:none;color:#3e81de;font-size:1em;padding-left:0;padding-right:0;min-width:auto}.btn-link:hover,.btn-link-danger:hover,.btn-link.active,.active.btn-link-danger{filter:none;text-decoration:underline}.btn-link.with-dropdown:after,.with-dropdown.btn-link-danger:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='5'%3e%3cpath%20fill='none'%20stroke='%233E81DE'%20stroke-linecap='round'%20stroke-width='1.2'%20d='m3.8%204.2%203.064-3.047M3.76%204.2.7%201.153'/%3e%3c/svg%3e")}.btn-link.with-spinner:before,.with-spinner.btn-link-danger:before{background-image:url(./spinner-blue-CjaLNP0y.svg);font-size:1em}.btn-link:focus,.btn-link-danger:focus{box-shadow:none}.btn-link-danger{color:#d0021b}.btn-link-danger.with-spinner:before{background-image:url(./spinner-danger-g4e9RwKK.svg)}.btn:disabled,.btn[disabled]{cursor:default;background:linear-gradient(-180deg,#8c8c8c,#656565)}.btn:disabled:focus,.btn[disabled]:focus{box-shadow:none}.badge-trial{display:inline-block;padding:3px 8px;margin:0 0 0 -8px;border-radius:4px;white-space:nowrap;font-size:.85em;background:#fff6ea;color:#ff9c00}.vsep{display:inline-block;content:"";vertical-align:middle;align-self:center;width:1px;height:1.5em;margin:0 10px;background:#dedfe2}.vsep:first-child,.vsep:last-child,.vsep+.vsep{display:none}.flex-spacer{flex-grow:10}.back-to-spark{display:flex;flex-direction:row;align-items:center;font-weight:600;color:#3e81de;white-space:nowrap}.back-to-spark:hover{text-decoration:none}.back-to-spark__logo{content:"";display:inline-block;flex-shrink:0;flex-grow:0;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spark-logo-BMZkhDt1.png);font-size:32px;margin-right:10px;width:1em;height:1em}.not-found-box,.error-box,.loading-box{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:20px 15px;color:#858e98}.not-found-box:before,.error-box:before,.loading-box:before{margin-right:10px;font-size:1.2em}.not-found-box.large,.large.error-box,.large.loading-box{font-size:1.2em;min-height:200px}.not-found-box.large:before,.large.error-box:before,.large.loading-box:before{margin-right:15px;font-size:2em}.loading-box:before{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spinner-CC6GJzSw.svg)}.error-box{color:#34363a;font-weight:600}.error-box:before{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%3e%3cpath%20fill='%2334363a'%20d='M4%200C1.8%200%200%201.8%200%204s1.8%204%204%204%204-1.8%204-4-1.8-4-4-4m0%201c.66%200%201.26.21%201.75.56L1.56%205.75C1.21%205.26%201%204.66%201%204c0-1.66%201.34-3%203-3m2.44%201.25C6.79%202.74%207%203.34%207%204c0%201.66-1.34%203-3%203-.66%200-1.26-.21-1.75-.56z'/%3e%3c/svg%3e")}.error-box__action{font-weight:400;margin-left:50px}.avatar{display:inline-block;flex-shrink:0;flex-grow:0;padding:0;border-radius:1000px;overflow:hidden;text-align:center;-webkit-user-select:none;user-select:none;background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;width:2em;height:2em;line-height:2em}.team-selector-option{position:relative;display:flex;flex-direction:row;align-items:center;cursor:pointer;margin-bottom:1px;padding:15px 20px;transition:background-color .2s ease-out}.team-selector-option:after{left:20px;right:20px}.team-selector-option__icon{display:block;font-size:15px}.team-selector-option__content{display:block;flex-grow:2;overflow:hidden;margin:0 30px 0 8px}.team-selector-option__title,.team-selector-option__subtitle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-selector-option__title{font-weight:600}.team-selector-option__subtitle{font-size:90%}.team-selector-option__checkbox{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='8'%3e%3cpath%20fill='%233d81de'%20d='M4.445%205.63%208.42.775a.75.75%200%200%201%201.16.95l-4.5%205.496a.75.75%200%200%201-1.11.055l-3-3a.75.75%200%200%201%201.06-1.06z'/%3e%3c/svg%3e");font-size:10px;display:none}.team-selector-option.checked .team-selector-option__checkbox{display:block}.team-selector-option:not(:first-child):after{content:"";display:block;position:absolute;top:-1px;height:1px;background:#eeeff2}.team-selector-option:hover{background:#f8f8f8}.team-selector{display:inline-block;position:relative}.team-selector__header{display:flex;flex-direction:row;align-items:center;cursor:pointer;max-width:200px;overflow:hidden}.team-selector__title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-selector__icon{font-size:1.1em;margin:0 8px}.team-selector__toggle{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='7'%20height='11'%3e%3cpath%20fill='%2334363A'%20d='m3.5%209.577%202.504-2.53a.58.58%200%200%201%20.825%200%20.594.594%200%200%201%200%20.834l-2.917%202.946a.58.58%200%200%201-.824%200L.17%207.881a.594.594%200%200%201%200-.833.58.58%200%200%201%20.825%200zM.996%203.952a.58.58%200%200%201-.825%200%20.594.594%200%200%201%200-.833L3.088.173a.58.58%200%200%201%20.824%200L6.83%203.119a.594.594%200%200%201%200%20.833.58.58%200%200%201-.825%200L3.5%201.422z'/%3e%3c/svg%3e");font-size:12px}.team-selector__overlay{position:fixed;z-index:49;left:0;top:0;right:0;bottom:0}.team-selector__options{position:absolute;z-index:50;top:-4px;right:0;box-sizing:border-box;width:320px;max-height:300px;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;box-shadow:0 0 #0003,0 4px 10px #0003;border-radius:6px}.page-home .team-selector{position:absolute;right:50px;top:10px}@media (max-width: 768px){.page-home .team-selector{right:10px}.page-home .team-selector__icon{font-size:18px}}.form-field.with-error input[type=text],.form-field.with-error input[type=password],.form-field.with-error input[type=number],.form-field.with-error select{border-color:#d0021b}.form-field.with-error input[type=text]:focus,.form-field.with-error input[type=password]:focus,.form-field.with-error input[type=number]:focus,.form-field.with-error select:focus{box-shadow:0 0 0 3px #d0021b4d}form{margin:0;padding:0}.form-field{display:block;display:flow-root;margin-bottom:5px}.form-field label{display:block;margin:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-field input[type=text],.form-field input[type=password],.form-field input[type=number],.form-field select{display:block;width:100%;margin:5px 0}.form-field summary{display:block;margin:5px 0;font-size:.9em;color:#858e98}.form-field__err{margin:0;font-size:.9em;color:#d0021b}.form-horizontal .form-field{display:grid;grid-template-columns:200px auto}.form-horizontal .form-field label{grid-column:1;grid-row:1/-1;justify-self:right;margin-right:15px}.form-horizontal .form-field__content{grid-column:2;grid-row:1;min-width:0}.form-horizontal .form-field__err{grid-column:2;grid-row:2}.form-horizontal .form-field summary{grid-column:2;grid-row:3}@media (max-width: 500px){.form-horizontal .form-field{display:block}}.form-buttons,.form-buttons-right{margin-top:30px;display:flex;flex-direction:row;align-items:center;justify-content:center}.form-row{display:flex;flex-direction:row}.form-row .form-field{flex-basis:0;flex-grow:1}.form-row .form-field:not(:first-child){margin-left:15px}.form-buttons-right{justify-content:flex-end}.page-login>form{box-sizing:border-box;max-width:300px;padding:20px;margin-top:40px;border:solid 1px #DEDFE2;border-radius:4px;background:#fff}.page-login__toggle{display:block;position:fixed;width:24px;height:24px;top:0;right:0;cursor:pointer}.team-nav-wrapper{position:relative;display:inline-flex;justify-content:center;align-items:center;margin-top:20px;margin-bottom:10px;border-radius:4px}@media (max-width: 500px){.team-nav-wrapper{margin-left:12px;margin-right:12px}}.team-nav-wrapper:before,.team-nav-wrapper:after{content:"";position:absolute;z-index:10;top:0;width:50px;height:100%;pointer-events:none;transition:opacity .3s ease-out}.team-nav-wrapper:before{left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;background:linear-gradient(to right,white,transparent)}.team-nav-wrapper:after{right:0;border-top-right-radius:4px;border-bottom-right-radius:4px;background:linear-gradient(to left,white,transparent)}.team-nav-wrapper.no-left-fade:before{opacity:0}.team-nav-wrapper.no-right-fade:after{opacity:0}.team-nav-wrapper .team-nav{z-index:9;white-space:nowrap;overflow-x:scroll;scrollbar-width:none;border-radius:4px;box-shadow:0 4px 8px #00000014,0 12px 8px -8px #00000014}.team-nav-wrapper .team-nav::-webkit-scrollbar{display:none}.team-nav-wrapper .team-nav__item{display:inline-block;min-width:70px;width:auto;height:36px;line-height:36px;padding:0 20px;text-align:center;align-items:center;font-weight:600;font-size:14px;color:#34363a;background:#fff;cursor:pointer;border-right:solid 1px #e4e4e5;transition:background-color .2s ease-out}@media (max-width: 500px){.team-nav-wrapper .team-nav__item{padding:0 10px;font-size:13px}}.team-nav-wrapper .team-nav__item.upgrade{background:#e9ffd1}.team-nav-wrapper .team-nav__item:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.team-nav-wrapper .team-nav__item:last-child{margin:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-right:none}.team-nav-wrapper .team-nav__item.router-link-active{background:#377dde;color:#fff}.team-nav-wrapper .team-nav__item:hover{text-decoration:none}.team-nav-wrapper .team-nav__item:hover:not(.router-link-active){background:#f3f3f3}.layout-footer{display:flex;flex-direction:row;justify-content:center;column-gap:2em;padding:10px 0;color:#66707e;font-size:.9em;font-weight:400}@media (max-width: 500px){.layout-footer{padding:10px;flex-wrap:wrap}}.layout-footer a{color:#66707e}.layout-footer__links a{white-space:nowrap}.layout-footer__links a:not(:first-child):before{content:"|";font-weight:400;opacity:.5;margin:0 .5em}.layout-footer__copyright{white-space:nowrap}.layout-team{position:relative}.layout-team .back-to-spark{position:absolute;left:50px;top:10px}@media (max-width: 768px){.layout-team .back-to-spark{left:10px}.layout-team .back-to-spark__logo{font-size:36px}.layout-team .back-to-spark__text{display:none}}.layout-team .team-selector{position:absolute;right:50px;top:10px}@media (max-width: 768px){.layout-team .team-selector{right:10px}.layout-team .team-selector__icon{font-size:18px}.layout-team .team-selector__title{display:none}}.layout-team__inner{box-sizing:border-box;width:784px;max-width:calc(100% - 20px);min-height:100vh;margin:auto;display:flex;flex-direction:column}.layout-team__inner>h1{margin:15px auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 500px){.layout-team__inner{max-width:100%}}.layout-team__inner--billing{width:1024px}.layout-team__content{display:flex;flex-direction:column;align-items:center;width:784px;margin:auto}.layout-team__footer{margin-top:40px}.layout-header-get-spark{display:flex;flex-direction:row;align-items:center;padding:10px 20px;background:#fff;box-shadow:0 4px 8px #00000008}@media (max-width: 500px){.layout-header-get-spark{padding:10px}}.layout-header-get-spark__logo{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spark-logo-BMZkhDt1.png);display:block;width:32px;height:32px;margin-right:10px}.layout-header-get-spark__title{display:block;font-size:13px}.layout-header-get-spark__title:hover{text-decoration:none}.layout-header-get-spark__title-1{display:block;color:#000}.layout-header-get-spark__title-2{display:block;color:#66707e}.layout-public{position:relative}.layout-public__header{margin-bottom:10px}.layout-public__inner{box-sizing:border-box;width:784px;max-width:calc(100% - 20px);min-height:calc(100vh - 60px);margin:auto;padding-bottom:20px;display:flex;flex-direction:column}@media (max-width: 500px){.layout-public__inner{max-width:100%}}.layout-public .team-nav{margin-top:20px;margin-bottom:10px}.layout-public__content{display:flex;flex-direction:column;align-items:center;width:784px;margin:auto}.layout-public__footer{margin-top:40px}.layout-elliptic{font-family:Inter,sans-serif;font-size:14px;width:100%}@media screen and (min-width: 1920px){.layout-elliptic{font-size:16px}}@supports (font-variation-settings: normal){.layout-elliptic{font-family:Inter var,sans-serif}}.layout-elliptic__foreground{box-sizing:border-box;margin:0 auto;overflow:auto;background:radial-gradient(ellipse 120% 120% at top left,#00c2ff,#0000),radial-gradient(ellipse 120% 120% at top right,#0156ff,#0000)}.modal-wrapper{position:absolute;left:0;right:0;top:0;min-height:100vh;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.modal-layover{position:fixed;left:0;right:0;top:-500px;bottom:-500px;background:#0000001a}.modal{position:relative;display:flex;flex-direction:column;overflow:hidden;width:420px;max-width:90vw;margin:30px 0;outline:none;background:#fff;border-radius:6px;box-shadow:0 0 #0003,0 4px 10px #0003}.fullscreen .modal{margin:0;border-radius:0;width:100%;height:100%;max-width:none;max-height:none}.modal__header{position:relative;flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 15px;border-bottom:solid 1px #DEDFE2}.modal__header.no-title{border-bottom-color:transparent}.modal__header>h1{flex-grow:2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal__header>h1:empty:before{content:" "}.modal__close{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%3e%3cpath%20fill='none'%20stroke='%233E81DE'%20stroke-linecap='square'%20stroke-width='16'%20d='m7%207%20114%20114m0-114L7%20121'/%3e%3c/svg%3e");font-size:.8em;border:solid 5px transparent;margin-left:-5px;position:absolute;cursor:pointer;opacity:.7;transition:opacity .2s ease-out}.modal__close:hover{opacity:1}.modal__body{flex-grow:2;padding:15px 30px 20px;overflow:auto;-webkit-overflow-scrolling:touch}.modal-enter-active{transition:opacity .1s ease-out}.modal-enter-active .modal{transition:opacity .2s ease-out .1s}.modal-leave-active{transition:opacity .2s ease-out .2s}.modal-leave-active .modal{transition:opacity .1s ease-out,transform .2s ease-out}.modal-enter-from,.modal-enter-from .modal,.modal-leave-to{opacity:0}.modal-leave-to .modal{opacity:0;transform:scale(1.05)}.avatar-uploader{display:inline-block;position:relative}.avatar-uploader__wrapper{position:relative;border-radius:400px;overflow:hidden;border:solid 1px rgba(52,54,58,.8)}.avatar-uploader__wrapper .avatar{display:block;border-radius:0;overflow:visible}.avatar-uploader__label{position:absolute;left:0;right:0;bottom:0;background:#34363acc;color:#fff;padding:.5em;font-size:.25em;font-weight:600;text-align:center;opacity:.7;transition:opacity .2s ease-out}.avatar-uploader__file{position:absolute;left:0;top:0;font-size:900px;opacity:0;cursor:pointer}.avatar-uploader__help{display:block;margin-top:4px;text-align:center;font-size:.25em;color:#858e98;opacity:0;transform:scale3d(1.1,1.1,1.1);transition:opacity .3s ease-out,transform .1s ease-out}.avatar-uploader__clear{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%3e%3cpath%20fill='%2334363a'%20d='M4%200C1.79%200%200%201.79%200%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4M2.5%201.78%204%203.28l1.5-1.5.72.72L4.72%204l1.5%201.5-.72.72L4%204.72l-1.5%201.5-.72-.72L3.28%204l-1.5-1.5z'/%3e%3c/svg%3e");border:solid 5px transparent;font-size:.3em;position:absolute;right:-10px;top:-10px;cursor:pointer;opacity:0;transition:opacity .3s ease-out .2s}.avatar-uploader__spinner-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#34363acc}.avatar-uploader__spinner{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spinner-white-P-WlHuH4.svg);font-size:.5em}.avatar-uploader:hover .avatar-uploader__label,.avatar-uploader:hover .avatar-uploader__clear{opacity:1}.avatar-uploader:hover .avatar-uploader__help{transform:scaleZ(1);opacity:1}.editable-prop__textbox{font-size:1em;width:250px;max-width:calc(100% - 15px)}.editable-prop__val-wrapper{padding:5px 0}.checkbox:before{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;font-size:1.4em;margin-right:.5em;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='4'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%23E5E5E5'/%3e%3crect%20width='19.5'%20height='19.5'%20x='.25'%20y='.25'%20stroke='%23DEDFE2'%20stroke-width='.5'%20rx='4'/%3e%3c/g%3e%3c/svg%3e")}.checkbox.checked:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3cfilter%20id='c'%20width='162.5%25'%20height='166.7%25'%20x='-31.2%25'%20y='-26.7%25'%20filterUnits='objectBoundingBox'%3e%3cfeMorphology%20in='SourceAlpha'%20operator='dilate'%20radius='.75'%20result='shadowSpreadOuter1'/%3e%3cfeOffset%20dy='.5'%20in='shadowSpreadOuter1'%20result='shadowOffsetOuter1'/%3e%3cfeMorphology%20in='SourceAlpha'%20radius='1'%20result='shadowInner'/%3e%3cfeOffset%20dy='.5'%20in='shadowInner'%20result='shadowInner'/%3e%3cfeComposite%20in='shadowOffsetOuter1'%20in2='shadowInner'%20operator='out'%20result='shadowOffsetOuter1'/%3e%3cfeGaussianBlur%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%20stdDeviation='.5'/%3e%3cfeColorMatrix%20in='shadowBlurOuter1'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200'/%3e%3c/filter%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='4'/%3e%3cpath%20id='b'%20d='m6%2010%203.143%203.5L14%206'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%233E81DE'/%3e%3crect%20width='19.5'%20height='19.5'%20x='.25'%20y='.25'%20stroke='%23000'%20stroke-opacity='.15'%20stroke-width='.5'%20rx='4'/%3e%3cg%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cuse%20xlink:href='%23b'%20fill='%23000'%20filter='url(%23c)'/%3e%3cuse%20xlink:href='%23b'%20stroke='%23FFF'%20stroke-width='1.5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.radio:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='10'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%23E5E5E5'/%3e%3crect%20width='19'%20height='19'%20x='.5'%20y='.5'%20stroke='%23DEDFE2'%20rx='9.5'/%3e%3c/g%3e%3c/svg%3e")}.radio.checked:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='10'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%233E81DE'/%3e%3crect%20width='19'%20height='19'%20x='.5'%20y='.5'%20stroke='%23000'%20stroke-opacity='.15'%20rx='9.5'/%3e%3ccircle%20cx='10'%20cy='10'%20r='3'%20fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e")}.checkbox{display:inline-flex;flex-direction:row;align-items:center;padding:5px 0;max-width:100%;-webkit-user-select:none;user-select:none;cursor:default}.checkbox>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkbox:before{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;font-size:1.4em;margin-right:.5em;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='4'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%23E5E5E5'/%3e%3crect%20width='19.5'%20height='19.5'%20x='.25'%20y='.25'%20stroke='%23DEDFE2'%20stroke-width='.5'%20rx='4'/%3e%3c/g%3e%3c/svg%3e")}.checkbox.checked:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3cfilter%20id='c'%20width='162.5%25'%20height='166.7%25'%20x='-31.2%25'%20y='-26.7%25'%20filterUnits='objectBoundingBox'%3e%3cfeMorphology%20in='SourceAlpha'%20operator='dilate'%20radius='.75'%20result='shadowSpreadOuter1'/%3e%3cfeOffset%20dy='.5'%20in='shadowSpreadOuter1'%20result='shadowOffsetOuter1'/%3e%3cfeMorphology%20in='SourceAlpha'%20radius='1'%20result='shadowInner'/%3e%3cfeOffset%20dy='.5'%20in='shadowInner'%20result='shadowInner'/%3e%3cfeComposite%20in='shadowOffsetOuter1'%20in2='shadowInner'%20operator='out'%20result='shadowOffsetOuter1'/%3e%3cfeGaussianBlur%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%20stdDeviation='.5'/%3e%3cfeColorMatrix%20in='shadowBlurOuter1'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200'/%3e%3c/filter%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='4'/%3e%3cpath%20id='b'%20d='m6%2010%203.143%203.5L14%206'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%233E81DE'/%3e%3crect%20width='19.5'%20height='19.5'%20x='.25'%20y='.25'%20stroke='%23000'%20stroke-opacity='.15'%20stroke-width='.5'%20rx='4'/%3e%3cg%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cuse%20xlink:href='%23b'%20fill='%23000'%20filter='url(%23c)'/%3e%3cuse%20xlink:href='%23b'%20stroke='%23FFF'%20stroke-width='1.5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.radio:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='10'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%23E5E5E5'/%3e%3crect%20width='19'%20height='19'%20x='.5'%20y='.5'%20stroke='%23DEDFE2'%20rx='9.5'/%3e%3c/g%3e%3c/svg%3e")}.radio.checked:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%3e%3cdefs%3e%3crect%20id='a'%20width='20'%20height='20'%20x='0'%20y='0'%20rx='10'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cuse%20xlink:href='%23a'%20fill='%233E81DE'/%3e%3crect%20width='19'%20height='19'%20x='.5'%20y='.5'%20stroke='%23000'%20stroke-opacity='.15'%20rx='9.5'/%3e%3ccircle%20cx='10'%20cy='10'%20r='3'%20fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e")}.page-block-team-settings{position:relative;padding:40px 60px}@media (max-width: 768px){.page-block-team-settings{padding:20px 15px}}.page-block-team-settings>form>.form-field:not(:first-child){margin-top:20px}.page-block-team-settings__loading{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(./spinner-CC6GJzSw.svg);display:block;font-size:1.5em;position:absolute;top:15px;right:15px}@media (max-width: 500px){.page-block-team-settings__loading{font-size:1em}}.page-block-details{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;padding:40px 60px}.page-block-details__avatar{grid-column:1;grid-row:1/-1;align-self:start;margin-right:60px;font-size:50px}.page-block-details__name{grid-column:2;grid-row:1}.page-block-details .prop__key{text-align:right}.page-block-details__name .prop__val{font-weight:600;color:#000}.page-block-details__props{grid-column:2;grid-row:2;margin-top:15px;padding-top:15px;border-top:solid 1px #DEDFE2}@media (max-width: 768px){.page-block-details{padding:20px 15px}.page-block-details__avatar{grid-column:1;grid-row:1}.page-block-details__name{grid-column:2;grid-row:1}.page-block-details__props{grid-column:1/-1;grid-row:2}.page-block-details__avatar{margin-right:20px}.page-block-details__name{place-self:center stretch}.page-block-details__name .prop{grid-template-columns:0 1fr auto}.page-block-details__name .prop__val{font-size:130%}.page-block-details__props .prop__key{text-align:left}}@media (max-width: 500px){.page-block-details__avatar{font-size:32px}.page-block-details__props .prop{grid-template-columns:1fr auto;grid-template-rows:auto auto}.page-block-details__props .prop__key{grid-column:1;grid-row:1}.page-block-details__props .prop__val{grid-column:1;grid-row:2}.page-block-details__props .prop__act{grid-column:2;grid-row:1/-1}}.dropdown{display:inline-block;position:relative;box-sizing:border-box;min-width:80px;-webkit-user-select:none;user-select:none}.dropdown .btn{width:100%;justify-content:center}.dropdown__items{position:absolute;z-index:50;top:calc(100% + 2px);left:0;box-sizing:border-box;width:200px;max-height:250px;overflow:hidden;overflow-y:auto;background:#fff;box-shadow:0 2px 6px #0003;border-radius:6px}.dropdown__items.right-aligned{left:auto;right:0}.dropdown__items a{position:relative;display:block;padding:8px 30px 8px 12px;color:#34363a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .2s ease-out,color .2s ease-out}.dropdown__items a.checked:after{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;position:absolute;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='8'%3e%3cpath%20fill='%233d81de'%20d='M4.445%205.63%208.42.775a.75.75%200%200%201%201.16.95l-4.5%205.496a.75.75%200%200%201-1.11.055l-3-3a.75.75%200%200%201%201.06-1.06z'/%3e%3c/svg%3e");font-size:10px;right:10px;top:13px}.dropdown__items a.danger{color:#d0021b}.dropdown__items a.success{color:#00b363}.dropdown__items a:hover{text-decoration:none;background:#3e81de;color:#fff}.dropdown__items a.checked:hover:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='8'%3e%3cpath%20fill='%23fff'%20d='M4.445%205.63%208.42.775a.75.75%200%200%201%201.16.95l-4.5%205.496a.75.75%200%200%201-1.11.055l-3-3a.75.75%200%200%201%201.06-1.06z'/%3e%3c/svg%3e")}.dropdown__items:empty{display:none}.search-box{position:relative;display:inline-flex;flex-direction:row;align-items:center;width:250px}.search-box input[type=text]{box-sizing:border-box;padding-left:30px;padding-right:30px;width:100%}.search-box:before{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;position:absolute;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%3e%3cg%20fill='none'%20fill-rule='evenodd'%20stroke='%23BEC0C6'%20transform='translate(1%201)'%3e%3cpath%20d='m11.831%2011.5-3.944-4z'/%3e%3cellipse%20cx='4.93'%20cy='4.5'%20rx='4.437'%20ry='4.5'/%3e%3c/g%3e%3c/svg%3e");left:10px}.search-box__clear{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;position:absolute;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%3e%3cpath%20fill='%239c9da1'%20d='M4%200C1.79%200%200%201.79%200%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4M2.5%201.78%204%203.28l1.5-1.5.72.72L4.72%204l1.5%201.5-.72.72L4%204.72l-1.5%201.5-.72-.72L3.28%204l-1.5-1.5z'/%3e%3c/svg%3e");right:5px;cursor:pointer;border:solid 5px transparent;transition:transform .2s ease-out}.search-box__clear.hidden{transform:scale(0)}.page-block-users-item{background:#fff}.page-block-users-item__status{color:#f49500}@media (max-width: 667px){.page-block-users-item__status{display:block}.page-block-users-item__status:before{display:none}}.page-block-resend-invitations.page-block{border-color:#fbda75;background:#fffcf4}.page-block-resend-invitations .page-block-body{display:grid;grid-template-columns:auto 40px auto}.page-block-resend-invitations__left,.page-block-resend-invitations__right{grid-row:1;grid-column:1;align-self:center;justify-self:start;white-space:nowrap}.page-block-resend-invitations__right{grid-column:3;justify-self:end}.page-block-resend-invitations__cnt{font-weight:600}@media (max-width: 667px){.page-block-resend-invitations .page-block-body{grid-template-columns:auto;grid-template-rows:auto 10px auto}.page-block-resend-invitations__left{grid-row:1;grid-column:1}.page-block-resend-invitations__right{grid-row:3;grid-column:1;justify-self:start}}.billing-plans{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;margin:20px 0}.billing-plans:first-child{margin-top:40px}.billing-plans>.loading-box{flex-grow:1}.billing-plan{position:relative;flex-basis:0;flex-grow:2;background:#fff;box-sizing:border-box;border:1px solid #DEDFE2;border-left-style:none;border-right-style:none}.billing-plan:first-child{border-left-style:solid;border-radius:4px 0 0 4px}.billing-plan:first-child header{border-radius:4px 0 0}.billing-plan:first-child footer{border-radius:0 0 0 4px}.billing-plan:last-child{border-right-style:solid;border-radius:0 4px 4px 0}.billing-plan:last-child header{border-radius:0 4px 0 0}.billing-plan:last-child footer{border-radius:0 0 4px}.billing-plan header,.billing-plan__feature{padding:10px 20px}.billing-plan header{font-weight:600;line-height:1.4em;background:#f9fafb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billing-plan footer{padding:10px 0 0;font-weight:600;border-top:1px solid #DEDFE2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billing-plan footer small{font-size:1em;font-weight:400;color:#858e98}.billing-plan__feature{display:block;border-top:1px solid #DEDFE2;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billing-plan__feature:before{content:attr(label);display:none;font-weight:400;color:#858e98;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billing-plan__feature__footer,.billing-plan.highlighted .billing-plan__feature__price{display:none}.billing-plan.highlighted .billing-plan__feature__footer{display:block}.billing-plan__cycle{margin:0 20px;padding:0 0 10px;border-bottom:1px solid #DEDFE2}.billing-plan__cycle span:not(.selected){color:#3e81de;cursor:pointer;font-weight:600}.billing-plan__cycle .badge{color:#3e81de;background:#cbdcf6;font-weight:400;font-size:.9em;border-radius:100px;padding:2px 5px}.highlighted .billing-plan__cycle{margin:0 20px;padding:0 0 10px}.billing-plan__overflow{padding:10px 0}.billing-plan__overflow:nth-child(3){border-left:1px solid #DEDFE2;border-radius:0 0 0 4px}.billing-plan:nth-child(3){border-radius:0 0 0 4px}.billing-plan:nth-child(3) .billing-plan__overflow{border-left:1px solid #DEDFE2;border-radius:0 0 0 4px}.billing-plan.highlighted .billing-plan__overflow{border-left:0;border-radius:0}.billing-plan__price{margin:0 0 10px;text-align:center;font-size:1.2em}.billing-plan__actions{margin:10px 0;text-align:center}.billing-plan-labels{width:210px;flex-basis:auto;flex-grow:0}.billing-plan-labels .billing-plan__feature:before{display:block}.billing-plan.highlighted{border:1px solid #679ae5;border-radius:4px;margin-top:calc(-7px - .21em)}.billing-plan.highlighted header{padding-top:17px;font-size:1.15em;background:#ecf2fc;border-radius:4px 4px 0 0}.billing-plan.highlighted footer{background:#ecf2fc;border-radius:0 0 4px 4px}.billing-plan__legal-btn{-webkit-user-select:none;user-select:none;font-size:.9em;margin-left:.5em;cursor:default}.billing-plan__legal-btn:before{content:"ⓘ"}.billing-plan__legal-tooltip{position:absolute;display:block;box-sizing:border-box;right:-20px;bottom:140px;width:calc(100% + 40px);padding:16px;background:#fff;box-shadow:0 4px 12px #00000040;border-radius:8px;z-index:1}.billing-plan__legal-tooltip p{margin:.5em 0}@media (max-width: 860px){.billing-plan__legal-tooltip{right:10px;bottom:140px;width:calc(100% - 20px);font-size:.9em}}@media (max-width: 690px){.billing-plan{flex-basis:100%}}@media (max-width: 930px){.billing-plans{gap:10px}.billing-plan{border-style:solid;border-radius:4px}.billing-plan-labels{display:none}.billing-plan__feature:before{display:block}.billing-plan.highlighted{margin-top:0}.billing-plan.highlighted header{padding-top:10px;font-size:1em}.billing-plan:last-child{border-radius:4px}.billing-plan:last-child header{border-radius:4px 4px 0 0}.billing-plan:last-child footer{border-radius:0 0 4px 4px}.billing-plan:nth-child(3){border-radius:4px}.billing-plan:nth-child(3) .billing-plan__overflow{border-left:0;border-radius:0}.billing-plan header{border-radius:4px 4px 0 0}.billing-plan footer{border-radius:0 0 4px 4px;padding:10px 0 0}.billing-plan footer:before{content:attr(label);font-weight:400;color:#858e98;padding-left:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 500px){.billing-plan{min-width:100%;border-left:none;border-right:none;border-radius:0}.billing-plan:not(:last-child){margin-right:0;margin-bottom:20px}.billing-plan.highlighted{border-left:none;border-right:none;border-radius:0}.billing-plan:nth-child(3){border-radius:0}.billing-plan:last-child{border-right-style:none;border-radius:0}.billing-plan:last-child header{border-radius:0}.billing-plan:last-child footer{border-radius:0}}.stripe-input{-webkit-appearance:none;border:1px solid #BEC0C6;border-radius:4px;background:#fff;box-sizing:border-box;padding:5px 12px;font-weight:500;transition:filter .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}.stripe-input.StripeElement--focus{outline:none;border:solid 1px rgba(62,129,222,.6);box-shadow:0 0 0 3px #3e81de4d}.stripe-input.StripeElement--invalid{border-color:#d0021b}.stripe-input.StripeElement--invalid.StripeElement--focus{box-shadow:0 0 0 3px #d0021b4d}.stripe-input.StripeElement--complete{border-color:#00b363}.stripe-input.StripeElement--complete.StripeElement--focus{box-shadow:0 0 0 3px #00b3634d}.pricing-table{border-collapse:collapse;width:100%}.pricing-table td{padding:5px;vertical-align:top;text-align:right}.pricing-table td:not(:first-child){padding-left:30px}.pricing-table td:first-child{color:#858e98}.pricing-table td:last-child{width:1px;white-space:nowrap}.pricing-table__subtotal,.pricing-table__total{border-top:solid 1px #DEDFE2}.pricing-table__total td{color:#34363a!important;font-weight:600}.pricing-table.disabled{opacity:.4}.coupon-textbox{width:12em}.checkout-success{display:flex;flex-direction:column;align-items:center}.checkout-success figure{width:100px;height:100px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='180'%20height='180'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='50%25'%20x2='50%25'%20y1='0%25'%20y2='98.348%25'%3e%3cstop%20offset='0%25'%20stop-color='%2375EF8A'/%3e%3cstop%20offset='100%25'%20stop-color='%2315CC35'/%3e%3c/linearGradient%3e%3ccircle%20id='a'%20cx='80'%20cy='80'%20r='80'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20cx='90'%20cy='90'%20r='90'%20fill='%2315CC35'%20opacity='.1'/%3e%3ccircle%20cx='90'%20cy='90'%20r='85'%20fill='%2315CC35'%20opacity='.3'/%3e%3cg%20transform='translate(10%2010)'%3e%3cmask%20id='c'%20fill='%23fff'%3e%3cuse%20xlink:href='%23a'/%3e%3c/mask%3e%3cuse%20xlink:href='%23a'%20fill='url(%23b)'/%3e%3cpath%20fill='%23FFF'%20d='m74.688%2089.96%2042.808-42.807a4%204%200%200%201%205.657%200l7.07%207.07a4%204%200%200%201%200%205.657l-52.667%2052.668a4%204%200%200%201-5.657%200l-.564-.564a4%204%200%200%201-.515-.436L41.828%2082.556a4%204%200%200%201%200-5.657l7.071-7.07a4%204%200%200%201%205.657%200z'%20mask='url(%23c)'/%3e%3c/g%3e%3ccircle%20cx='69.5'%20cy='26.5'%20r='1'%20fill='%23FFF'%20fill-opacity='.5'/%3e%3ccircle%20cx='94.5'%20cy='44.5'%20r='1'%20fill='%23FFF'%20fill-opacity='.5'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:contain}.checkout-success h3,.checkout-success p{text-align:center}.checkout-success h3{font-size:120%}.checkout-success p{margin-bottom:15px}.dialog-checkout__step{color:#858e98;margin-right:15px;font-size:.9em}.dialog-checkout .unready[class]{position:fixed;opacity:0;top:9999px;overflow:hidden}.prop{display:grid;grid-template-columns:140px 1fr auto;grid-template-rows:auto auto;align-items:baseline;padding:5px 0}.prop__key{grid-column:1;margin-right:20px;white-space:nowrap;overflow:hidden;color:#858e98}.prop__val{grid-column:2;margin-right:20px;font-size:110%;color:#858e98;min-width:0}.prop__val b{font-weight:600;color:#000}.prop__err{grid-column:2;grid-row:2;font-size:90%;color:#d0021b}.prop__err li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prop__act{grid-column:3;white-space:nowrap}.page-block-props .page-block-body{padding-top:0;padding-bottom:0}.page-block-props .prop{grid-template-columns:210px 1fr auto;padding:12px 0}.page-block-props .prop:not(:first-child){border-top:1px solid #DEDFE2}.page-block-props .prop__val{font-weight:600;color:#34363a}.page-block-props .prop__val small{font-size:1em;font-weight:400;color:#858e98}@media (max-width: 500px){.page-block-props .prop{grid-template-columns:1fr auto;grid-template-rows:auto auto}.page-block-props .prop__key{grid-column:1;grid-row:1}.page-block-props .prop__val{grid-column:1;grid-row:2}.page-block-props .prop__act{grid-column:2;grid-row:1/-1}}.page-block-credit-card .card-icon{font-size:1.7em;width:1.5em;height:1em;background-size:contain;background-repeat:no-repeat;background-position:center center}.page-block-credit-card .card-icon[card-brand=visa]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20version='1.0'%20viewBox='0%200%20251.15%20158.68'%3e%3cdefs%3e%3cpath%20id='a'%20d='M242.646%20158.68H8.504c-4.677%200-8.504-3.827-8.504-8.504V8.504C0%203.827%203.827%200%208.504%200h234.142c4.677%200%208.504%203.827%208.504%208.504v141.672c0%204.677-3.827%208.504-8.504%208.504'/%3e%3c/defs%3e%3cclipPath%20id='b'%3e%3cuse%20xlink:href='%23a'%20overflow='visible'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23b)'%3e%3cpath%20fill='%23FFF'%20d='M0%20.741h251.15v159.538H0z'/%3e%3cpath%20fill='%23F7B600'%20d='M4.183%20134.357h242.781v21.766H4.183z'/%3e%3cpath%20fill='%231A1F71'%20d='M4.183%204.926h242.781v21.767H4.183z'/%3e%3c/g%3e%3cpath%20fill='%231A1F71'%20d='m101.363%2049.673-25.079%2059.828h-16.36L47.582%2061.754c-.748-2.936-1.4-4.015-3.676-5.256-3.722-2.022-9.867-3.913-15.269-5.089l.365-1.736H55.34c3.355%200%206.373%202.232%207.14%206.096L69%2090.392l16.102-40.719zm64.104%2040.296c.068-15.789-21.826-16.664-21.681-23.719.048-2.144%202.092-4.427%206.563-5.011%202.216-.286%208.332-.517%2015.265%202.677l2.711-12.692c-3.724-1.347-8.516-2.644-14.477-2.644-15.302%200-26.066%208.127-26.152%2019.776-.098%208.614%207.689%2013.416%2013.544%2016.285%206.036%202.932%208.06%204.813%208.03%207.433-.042%204.014-4.814%205.791-9.256%205.858-7.787.122-12.299-2.104-15.897-3.781l-2.809%2013.116c3.622%201.658%2010.297%203.101%2017.207%203.175%2016.267-.001%2026.904-8.034%2026.952-20.473m40.407%2019.532h14.312l-12.504-59.828H194.48c-2.976%200-5.483%201.725-6.594%204.386l-23.225%2055.443h16.255l3.227-8.935h19.855zm-17.278-21.196%208.148-22.468%204.687%2022.468zm-65.117-38.632-12.797%2059.828H95.204l12.798-59.828z'/%3e%3c/svg%3e")}.page-block-credit-card .card-icon[card-brand=mastercard]{background-image:url(./card-mastercard-CbfHmpx6.svg)}.page-block-credit-card .card-icon[card-brand="american express"]{background-image:url(./card-amex-DA7qXm6-.svg)}.page-block-credit-card .card-icon[card-brand=discover]{background-image:url(./card-discover-UPYp5hQb.svg)}.page-block{background:#fff;border:solid 1px #DEDFE2;border-radius:5px}@media (max-width: 500px){.page-block{border-radius:0;border-left:none;border-right:none}}.page-block-content{padding:10px 20px}@media (max-width: 768px){.page-block-content{padding:10px 15px}}.page-block-header{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto;border-top-left-radius:5px;border-top-right-radius:5px;padding:7px 20px;background:#f9fafb;color:#858e98;border-bottom:1px solid #DEDFE2}@media (max-width: 500px){.page-block-header{border-radius:0}}.page-block-header h1{margin:0;color:#34363a;font-size:1.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-block-header__left{grid-column:1;grid-row:1;justify-self:start;align-self:center;white-space:nowrap}.page-block-header__mid{grid-column:2;grid-row:1;justify-self:center;align-self:center;white-space:nowrap}.page-block-header__right{grid-column:3;grid-row:1;justify-self:end;align-self:center;white-space:nowrap}.page-block-header .search-box{width:250px}@media (max-width: 667px){.page-block-header{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;padding:10px 15px}.page-block-header__mid{grid-column:1/-1;grid-row:2;justify-self:stretch;margin-top:10px}.page-block-header__right{grid-column:2;grid-row:1}.page-block-header .search-box{width:100%}}.page-block-body{padding:10px 20px}@media (max-width: 768px){.page-block-body{padding:10px 15px}}.page-block-list .page-block-body{padding-top:0;padding-bottom:0}.page-block-list-item{position:relative;display:flex;align-items:center;flex-direction:row;margin-bottom:1px;padding:10px 0}.page-block-list-item:after{left:55px;right:0}.page-block-list-item__avatar{font-size:20px;margin-right:15px}.page-block-list-item__content{flex-grow:2;margin-right:20px;overflow:hidden}.page-block-list-item__title,.page-block-list-item__subtitle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-block-list-item__title{color:#34363a;font-size:110%;font-weight:600}.page-block-list-item__subtitle{color:#858e98}.page-block-list-item:not(:first-child):after{content:"";display:block;position:absolute;top:-1px;height:1px;background:#dedfe2}.page-block-list-item.inactive .page-block-list-item__avatar,.page-block-list-item.inactive .page-block-list-item__content{opacity:.5}.page-block-invoices-item{display:grid;grid-template-columns:150px 1fr 60px 80px 100px;grid-template-rows:auto;align-items:center;padding:12px 0}.page-block-invoices-item:not(:first-child){border-top:1px solid #DEDFE2}.page-block-invoices-item__date{grid-column:1}.page-block-invoices-item__number{grid-column:2;margin-right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-block-invoices-item__status{grid-column:3;justify-self:right}.page-block-invoices-item__amount{grid-column:4;justify-self:right}.page-block-invoices-item__action{grid-column:5;justify-self:right}.page-block-invoices-item__number,.page-block-invoices-item__amount{font-weight:600}.page-block-invoices-item__status{font-size:.8em;text-transform:uppercase;border:solid 1px #000;padding:1px 5px;border-color:#8e9096;color:#8e9096;background:#8e90960d}.page-block-invoices-item__status:before{content:attr(invoice-status)}.page-block-invoices-item__status[invoice-status=open]{border-color:#3e81de;color:#3e81de;background:#3e81de0d}.page-block-invoices-item__status[invoice-status=paid]{border-color:#00b363;color:#00b363;background:#00b3630d}.page-block-invoices-item__status[invoice-status=uncollectible]{border-color:#d0021b;color:#d0021b;background:#d0021b0d}@media (max-width: 500px){.page-block-invoices-item{grid-template-columns:1fr 60px 70px 90px;grid-template-rows:auto auto}.page-block-invoices-item__date{grid-column:1;grid-row:1}.page-block-invoices-item__number{grid-column:1;grid-row:2}.page-block-invoices-item__status{grid-column:2;grid-row:1/-1}.page-block-invoices-item__amount{grid-column:3;grid-row:1/-1}.page-block-invoices-item__action{grid-column:4;grid-row:1/-1}.page-block-invoices-item__date{color:#858e98}}.calendly-inline-widget{position:relative;left:50%;transform:translate(-50%);width:100vw}.redirect{min-height:100vh;display:flex;flex-direction:column}.redirect .status,.redirect .status>div{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1}.redirect .status .text,.redirect .status>div .text{font-weight:600;font-size:1.7em;color:#fff}@media (max-width: 500px){.redirect .status .text,.redirect .status>div .text{font-size:1.5em}}.redirect .status .paperplane,.redirect .status>div .paperplane{width:106px;height:120px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20viewBox='0%200%20106%20120'%3e%3cpath%20fill-rule='evenodd'%20d='M105.011%20102.04%2057.276%203.628a4.73%204.73%200%200%200-4.28-2.69c-1.818%200-3.487%201.054-4.3%202.69L.983%20102.04a4.84%204.84%200%200%200%20.834%205.423%204.775%204.775%200%200%200%205.35%201.098l31.387-13.558c.171-.086.364-.108.578-.108.599%200%201.113.366%201.327.883l8.13%2020.272c.727%201.807%202.482%203.012%204.429%203.012h.021c1.947%200%203.702-1.205%204.43-3.034l7.937-20.25a1.44%201.44%200%200%201%201.306-.861c.17%200%20.342.021.492.086l31.666%2013.601a4.74%204.74%200%200%200%205.328-1.098c1.369-1.442%201.69-3.658.813-5.466M51.831%209.105%2049.797%2092.44a3.193%203.193%200%201%200%206.384-.019L53.662%209.1a.917.917%200%200%200-1.832.006'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.redirect .status .paperplane+.text,.redirect .status>div .paperplane+.text{margin:1.4em 0 0}.redirect footer{font-size:.9em;box-sizing:border-box;width:100%;color:#66707e;padding:15px 0;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width: 500px){.redirect footer{font-size:.8em}}.quote{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap;column-gap:1em;position:relative;padding:10px 15px;background-color:#0069ca66;color:#fff;line-height:22px;border-radius:8px;text-align:center;margin-bottom:10px;font-size:.9em}.quote .link-arrow{display:inline-block;height:11px;width:12px;fill:#fff;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='11'%20fill='none'%3e%3cpath%20fill='%23fff'%20d='M6.392%2010.602%205.37%209.591%208.92%206.04H0V4.562h8.92L5.37%201.018%206.391%200l5.301%205.301z'/%3e%3c/svg%3e")}@media (min-width: 501px){.quote{width:auto;padding:10px 20px;font-size:1.15em}}.quote .bold{font-weight:500}.quote .arrow{fill:#0069ca4f;position:absolute;top:100%;left:50%;transform:translate(-50%)}.extension{box-sizing:border-box;width:110px;height:110px;background:#fff;border:1px solid #F0F1F3;box-shadow:0 1px 6px #0000000f;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center}.extension__title{letter-spacing:.066px;font-weight:700;line-height:1.2em;color:#82888f;text-align:center;text-transform:uppercase}.extension__logo{box-sizing:border-box;margin-top:.8em;display:block;height:52px;width:52px;background-repeat:no-repeat;background-position:center}.extension__logo[data-filetype=archive]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23EDA200'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M24%2022.5a.5.5%200%200%201%20.5-.5H26v2h-1.5a.5.5%200%200%201-.5-.5zm2%203.5v-2h1.5a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5zm0%202v-2h-1.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5zm0%200v2h1.5a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5zm-1.5%203a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5zm.5%202.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=code]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%233A4A4A'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3crect%20width='7'%20height='1'%20x='18'%20y='25'%20fill='%23F5A623'%20rx='.5'/%3e%3crect%20width='7'%20height='1'%20x='18'%20y='31'%20fill='%23F5A623'%20rx='.5'/%3e%3crect%20width='12'%20height='1'%20x='20'%20y='34'%20fill='%23fff'%20rx='.5'/%3e%3crect%20width='7'%20height='1'%20x='19'%20y='28'%20fill='%237ED321'%20rx='.5'/%3e%3crect%20width='6'%20height='1'%20x='28'%20y='28'%20fill='%23fff'%20rx='.5'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=error]{max-height:100%;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23EC2F2F'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M30%2029a4%204%200%200%201-6.032%203.446l5.478-5.478c.352.596.554%201.29.554%202.032m.89-3.477a6%206%200%200%201-8.367%208.367l-.023.024-.157-.157a6%206%200%200%201-1.1-1.1l-.157-.157.023-.023a6%206%200%200%201%208.367-8.367l.024-.024.157.157a6%206%200%200%201%201.1%201.1l.157.157zm-8.336%205.509%205.478-5.478a4%204%200%200%200-5.478%205.478'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=web]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%232AB1F6'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M26%2024a6%206%200%201%201%200%2012%206%206%200%200%201%200-12m2.01%203.078-3.046%201.604a.7.7%200%200%200-.282.282l-1.604%203.047a.675.675%200%200%200%20.911.911l3.047-1.604a.7.7%200%200%200%20.282-.282l1.604-3.047a.675.675%200%200%200-.911-.911M26.5%2030a.5.5%200%201%201-1%200%20.5.5%200%200%201%201%200'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=image]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23B9E9FE'%20fill-rule='evenodd'%20d='M13%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H15a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%232DC87D'%20d='M41%2042a2%202%200%200%201-2%202H15a2%202%200%200%201-2-2v-5.502l2.486-2.938.068-.074a1.453%201.453%200%200%201%202.104%200l3.702%203.828.073.07a1.456%201.456%200%200%200%202.1-.145l8.22-9.714q.078-.09.167-.168a1.455%201.455%200%200%201%202.096.197L41%2036.218z'/%3e%3cpath%20fill='%23FFF6A4'%20d='M19.5%2028a3.5%203.5%200%201%201%200-7%203.5%203.5%200%200%201%200%207'/%3e%3cpath%20fill='%2390DDFD'%20fill-rule='evenodd'%20d='M33%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=certificate]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%2356886C'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M20.222%2030.333a5.778%205.778%200%201%200%2011.556%200%205.778%205.778%200%200%200-11.556%200M26%2033.223a2.889%202.889%200%201%200%200-5.779%202.889%202.889%200%200%200%200%205.778m-3.513%208.316%202.354-4.076a7.2%207.2%200%200%201-3.877-1.953l-2.23%203.862a.289.289%200%200%200%20.364.41l2.17-.926a.29.29%200%200%201%20.4.23l.282%202.343a.289.289%200%200%200%20.537.11m10.776-2.167-2.229-3.86a7.2%207.2%200%200%201-3.877%201.951l2.353%204.076a.29.29%200%200%200%20.537-.11l.282-2.342a.29.29%200%200%201%20.4-.231l2.17.926a.289.289%200%200%200%20.364-.41'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=passbook]{background-image:url(./passbook-CV3N0Im1.svg)}.extension__logo[data-filetype=pdf]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23FA4E4E'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M31.393%2031.373c1.032.619%201.382%201.882.771%202.981-.613%201.102-1.848%201.42-2.882.8-.322-.193-.784-.858-1.583-2.25a7%207%200%200%201-.33-.567c-.593-.002-1.231%200-2.278.004q-.087.153-.172.295c-.897%201.58-1.397%202.315-1.736%202.519-1.035.62-2.27.301-2.882-.8-.611-1.1-.26-2.363.77-2.982.33-.198%201.143-.28%202.782-.3l.038-.002h.036l.433-.003c.143-.282%201.261-2.692%201.261-2.692s-.154-.352-.226-.496c-.819-1.513-1.164-2.3-1.164-2.696%200-1.235.88-2.184%202.107-2.184s2.108.95%202.108%202.184c0%20.385-.324%201.133-1.083%202.543-.017.036-.017.036-.032.062l-.338.617.11.263c.234.555.734%201.745.822%201.945q.108.242.205.452l.27.004c1.784.016%202.652.098%202.993.303m-4.972-1.112-.011-.027-.052-.125-.078-.188-.333.724-.197.418c.39-.002.717-.002%201.013-.002a54%2054%200%200%201-.342-.8m2.402%202.093.177.005.002-.003c.992.024%201.7.078%201.77.12.449.27.586.764.319%201.244-.266.478-.74.6-1.187.332-.076-.046-.518-.728-1.081-1.698m-1.614-7.17c0-.54-.342-.909-.87-.909-.53%200-.871.368-.871.91%200%20.094.343.822.87%201.815.526-.99.87-1.723.87-1.816m-5.835%208.536c-.267-.48-.13-.975.32-1.244.075-.046.862-.102%201.949-.123-.566.974-1.005%201.653-1.082%201.699-.448.268-.921.146-1.187-.332'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=presentation]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23FF9A3B'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20d='M25.5%2026v4.5H30a4.5%204.5%200%201%201-4.5-4.5'/%3e%3cpath%20fill='%23fff'%20d='M31%2029.5h-4.5V25a4.5%204.5%200%200%201%204.5%204.5'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=sound]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23F55FA3'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M24%2022h1v14h-1zm-1%203h-1v8h1zm-5%203h1v2h-1zm2%200h1v2h-1zm7-4h-1v10h1zm1%201h1v8h-1zm3%201h-1v6h1zm1%202h1v2h-1zm3%200h-1v2h1z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=spreadsheet]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%237ED321'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M24%2026h-3a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2m7%200h-3a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2m-3%203h3a1%201%200%201%201%200%202h-3a1%201%200%201%201%200-2m3%203h-3a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2m-10-3h3a1%201%200%201%201%200%202h-3a1%201%200%201%201%200-2m3%203h-3a1%201%200%201%200%200%202h3a1%201%200%201%200%200-2'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=text],.extension__logo[data-filetype=document]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23589FFF'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M20.5%2026h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201%200-1m0%203h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201%200-1m4%203h-4a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=unknown],.extension__logo[data-filetype=ebook],.extension__logo[data-filetype=executable]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23CCD8E2'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.4'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.extension__logo[data-filetype=video]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='52'%20height='52'%20fill='none'%3e%3cpath%20fill='%23A00003'%20fill-rule='evenodd'%20d='M12%2010a2%202%200%200%201%202-2h16l10%2010v24a2%202%200%200%201-2%202H14a2%202%200%200%201-2-2z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M21%2024.741a1%201%200%200%201%201.504-.864l9.015%205.26a1%201%200%200%201%200%201.727l-9.015%205.259A1%201%200%200%201%2021%2035.259z'%20clip-rule='evenodd'/%3e%3cpath%20fill='%23fff'%20fill-opacity='.3'%20fill-rule='evenodd'%20d='M32%2018a2%202%200%200%201-2-2V8l10%2010z'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.box{min-height:372px;box-sizing:border-box;margin-top:10px;padding:3em 1.5em;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 21px 81px -16px #00000042;border-radius:8px;background-color:#ffffffe6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}@media (max-width: 500px){.box{min-height:auto;padding:2em 1.5em}}.box .error .title{margin-top:1.5em;max-width:320px;text-align:center;font-weight:600;line-height:22px;font-size:1.15em}.box>.info{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:1.5em;padding-bottom:1.8em}.box>.info .title{word-break:break-all;box-sizing:border-box;max-width:280px;font-weight:600;line-height:22px;font-size:1.15em;margin-bottom:2px}.box>.info .from{font-weight:500;line-height:22px;margin-bottom:5px}.box>.info .from .title{font-size:.85em;text-transform:uppercase;letter-spacing:1px;color:#aeb8c5;margin-right:.3em}.box>.info .from .title .colon{vertical-align:top}.box>.info .from .email{font-size:1.15em;color:#66707e}.box>.info .exe-warning{width:75%}@media (max-width: 500px){.box>.info .exe-warning{width:100%}}.box .action{width:100%;max-width:280px;box-sizing:border-box}.box .action .additional-info{text-align:center;margin-top:10px;font-size:1em;line-height:20px;font-weight:500;background:-webkit-linear-gradient(left,rgb(0,124,255),aqua);background:-o-linear-gradient(right,rgb(0,124,255),aqua);background:-moz-linear-gradient(right,rgb(0,124,255),aqua);background:linear-gradient(to right,#007cff,#0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dropdown-enter-active,.dropdown-leave-active{transition:opacity .2s ease-out}.dropdown-enter-from,.dropdown-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease-out}.fade-enter-from,.fade-leave-to{opacity:0}.sortable-list-move,.sortable-listenter-active,.sortable-listleave-active{transition:transform .5s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:0}}.pulsing{animation:pulse 3s infinite}.terms{margin:0 .8em;white-space:nowrap}.terms .separator{border-left:1px solid #66707E;margin:0 .5em}.terms__link{font-weight:600;color:#66707e}.terms__link:hover,.terms__link:visited,.terms__link:active{text-decoration:none;filter:brightness(80%)}.loading{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.loading .paperplane{width:65px;height:73px}.loading .description{font-weight:500;font-size:1em;margin:3em 0 0;color:#fff}.copyright{margin:0 .8em;font-weight:510;white-space:nowrap}.disclaimer{color:#66707e;text-align:center;margin-top:1em;letter-spacing:-.0013em;font-weight:400;line-height:120%;padding:0 .5em}@media (max-width: 768px){.disclaimer{font-size:.9em}}@media (max-width: 500px){.disclaimer{text-align:justify}}.button{font-size:1.15em;font-family:Inter,serif;border:none;box-sizing:border-box;text-align:center;font-weight:600;display:inline-block;padding:.6em 1.15em;border-radius:8px;box-shadow:0 1px 4px #0070e54d;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:filter .2s ease-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.button:hover,.button:active,.button.active{text-decoration:none;filter:brightness(95%)}.button+.button{margin-left:1em}.button.w-full{width:100%}.button.small{font-weight:500;font-size:1em}.button.wide{padding-left:2.5em;padding-right:2.5em}.button.default{box-shadow:0 1px 2px #00000008;color:#66707e;background-color:#fff;border:1px solid #edeff2}.button.info{color:#fff;background-color:#007cff}.download{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(0deg,#fff,#fff0)}@media (min-width: 501px){.download{padding:0 calc(50% - 306px)}}.download__header{padding-top:20px}.download__body{box-sizing:border-box;padding:0 15px;display:flex;flex-direction:column;justify-content:center;flex:auto;width:100%}.download__body .show{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.download__footer{font-size:.9em;box-sizing:border-box;width:100%;color:#66707e;padding:15px;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center}.download__footer>div{margin:10px 20px}@media (max-width: 500px){.download__footer>div{margin:5px 0 0}}@media (max-width: 500px){.download__footer{flex-direction:column}}.logo{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1em}@media (max-width: 500px){.logo{flex-direction:row}}.logo__moto{color:#fff;font-weight:500;font-size:1.2em;margin-top:.7em}@media (max-width: 500px){.logo__moto{margin-top:0}}.logo .paperplane{width:30px;height:34px}@media (max-width: 500px){.logo .paperplane{width:14px;height:15px;margin-right:.5em}}.paperplane{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20viewBox='0%200%20106%20120'%3e%3cpath%20fill-rule='evenodd'%20d='M105.011%20102.04%2057.276%203.628a4.73%204.73%200%200%200-4.28-2.69c-1.818%200-3.487%201.054-4.3%202.69L.983%20102.04a4.84%204.84%200%200%200%20.834%205.423%204.775%204.775%200%200%200%205.35%201.098l31.387-13.558c.171-.086.364-.108.578-.108.599%200%201.113.366%201.327.883l8.13%2020.272c.727%201.807%202.482%203.012%204.429%203.012h.021c1.947%200%203.702-1.205%204.43-3.034l7.937-20.25a1.44%201.44%200%200%201%201.306-.861c.17%200%20.342.021.492.086l31.666%2013.601a4.74%204.74%200%200%200%205.328-1.098c1.369-1.442%201.69-3.658.813-5.466M51.831%209.105%2049.797%2092.44a3.193%203.193%200%201%200%206.384-.019L53.662%209.1a.917.917%200%200%200-1.832.006'%20clip-rule='evenodd'/%3e%3c/svg%3e")}.link{color:#fff;border-bottom:1px solid white;transition:filter .2s ease-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.link:hover,.link:active,.link:visited{text-decoration:none;filter:brightness(95%)}.pb-product{display:grid;grid-template-columns:1fr 200px;grid-template-rows:auto auto;align-items:center;background:#fff;margin:10px 0;padding:10px}.pb-product__name{grid-row:1;grid-column:1;font-size:20px;font-weight:600;margin-bottom:5px}.pb-product__price{grid-row:2;grid-column:1;font-size:16px}.pb-product__actions{grid-row:1/-1;grid-column:3;justify-self:right}.result{display:flex;flex-direction:column;align-items:center;padding-top:40px}.result .message{font-size:1.1em;text-align:center;margin-bottom:20px}.result .back-button{text-align:center}@keyframes target-fade{0%{background-color:#ff9c}to{background-color:#ff90}}.es-watcher{border-collapse:collapse;border:solid 1px #ddd;background-color:#fff;table-layout:fixed;width:100%}.es-watcher tr:not(:first-of-type):not(.es-watcher__full-data){animation:target-fade 2s linear 1}.es-watcher th,.es-watcher td{text-align:left;white-space:nowrap;padding:10px;border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;overflow:hidden}.es-watcher th{font-weight:700}.es-watcher .es-watcher__expand-icon{content:"";display:inline-block;flex-shrink:0;flex-grow:0;width:1em;height:1em;vertical-align:middle;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3e%3cpath%20d='M14.99%203.99a1%201%200%200%200-.697%201.717L33.586%2025%2014.293%2044.293a1%201%200%201%200%201.414%201.414l20-20a1%201%200%200%200%200-1.414l-20-20a1%201%200%200%200-.717-.303'%20font-family='sans-serif'%20font-weight='400'%20overflow='visible'%20style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal'/%3e%3c/svg%3e");display:block;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:150%;background-size:60%}.es-watcher .es-watcher__row-expanded .es-watcher__expand-icon{transform:rotate(90deg)}.es-watcher .es-watcher__data{text-overflow:ellipsis}.es-watcher .es-watcher__row-expanded .es-watcher__data>span{display:none}.es-watcher .es-watcher__row-expanded td{border-bottom:none}.es-watcher .es-watcher__full-data td{border-top:none}
