:root{--primary:0,128,128;--onPrimary:0;--secondary:176,204,203;--onSecondary:0;--surface:14,21,20;--onSurface:221,228,227;--surfaceContainer:26,33,33;--surfaceContainerLowest:9,15,15;--secondary:128,0,128;--tertiary:128,128,0}:root{--headerHeight:70px;--gapTop:var(--headerHeight);--gapBottom:var(--headerHeight);--gapRight:20px;--gapLeft:20px;--gapCard:20px;--gapContent:50px;--gapScroll:30px;--white:255,255,255;--black:0,0,0;--red:255,69,58;--blue:0,122,255;--green:48,219,91;--yellow:255,204,0;--orange:255,159,10;--gray:142,142,147;--lightGray:245,245,245;--inactiveGray:153,153,153;--activeGray:126,126,126;--primaryAccent:83,217,217;--secondaryAccent:217,83,217;--tertiaryAccent:217,217,83;--darkBackground:23,23,23;--primaryBlackAccent:9,21,21;--primaryDark:25,28,28;--primaryDarkAccent:27,37,37;--themeColor:var(--primary);--themeText:var(--white);--themeBackground:var(--surfaceContainerLowest);--backdropBlack:23,23,23,.7;--buttonShadow:0 0 15px -5px rgba(0,0,0,0.3);--dropShadow:0 0 30px -5px rgba(0,0,0,0.3)}@media only screen and (min-width:500px){:root{--gapLeft:30px;--gapRight:30px}}@media only screen and (min-width:1000px){:root{--gapLeft:50px;--gapRight:50px;--headerHeight:100px}}@font-face{font-family:Primary;font-display:swap;src:url(../../font/Library3amSoft.woff2) format("woff2"),url(../../font/Library3amSoft.woff) format("woff")}@font-face{font-family:Caption;font-display:swap;src:url(../../font/Montserrat.woff2) format("woff2"),url(../../font/Montserrat.woff) format("woff")}@font-face{font-family:Text;font-weight:500;font-display:swap;src:url(../../font/WorkSans.woff2) format("woff2"),url(../../font/WorkSans.woff) format("woff")}@font-face{font-family:Button;font-weight:700;font-display:swap;src:url(../../font/Versa.woff2) format("woff2"),url(../../font/Versa.woff) format("woff")}h1,h2,h3,h4,h5,h6{font-family:Caption}html{overflow:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{position:relative;height:100vh;width:100vw;min-height:550px;min-width:300px;min-height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom);margin:0;color:rgb(var(--themeText));background-color:rgb(var(--themeBackground));font-family:Text;font-size:14px;overflow:auto;-webkit-overflow-scrolling:auto;scroll-behavior:smooth;scrollbar-color:rgb(var(--inactiveGray)) transparent;scrollbar-width:thin;touch-action:manipulation;backface-visibility:hidden}@supports (height:100dvh){body{height:100dvh}}body::-webkit-scrollbar{width:7px;background:transparent}body::-webkit-scrollbar-thumb{background:rgb(var(--inactiveGray));border-radius:30px;border:3px solid rgba(0,0,0,0)}body::-webkit-scrollbar-thumb:hover{background:rgb(var(--activeGray))}body::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-button,::-webkit-scrollbar-corner,::-webkit-scrollbar-track-piece{display:none}select{text-rendering:auto!important}li,ul{margin:0;padding:0;list-style:none}a{color:rgb(var(--themeColor));cursor:pointer}dd,dl{margin:0}section{position:relative;display:block}form{position:relative}legend{width:100%;padding:10px 0 5px;font-family:Caption;font-size:1.1em}button,input,textarea{font-size:1em}button,input,select,textarea{color:inherit;font-size:1em;margin:0;padding:0;outline:0 none;box-sizing:border-box;border:0;border-radius:0}input{min-width:0;appearance:none;font-family:inherit;font-size:100%;line-height:1.15;margin:0}input:-webkit-autofill{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}button,input[type=submit]{font-family:Button}input,textarea{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}textarea{font-family:inherit}input[type=checkbox],input[type=file],input[type=radio]{display:none}label{display:inline-block;box-sizing:border-box;transition:background-color 0.1s ease}a,button,label,select,span{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}button,input,select,textarea{cursor:pointer;color:black}textarea{padding:10px;border:none;resize:none;font-size:14px}select{font-size:1em;outline:0 none;text-transform:none;appearance:none}progress{appearance:none;height:5px}progress::-webkit-progress-bar{background-color:rgba(0,0,0,0.5)}progress::-webkit-progress-value{background-color:rgb(var(--themeColor));-webkit-transition:width 0.3s ease-out;transition:width 0.3s ease-out}progress::-moz-progress-bar{border-radius:0;background-color:rgba(0,0,0,0.5)}::selection{color:#fff;background:rgb(var(--themeColor));text-shadow:none}::-moz-selection{color:#fff;background:rgb(var(--themeColor));text-shadow:none}fieldset{border:none;margin:0;padding:0;box-sizing:border-box}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}@media only screen and (min-width:500px){body{font-size:15px}}@media only screen and (min-width:1024px){body{font-size:16px}}video{background:transparent}:root{--formButtonColor:var(--themeColor)}.form-btn{padding:10px 30px;box-sizing:border-box;font-weight:bold;color:rgb(var(--white));border-radius:30px;background-color:rgba(var(--formButtonColor),0.7);box-shadow:var(--buttonShadow);text-transform:uppercase;text-decoration:none;text-align:center;transition:background-color 0.3s ease-out}.form-btn:hover{background-color:rgba(var(--formButtonColor),1)}.form-icon-btn{height:40px;width:40px;border-radius:50%;font-family:Button}.form-text-btn{display:inline-block;height:30px;line-height:30px;padding:0 20px;font-family:Button;border-radius:30px;color:rgb(var(--formButtonColor));background-color:rgba(0,0,0,0);backdrop-filter:saturate(180%) blur(20px);text-decoration:none}.form-text-btn:hover{background-color:rgba(var(--backdropBlack));box-shadow:0 5px 15px -5px rgba(0,0,0,0.2)}.form-link-btn{display:inline-block;height:30px;line-height:30px;padding:0 20px;font-family:Button;border-radius:30px;border:3px solid rgba(var(--formButtonColor),0.9);box-shadow:0 5px 15px -5px rgba(0,0,0,0.2);color:#fff;background-color:rgba(var(--formButtonColor),0.5);backdrop-filter:saturate(180%) blur(20px);text-decoration:none}.form-link-btn:hover{background-color:rgba(var(--formButtonColor),0.9)}.form-input{width:100%;padding:15px;border-radius:15px;box-shadow:var(--dropShadow);background-color:rgba(var(--white),0.3)}.form-icon-input{width:100%;padding:10px 10px 10px 50px;box-shadow:var(--dropShadow);border-radius:15px;background-color:rgba(var(--white),0.3)}.form-textarea{width:100%;padding:15px;border-radius:15px;min-height:150px;box-shadow:var(--dropShadow);background-color:rgba(var(--white),0.3)}.header-link{border:none;color:transparent;opacity:0;text-align:center}.flex-spacer{flex:1 1 100%}#preload.preload--hidden~#header .header-link{opacity:1;color:#fff;transition:opacity 0.3s ease 3s,color 0.3s linear 3.5s;animation:jello-horizontal 0.9s both 3s}.hidden{display:none!important}.visually-hidden{position:absolute;visibility:hidden;overflow:hidden;height:1px;width:1px;padding:0;border:0;z-index:-1}.text-hidden{color:transparent;text-indent:-999px}.apple-badge{display:inline-block;height:57px;width:170px;background:transparent url(../img/badge/app-store.svg) center/contain no-repeat}.google-badge{position:relative;display:inline-block;height:57px;width:170px;background:transparent url(../img/badge/google-play.svg) center/contain no-repeat;cursor:not-allowed}.google-badge:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--inactiveGray),0.5);text-indent:initial}.google-badge:after{content:"Coming Soon";position:absolute;top:0;right:0;padding:1px 3px;box-sizing:border-box;border-radius:3px;color:rgb(var(--white));background-color:rgb(var(--red));font-size:0.5em;text-indent:initial;text-transform:uppercase}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.error{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.error>i{--ggs:2;color:rgb(var(--inactiveGray))}.error-message{display:block;margin-top:30px}.scrollbar{--scrollbarColor:var(--inactiveGray);-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.scrollbar::-webkit-scrollbar{width:7px;background:transparent}.scrollbar::-webkit-scrollbar-thumb{background:rgba(var(--scrollbarColor),0.3);border-radius:30px;border-color:transparent}.scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(var(--scrollbarColor),0.7)}.scrollbar::-webkit-scrollbar-track{background:transparent}.ajax-shadow:after{content:"";position:absolute;display:block;width:150px;height:3px;bottom:-1.5px;left:150px;margin-left:-150px;background-color:rgb(var(--themeColor));box-shadow:0 0 10px 2px rgb(var(--themeColor));border-radius:50%;animation-name:shadowProgress;animation-duration:1.5s;animation-timing-function:ease-out;animation-fill-mode:both;animation-iteration-count:infinite}@keyframes shadowProgress{0%{left:150px}50%{left:100%}to{left:150px}}.full-viewport-height{height:100vh!important}.hero-animation{position:fixed;margin:0;z-index:98;transition:all 0.3s ease;background:transparent;backface-visibility:hidden}@supports (height:100dvh){.full-viewport-height{height:100dvh!important}}body.bg-pan{backface-visibility:hidden;background-size:300% 300%;background-image:linear-gradient(-45deg,rgb(var(--themeBackground)) 0%,rgb(var(--themeBackground)) 25%,rgb(var(--themeBackground)) 50%,rgb(var(--themeColor)) 100%)}.fade-in-bottom{animation:fade-in-bottom 0.6s cubic-bezier(0.39,0.575,0.565,1) both}@keyframes fade-in-bottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in-top{animation:fade-in-top 0.6s cubic-bezier(0.39,0.575,0.565,1) both}@keyframes fade-in-top{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.text-focus-in{animation:text-focus-in 1s cubic-bezier(0.55,0.085,0.68,0.53) both}@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}to{filter:blur(0px);opacity:1}}.fade-in{animation:fade-in 0.5s cubic-bezier(0.39,0.575,0.565,1) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-out{animation:fade-out 0.3s ease-out both}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.text-blur-out{animation:text-blur-out 1.2s cubic-bezier(0.55,0.085,0.68,0.53) both}@keyframes text-blur-out{0%{filter:blur(0.01)}to{filter:blur(12px) opacity(0%)}}.pulse{--pulseColor:204,169,44;box-shadow:0 0 0 rgba(var(--pulseColor),0.4);animation:pulse 2s infinite}.pulse:hover{animation:none}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--pulseColor),0.5)}70%{box-shadow:0 0 0 30px rgba(var(--pulseColor),0)}to{box-shadow:0 0 0 0 rgba(var(--pulseColor),0)}}.jello-horizontal{animation:jello-horizontal 0.9s both}@keyframes jello-horizontal{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.slide-top{animation:slide-top 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both}@keyframes slide-top{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.bg-pan{animation:bg-pan 20s ease infinite}@keyframes bg-pan{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bg-pan-left{animation:bg-pan-left 8s infinite alternate both}@keyframes bg-pan-left{0%{background-position:0% 0%}to{background-position:100% 0%}}.scale-in-br{animation:scale-in-br 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both}@keyframes scale-in-br{0%{transform:scale(0);transform-origin:100% 100%;opacity:1}to{transform:scale(1);transform-origin:100% 100%;opacity:1}}.scale-out-br{animation:scale-out-br 0.45s cubic-bezier(0.755,0.05,0.855,0.06) both}@keyframes scale-out-br{0%{transform:scale(1);transform-origin:100% 100%;filter:blur(0);opacity:1}to{transform:scale(0);transform-origin:100% 100%;filter:blur(40px);opacity:1}}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.gg-menu{--ggs:0.8;transform:scale(var(--ggs,1))}.gg-menu{position:relative;display:block;height:100%;width:100%}.gg-menu:after,.gg-menu:before{content:"";position:absolute;top:-6px;margin-left:-12px;left:50%;margin-top:-1px;top:50%;box-sizing:border-box;display:block;width:24px;height:2px;border-radius:3px;background:currentColor;transition:transform 0.3s}.gg-menu:before{transform:translateY(-3px) rotate(0deg)}.gg-menu:after{transform:translateY(3px) rotate(0deg)}.gg-corner-up-right{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px}.gg-corner-up-right:after,.gg-corner-up-right:before{content:"";display:block;box-sizing:border-box;position:absolute;right:3px}.gg-corner-up-right:after{width:8px;height:8px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg);top:3px}.gg-corner-up-right:before{width:16px;height:12px;border-top-left-radius:4px;border-top:2px solid;border-left:2px solid;top:6px}.gg-export{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:14px;border:2px solid;border-top:0;box-shadow:-6px -8px 0 -6px,6px -8px 0 -6px}.gg-export:after,.gg-export:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-export:before{background:currentColor;width:2px;height:14px;right:6px;bottom:5px}.gg-export:after{width:6px;height:6px;border-left:2px solid;border-top:2px solid;right:4px;bottom:14px;transform:rotate(45deg)}.gg-menu-boxed{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:18px;border-radius:3px;border:2px solid}.gg-menu-boxed:before{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:2px;background:currentColor;border-radius:3px;top:2px;left:2px;box-shadow:0 4px 0,0 8px 0}.gg-phone{box-sizing:border-box;position:relative;display:block;width:22px;height:22px;transform:scale(var(--ggs,1))}.gg-phone:after,.gg-phone:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-phone:after{width:18px;height:18px;border-top-left-radius:1px;border-bottom-right-radius:1px;border-bottom-left-radius:12px;border-left:4px solid;border-bottom:4px solid;left:2px;bottom:2px;background:linear-gradient(to left,currentColor 10px,transparent 0) no-repeat right 11px/6px 4px,linear-gradient(to left,currentColor 10px,transparent 0) no-repeat -1px 0/4px 6px}.gg-phone:before{width:20px;height:20px;border:6px double;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-radius:50%;transform:rotate(-45deg);bottom:2px;left:2px}.gg-smartphone{background:linear-gradient(to left,currentColor 5px,transparent 0) no-repeat 4px 12px/2px 2px;box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:20px;border:2px solid;border-radius:2px}.gg-home-alt{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:14px;border:2px solid;border-top:0;border-radius:2px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;margin-bottom:-2px}.gg-home-alt:after,.gg-home-alt:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-home-alt:before{border-top:2px solid;border-left:2px solid;border-top-left-radius:4px;transform:rotate(45deg);top:-5px;border-radius:3px;width:14px;height:14px;left:0}.gg-home-alt:after{width:6px;height:10px;background:currentColor;border-top-left-radius:100px;border-top-right-radius:100px;left:4px;bottom:-2px}.gg-arrow-left{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px}.gg-arrow-left:after,.gg-arrow-left:before{content:"";display:block;box-sizing:border-box;position:absolute;left:3px}.gg-arrow-left:after{width:8px;height:8px;border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg);bottom:7px}.gg-arrow-left:before{width:16px;height:2px;bottom:10px;background:currentColor}.gg-close{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:40px}.gg-close:after,.gg-close:before{content:"";display:block;box-sizing:border-box;position:absolute;width:16px;height:2px;background:currentColor;transform:rotate(45deg);border-radius:5px;top:8px;left:1px}.gg-close:after{transform:rotate(-45deg)}.gg-info{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:20px;height:20px;border:2px solid;border-radius:40px}.gg-info:after,.gg-info:before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;background:currentColor;left:7px}.gg-info:after{bottom:2px;height:8px}.gg-info:before{height:2px;top:2px}.gg-eye{position:relative;display:block;transform:scale(var(--ggs,1));width:24px;height:18px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;overflow:hidden;box-sizing:border-box}.gg-eye:after,.gg-eye:before{content:"";display:block;border-radius:100px;position:absolute;box-sizing:border-box}.gg-eye:after{top:2px;box-shadow:inset 0 -8px 0 2px,inset 0 0 0 2px;width:24px;height:24px}.gg-eye:before{width:8px;height:8px;border:2px solid;bottom:4px;left:8px}.gg-search{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:16px;height:16px;border:2px solid;border-radius:100%;margin-left:-4px;margin-top:-4px}.gg-search:after{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;height:8px;background:currentColor;transform:rotate(-45deg);top:10px;left:12px}.gg-mail,.gg-mail:after{display:block;box-sizing:border-box;height:14px;border:2px solid}.gg-mail{overflow:hidden;transform:scale(var(--ggs,1));position:relative;width:18px;border-radius:2px}.gg-mail:after{content:"";position:absolute;border-radius:3px;width:14px;transform:rotate(-45deg);bottom:3px;left:0}.gg-external{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:12px;height:12px;box-shadow:-2px 2px 0 0,-4px -4px 0 -2px,4px 4px 0 -2px;margin-left:-2px;margin-top:1px}.gg-external:after,.gg-external:before{content:"";display:block;box-sizing:border-box;position:absolute;right:-4px}.gg-external:before{background:currentColor;transform:rotate(-45deg);width:12px;height:2px;top:1px}.gg-external:after{width:8px;height:8px;border-right:2px solid;border-top:2px solid;top:-4px}.gg-upload{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:16px;height:6px;border:2px solid;border-top:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;margin-top:8px}.gg-upload:after{content:"";display:block;box-sizing:border-box;position:absolute;width:8px;height:8px;border-left:2px solid;border-top:2px solid;transform:rotate(45deg);left:2px;bottom:4px}.gg-upload:before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;height:10px;background:currentColor;left:5px;bottom:3px}.gg-details-more{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:20px;height:14px;border:2px solid transparent}.gg-details-more:after,.gg-details-more:before{content:"";display:block;box-sizing:border-box;position:absolute;height:2px;border-radius:3px;background:currentColor}.gg-details-more:before{box-shadow:0 4px 0 0;top:0;width:16px}.gg-details-more:after{width:10px;bottom:0}.gg-trash{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:10px;height:12px;border:2px solid transparent;box-shadow:0 0 0 2px,inset -2px 0 0,inset 2px 0 0;border-bottom-left-radius:1px;border-bottom-right-radius:1px;margin-top:2px}.gg-trash:after,.gg-trash:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-trash:after{background:currentColor;border-radius:3px;width:16px;height:2px;top:-4px;left:-5px}.gg-trash:before{width:10px;height:4px;border:2px solid;border-bottom:transparent;border-top-left-radius:2px;border-top-right-radius:2px;top:-7px;left:-2px}.gg-copy{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:14px;border:2px solid;margin-left:-5px;margin-top:-2px}.gg-copy:after,.gg-copy:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-copy:before{background:linear-gradient(to left,currentColor 5px,transparent 0) no-repeat right top/5px 2px,linear-gradient(to left,currentColor 5px,transparent 0) no-repeat left bottom/2px 5px;box-shadow:inset -4px -4px 0 -2px;bottom:-6px;right:-6px;width:14px;height:14px}.gg-copy:after{width:6px;height:2px;background:currentColor;left:2px;top:2px;box-shadow:0 4px 0,0 8px 0}.gg-chevron-right{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.gg-chevron-right:after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-right:2px solid;transform:rotate(-45deg);right:6px;top:4px}.gg-chevron-left{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.gg-chevron-left:after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg);left:6px;top:4px}.gg-link{box-sizing:border-box;position:relative;display:block;transform:rotate(-45deg) scale(var(--ggs,1));width:8px;height:2px;background:currentColor;border-radius:4px}.gg-link:after,.gg-link:before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:8px;height:10px;border:2px solid;top:-4px}.gg-link:before{border-right:0;border-top-left-radius:40px;border-bottom-left-radius:40px;left:-6px}.gg-link:after{border-left:0;border-top-right-radius:40px;border-bottom-right-radius:40px;right:-6px}.gg-arrows-expand-left{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:14px;box-shadow:6px 6px 0 -4px,-6px -6px 0 -4px}.gg-arrows-expand-left:before{content:"";display:block;box-sizing:border-box;position:absolute;width:2px;height:22px;top:-4px;left:6px;transform:rotate(-45deg);border-top:9px solid;border-bottom:9px solid}.gg-code{transform:scale(var(--ggs,1))}.gg-code,.gg-code:after,.gg-code:before{box-sizing:border-box;position:relative;display:block;width:8px;height:20px}.gg-code:after,.gg-code:before{content:"";position:absolute;height:8px;border-left:2px solid;border-bottom:2px solid;transform:rotate(45deg) scaleY(1);left:-4px;top:6px}.gg-code:after{transform:rotate(-45deg) scaleX(-1);left:4px}.gg-battery-full{box-sizing:border-box;position:relative;display:block;width:20px;height:12px;transform:scale(var(--ggs,1));border:2px solid;border-radius:3px;margin-left:-3px}.gg-battery-full:after,.gg-battery-full:before{content:"";display:block;box-sizing:border-box;position:absolute;height:6px;background:currentColor;top:1px}.gg-battery-full:before{right:-4px;border-radius:3px;width:4px}.gg-battery-full:after{width:14px;left:1px}.gg-pin{box-sizing:border-box;position:relative;display:block;transform:rotate(45deg) scale(var(--ggs,1));width:18px;height:18px;border-radius:100% 100% 0 100%;border:2px solid;margin-top:-4px}.gg-pin:before{content:"";display:block;box-sizing:border-box;position:absolute;width:8px;height:8px;border:2px solid;top:3px;left:3px;border-radius:40px}.gg-check-o{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid;border-radius:100px}.gg-check-o:after{content:"";display:block;box-sizing:border-box;position:absolute;left:3px;top:-1px;width:6px;height:10px;border-color:currentColor;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg)}.gg-close-o{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid;border-radius:40px}.gg-close-o:after,.gg-close-o:before{content:"";display:block;box-sizing:border-box;position:absolute;width:12px;height:2px;background:currentColor;transform:rotate(45deg);border-radius:5px;top:8px;left:3px}.gg-close-o:after{transform:rotate(-45deg)}#header{position:fixed;top:0;left:0;height:var(--headerHeight);width:100%;padding-left:var(--gapLeft);padding-right:var(--gapRight);box-sizing:border-box;z-index:99;display:flex;justify-content:flex-start;flex-direction:row-reverse;flex-wrap:nowrap;align-items:center;gap:10px}#logo{position:absolute;left:var(--gapLeft);height:40px;width:140px;padding:0 20px;box-sizing:border-box;border-radius:30px;background-color:rgba(var(--darkBackground),0.7);box-shadow:var(--buttonShadow);backdrop-filter:saturate(180%) blur(20px);font-family:Primary;text-align:center;text-decoration:none;font-size:20px;line-height:40px;text-align:center;color:rgb(var(--primaryAccent),0.9);transition:color 0.3s ease-out}#logo:hover{color:rgb(var(--themeColor),1)}#button{opacity:0;margin:30px auto 0!important}#button:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit}#preload.preload--hidden~#main #button{animation:fade-in-bottom 0.5s cubic-bezier(0.39,0.575,0.565,1) 0.5s both}#preload.preload--hidden~#main #button:before{--pulseColor:var(--primary);box-shadow:0 0 0 rgba(var(--primary),0.4);animation:pulse 2s infinite 2.5s}#footer{position:relative;padding-top:100px;padding-left:var(--gapLeft);padding-right:var(--gapLeft);padding-bottom:var(--gapScroll);box-sizing:border-box;font-size:12px}#copyright{position:relative;opacity:0.7;cursor:default;-webkit-user-select:none;user-select:none;text-align:left}#handcrafted{position:absolute;bottom:var(--gapScroll);right:var(--gapRight);height:20px;width:77px;display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:13px;text-decoration:none;color:rgba(var(--white),0.5);backface-visibility:hidden;transition:color 1s ease-out}#handcrafted:hover{color:rgba(var(--white),1)}#handcrafted i{transition:transform 0.5s ease}#handcrafted:hover>i{transform:scale3d(0.7,1,1)}#handcrafted>div{display:flex;flex-direction:column}#handcrafted>div>span:first-child{font-size:7px}#handcrafted>div>span:last-child{font-size:10px}#policy{margin-top:15px;display:inline-flex;gap:10px}#policy a{opacity:0.7;text-decoration:none}#copyright>li:hover,#policy>a:hover{opacity:1}#main>section{padding-top:var(--headerHeight);padding-bottom:var(--gapBottom);box-sizing:border-box}#main>section h1{position:relative;z-index:2;font-size:2em;margin:0 auto 30px;text-transform:uppercase}#main>section h2{position:relative;z-index:1;color:rgb(var(--inactiveGray));font-size:1.3em;text-transform:uppercase;margin:0 auto 7px}#main>section h3{position:relative;z-index:1;font-size:2em;margin:0 auto 20px;text-transform:lowercase}@media only screen and (min-width:500px){#main>section h3{font-size:2.3em}#main>section h2{font-size:1.5em}#header{flex-direction:row;justify-content:space-between}#logo{position:absolute;left:0;right:0;margin:0 auto}#footer>div{display:flex;justify-content:space-between;align-items:end}#policy{margin-top:0}#handcrafted{bottom:calc(var(--gapScroll) + 20px)}#copyright{display:flex;flex-direction:row}#copyright>li:first-child{margin-right:10px}}:root{--loaderSize:24px;--loaderColor:rgb(153,153,153);--loaderWidth:2px}.loader{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;overflow:hidden;backface-visibility:hidden;z-index:98;display:flex;flex-direction:column;justify-content:center;align-items:center}.loader-message{margin:15px 0;color:var(--loaderColor)}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.la-ball-clip-rotate,.la-ball-clip-rotate>div{position:relative;box-sizing:border-box}.la-ball-clip-rotate{display:block;font-size:0;color:var(--loaderColor)}.la-ball-clip-rotate.la-dark{color:#333}.la-ball-clip-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-clip-rotate{width:var(--loaderSize);height:var(--loaderSize)}.la-ball-clip-rotate>div{width:var(--loaderSize);height:var(--loaderSize);background:transparent;border-width:var(--loaderWidth);border-bottom-color:transparent;border-radius:100%;animation:ball-clip-rotate 0.75s linear infinite}.la-ball-clip-rotate.la-sm{width:calc(var(--loaderSize) * 0.5);height:calc(var(--loaderSize) * 0.5)}.la-ball-clip-rotate.la-sm>div{width:calc(var(--loaderSize) * 0.5);height:calc(var(--loaderSize) * 0.5);border-width:calc(var(--loaderWidth) * 0.5)}.la-ball-clip-rotate.la-2x{width:calc(var(--loaderSize) * 2);height:calc(var(--loaderSize) * 2)}.la-ball-clip-rotate.la-2x>div{width:calc(var(--loaderSize) * 2);height:calc(var(--loaderSize) * 2);border-width:calc(var(--loaderWidth) * 2)}.la-ball-clip-rotate.la-3x{width:calc(var(--loaderSize) * 3);height:calc(var(--loaderSize) * 3)}.la-ball-clip-rotate.la-3x>div{width:calc(var(--loaderSize) * 3);height:calc(var(--loaderSize) * 3);border-width:calc(var(--loaderWidth) * 3)}@keyframes ball-clip-rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}#preload{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;overflow:hidden;pointer-events:auto;z-index:999;text-align:center;background-color:rgba(var(--themeBackground),1);opacity:1;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}@supports (height:100dvh){#preload{height:100dvh}}#preload.preload--animatable{opacity:0;transition:opacity 1s ease-in 1s}#preload.preload--hidden{display:none}#preload-wrapper{font-size:0.9em;display:flex;flex-direction:column;align-items:center}#preload-logo{display:block;font-family:Primary;font-size:30px;color:rgb(var(--themeColor));margin-bottom:50px;background:linear-gradient(-40deg,transparent 0%,transparent 40%,#fff 50%,transparent 60%,transparent 100%);background-size:200%;-webkit-background-clip:text;background-clip:text;animation:shine 3s infinite both;text-shadow:0 0px 0px rgba(255,255,255,0.5);backface-visibility:hidden}#preload-alert{position:absolute;bottom:150px;left:0;right:0;width:100%}#preload-progress{appearance:none;border:none;width:100%;max-width:150px;margin-bottom:15px;height:5px;border-radius:3px;overflow:hidden}#preload-progress::-webkit-progress-bar{background:#000}#preload-progress::-webkit-progress-value{background:rgb(var(--themeColor));-webkit-transition:width 0.1s linear;transition:width 0.1s linear}#preload-progress::-moz-progress-bar{background:rgb(var(--themeColor))}#preload-message{display:block;line-height:15px;height:15px;font-size:0.9em;color:rgb(var(--activeGray))}.preload--animatable #preload-logo{animation:text-blur-out 1s cubic-bezier(0.55,0.085,0.68,0.53) both}.preload--animatable .la-ball-clip-rotate,.preload--animatable .loader-message{animation:fade-out 0.3s ease-out both}@media only screen and (min-width:1024px){#preload-logo{font-size:40px}}#cookies{position:fixed;width:auto;right:0;bottom:0;padding:15px;box-sizing:border-box;z-index:999;overflow:hidden;pointer-events:none}#cookies.cookies--visible{pointer-events:auto}#cookies-wrapper{position:relative;padding:15px;box-sizing:border-box;font-size:10px;color:#000000;border-radius:20px;background-color:rgba(245,245,245,0.7);backdrop-filter:saturate(180%) blur(20px);box-shadow:0 0 15px -5px rgba(0,0,0,0.7);opacity:0;transform:translate3d(0,100%,0);backface-visibility:hidden}.cookies--visible #cookies-wrapper{opacity:1;transform:translate3d(0,0,0)}.cookies--visible-small #cookies-wrapper{opacity:1;transform:scale3d(0,0,0)}.cookies--animatable #cookies-wrapper{transition-duration:150ms;transition-timing-function:ease-in}.cookies--visible.cookies--animatable #cookies-wrapper{transition-duration:300ms;transition-timing-function:ease-out}#cookies-icon{background:url(../img/svg/cookie.svg) center/contain no-repeat}#cookies-submit{border-radius:20px;color:white;background-color:rgb(var(--themeColor));box-shadow:0 0 10px -5px rgba(0,0,0,0.7);font-family:Button}#cookies-icon-button{height:45px;width:45px;border-radius:50%;background:rgba(245,245,245,0.7) url(../img/svg/cookie.svg) center/30px no-repeat;box-shadow:var(--dropShadow);backdrop-filter:saturate(180%) blur(20px);backface-visibility:hidden}#cookies.cookies-small{font-size:12px}#cookies.cookies-big{font-size:14px;text-align:center}.cookies-small #cookies-icon{display:inline-block;vertical-align:middle;height:20px;width:20px;margin-right:5px}.cookies-small h2{display:inline-block;vertical-align:middle;margin:0}.cookies-small p{margin-bottom:5px}.cookies-big #cookies-icon{display:block;height:70px;margin-bottom:15px}.cookies-big p{margin-bottom:10px}.cookies-small #cookies-submit{position:absolute;right:15px;bottom:10px;padding:7px 30px;margin-left:10px}.cookies-big #cookies-submit{display:block;padding:10px 30px;margin:10px auto 15px}#cookies a{display:block;color:black;font-size:0.9em;opacity:0.7}#cookies-options{display:none}#cookies-options+label{position:absolute;top:10px;right:15px;border-radius:50%;background:#dbdbdd url(../img/svg/settings.svg) center/15px no-repeat}.cookies-small #cookies-options+label{height:25px;width:25px}.cookies-big #cookies-options+label{height:30px;width:30px}#cookies-options-select{margin:10px auto 15px;max-height:0;overflow:hidden;font-size:0.8em;background-color:whitesmoke;border-radius:10px;transition:max-height 0.3s ease}.cookies-big #cookies-options-select{display:inline-block}#cookies-options:checked~#cookies-options-select{max-height:200px}#cookies-required+label{opacity:0.5;pointer-events:none}.checkbox-nerd{position:relative;display:block;text-align:left;font-weight:bold;padding:10px 15px}.checkbox-nerd:last-child{padding-bottom:20px}.checkbox-nerd code{display:inline-block;vertical-align:middle;color:#2979b7;text-transform:uppercase}.checkbox-nerd input{display:none}.checkbox-nerd label{float:right;font-family:monospace}.checkbox-nerd label:before{content:"OFF";display:inline-block;vertical-align:middle;width:30px}.checkbox-nerd input:checked+label:before{content:"ON"}.checkbox-nerd label:after{content:"";display:inline-block;vertical-align:middle;height:10px;width:10px;border-radius:50%;background-color:#efe744;box-shadow:0 0 3px -1px black}.checkbox-nerd input:checked+label:after{background-color:#c6d45d}.checkbox-nerd samp{display:block;padding-top:5px;margin-top:10px;border-top:1px solid #AAA;color:#c43131}@media only screen and (min-width:300px){#cookies{max-width:300px}}#lang{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;overflow:hidden;pointer-events:none;z-index:99;text-align:center}#lang.lang--visible{pointer-events:auto}#lang:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(var(--black),0.9);pointer-events:none;overflow:hidden;backface-visibility:hidden;opacity:0;transition:opacity 0.5s cubic-bezier(0.39,0.575,0.565,1)}#lang.lang--visible:before{opacity:1;pointer-events:auto}#lang.lang--hidden{display:none}#lang-wrapper{opacity:0;position:fixed;top:50%;margin-top:-75px;left:50%;width:250px;margin-left:-125px;padding:20px;box-sizing:border-box;border-radius:10px;background-color:rgb(var(--darkBackground));box-shadow:0 0 15px -5px rgba(0,0,0,0.7);backface-visibility:hidden;z-index:999;overflow:hidden}#lang-wrapper>a{display:block;padding:0 15px;height:50px;line-height:50px;margin-top:10px;border-radius:10px;text-transform:uppercase;text-decoration:none;color:rgba(var(--white),0.7);background-color:rgba(var(--black),0.7);box-shadow:0 0 0 1px rgb(var(--inactiveGray));transition:box-shadow 0.3s ease}#lang-wrapper>a.lang--active{cursor:default;box-shadow:0 0 0 1px rgb(var(--primary))}.lang--active:active{pointer-events:none}#lang-wrapper>a:first-child{margin-top:0}#lang-wrapper>a:hover{color:rgba(var(--white),1);background-color:rgba(var(--black),1);box-shadow:0 0 100px rgba(var(--primary),0.3)}#lang-wrapper>a>span{margin-right:15px}.lang--visible #lang-wrapper{opacity:1;transform:translate3d(0,0,0)}.lang--animatable #lang-wrapper{transition:all 150ms ease-in}.lang--visible.lang--animatable #lang-wrapper{transition:all 300ms ease-out}.lang-button{padding:3px 7px;font-family:Text;font-size:11px;text-transform:uppercase;border-radius:5px;color:rgb(var(--inactiveGray));border:1px solid rgb(var(--inactiveGray));background-color:transparent}.lang-button:hover{color:rgb(var(--white));background-color:rgb(var(--inactiveGray))}.lang-button>span{margin-left:5px}#nav-wrapper .lang-button{position:absolute;right:15px;top:15px}#footer .lang-button{margin-bottom:15px}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,0.4);--pswp-preloader-color-secondary:rgba(255,255,255,0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:0.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:0.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:0.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(0.4,0,0.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:0.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:0.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0px}.pswp__button--arrow--next{right:0px}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity 0.2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:0.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:0.85}.pswp--one-slide .pswp__counter{display:none}#menu{position:fixed;height:100vh;width:100vw;top:0;left:0;z-index:99;pointer-events:none;overflow:hidden}#menu.menu--visible{pointer-events:auto}#menu-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;padding:15px;box-sizing:border-box;overflow:hidden;background-color:rgba(var(--backdropBlack));backdrop-filter:saturate(180%) blur(20px);backface-visibility:hidden;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transform:translate3d(100%,0,0)}.menu--visible #menu-wrapper{transform:translate3d(0,0,0)}.menu--animatable #menu-wrapper{transition:all 0.15s ease-out}#menu-aside{position:absolute;left:0;top:0;height:100%;width:100%;display:flex;flex-direction:column}#menu-aside-ajax{background-color:rgb(var(--black))}#menu-close{color:rgb(var(--primary));background-color:transparent}#menu-aside-nav{flex:1 1 100%;position:relative;overflow:hidden}#menu-aside-content{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 15px 10px;box-sizing:border-box;backface-visibility:hidden}#menu-aside-content>button{margin-top:10px;padding:10px 0;background-color:transparent;text-align:left;color:inherit}#menu-aside-content>button:first-child{margin-top:0}#menu-aside-content>button:focus,#menu-aside-content>button:hover{color:rgb(var(--primary))}button.menu-active{color:rgb(var(--primary))!important}#menu-aside-content>button i{display:inline-block;vertical-align:middle;width:30px;height:30px;margin-right:15px;background-size:contain;background-position:center;background-repeat:no-repeat}#menu-popup{position:absolute;right:0;top:0;height:100%;width:100%;pointer-events:none;overflow:hidden}#menu-popup.menu-popup--visible{pointer-events:auto}#menu-popup-wrapper{position:absolute;right:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,0.9);backdrop-filter:saturate(180%) blur(20px);backface-visibility:hidden;transform:translate3d(100%,0,0);display:flex;flex-direction:column}.menu-popup--visible #menu-popup-wrapper{transform:translate3d(0,0,0)}.menu-popup--animatable #menu-popup-wrapper{transition:all 150ms ease-out}#menu-popup-close{color:rgb(var(--primary));background-color:transparent}#menu-popup-main{flex:1 1 100%;padding:0 15px 15px;box-sizing:border-box;overflow-y:auto}#menu-popup-main::-webkit-scrollbar-thumb{border-color:transparent}.menu-item{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0;box-sizing:border-box}.menu-item-brand{color:rgb(var(--yellow));font-size:0.7em;text-transform:uppercase}.menu-item-title{font-size:1.2em}.menu-item-info{font-style:italic;color:rgb(var(--inactiveGray))}.menu-item-price{text-align:right;font-size:0.8em}.menu-item-price span{display:inline-block;margin-left:15px;font-size:2em;color:rgb(var(--gray))}@media only screen and (min-width:1024px){#menu:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);pointer-events:none;overflow:hidden;backface-visibility:hidden;opacity:0;transition:opacity 0.5s cubic-bezier(0.39,0.575,0.565,1)}#menu.menu--visible:before{opacity:1;pointer-events:auto}#menu-wrapper{top:50%;left:50%;height:70vh;width:1000px;margin-top:-35vh;margin-left:-500px;border-radius:30px;box-shadow:var(--dropShadow);transform:scale3d(0.9,0.9,1);opacity:0}.menu--visible #menu-wrapper{opacity:1;transform:scale3d(1,1,1)}#menu-aside{width:30%}#menu-aside-content{padding:0 30px 20px}#menu-popup{width:70%}#menu-popup-wrapper{transform:none}#menu-popup.menu-popup--visible{pointer-events:none}#menu.menu--visible #menu-popup{pointer-events:auto}.menu-popup--visible #menu-popup-wrapper{transform:none}#menu-popup-close{display:none}#menu-popup-main{padding:30px}}.header-large{padding:10px 15px 0;box-sizing:border-box}@media only screen and (min-width:1024px){.header-large{padding:20px 30px 0}}#spot{position:relative}#spot-cover{position:relative;display:block;height:85vh;background-color:rgb(var(--primaryDark));background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;box-shadow:var(--dropShadow)}#spot-cover:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;height:100%;width:100%;background:rgba(var(--black),0.5);background:linear-gradient(0deg,rgba(var(--themeBackground),1) 0%,rgba(var(--themeBackground),0) 100%)}#spot-logo{position:absolute;top:calc(85vh - 110px - 80px - 70px - 30px);left:15px;height:70px;width:70px;z-index:1;border-radius:50%;box-shadow:var(--dropShadow);background-color:rgb(var(--white));background-position:center;background-repeat:no-repeat;background-size:cover}#spot-title{position:absolute;left:0;top:calc(85vh - 110px - 80px - 30px);width:100%;z-index:1;padding:0 15px;box-sizing:border-box;color:rgb(var(--white));text-shadow:1px 1px #000}#spot-app{position:relative;display:block;min-height:300px;padding:15px;box-sizing:border-box;background-color:rgb(var(--yellow));border-radius:30px;text-decoration:none;transition:box-shadow 0.3s ease}#spot-app:hover{box-shadow:var(--dropShadow)}#spot-app>a{text-decoration:none}#spot-app-cover{position:absolute;left:15px;top:0;bottom:0;width:150px;overflow:hidden;transition:transform 0.3s ease-out}#spot-app-cover img{object-fit:contain;height:100%;width:100%}#spot-app-caption{position:relative;right:0;z-index:1;width:100%;padding-left:100px;padding-bottom:50px;box-sizing:border-box}#spot-app-title{display:block;color:#fff;font-size:7vw;font-weight:bold;text-transform:uppercase;text-align:right;font-family:Primary;transform-origin:right;transition:transform 0.2s ease-in}#spot-app-link{position:absolute;z-index:1;right:15px;bottom:15px;color:#fff}#spot-nav{position:absolute;top:calc(85vh - 110px - 30px);left:0;right:0;display:flex;flex-direction:row;gap:15px;padding:15px;box-sizing:border-box;color:rgb(var(--primaryAccent))}#spot-nav>a{text-decoration:none;font-family:Button}#spot-nav>a,#spot-nav>button{flex:0 1 100%;height:80px;border-radius:30px;color:inherit;background-color:rgba(var(--primaryDark),0.7);backdrop-filter:saturate(180%) blur(20px);box-shadow:var(--buttonShadow);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-family:Text}#spot-main{display:flex;flex-direction:column;gap:100px;padding:30px;box-sizing:border-box}#spot-menu a,#spot-menu button{text-decoration:none;width:fit-content;display:flex;flex-direction:row;align-items:center;justify-content:center}#spot-menu i{margin-right:15px}#spot-gallery{padding:0 15px 15px;box-sizing:border-box;border-radius:30px;background-color:rgb(var(--primaryDark))}#spot-gallery-wrapper{display:grid;grid-template-columns:repeat(auto-fill,100px);gap:10px}#spot-gallery-wrapper img{object-fit:cover;width:100%;height:100px;border-radius:15px;overflow:hidden;box-shadow:var(--dropShadow)}#spot-contact-info i{display:inline-block;vertical-align:middle;margin-right:15px}#spot-contact-street{display:inline-block;vertical-align:middle}#spot-contact-street>div{margin-bottom:5px}#spot-contact-country{margin-right:10px;padding:2px 5px;box-sizing:border-box;border-radius:3px;background-color:rgb(var(--yellow))}#spot-contact-phone{margin-top:15px}#spot-contact-nav{display:flex;flex-direction:row;margin-top:30px}#spot-contact-nav>a{flex:0 1 auto;text-decoration:none;margin-left:15px;display:flex;flex-direction:row;align-items:center;justify-content:center}#spot-contact-nav>a:first-child{margin-left:0}#spot-contact-nav i{margin-right:15px}#spot-openings-list{max-width:300px;font-size:1.1em}#spot-openings-list>li{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:baseline;margin-top:5px}#spot-openings-list>li:first-child{margin-top:0}.spot-openings-day{font-size:0.9em;flex:0 1 100px;text-transform:capitalize}.spot-openings-hours{flex:0 0 auto;margin-left:30px;font-family:monospace;display:flex;flex-direction:column}.spot-opening-active{color:rgb(var(--yellow));font-weight:bold}.spot-opening-active .spot-openings-hours{font-size:1.1em}@media only screen and (min-width:700px){#spot-app:hover #spot-app-cover{transform:scale3d(1.2,1.2,1)}#spot-app:hover #spot-app-title{text-decoration:underline;text-decoration-color:rgb(var(--primary));text-decoration-thickness:7px;transform:scale3d(0.8,0.8,1)}#spot-app-title{font-size:4vw}#spot-main{display:flex;gap:30px;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch}#spot-main.scrollbar::-webkit-scrollbar{display:block;height:7px}#spot-main>section{flex:1 1 45%}#spot-app{order:1}#spot-gallery{order:2}#spot-menu{order:3;display:flex;flex-direction:column;justify-content:space-between}#spot-contact{order:4}#spot-openings{order:5}#spot-contact,#spot-menu,#spot-openings{padding:0 15px 15px;box-sizing:border-box;border-radius:30px;background-color:rgb(var(--primaryBlackAccent))}}@media only screen and (min-width:1024px){#spot{display:flex;align-items:start}#spot-cover{position:sticky;position:-webkit-sticky;top:30px;height:auto;flex:1 0 300px;margin:30px;height:calc(100vh - 60px);border-radius:30px;background-attachment:initial}#spot-title{top:unset;bottom:30px}#spot-logo{top:unset;bottom:115px}#spot-nav{position:sticky;position:-webkit-sticky;top:30px;flex-direction:column;padding:0}#spot-nav>a,#spot-nav>button{flex:0 1 100px;width:100px;margin:15px 0 0}#spot-nav>a:first-child{margin:0}#spot-main{position:relative;overflow-y:auto;gap:15px}#spot-app-caption{padding-left:70px}#spot-app-title{font-size:2.7vw}.spot-openings-day{font-size:0.7em}#spot-contact,#spot-gallery,#spot-menu,#spot-openings{padding:0 30px 30px}}@media only screen and (min-width:1150px){#spot-main{gap:30px}}@media only screen and (min-width:1300px){#spot-cover{margin:50px 30px 50px 50px;height:calc(100vh - 100px);flex-basis:400px}#spot-nav{top:50px}#spot-main{padding:50px 50px 50px 30px}.spot-openings-day{font-size:0.7em}}@media only screen and (min-width:1500px){#spot{box-sizing:border-box;padding-left:3%;padding-right:3%}}