html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
input[type=search]{
    -webkit-appearance:textfield;
    box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend{
    border:0;
    padding:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:700
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
.black{
    color:#15171a
}
.darkgrey{
    color:#394047
}
.midgrey{
    color:#7c8b9a
}
.lightgrey{
    color:#ced4d9
}
.blue{
    color:#14b8ff
}
.red{
    color:#f50b23
}
.orange{
    color:#ffb41f
}
.green{
    color:#30cf43
}
.darkgrey-hover:hover{
    color:#394047
}
.midgrey-hover:hover{
    color:#7c8b9a
}
.lightgrey-hover:hover{
    color:#ced4d9
}
.blue-hover:hover{
    color:#14b8ff
}
.red-hover:hover{
    color:#f50b23
}
.orange-hover:hover{
    color:#ffb41f
}
.green-hover:hover{
    color:#30cf43
}
*,:after,:before{
    box-sizing:border-box
}
html{
    overflow:hidden;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size:62.5%;
    line-height:1.65;
    letter-spacing:.2px;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
body,html{
    width:100%;
    height:100%
}
body{
    overflow:auto;
    overflow-x:hidden;
    color:#343f44;
    font-size:1.4rem
}
.gh-view{
    -ms-flex-positive:1;
    flex-grow:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column
}
h1,h2{
    margin:0 0 .3em;
    color:#343f44;
    line-height:1.15em;
    text-rendering:optimizeLegibility;
    text-indent:-1px;
    font-size:2.9rem
}
@media (max-width:500px){
    h1{
        font-size:2.4rem
    }
}
.gh-input{
    display:block;
    padding:10px 12px;
    width:100%;
    height:40px;
    border:1px solid #d6e3eb;
    border-radius:4px;
    color:#4b5b62;
    font-size:1.6rem;
    line-height:1em;
    font-weight:300;
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
    transition:border-color .15s linear;
    -webkit-appearance:none
}
.gh-input:focus{
    outline:0;
    border-color:#b4cbda
}
.gh-btn{
    display:inline-block;
    outline:none;
    border:1px solid #d6e3eb;
    color:#829aa8;
    text-decoration:none!important;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    fill:#829aa8;
    border-radius:5px;
    transition:all .2s ease;
    -webkit-font-smoothing:subpixel-antialiased
}
.gh-btn span{
    display:block;
    padding:0 12px;
    height:33px;
    font-size:1.3rem;
    line-height:33px;
    font-weight:400;
    text-align:center;
    letter-spacing:.2px;
    border-radius:4px
}
.gh-btn:hover{
    border-color:#b4cbda
}
.gh-btn-hover-blue:hover{
    border-color:#3eb0ef;
    color:#3eb0ef
}
.gh-btn-blue{
    padding:1px;
    border:0;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.1);
    fill:#fff;
    background:linear-gradient(#3da1d6,#2288bf);
    box-shadow:0 1px 0 rgba(0,0,0,.12);
    transition:none!important
}
.gh-btn-blue span{
    background:linear-gradient(#4ab6f0,#2fa5e4 60%,#2fa5e4 90%,#38a9e5);
    box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)
}
.gh-btn-blue:active,.gh-btn-blue:focus{
    background:#1e78a9
}
.gh-btn-blue:active span,.gh-btn-blue:focus span{
    background:#29a0e0;
    box-shadow:none
}
.gh-btn-block{
    display:block;
    width:100%
}
.gh-input-icon{
    position:relative;
    display:block
}
.gh-input-icon svg{
    position:absolute;
    top:50%;
    left:10px;
    z-index:2;
    height:14px;
    width:auto;
    fill:color(var(--midgrey) l(15%));
    transform:translateY(-7px)
}
.gh-input-icon input{
    padding-left:35px
}
.gh-app{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    overflow:hidden;
    height:100%
}
.gh-viewport{
    overflow:hidden;
    max-height:100%
}
.gh-main,.gh-viewport{
    -ms-flex-positive:1;
    flex-grow:1;
    display:-ms-flexbox;
    display:flex
}
.gh-main{
    position:relative;
    background:#fff;
    overflow-y:auto
}
.gh-flow{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    overflow-y:auto;
    min-height:100%;
    background:linear-gradient(315deg,#efefef,#fff)
}
.gh-flow:has(.gh-flow-content.private){
    background:#fff
}
.gh-flow-content-wrap{
    display:flex;
    flex-direction:column;
    flex-grow:1;
    flex-shrink:0;
    justify-content:center;
    align-items:center;
    margin:0 24px;
    padding-bottom:8vh
}
.gh-flow-content-wrap .site-icon{
    width:70px;
    height:70px;
    border-radius:3px
}
.gh-flow-content{
    display:flex;
    flex-direction:column;
    max-width:520px;
    width:100%;
    margin:4rem 0 6rem;
    padding:40px;
    background:#fff;
    color:var(--darkgrey);
    font-size:1.9rem;
    line-height:1.5em;
    font-weight:300;
    border-radius:3px;
    box-shadow:0 2.8px 2.2px rgba(0,0,0,.02),0 6.7px 5.3px rgba(0,0,0,.02),0 12.5px 10px rgba(0,0,0,.02),0 22.3px 17.9px rgba(0,0,0,.03),0 41.8px 33.4px rgba(0,0,0,.03),0 100px 80px rgba(0,0,0,.05)
}
.gh-flow-content.unsubscribe{
    align-items:center;
    justify-content:center;
    max-width:560px;
    min-height:200px;
    margin:4rem 0;
    text-align:center
}
.gh-flow-content.private{
    box-shadow:none
}
@media (max-width:500px){
    .gh-flow-content{
        padding:0;
        background:transparent;
        box-shadow:none
    }
}
.gh-flow-content header{
    display:flex;
    flex-direction:column;
    align-items:center
}
.gh-flow-content h1{
    margin-bottom:24px;
    color:#15171a;
    font-size:4.1rem;
    font-weight:700;
    line-height:1.15em
}
.gh-flow-content.unsubscribe h1{
    font-size:3.2rem
}
@media (max-width:600px){
    .gh-flow-content.unsubscribe h1,.gh-flow-content h1{
        font-size:6vw
    }
}
.gh-flow-content.unsubscribe p{
    margin:0 0 .4em;
    color:#394047;
    font-size:1.8rem
}
@media (max-width:500px){
    .gh-flow-content.unsubscribe p{
        font-size:1.6rem;
        line-height:1.5
    }
}
.gh-flow-content .gh-btn{
    display:block;
    margin:20px auto 0;
    max-width:400px
}
.gh-flow-content .form-group{
    position:relative;
    margin-bottom:2.5rem
}
.gh-flow-content .form-group.error .gh-input{
    border-color:#f50b23;
    box-shadow:0 0 0 3px rgba(239,24,24,.15)
}
.gh-flow-content .main-error{
    position:absolute;
    right:0;
    margin:0;
    color:#7c8b9a;
    font-size:1.35rem;
    font-weight:400;
    text-align:center;
    user-select:text
}
.gh-flow-em{
    font-weight:500
}
.unsubscribe-footer{
    text-align:center;
    font-size:1.5rem
}
@media (max-width:500px){
    .unsubscribe-footer{
        padding:0 24px;
        font-size:1.4rem;
        line-height:1.4em
    }
}
.unsubscribe-footer p{
    color:#7c8b9a;
    margin:0 0 .4rem
}
.unsubscribe-footer a{
    color:#15171a;
    text-decoration:none
}
.unsubscribe-footer a:hover{
    text-decoration:underline
}
.gh-signin{
    margin-bottom:1.5rem
}
.gh-signin .gh-input,.gh-signin .gh-input:-webkit-autofill:first-line{
    height:54px;
    padding:12px 16px;
    font-size:1.8rem;
    border-radius:8px;
    border:1px solid #f3f6f7;
    background:#f3f6f7;
    color:var(--black)
}
.gh-signin .gh-input::placeholder{
    color:#abb4be;
    font-weight:400;
    opacity:1
}
.gh-signin .gh-input::-webkit-input-placeholder{
    color:#abb4be;
    font-weight:400
}
.gh-signin .gh-input:-ms-input-placeholder{
    color:#abb4be;
    font-weight:400
}
.gh-signin .gh-input::-moz-placeholder{
    color:#abb4be;
    font-weight:400;
    opacity:1
}
.gh-signin .gh-input:focus{
    border-color:#30cf43;
    box-shadow:0 0 0 3px rgba(48,207,67,.25)
}
.gh-signin .gh-btn{
    margin:0;
    width:100%;
    height:54px;
    max-width:unset;
    margin-top:32px;
    background:#15171a;
    font-weight:300;
    line-height:54px;
    border-radius:8px;
    transition:all .4s ease;
    -webkit-font-smoothing:subpixel-antialiased
}
.gh-signin .gh-btn span{
    color:#fff;
    font-size:1.8rem
}
.error-content{
    flex-grow:1;
    justify-content:center;
    user-select:text;
    padding:8vw
}
.error-content,.error-details{
    display:flex;
    align-items:center
}
.error-details{
    margin-bottom:4rem
}
.error-ghost{
    margin:15px;
    height:115px
}
@media (max-width:630px){
    .error-ghost{
        display:none
    }
}
.error-code{
    margin:0;
    color:#c5d2d9;
    font-size:10vw;
    font-weight:600;
    line-height:.9em;
    letter-spacing:-.4vw
}
.error-description{
    margin:0;
    padding:0;
    border:none;
    color:#54666d;
    font-size:2.3rem;
    font-weight:300;
    line-height:1.3em
}
.error-message{
    display:flex;
    flex-direction:column;
    margin:15px;
    align-items:center
}
.error-message a{
    font-size:1.4rem;
    line-height:1;
    margin:8px 0
}
.error-link{
    background-color:transparent;
    color:#5ba4e5;
    transition:background .3s,color .3s;
    text-decoration:none
}
.error-stack{
    margin:1rem auto;
    padding:2rem;
    max-width:800px;
    background-color:hsla(0,0%,100%,.3)
}
.error-stack-list{
    margin:0;
    padding:0;
    list-style-type:none
}
.error-stack-list li{
    display:block
}
.error-stack-list li:before{
    content:"\21AA";
    display:inline-block;
    margin-right:.5rem;
    color:#bbb;
    font-size:1.2rem
}
.error-stack-function{
    font-weight:700
}
.gh-flow-content .form-group {
    margin-bottom: 2.5rem;
}

.gh-flow-content .form-group.error {
    margin-bottom: 0.5rem;
}

.gh-flow-content .form-group.error p {
    margin: 5px 0 0;
}
.gh-signin .gh-btn {
    margin-top: 10px;
}
.error-message {
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    color: #f50b23;
    margin: 5px 0 0;
}
