.site-head{position:fixed;top:var(--admin-bar-height);left:255px;z-index:50;width:calc(100% - 255px);height:var(--head-height);background-color:var(--color-brand-2);border-bottom:1px solid var(--color-brand-2);transition:all .5s ease 0s}@media only screen and (max-width: 987px){.site-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;left:0;width:100%;height:80px}}.site-head .u-container-lg{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;transition:all .5s ease 0s}.site-head .s__toggle{display:none}@media only screen and (max-width: 987px){.site-head .s__toggle{display:flex;flex-direction:row;align-items:center;justify-content:end;width:70px}}.site-head .s__logo{position:relative;top:unset;left:unset;display:none;min-width:180px;max-width:calc(5*var(--grid-column-width) + 4*var(--grid-gutter-width))}@media only screen and (max-width: 987px){.site-head .s__logo{display:block;min-width:unset}}.site-head .s__wrapper{display:flex;flex-direction:column-reverse;align-items:flex-end;justify-content:flex-end;width:100%}@media only screen and (max-width: 987px){.site-head .s__wrapper{position:absolute;top:100%;right:0;left:0;display:none;padding:0;height:100vh;height:calc(var(--vh, 1vh)*100);background-color:var(--color-white);overflow-y:auto}}.site-head .nav-main{display:flex;justify-content:space-between;width:100%}@media only screen and (max-width: 987px){.site-head .nav-main{flex-direction:column}}.site-head .nav-main__right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}@media only screen and (max-width: 987px){.site-head .nav-main__right{justify-content:flex-start;padding:1rem}}@media only screen and (max-width: 767px){.site-head .nav-main__search{margin-top:1rem;padding:0 1.125rem}}.site-head .nav-main__mobile{display:none}@media only screen and (max-width: 987px){.site-head .nav-main__mobile{display:block}}.site-head .nav-main__mobile-banner{display:none}@media only screen and (max-width: 987px){.site-head .nav-main__mobile-banner{display:block;padding:1.5rem}.site-head .nav-main__mobile-banner img{border-radius:.75rem}.site-head .nav-main__mobile-banner div{margin:1.5rem 0;padding-bottom:1rem;border-bottom:1px solid var(--color-light-grey);font:500 var(--font-size-t-md)/1.25 var(--font-text)}.site-head .nav-main__mobile-banner div:last-of-type{border-bottom:none}.site-head .nav-main__mobile-banner p{margin:.5rem 0}}.site-head__btn{margin-right:.5rem}@media only screen and (max-width: 767px){.site-head__btn{text-align:center}}.site-head__btn:last-of-type{margin-right:0}.site-head__mobile-btn{display:none}@media only screen and (max-width: 767px){.site-head__mobile-btn{display:block}}.site-head__balance{display:none}@media only screen and (max-width: 987px){.site-head__balance{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;left:50%;padding:.5rem 1rem;min-width:-moz-fit-content;min-width:fit-content;background:rgba(253,223,158,.1);border:1px solid rgba(253,223,158,.3);border-radius:.5rem;cursor:pointer;transform:translateX(-50%);transition:all .2s ease-in-out}.site-head__balance:hover{background:rgba(253,223,158,.15);border-color:rgba(253,223,158,.5);box-shadow:0 2px 8px rgba(253,223,158,.2);transform:translateX(-50%) translateY(-1px)}.site-head__balance:active{box-shadow:0 1px 4px rgba(253,223,158,.15);transform:translateX(-50%) translateY(0)}}.site-head__balance-value{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.375rem;color:var(--color-brand-1);font-family:var(--font-heading);font-size:var(--font-size-t-md);font-weight:600;letter-spacing:.02em;line-height:1.2;white-space:nowrap}.site-head__balance-currency{font:400 var(--font-size-t-xs)/1.25 var(--font-text);color:rgba(253,223,158,.8);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.site-head.is-nav-hidden{top:calc((var(--head-height) + var(--admin-bar-height))*-1)}@media only screen and (max-width: 987px){.is-nav-opened .s__wrapper{display:block}.is-nav-opened .s__wrapper.is-invisible{visibility:hidden}}
