html{--color-text:black;--color-text-blue:#4161ff;--color-text-grey:#26364fd9;--background:#fafbfc;--background-light:white;--accent-color:#36b27e;--black-and-white:black;--box-shadow:0 0 0 1px #383c430d, 0 1px 3px 0 #383c4326;--section-border:1px solid #1a1a1a1a;--color-border-muted:#eaeef2;--color-badge:#57606a;--tooltip-background-color:#dcdce0;--color-border-button:#7347ff}html[theme=dark]{--color-text:#f3f3f5;--color-text-blue:#77a7ff;--color-text-grey:#8a8c91;--background:#0e1016;--background-light:#151922;--accent-color:#21ed97;--black-and-white:white;--box-shadow:none;--section-border:1px solid #25292d;--color-border-muted:#21262d;--color-badge:#8b949e;--tooltip-background-color:#0f131f}html body{background-color:var(--bg-light)}html[theme=dark] body{background-color:var(--background)}.section.header{justify-content:space-between;align-items:center;width:100%;max-width:calc(682px + 2em);height:88px;margin:auto;padding:1rem 1em;font-weight:400;display:flex}.section.header .button-subscribe-wrapper{margin-top:.5em;padding-bottom:.5em;position:relative}.section.header .button-subscribe-wrapper:hover .sp-dropdown.subscribe{cursor:pointer;opacity:1;z-index:10;visibility:visible;transform:scaleY(1)scaleX(1)}.section.header .button-subscribe-wrapper:hover .button-subscribe{cursor:pointer;color:var(--color-text);background:#1938d5}.section.header .button-subscribe-wrapper:hover .button-subscribe .bell{transform-origin:50% 4px;animation:.8s ease-in-out ring}.section.header .button-subscribe-wrapper .dropdown-menu{cursor:pointer;background-color:#fff;border-radius:6px;flex-direction:column;width:300px;margin-top:.5em;padding:1em;transition:all .2s ease-in;position:absolute;right:0;transform:scaleY(.95)scaleX(.95);box-shadow:2px 2px 14px 2px #0000001a}.section.header .button-subscribe-wrapper .dropdown-menu>div:hover{color:#1938d5}.section.header.compact .button-subscribe{font-size:15px}.section.header .header-buttons-wrapper{align-items:center;display:flex}.button-subscribe{color:#fff;background:#304ee6;border:none;border-radius:8px;align-items:center;padding:4px 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:26px;transition:all .2s cubic-bezier(.215,.61,.355,1);display:flex}.button-subscribe:hover{cursor:pointer;color:var(--color-text);background:#dce0e4!important}.button-subscribe.disabled{color:#222d38;cursor:default;background-color:#0e0e291a}.button-subscribe svg{width:16px;height:16px;margin-top:2px;margin-right:7px}html[theme=dark] .button-subscribe:hover{background:#2f353e!important}@-webkit-keyframes ring{0%{-webkit-transform:rotate(0)}40%{-webkit-transform:rotate(-28deg)}60%{-webkit-transform:rotate(28deg)}80%{-webkit-transform:rotate(-5deg)}90%{-webkit-transform:rotate(5deg)}to{-webkit-transform:rotate(0)}}@-moz-keyframes ring{0%{-moz-transform:rotate(0)}40%{-moz-transform:rotate(-28deg)}60%{-moz-transform:rotate(28deg)}80%{-moz-transform:rotate(-5deg)}90%{-moz-transform:rotate(5deg)}to{-moz-transform:rotate(0)}}@keyframes ring{0%{transform:rotate(0)}40%{transform:rotate(-28deg)}60%{transform:rotate(28deg)}80%{transform:rotate(-5deg)}90%{transform:rotate(5deg)}to{transform:rotate(0)}}.avatar-wrapper{align-items:baseline;display:flex;position:relative}.avatar-wrapper:hover{cursor:pointer}.avatar-wrapper .avatar{background-color:#0e0e291a;border-radius:9999px;width:24px;min-width:24px;height:24px;min-height:24px;margin-left:1em;overflow:hidden}html[theme=dark] .avatar-wrapper .avatar{background:var(--background-light)}html[theme=dark] .avatar-wrapper svg.avatar-chevron path{fill:#fff;stroke:#0000}.sp-dropdown{-webkit-font-smoothing:antialiased;pointer-events:auto;background:var(--background-light);direction:ltr;border:1px solid #dcdce0;border-radius:4px;outline:none;min-width:130px;margin-top:.5rem;padding:.5rem 0;line-height:1.625;position:absolute;top:30px;right:0;box-shadow:0 1px 4px #1b1b2614}.sp-dropdown.subscribe{opacity:0;visibility:hidden;min-width:300px;top:38px}.sp-dropdown{color:var(--color-text)}.sp-dropdown a.dropdown-item,.sp-dropdown .dropdown-item{color:inherit;align-items:center;padding:.5em 1em;font-size:15px;text-decoration:none;display:block}.sp-dropdown a.dropdown-item svg,.sp-dropdown .dropdown-item svg{margin-top:1px;margin-right:.35em}.sp-dropdown a.dropdown-item:hover,.sp-dropdown .dropdown-item:hover{background:#f2f1f3}html[theme=dark] .section.header .button-subscribe-wrapper{margin-top:.5em;padding-bottom:.5em;position:relative}html[theme=dark] .section.header .button-subscribe-wrapper:hover .button-subscribe{cursor:pointer;color:var(--color-text);background:0 0}html[theme=dark] .section.header .button-subscribe-wrapper .dropdown-menu>div:hover{color:#1938d5}html[theme=dark] .section.header .sp-dropdown{border-color:#30363d;box-shadow:0 8px 24px #010409}html[theme=dark] .section.header .sp-dropdown .dropdown-item:hover,html[theme=dark] .section.header .sp-dropdown a.dropdown-item:hover{background:var(--background)}.skeleton{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;border:1px solid var(--background-light);background-image:linear-gradient(270deg,#fafafa,#eaeaea,#eaeaea,#fafafa);background-size:400% 100%;border-radius:10px;min-height:32px;line-height:24px;animation:8s ease-in-out infinite skeleton_loading;display:block}html[theme=dark] .skeleton{background-image:linear-gradient(270deg, var(--background-light), var(--background-light), var(--background-light), var(--background-light));border:1px solid var(--background-light)}@keyframes skeleton_loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:786px){.section.header{padding-left:1em;padding-right:1em}.section.header .header-logo{align-items:center;height:24px;display:flex}}@media screen and (min-width:601px){.hide-responsive{visibility:initial;display:flex}.show-responsive{visibility:hidden;width:0;padding:0;display:none}}@media screen and (max-width:600px){.button-subscribe-wrapper{display:none}.show-responsive{visibility:initial;width:auto;display:flex}.hide-responsive{visibility:hidden;display:none}}.hpd-modal-content .bg-light{background:var(--background-light)}.modal-wrapper{opacity:1;z-index:99;background-color:#090b1266;position:fixed;inset:0;overflow:auto;transform:none}.modal-wrapper .hpd-modal{max-width:540px;width:90%!important;position:relative!important}.modal-wrapper .hpd-modal-overlay{display:none!important}.section.current-status{width:100%;max-width:680px;margin:calc(4em - 1rem) auto 4em}.section.current-status .top-level-status{text-align:center;font-size:32px;font-weight:700;line-height:1.5em;line-height:inherit;color:var(--color-text);flex-direction:column;justify-content:center;align-items:center;padding-left:1em;padding-right:1em;display:flex}.section.current-status .top-level-status svg.status-icon{width:96px;height:96px;margin-bottom:.5em}.section.current-status .about{text-align:center;color:var(--color-text);margin-top:1em;font-size:15px;font-weight:400;line-height:1.5em}.section.current-status .about a{color:var(--color-text-blue)}.section.current-status.status-banner{max-width:calc(682px + 2em);margin-top:calc(1em - 1rem);margin-bottom:1em;padding-left:1em;padding-right:1em}.section.current-status.status-banner .top-level-status{border:var(--section-border);background:var(--background-light);border-radius:10px;flex-direction:row;justify-content:flex-start;gap:1rem;padding:12px 16px;display:flex;box-shadow:0 0 #0000,0 0 #0000,0 2px 2px #0000000a,0 8px 8px -8px #0000000a}.section.current-status.status-banner .top-level-status .status-icon{width:32px;height:32px;margin-bottom:0}.section.current-status.status-banner .top-level-status .status-icon.ok{width:24px;height:24px}.section.current-status.status-banner .top-level-status .status-title{font-size:18px;font-weight:400;display:flex}.section.current-status.status-banner .top-level-status .top-level-status-details{justify-content:flex-start;margin-top:.35em;font-size:13px;font-weight:500}.top-level-status-details{color:#414141;justify-content:center;margin-top:1em;font-size:15px;font-weight:500;display:flex}html[theme=dark] .top-level-status-details{color:var(--color-text)}a.incident-details{color:var(--color-text-blue);margin-left:5px;text-decoration:underline}@media screen and (max-width:784px){.section.current-status .top-level-status{font-size:24px}.section.current-status .top-level-status svg.status-icon{width:64px;height:64px}}.current-status-banner-wrapper{width:auto;max-width:calc(682px + 2em);margin:1em auto}.current-status-banner-wrapper .current-status-banner{border:var(--section-border);background:var(--background-light);color:var(--color-text);border-radius:6px;margin-left:1em;margin-right:1em;padding:1em 1.25em}.section.services{width:auto;max-width:calc(682px + 2em);margin:auto}.section.services .service-name{align-items:center;gap:.5em;font-size:15px;font-weight:400;display:flex}.section.services .service-name svg{cursor:pointer}.section.services .service-status{font-size:14px;font-weight:400}.section.services .service-status.operational.blue{color:#1938d5}.section.services .service-status.operational.green{color:var(--accent-color)}.section.services .service-header{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:space-between;align-items:center;width:100%;display:flex}.section.services .service-header.service-group .service-row-container.group{background:#f0f1f4}html[theme=dark] .section.services .service-header.service-group .service-row-container.group{background:#1c2230}.section.services .block-name{text-transform:uppercase;color:var(--color-text-grey);margin-bottom:.5em;font-size:12px;font-weight:500}.section.services .block-container:not(:last-child){margin-bottom:1em}.section.services .section.block{background:var(--background-light);color:var(--color-text);border:1px solid #0e0e291a;border:var(--section-border);border-radius:10px;min-height:2em;box-shadow:0 0 #0000,0 0 #0000,0 2px 2px #0000000a,0 8px 8px -8px #0000000a}.section.services .service-status-icon{height:15px}.section.services .service-row:not(:last-child){border-bottom:1px solid #0e0e291a}.section.services .service-row.sub-service{border-color:#0000;border-bottom-style:none;border-bottom-width:medium;width:100%;padding-right:0}.section.services .service-row.sub-service:first-child{padding-top:1em}.section.services .service-row.sub-service:nth-child(2){padding-top:.5em}.section.services .snapshot-uptime{text-align:right;opacity:.8;font-size:15px;font-weight:400;font-variant-numeric:slashed-zero!important}.section.services .snapshots .snapshot{background:#36b27e}.section.services.blue .snapshots .snapshot{background:#1938d5}.section.services .snapshots{flex-direction:row;gap:1.5px;width:100%;margin-top:6px;display:flex;position:relative}.section.services .snapshots .snapshot{flex-direction:column-reverse;width:6px;height:16px;display:flex;position:relative}.section.services .snapshots .snapshot:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.section.services .snapshots .snapshot:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.section.services .snapshots .snapshot:hover{opacity:.85}.section.services .snapshots .snapshot.incident{background:#ffaf36}.section.services .snapshots .snapshot.maintenance{background:#4161ff}.section.services .snapshots .snapshot.outage{background:#e95858}.section.services .snapshots.style2{gap:3px}.section.services .snapshots.style2 .snapshot{border-radius:2px;width:5.11px}.snapshot-incident-url{align-items:center;display:flex}.snapshot-incident-url svg{margin-right:.35em}.snapshot-incident-url a{white-space:pre-wrap;text-decoration:underline}.snapshot-incident-url.incident{color:#ffaf36}.snapshot-incident-url.maintenance{color:#4161ff}.snapshot-incident-url.outage{color:#e95858}.snapshot-incident-url:not(:last-child){margin-bottom:.5em}.no-incident{color:var(--accent-color);align-items:center;display:flex}.no-incident svg{margin-right:.35em}.no-incident svg path{fill:var(--accent-color)}svg.blue path{fill:#1938d5}.section.chart{width:100%;height:100px;margin-top:1em;margin-bottom:1em}.visx-tooltip{color:#3e4347!important}html[theme=dark] .visx-tooltip{color:var(--color-text)!important;text-shadow:none!important}.visx-line.visx-axis-line{stroke:#d6dce0}.ServiceMetric_medianLine{stroke-opacity:.2;stroke-dasharray:2 2;stroke:var(--black-and-white);stroke-width:1px;shape-rendering:crispedges}.ServiceMetric_currentValueLine{stroke:var(--black-and-white);stroke-width:1.5px;stroke-opacity:.25;shape-rendering:crispedges}.ServiceMetric_currentValueFocus{stroke:var(--black-and-white);stroke-width:1px;stroke-opacity:.5;shape-rendering:crispedges}line.visx-line,.visx-group.visx-axis.visx-axis-bottom .visx-axis-tick:first-child,.visx-group.visx-axis.visx-axis-bottom .visx-axis-tick:last-child{display:none}.tooltip-time-value{color:#a5adb4;margin-left:10px;font-size:12px;line-height:47px}text.visx-x-text tspan{fill:#3e4347}html[theme=dark] text.visx-x-text tspan{fill:#bdc6cf}.bottom-axis{stroke:#d6dce1;stroke-width:1px;shape-rendering:crispedges;fill:#0000;stroke-linecap:round;stroke-linejoin:round}html[theme=dark] .bottom-axis{stroke:#0e1016}rect.response-time-chart{fill:#fff}html[theme=dark] rect.response-time-chart{fill:#151922}.section.services .service-row:not(.sub-service):not(:last-child){border-bottom:var(--section-border)}.section.services .service-row.sub-service .service-row-container{padding-top:0}html[theme=dark] .section.services .snapshot-uptime{opacity:1}html[theme=dark] .service-status-icon.ok path,.service-status-icon.ok path,svg.status-icon.ok path,html[theme=dark] .status-icon.ok path{fill:var(--accent-color)}.color-accent,.accent-color{color:var(--accent-color)}.block-container{margin-left:1em;margin-right:1em}.uptime-periods{text-transform:uppercase;color:var(--color-text-secondary);margin-top:.35em;font-size:12px;font-weight:400}@media screen and (max-width:785px){.section.services .snapshots .snapshot{width:inherit}}.section.services .snapshots .snapshot.no-data{background:#dfdfdf!important}html[theme=dark] .section.services .snapshots .snapshot.no-data{background:#30363d!important}.hp-tooltip-wrapper{display:flex;position:relative}.hp-tooltip-wrapper .hp-tooltip{background:var(--bg-light);border:var(--border);z-index:2;pointer-events:none;opacity:0;visibility:hidden;text-wrap:nowrap;border-radius:10px;padding:.5em .75em;font-size:14px;font-weight:400;transition:all .15s cubic-bezier(0,0,.2,1);position:absolute;top:calc(100% + 3px);left:50%;transform:translate(-50%)scale(.8)}.hp-tooltip-wrapper:hover .hp-tooltip{visibility:visible;opacity:1;transform:translate(-50%)scale(1)}.rotate-90{transition:transform .15s cubic-bezier(.4,0,.2,1);transform:rotate(90deg)}.service-row:first-child .service-row-container{border-top-left-radius:10px;border-top-right-radius:10px}.service-row:last-child .service-row-container{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.service-row-container{justify-content:space-between;align-items:center;width:100%;padding:.75em 1em;display:flex}.service-row-container.group{min-height:44px}.service-row-container.group:hover{cursor:pointer;background:#f0f1f4}html[theme=dark] .section.services .service-row-container.group:hover{background:#1c2230}html[theme=light] .section.services .service-row-container.group:hover{background:#f0f1f4}.pb-0{padding-bottom:0!important}.section.footer{justify-content:space-between;width:100%;max-width:calc(680px + 2em);margin:4em auto auto;padding-bottom:2em;font-size:15px;display:flex}.section.footer div{white-space:nowrap}.section.footer .button-lang{text-align:right;justify-content:flex-end;align-items:center;display:flex;position:relative}.section.footer .button-lang svg{margin-right:.35em}.section.footer .button-lang:hover{cursor:pointer}.section.footer .button-lang select{padding-left:1.5em;padding-right:1em}.section.footer svg.chevron-footer{pointer-events:none;width:8px;position:absolute;top:calc(50% - 2px);bottom:0;left:auto}.section.footer select{appearance:none;width:auto;color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;text-transform:inherit;background:0 0;border:none;font-family:inherit;font-size:14px;font-weight:500;line-height:22px}.section.footer select:active,.section.footer select:focus{outline:none}html[theme=dark] .section.footer svg.chevron-footer path{fill:#fff;stroke:#0000}.dark-mode{align-items:center;font-size:14px;display:flex}.dark-mode svg{margin-right:.35em}.dark-mode:hover{cursor:pointer}html[theme=dark] .dark-mode{color:var(--color-text)}html[theme=dark] .dark-mode svg circle,html[theme=dark] .dark-mode path{stroke:var(--color-text)}html[theme=dark] .button-lang{color:var(--color-text)}html[theme=dark] .button-lang svg circle,html[theme=dark] .button-lang path{stroke:var(--color-text)}a.powered-by{align-items:center;font-size:14px;text-decoration:none;display:flex}a.powered-by span{display:contents}@media screen and (max-width:600px){.sm-footer{flex-direction:column-reverse}.sm-actions{justify-content:end;width:100%}.powered-by{margin-top:3em}}.section.past-incidents-container{width:100%;max-width:calc(680px + 2em);margin:1em auto auto;font-size:15px}.section.past-incidents-container .past-incidents{margin-top:.5em}.section.past-incidents-container .past-incidents .month-group:not(:last-child){margin-bottom:2em}.section.past-incidents-container .past-incidents .month-header{color:var(--color-text);border-bottom:1px solid var(--color-border-muted);background:var(--background-main);z-index:10;margin-bottom:1em;padding-bottom:.5em;font-size:16px;font-weight:600;position:sticky;top:0}.section.past-incidents-container .past-incidents .update{margin-left:initial;line-height:initial;display:flex}.section.past-incidents-container .past-incidents .update.estimated-duration{opacity:.6;margin-top:-.5em;margin-bottom:1em;font-size:14px;font-weight:400}.section.past-incidents-container .past-incidents .update:not(:last-child){margin-bottom:1em}.section.past-incidents-container .past-incidents .update .update-timeline{text-transform:uppercase;width:3em;min-width:3em;color:var(--color-text-grey);font-size:12px;font-weight:500;position:relative}.section.past-incidents-container .past-incidents .update .update-timeline:not(.no-line):before{content:"";background-color:var(--color-border-muted);width:2px;height:100%;display:block;position:absolute;top:21px;bottom:0;left:15px}.section.past-incidents-container .past-incidents .update .update-timeline.single-update:before,.section.past-incidents-container .past-incidents .update .update-timeline.single-update:empty{display:none}.section.past-incidents-container .past-incidents .update .update-date{color:var(--color-text-secondary);margin-top:.25em;font-size:12px;font-weight:500}.section.past-incidents-container .past-incidents .update .update-text{word-break:break-word;line-height:1.35em}.section.past-incidents-container .past-incidents .update .update-text p{margin:0}.section.past-incidents-container .past-incidents .update .update-text strong{font-weight:600}.section.past-incidents-container .past-incidents .update .update-text a{text-decoration:underline}.section.past-incidents-container .past-incidents .update .update-content{font-weight:400}.section.past-incidents-container .past-incidents .update .update-type{text-transform:uppercase;color:var(--color-text-grey);margin-bottom:.5em;font-size:12px;font-weight:500}.section.past-incidents-container .past-incidents .incident{background:var(--background-light);color:var(--color-text);border:1px solid #0e0e291a;border:var(--section-border);border-radius:10px;padding:1em;box-shadow:0 0 #0000,0 0 #0000,0 2px 2px #0000000a,0 8px 8px -8px #0000000a}.section.past-incidents-container .past-incidents a.incident-link{color:#000;text-decoration:none;display:block}.section.past-incidents-container .past-incidents .incident-link:not(:last-child){margin-bottom:1em}.section.past-incidents-container .past-incidents .incident-header{margin-bottom:.35em;display:flex}.section.past-incidents-container .past-incidents .incident-name{align-items:center;margin-bottom:.35em;font-size:18px;font-weight:700;display:flex}.section.past-incidents-container .past-incidents .incident-name svg{margin-right:.35em}.section.past-incidents-container .past-incidents .incident-type{text-transform:uppercase;color:var(--color-text-grey);margin-bottom:.5em;font-size:12px;font-weight:500}.section.past-incidents-container .past-incidents .incident-type svg{margin-right:.5em}.section.past-incidents-container .incident-history{color:var(--color-text);justify-content:center;align-items:center;margin-top:1em;text-decoration:underline;display:flex}.section.past-incidents-container .incident-history-back{color:var(--color-text);align-items:center;line-height:24px;display:flex}.section.past-incidents-container .incident-history-back svg{width:15px;margin-top:2px;margin-right:.5em}.section.past-incidents-container .affected-service{vertical-align:middle;background-color:#f0f2f7;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:400;line-height:16px;display:inline-block;overflow:hidden}html[theme=dark] .section.past-incidents-container .affected-service{background:#0e1016}html[theme=dark] .section.past-incidents-container .past-incidents .update .update-date{color:#8a8c91}.update-dot{background:var(--color-border-muted);border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:11px}.update-badge{background-color:var(--color-border-muted);outline:2px solid var(--background-light);border-radius:50%;width:28px;height:28px;position:absolute;left:2px}.update-badge svg{width:16px;height:16px}.update-badge svg.badge-incident path,.update-badge svg.outage path{fill:var(--color-badge)}.update-badge svg.maintenance path{stroke:var(--color-badge)}.incident-type svg.badge-incident path,.incident-type svg.outage path{fill:var(--color-badge)}.incident-type svg.maintenance path{stroke:var(--color-badge)}.update-badge .service-status-icon.ok path{fill:var(--color-badge)}.service-header.service-group .service-row-container.group{border-radius:0}.section.subscribe{padding-top:6em}.box-wrapper{border:none;border-radius:6px}.box-wrapper h1{color:var(--color-text);margin:0;font-size:24px;font-weight:600}.box-wrapper input{border:1px solid #c9cace;border-radius:4px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .2s cubic-bezier(.215,.61,.355,1)}.box-wrapper input:focus-visible{border:1px solid #1938d5;box-shadow:0 0 0 .25em #635dff40}.box-wrapper p{text-align:left;margin-top:1em;margin-bottom:.5em;font-size:13px}.box-wrapper svg{stroke:#1938d5}.box-wrapper .button-subscribe{text-align:center;display:block}.box-wrapper .logo{text-align:center;width:100%;margin-bottom:2em}html[theme=dark] .box-wrapper input{color:#d0d1d3;background:var(--background-light);border-color:#44474e}html[theme=dark] .box-wrapper input:active,html[theme=dark] .box-wrapper input:focus{border-color:#77a7ff}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:inherit;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountryIcon--border{box-shadow:none}.PhoneInputCountryIcon--border .PhoneInputCountryIconImg{border-radius:3px}html[theme=dark] .button-subscribe-wrapper .button-subscribe.disabled{color:#f3f3f5}html[theme=dark] .button-subscribe-wrapper .button-subscribe.disabled:hover{background:0 0}.section.sign-in{background:var(--bg-moderate);border:var(--border);width:100%;max-width:460px;margin:auto;padding:1.5em}.section.sign-in .logo{margin-bottom:.5em}.hpd-input-icon.hpd-input-icon-right svg{stroke:var(--color-text-secondary)}.signin-buttons div:not(:last-child){margin-bottom:1em}.sign-in-google{-webkit-font-smoothing:antialiased;cursor:pointer;background-color:#1938d5;border:1px solid #1938d5;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-right:8px;padding:4px 18px;font-size:15px;font-weight:400;line-height:32px;text-decoration:none;transition:all .15s;display:inline-flex;color:#fff!important}.sign-in-google:hover{background-color:#142ca7;border:1px solid #142ca7}.sign-in-google img{margin-right:12px}:root{--tooltip-text-color:white;--tooltip-margin:30px;--tooltip-arrow-size:6px}.Tooltip-Wrapper{display:inline-block}.Tooltip-wrapper{z-index:9999;transition:transform .15s;position:absolute;top:-8px;left:0}.Tooltip{color:var(--color-text);background:var(--background-light);white-space:nowrap;border:1px solid #dcdce0;border-radius:8px;padding:.5em;font-size:15px;line-height:1.5em;box-shadow:0 0 #0000,0 0 #0000,0 2px 2px #0000000a,0 8px 8px -8px #0000000a}html[theme=dark] .Tooltip{border:var(--section-border);box-shadow:0 8px 24px #010409}.Tooltip.top{top:calc(var(--tooltip-margin) * -1)}.Tooltip.top:before{border-top-color:var(--tooltip-background-color);top:100%}.Tooltip.right{left:calc(100% + var(--tooltip-margin));top:50%;transform:translate(0)translateY(-50%)}.Tooltip.right:before{left:calc(var(--tooltip-arrow-size) * -1);border-right-color:var(--tooltip-background-color);top:50%;transform:translate(0)translateY(-50%)}.Tooltip.bottom:before{border-bottom-color:var(--tooltip-background-color);bottom:100%}.Tooltip.left{left:auto;right:calc(100% + var(--tooltip-margin));top:50%;transform:translate(0)translateY(-50%)}.Tooltip.left:before{left:auto;right:calc(var(--tooltip-arrow-size) * -2);border-left-color:var(--tooltip-background-color);top:50%;transform:translate(0)translateY(-50%)}.Tooltip{width:340px;border-radius:10px!important}.Tooltip .snapshot-tooltip{padding:0 .5em;font-size:15px;border-radius:4px!important}.Tooltip .snapshot-tooltip .snapshot-tooltip-header{justify-content:space-between;width:100%;margin-bottom:.5em;display:flex}.react-tooltip-clickable-link{pointer-events:auto}.uptime-bar{width:100%}.uptime-bar.incident{background:#ffaf36}.loader svg path,.loader svg rect{fill:#1938d5}.loader.button svg path,.loader.button svg rect{fill:#65676e}.loader{justify-content:center;align-items:center;height:100%;display:flex}.flex{display:flex}.align-items-center{align-items:center}.center{justify-content:center}.justify-content-space-between{justify-content:space-between}.justify-content-center{justify-content:center}.justify-content-flex-start{justify-content:flex-start}.gap-05em{gap:.5em}.gap-2em{gap:2em}.margin-top-1em{margin-top:1em!important}.margin-top-0em{margin-top:0!important}.text-color{color:var(--color-text)}.color-text-blue{color:var(--color-text-blue)}.font-size-15,.font-size-15px{font-size:15px}.font-size-24px{font-size:24px}.font-weight-700{font-weight:700}.text-decoration-none{text-decoration:none}.hoverable{cursor:pointer}.width-100{width:100%}.clickable{border-radius:8px;padding:0 .5em;line-height:28px}.clickable:hover{background-color:var(--color-border-muted)}.bg-muted,.hover-bg-muted:hover{background:var(--color-border-muted)!important}.cursor-not-allowed{cursor:not-allowed}.opacity-50{opacity:.5}.user-select-none{-webkit-user-select:none;user-select:none}
