.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer{position:absolute;left:0;top:0}
.leaflet-container{overflow:hidden}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}
.leaflet-marker-icon,
.leaflet-marker-shadow{display:block}
.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}
.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}
.leaflet-container{-webkit-tap-highlight-color:transparent}
.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4)}
.leaflet-tile{filter:inherit;visibility:hidden}
.leaflet-tile-loaded{visibility:inherit}
.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}
.leaflet-overlay-pane{z-index:400}
.leaflet-shadow-pane{z-index:500}
.leaflet-marker-pane{z-index:600}
.leaflet-tooltip-pane{z-index:650}
.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}
.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}
.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}
.leaflet-top,
.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}
.leaflet-top{top:0}
.leaflet-right{right:0}
.leaflet-bottom{bottom:0}
.leaflet-left{left:0}
.leaflet-control{float:left;clear:both}
.leaflet-right .leaflet-control{float:right}
.leaflet-top .leaflet-control{margin-top:10px}
.leaflet-bottom .leaflet-control{margin-bottom:10px}
.leaflet-left .leaflet-control{margin-left:10px}
.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;transition:opacity 0.2s linear}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}
.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}
svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1);transition:transform 0.25s cubic-bezier(0,0,0.25,1)}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}
.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive{cursor:crosshair}
.leaflet-popup-pane,
.leaflet-control{cursor:auto}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}
.leaflet-container a{color:#0078A8}
.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:0.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px}
.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}
.leaflet-bar a,
.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}
.leaflet-bar a:hover,
.leaflet-bar a:focus{background-color:#f4f4f4}
.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}
.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}
.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}
.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,
.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px}
.leaflet-control-layers-toggle{background-image:url(../themes/immortality/assets/css/images/layers.png);width:36px;height:36px}
.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../themes/immortality/assets/css/images/layers-2x.png);background-size:26px 26px}
.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}
.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}
.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}
.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}
.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}
.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}
.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../themes/immortality/assets/css/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.8);margin:0}
.leaflet-control-attribution,
.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}
.leaflet-control-attribution a{text-decoration:none}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus{text-decoration:underline}
.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:0.6669em}
.leaflet-left .leaflet-control-scale{margin-left:5px}
.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}
.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,0.8);text-shadow:1px 1px #fff}
.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}
.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar{box-shadow:none}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}
.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}
.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}
.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}
.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}
.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4)}
.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}
.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}
.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}
.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4)}
.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}
.leaflet-tooltip-top{margin-top:-6px}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before{left:50%;margin-left:-6px}
.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}
.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}
.leaflet-tooltip-left{margin-left:-6px}
.leaflet-tooltip-right{margin-left:6px}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before{top:50%;margin-top:-6px}
.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}
.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform 0.3s ease-out,opacity 0.3s ease-in;-moz-transition:-moz-transform 0.3s ease-out,opacity 0.3s ease-in;-o-transition:-o-transform 0.3s ease-out,opacity 0.3s ease-in;transition:transform 0.3s ease-out,opacity 0.3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset 0.3s ease-out,-webkit-stroke-opacity 0.3s ease-in;-moz-transition:-moz-stroke-dashoffset 0.3s ease-out,-moz-stroke-opacity 0.3s ease-in;-o-transition:-o-stroke-dashoffset 0.3s ease-out,-o-stroke-opacity 0.3s ease-in;transition:stroke-dashoffset 0.3s ease-out,stroke-opacity 0.3s ease-in}
.marker-cluster-small{background-color:rgba(181,226,140,0.6)}
.marker-cluster-small div{background-color:rgba(110,204,57,0.6)}.marker-cluster-medium{background-color:rgba(241,211,87,0.6)}
.marker-cluster-medium div{background-color:rgba(240,194,12,0.6)}.marker-cluster-large{background-color:rgba(253,156,115,0.6)}
.marker-cluster-large div{background-color:rgba(241,128,23,0.6)}.leaflet-oldie .marker-cluster-small{background-color:rgb(181,226,140)}
.leaflet-oldie .marker-cluster-small div{background-color:rgb(110,204,57)}.leaflet-oldie .marker-cluster-medium{background-color:rgb(241,211,87)}
.leaflet-oldie .marker-cluster-medium div{background-color:rgb(240,194,12)}.leaflet-oldie .marker-cluster-large{background-color:rgb(253,156,115)}
.leaflet-oldie .marker-cluster-large div{background-color:rgb(241,128,23)}.marker-cluster{background-clip:padding-box;border-radius:20px}
.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}
.marker-cluster span{line-height:30px}
.aplayer{background:var(--color-light);margin:5px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal;position:relative;margin:0;border:0;border-radius:6px}.aplayer *{box-sizing:content-box}.aplayer svg{width:100%;height:100%}.aplayer svg circle,.aplayer svg path{fill:#fff}.aplayer.aplayer-withlist .aplayer-list{display:block}.aplayer.aplayer-withlist .aplayer-icon-order,.aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu{display:inline}.aplayer.aplayer-withlrc .aplayer-pic{height:90px;width:90px}.aplayer .aplayer-pic{background:var(--color-light) !important}.aplayer.aplayer-withlrc .aplayer-info{margin-left:90px;height:90px;padding:10px 7px 0}.aplayer.aplayer-withlrc .aplayer-lrc{display:block}.aplayer.aplayer-narrow{width:66px}.aplayer.aplayer-narrow .aplayer-info,.aplayer.aplayer-narrow .aplayer-list{display:none}.aplayer.aplayer-narrow .aplayer-body,.aplayer.aplayer-narrow .aplayer-pic{height:66px;width:66px}.aplayer.aplayer-fixed{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:99;overflow:visible;max-width:400px;box-shadow:none}.aplayer.aplayer-fixed .aplayer-list{margin-bottom:65px;border-bottom:none}.aplayer.aplayer-fixed .aplayer-body{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:99;padding-right:18px;transition:all .3s ease;max-width:400px}.aplayer.aplayer-fixed .aplayer-lrc{display:block;position:fixed;bottom:10px;left:0;right:0;margin:0;z-index:98;pointer-events:none}.aplayer.aplayer-fixed .aplayer-lrc:after,.aplayer.aplayer-fixed .aplayer-lrc:before{display:none}.aplayer.aplayer-fixed .aplayer-info{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;transition:all .3s ease;border-bottom:none}.aplayer.aplayer-fixed .aplayer-info .aplayer-music{width:calc(100% - 105px)}.aplayer.aplayer-fixed .aplayer-miniswitcher{display:block}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-info{display:block;-webkit-transform:scaleX(0);transform:scaleX(0)}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body{width:66px !important}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-miniswitcher .aplayer-icon{-webkit-transform:rotateY(0);transform:rotateY(0)}.aplayer.aplayer-fixed .aplayer-icon-back,.aplayer.aplayer-fixed .aplayer-icon-forward,.aplayer.aplayer-fixed .aplayer-icon-lrc,.aplayer.aplayer-fixed .aplayer-icon-play{display:inline-block}.aplayer.aplayer-fixed .aplayer-icon-back,.aplayer.aplayer-fixed .aplayer-icon-forward,.aplayer.aplayer-fixed .aplayer-icon-menu,.aplayer.aplayer-fixed .aplayer-icon-play{position:absolute;bottom:27px;width:20px;height:20px}.aplayer.aplayer-fixed .aplayer-icon-back{right:75px}.aplayer.aplayer-fixed .aplayer-icon-play{right:50px}.aplayer.aplayer-fixed .aplayer-icon-forward{right:25px}.aplayer.aplayer-fixed .aplayer-icon-menu{right:0}.aplayer.aplayer-arrow .aplayer-icon-loop,.aplayer.aplayer-arrow .aplayer-icon-order,.aplayer.aplayer-mobile .aplayer-icon-volume-down{display:none}.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-loading-icon{display:block}.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.aplayer-volume,.aplayer-list-cur,.aplayer-played,.aplayer-thumb{background:var(--color-dark-max) !important}.aplayer .aplayer-body{position:relative}.aplayer .aplayer-icon{width:15px;height:15px;border:none;background-color:transparent;outline:none;cursor:pointer;opacity:0.8;vertical-align:middle;padding:0;font-size:12px;margin:0;display:inline-block}.aplayer .aplayer-icon path{transition:all .2s ease-in-out}.aplayer .aplayer-icon-back,.aplayer .aplayer-icon-forward,.aplayer .aplayer-icon-lrc,.aplayer .aplayer-icon-order,.aplayer .aplayer-icon-play{display:none}.aplayer .aplayer-icon-lrc-inactivity svg{opacity:0.4}.aplayer .aplayer-icon-forward{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.aplayer .aplayer-lrc-content{display:none}.aplayer .aplayer-pic{position:relative;float:left;height:66px;width:66px;background-size:cover;background-position:50%;transition:all .3s ease;cursor:pointer}.aplayer .aplayer-pic:hover .aplayer-button{opacity:1}.aplayer .aplayer-pic .aplayer-button{position:absolute;border-radius:50%;opacity:0.8;background:rgba(0,0,0,0.2);transition:all .1s ease}.aplayer .aplayer-pic .aplayer-button path{fill:var(--color-white)}.aplayer .aplayer-pic .aplayer-hide{display:none}.aplayer .aplayer-pic .aplayer-play{width:26px;height:26px;background:var(--color-dark-max);border:2px solid var(--color-dark-max);bottom:50%;right:50%;margin:0 -15px -15px 0}.aplayer .aplayer-pic .aplayer-play svg{position:absolute;top:3px;left:4px;height:20px;width:20px}.aplayer .aplayer-info{margin-left:66px;padding:14px 7px 0 10px;height:66px;box-sizing:border-box}.aplayer .aplayer-info .aplayer-music{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 13px 5px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:default;padding-bottom:2px;height:20px}.aplayer .aplayer-info .aplayer-music .aplayer-title{font-size:14px}.aplayer .aplayer-info .aplayer-music .aplayer-author{font-size:12px;color:var(--color-dark-mid)}.aplayer .aplayer-info .aplayer-controller{position:relative;display:flex}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 0 0 5px;padding:4px 0;cursor:pointer !important;flex:1}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar .aplayer-played .aplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{position:relative;height:2px;width:100%;background:var(--color-border)}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{position:absolute;left:0;top:0;bottom:0;background:var(--color-dark-min);height:2px;transition:all .5s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{position:absolute;left:0;top:0;bottom:0;height:2px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:10px;width:10px;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out;-webkit-transform:scale(0);transform:scale(0)}.aplayer .aplayer-info .aplayer-controller .aplayer-time{position:relative;right:0;bottom:4px;height:17px;color:var(--color-dark-min);font-size:11px;padding-left:7px}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{vertical-align:middle}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{cursor:pointer;transition:all .2s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#666}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{margin-right:2px}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-dark-max)}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu,.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu,.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-mode{display:none}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap{position:relative;display:inline-block;margin-left:3px;cursor:pointer !important}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap{height:40px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap{position:absolute;bottom:15px;right:-3px;width:25px;height:0;z-index:99;overflow:hidden;transition:all .2s ease-in-out}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap.aplayer-volume-bar-wrap-active{height:40px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{position:absolute;bottom:0;right:10px;width:5px;height:35px;background:var(--color-dark-min);border-radius:2.5px;overflow:hidden}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{position:absolute;bottom:0;right:0;width:5px;transition:all .1s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon{display:none}.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon svg{position:absolute;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}.aplayer .aplayer-lrc{display:none;position:relative;height:30px;text-align:center;overflow:hidden;margin:-10px 0 7px}.aplayer .aplayer-lrc:before{top:0;height:10%}.aplayer .aplayer-lrc:after,.aplayer .aplayer-lrc:before{position:absolute;z-index:1;display:block;overflow:hidden;width:100%;content:" "}.aplayer .aplayer-lrc:after{bottom:0;height:33%}.aplayer .aplayer-lrc p{font-size:12px;color:var(--color-dark-mid);line-height:16px !important;height:16px !important;padding:0 !important;margin:0 !important;transition:all .5s ease-out;opacity:0.4;overflow:hidden}.aplayer .aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:auto !important;min-height:16px}.aplayer .aplayer-lrc.aplayer-lrc-hide{display:none}.aplayer .aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:default}.aplayer .aplayer-list{overflow:auto;transition:all .5s ease;will-change:height;display:none;overflow:hidden}.aplayer .aplayer-list.aplayer-list-hide{max-height:0 !important}.aplayer .aplayer-list ol{list-style-type:none;margin:0;padding:0;overflow-y:auto}.aplayer .aplayer-list ol::-webkit-scrollbar{width:5px}.aplayer .aplayer-list ol::-webkit-scrollbar-thumb{border-radius:3px;background-color:var(--color-border)}.aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover{background-color:var(--color-dark-min)}.aplayer .aplayer-list ol li{position:relative;height:32px;line-height:32px;padding:0 15px;font-size:12px;cursor:pointer;transition:all .2s ease;overflow:hidden;margin:0}.aplayer .aplayer-list ol li:first-child{border-top:none}.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur{display:inline-block}.aplayer .aplayer-list ol li .aplayer-list-cur{display:none;width:3px;height:22px;position:absolute;left:0;top:5px;cursor:pointer}.aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-dark-mid);margin-right:12px;cursor:pointer}.aplayer .aplayer-list ol li .aplayer-list-author{color:#666;float:right;cursor:pointer}.aplayer .aplayer-notice{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:12px;border-radius:4px;padding:5px 10px;transition:all .3s ease-in-out;overflow:hidden;color:var(--color-white);pointer-events:none}.aplayer .aplayer-miniswitcher{display:none;position:absolute;top:0;right:0;bottom:0;height:100%;width:18px;border-radius:0 2px 2px 0}.aplayer .aplayer-miniswitcher .aplayer-icon{height:100%;width:100%;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.aplayer .aplayer-miniswitcher .aplayer-icon:hover path{fill:var(--color-dark-max)}.aplayer .aplayer-pic .aplayer-pause{width:26px;height:26px;border:2px solid var(--color-dark-max);background:var(--color-dark-max);bottom:50%;right:50%;margin:0 -15px -15px 0}.aplayer .aplayer-pic .aplayer-pause svg{width:20px;height:20px;top:3px;left:3px;position:absolute}.aplayer .aplayer-pic{width:30px}.aplayer .aplayer-info{padding:8px 7px 0 10px}#sync-place{position:absolute;margin-left:38px;width:30px;height:30px;background:var(--color-dark-max);border-radius:50%;z-index:1;opacity:0.8;transition:all .3s ease;top:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-white)}#sync-place:hover{opacity:1}#sync-place svg{width:20px;height:20px}.aplayer-volume-wrap,.aplayer-icon-order,.aplayer-icon-loop{display:none !important}@-webkit-keyframes aplayer-roll{0%{left:0}to{left:-100%}}@keyframes aplayer-roll{0%{left:0}to{left:-100%}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.auth-form{text-align:center}.auth-form h1{margin:0 0 32px 0}.auth-form .or{margin:24px 0;position:relative;color:var(--color-dark-min);font-size:14px}.auth-form .or span{background:var(--color-white);padding:0 8px;position:relative;z-index:1}.auth-form .or:before{content:'';position:absolute;top:50%;left:0;right:0;border-bottom:1px dashed var(--color-border)}.auth-form .auth-footer{margin-top:32px}.auth-form .auth-footer a{text-decoration:none}.auth-form .auth-footer a:hover{text-decoration:underline}.auth-form .auth-footer p{margin:0}.auth-form .auth-footer p+p{margin-top:8px}.auth-form+.auth-form{display:none}.auth-container{max-width:400px;margin:0 auto;min-height:calc(100vh - 176px);display:flex;flex-direction:column;justify-content:center}.layout-auth .wrap{max-width:100%;padding:0 32px}@media only screen and (max-width:1179px){.layout-auth .wrap{padding:0 16px}}#bg{position:fixed;left:1160px;right:0;top:0;height:100%;background-image:url(../themes/immortality/assets/img/bgi.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(1)}@media only screen and (max-width:1179px){#bg{display:none}}.page-home #bg{background-image:url(../themes/immortality/assets/img/portrait.jpg)}@media (max-width:1560px){#bg{width:400px;left:auto}}.btn-group{display:flex;justify-content:center}.btn-group .btn{margin:0 8px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 32px;height:48px;border:0;user-select:none;border-radius:24px;font-weight:500;text-decoration:none;cursor:pointer;color:#000;background:transparent;padding-bottom:2px;min-width:160px}.btn i{font-style:normal;margin-left:8px;font-size:110%}.btn svg{width:24px;height:24px;margin-right:12px;position:relative;top:0.01em}.btn:hover{transition:background ease-in-out .15s,border-color ease-in-out .15s}.btn.btn-primary{background:#94f27f}.btn.btn-primary:hover{background:#81f068}.btn.btn-dark{background:var(--color-dark-max);color:var(--color-white)}.btn.btn-dark:hover{color:var(--color-white);background:var(--color-dark-max)}.btn.btn-ghost{background:var(--color-white);border:1px solid var(--color-border)}.btn.btn-ghost:hover{border-color:var(--color-dark-min)}.btn.btn-facebook svg{padding:2px}.btn.btn-google svg{padding:2px}.btn.btn-block{width:100%}.btn.btn-block+.btn-block{margin-top:16px}.btn.btn-sm{height:40px;padding-left:20px;padding-right:20px;min-width:120px}.btn.btn-xs{height:32px;padding:0 16px;font-size:14px}.bubble-container{position:relative}.bubble{position:absolute;top:100%;left:50%;transform:translateX(-50%);max-width:240px;margin-top:8px;padding:8px 0;background:var(--color-white);color:var(--color-dark-max);border-radius:6px;border:1px solid var(--color-border);display:none;z-index:2}.bubble:before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(135deg);width:10px;height:10px;background:var(--color-white);border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.bubble-item{padding:4px 12px;cursor:pointer;display:flex;white-space:nowrap;align-items:center;gap:4px;text-decoration:none}.bubble-item:hover{text-decoration:underline}.faqs-list div{cursor:pointer}.faqs-list div:hover{text-decoration:underline}.card{margin-bottom:32px;background:var(--color-white);border:1px solid var(--color-border);padding:24px 24px 20px 24px}.card ul{padding-left:0;margin:8px 0}.card b{color:var(--color-dark-max)}.card li{list-style:none;padding-left:0.7em;position:relative}.card li::before{position:absolute;left:0;margin-top:-2px;transform:scale(1.7);content:'·'}.card .faqs-list-link{cursor:pointer}.card .faqs-list-link:after{content:'▼';font-size:0.6em;margin-left:6px;position:absolute;margin-top:6.5px;transform:rotate(0deg)}.card .faqs-list{display:none}.card .open .faqs-list{display:block}.card .open .faqs-list-link:after{transform:rotate(180deg)}@media only screen and (max-width:1179px){.card{margin-bottom:24px;padding:16px}}.card .r{display:flex}.card .l{width:100%}.card .h3 a{text-decoration:none}.card img{width:120px;height:auto;object-fit:contain;object-position:center;display:block}.card .img{margin-left:32px;flex-shrink:0;position:relative}.card .img>a{position:absolute;width:100%;height:100%;left:0;top:0}.card .category-indicator{display:inline-block;width:12px;height:12px;border-radius:50%;background:#94f27f;font-size:0;position:relative;top:1px;vertical-align:top;margin-right:6px;display:none}.card .category-indicator+.dot{display:none}.card .dot{margin:0 4px;transform:scale(1.25);position:relative;top:-1.5px}.card .name{margin:0 0 8px}.card .right{margin-top:-4px}.card .icon{width:40px;height:40px;flex-shrink:0;background:var(--color-dark-max);border-radius:50%;margin-right:12px;color:var(--color-white);display:flex;align-items:center;justify-content:center;transition:background ease-in-out .15s}.card .icon svg{transition:fill ease-in-out .15s;width:24px;height:24px}.card .icon.new{background:#94f27f;color:#000}.card .top{display:flex}.card .time{margin:0 0 8px 0;color:var(--color-dark-min);display:flex;align-items:center;flex-wrap:wrap}.card .time .new{font-size:22px;position:absolute;margin-left:4px;margin-top:-4px;color:red}.card .time a{text-decoration:none}.card .time a:hover{text-decoration:underline}.card .text{margin:0 0 16px 0}.card .text p{margin:0 0 8px 0}.card .actions{display:flex;user-select:none}.card .actions>*{color:var(--color-dark-min);margin-right:20px;display:flex;cursor:pointer;align-items:center}.card .actions>* svg{width:24px;height:24px;position:relative;top:0.05em}.card .actions>* span{margin-left:6px}.card .actions>*.active,.card .actions>*:hover{transition:color ease-in-out .15s;color:var(--color-dark-max)}.card.show-en [data-locale="current"]{display:none}.card.show-en [data-locale="en"]{display:block}.card .card-play svg:last-child{display:none}.card.audio-playing .card-play{color:#000 !important}.card.audio-playing .card-play svg:last-child{display:block}.card.audio-playing .card-play svg:first-child{display:none}@media only screen and (max-width:1179px){.card .r{flex-direction:column-reverse}.card .img{margin:0 0 24px 0}.card .img img{width:100%;height:auto}}.loader-dot{opacity:0;animation:dot-blink 1.5s infinite}.loader-dot:nth-child(1){animation-delay:0s}.loader-dot:nth-child(2){animation-delay:0.3s}.loader-dot:nth-child(3){animation-delay:0.6s}@keyframes dot-blink{0%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}100%{opacity:0;transform:scale(1)}}.chat{display:flex;flex-direction:column;color:var(--color-dark-max)}.chat .box{background:var(--color-white);border-radius:6px;max-width:80%;padding:7px 12px 9px 12px;margin-bottom:8px;align-self:flex-start}.chat .you+.you,.chat .me+.me{margin-top:-6px}.chat .me{border-top-right-radius:20px;border-bottom-right-radius:20px}.chat .you{align-self:flex-end;background:var(--color-border);border-top-left-radius:20px;border-bottom-left-radius:20px}.chat .last{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.chat .last+.box{border-top-left-radius:20px;border-top-right-radius:20px}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #000 6;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover-title{font-size:19px;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:0.2s}.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*="block"]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px / normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#a2a2a2;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px / normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:0.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden !important}.driver-popover-footer button:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-overlay{left:230px !important}@media only screen and (max-width:1179px){.driver-overlay{left:47px !important}}.driver-active-element{background:#94f27f}.driver-active-element svg{color:var(--color-dark-max) !important}#map{height:100vh;position:absolute;top:0;left:480px;right:0;z-index:1;font-size:14px}#map .pin-person{fill:#f00}#map .pin-organization{fill:#ccc}#map .pin-event{fill:#0f0}@media only screen and (max-width:1179px){#map{position:fixed;z-index:4;width:100%;left:0;transform:translate(100%,0);transition:transform 350ms ease-in-out}}.page-eternamap .close-map{display:none}.page-eternamap .back-btn button svg{width:20px !important;height:20px !important}@media only screen and (min-width:1180px){.page-eternamap .close-map,.page-eternamap .open-map{display:none !important}}.map-open .close-map{display:block}.map-open .open-map{display:none}.map-open #map{transform:translate(0,0)}#eternamap-sidebar{position:fixed;top:0;left:0;width:480px;height:100vh;background:var(--color-light);z-index:2;padding:12px 32px 32px 32px;overflow-y:auto;font-size:14px;max-width:100%}#eternamap-sidebar h2{margin-top:32px}#eternamap-sidebar .input{margin-top:8px}#eternamap-sidebar .input:first-child{margin-top:0}#eternamap-sidebar .logo{font-size:18px;line-height:1;color:var(--color-dark-max);text-decoration:none;display:inline-flex;font-weight:500;align-items:center;padding:6px 20px 6px 0;border-top-right-radius:18px;border-bottom-right-radius:18px;cursor:pointer}#eternamap-sidebar .logo .text{position:relative;top:-2px}#eternamap-sidebar .logo svg{background:var(--color-dark-max);color:var(--color-white);padding:4px;border-radius:50%;width:32px;height:32px;margin:-4px 8px -4px -4px}#eternamap-sidebar .checkbox{width:100%;align-items:center;margin-bottom:1.5px;cursor:pointer;position:relative;user-select:none;padding:0 16px}#eternamap-sidebar .checkbox input{position:absolute;opacity:0;visibility:hidden}#eternamap-sidebar .checkbox span{width:16px;height:16px;position:absolute;top:2px;left:16px;border:1px solid var(--color-dark-min)}#eternamap-sidebar .checkbox i:before{content:'';display:block;width:6px;height:6px;background:var(--color-white);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#eternamap-sidebar .checkbox i,#eternamap-sidebar .checkbox svg{width:16px;height:16px;position:relative;top:1px;color:var(--color-white);z-index:1;padding:3px;margin-right:8px}#eternamap-sidebar .checkbox input:checked+svg,#eternamap-sidebar .checkbox input:checked+i{display:block}#eternamap-sidebar .checkbox input:checked+svg+span,#eternamap-sidebar .checkbox input:checked+i+span{background:currentColor;border-color:currentColor}#eternamap-sidebar .checkbox:not(.hide){display:flex}@media only screen and (max-width:1179px){#eternamap-sidebar{width:100%;padding:12px 12px}}.eternamap-checkboxes{display:flex;flex-wrap:wrap;border:1px solid var(--color-border);background:var(--color-white);margin-top:8px;padding-bottom:12px}.eternamap-checkboxes .checkbox{width:100%;flex-grow:1}.eternamap-checkboxes:not(.open){padding-bottom:0}.eternamap-checkboxes:not(.open) .checkbox{display:none !important}.eternamap-checkboxes-label{width:100%;font-weight:600;padding:11px 16px 12px 16px;cursor:pointer;color:var(--color-dark-max)}.leaflet-container{font-family:"Familjen Grotesk",serif}.leaflet-bottom.leaflet-right{display:none}.eternamap-links{margin-top:6px}.eternamap-links>*>*{text-decoration:none;cursor:pointer;position:relative;z-index:2}.eternamap-links>*>*:hover{text-decoration:underline}.eternamap-links>*:after{content:' · ';margin:0 2px}.eternamap-links>*:last-child:after{content:''}.eternamap-item{border:1px solid var(--color-border);background:var(--color-white);border-left-width:2px;padding:7px 12px 9px 12px;margin-bottom:8px;position:relative;cursor:pointer;display:flex}.eternamap-item h3{padding-right:20px}.eternamap-item .seen{position:absolute;right:0;width:32px;height:28px;bottom:1px;display:flex;align-items:center;justify-content:center;color:var(--color-dark-min);cursor:pointer;pointer-events:none}.eternamap-item .seen:not(.active){display:none}.eternamap-item .seen svg{width:24px;height:24px}.eternamap-item .ic{position:absolute;right:0;width:32px;height:38px;top:0;display:flex;align-items:center;justify-content:center;color:var(--color-dark-min);cursor:pointer}.eternamap-item .ic svg{width:24px;height:24px}.eternamap-item .ic.active,.eternamap-item .ic:hover{color:var(--color-dark-max);transition:color ease-in-out .15s}.eternamap-item>div>i{position:absolute;width:100%;height:100%;top:0;left:0}.eternamap-item .image{width:72px;height:72px;border-radius:6px;flex-shrink:0;background:var(--color-light);margin-left:12px;margin-top:4px}.eternamap-item:hover{border-color:var(--color-dark-min);transition:border-color ease-in-out .15s}.eternamap-item.eternamap-item-person{border-left-color:#f00}.eternamap-item.eternamap-item-organization{border-left-color:#ccc}.eternamap-item.eternamap-item-event{border-left-color:#0f0}.eternamap-suggest{position:fixed;right:16px;top:14.5px;z-index:5;right:calc(100% - 480px);margin-right:16px}.eternamap-item-details{color:var(--color-dark-mid)}.eternamap-item-details .eternamap-date{margin-bottom:4px;opacity:0.5}.eternamap-item-details h3{margin:0;display:flex;align-items:center}.eternamap-item-details a{color:currentColor}.eternamap-items{margin-top:16px;display:flex;flex-direction:column}.single-check label{margin-left:-16px;margin-top:12px}#footer{margin-top:80px;color:var(--color-dark-min);padding-top:24px;text-align:center;padding-bottom:60px}#footer .copyright{margin-bottom:16px}#footer .social{color:var(--color-dark-max);font-weight:500}#footer .subscribe{position:fixed;right:16px;top:16px;left:1176px}#footer ul{display:flex;margin:0;padding:0;justify-content:center}@media only screen and (max-width:1179px){#footer ul{flex-direction:column}}#footer a{text-decoration:none;white-space:nowrap}#footer a:hover{text-decoration:underline}#footer li{list-style:none;display:flex}@media only screen and (max-width:1179px){#footer li{justify-content:center;margin-bottom:4px}}#footer li a{display:block}#footer li:not(:last-child):after{content:'·';display:block;color:var(--color-dark-min);margin:0 8px}@media only screen and (max-width:1179px){#footer li:not(:last-child):after{display:none}}@media (max-width:1560px){#footer .subscribe{width:368px;left:auto}}@media only screen and (max-width:1179px){#footer .subscribe{position:static;width:100%;background:var(--color-white);border:1px solid var(--color-border)}.layout-profile #footer .subscribe{display:none}}.field{border-radius:6px;border:1px solid var(--color-border);padding:40px 16px 16px 16px;margin-bottom:16px;display:flex;flex-direction:column;position:relative}.field .label{font-size:13px;position:absolute;top:8px;font-weight:500;color:var(--color-dark-min)}.field label{display:inline-flex;cursor:pointer;align-items:center;flex-wrap:wrap;position:relative;padding-left:32px;line-height:24px}.field label+label{margin-top:8px}.field i{display:flex;border:1px solid var(--color-border);border-radius:4px;width:24px;height:24px;margin-right:8px;align-items:center;justify-content:center;position:absolute;left:0;top:0}.field i svg{display:none;width:16px;height:16px;color:var(--color-dark-max)}.field span{display:block;width:100%;font-size:14px;color:var(--color-dark-min);line-height:20px}.field input{position:absolute;pointer-events:none;opacity:0;appearance:none}.field input:checked+i svg{display:block}.input{position:relative}.input+.input,.input+.btn{margin-top:16px}.input label{position:absolute;left:16px;color:var(--color-dark-min);top:20px;font-weight:500;line-height:18px;transition:all ease-in-out .15s;pointer-events:none;padding-right:24px}.input textarea,.input select,.input input{color:var(--color-dark-max);background:var(--color-white);border:1px solid var(--color-border);height:60px;padding:18px 16px 0 16px;width:100%;appearance:none;font-weight:500}.input textarea[placeholder],.input select[placeholder],.input input[placeholder]{font-size:16px;padding-top:0;padding-bottom:2px;height:48px}.input textarea[disabled],.input select[disabled],.input input[disabled]{color:var(--color-dark-min)}.input textarea::-webkit-input-placeholder,.input select::-webkit-input-placeholder,.input input::-webkit-input-placeholder{color:var(--color-dark-min);transition:color ease-in-out .15s}.input textarea:-moz-placeholder,.input select:-moz-placeholder,.input input:-moz-placeholder{color:var(--color-dark-min);transition:color ease-in-out .15s}.input textarea::-moz-placeholder,.input select::-moz-placeholder,.input input::-moz-placeholder{color:var(--color-dark-min);transition:color ease-in-out .15s}.input textarea:-ms-input-placeholder,.input select:-ms-input-placeholder,.input input:-ms-input-placeholder{color:var(--color-dark-min);transition:color ease-in-out .15s}.input textarea:focus::-webkit-input-placeholder,.input select:focus::-webkit-input-placeholder,.input input:focus::-webkit-input-placeholder{color:transparent}.input textarea:focus:-moz-placeholder,.input select:focus:-moz-placeholder,.input input:focus:-moz-placeholder{color:transparent}.input textarea:focus::-moz-placeholder,.input select:focus::-moz-placeholder,.input input:focus::-moz-placeholder{color:transparent}.input textarea:focus:-ms-input-placeholder,.input select:focus:-ms-input-placeholder,.input input:focus:-ms-input-placeholder{color:transparent}.input textarea{resize:none;padding-top:24px;padding-bottom:16px;min-height:180px}.input select{padding-right:34px}.input select+svg{pointer-events:none;width:24px;height:24px;color:var(--color-dark-max);transition:transform ease-in-out .15s;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.input.has-value label,.input.has-focus label{font-size:13px;top:8px;font-weight:500;color:var(--color-dark-min)}#header{top:0;left:0;position:absolute;z-index:10;width:100%;height:56px;padding:0 32px;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:var(--color-dark-max)}#header .logo{font-size:24px;text-decoration:none}@media only screen and (max-width:1179px){#header{padding:0 16px}}.enlightenment{position:fixed;width:100%;height:100%;left:0;top:0;background:var(--color-light);z-index:999999999;transition:opacity ease-in-out .15s;opacity:0;pointer-events:none}.enlightenment:before{content:'';width:48px;height:48px;display:block;left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);border-radius:50%;border:3px solid var(--color-dark-max);border-top-color:rgba(255,255,255,0);animation:spin 1s linear infinite}.enlightenment.nospin:before{display:none}.enlightenment.show{pointer-events:all;opacity:1}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.ngc h2{margin-top:40px}.ngc .plan{display:flex;width:100%;flex-wrap:wrap;margin:-4px}.ngc .plan-item{min-width:120px;width:calc(25% - 8px);position:relative;background:var(--color-white);border-radius:6px;padding:10px 16px;margin:4px}.ngc .plan-item .h2{display:block;border-bottom:1px solid var(--color-border);padding-bottom:6px;margin-bottom:6px}.ngc .plan-item .assesment{background:var(--color-white);border-radius:6px;padding:1px 0 2px 0;cursor:pointer;display:flex;justify-content:space-between}.ngc .plan-item .assesment:hover{color:var(--color-dark-max)}.ngc .plan-item .assesment .plus{opacity:0}.ngc .plan-item .assesment:hover .plus{opacity:1}.ngc .plan-item.current:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border-radius:6px;border:1px solid var(--color-dark-max)}.ngc .ngc-progress{background:var(--color-white);border-radius:6px;padding:16px;margin-bottom:16px}.ngc .ngc-progress .group{width:100% !important}.ngc .ngc-progress-item{display:flex;align-items:center;margin-bottom:24px}.ngc .ngc-progress-item:last-child{margin-bottom:0}.ngc .ngc-progress-item>div:nth-child(1){width:280px;padding-right:16px}.ngc .ngc-progress-item>div:nth-child(2){width:60px}.ngc .ngc-progress-item>div:nth-child(3){flex-grow:1}.ngc .ngc-progress-item .track{display:flex;height:24px;align-items:flex-end;background:var(--color-dark-min)}.ngc .ngc-progress-item .track>div{background:var(--color-dark-max);width:100%}.ngc .ngc-upload-form button,.ngc .ngc-upload-form input{position:absolute;pointer-events:none;opacity:0}.ngc [data-prec="100"]{background:#94f27f !important}img,legend{border:0}legend,td,th{padding:0}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,optgroup,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:-0.5em}sub{bottom:-0.25em}button,svg:not(:root){overflow:visible}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{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,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{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"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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}table{border-collapse:collapse;border-spacing:0}[data-wenk]{position:relative}[data-wenk]:after{position:absolute;font-size:13px;border-radius:.4em;content:attr(data-wenk);padding:12.8px;padding:.8em;background-color:var(--color-dark-max);color:var(--color-white);line-height:20px;line-height:1.25em;text-align:left;z-index:1;pointer-events:none;display:block;opacity:0;visibility:hidden;-webkit-transition:all .3s;transition:all .3s;bottom:100%;left:50%;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px);white-space:pre;width:auto}[data-wenk]:after{opacity:0}[data-wenk]:hover{overflow:visible}[data-wenk]:hover:after{display:block;opacity:1;visibility:visible;-webkit-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-wenk].wenk--bottom:after,[data-wenk][data-wenk-pos="bottom"]:after{bottom:auto;top:100%;left:50%;-webkit-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-wenk].wenk--bottom:hover:after,[data-wenk][data-wenk-pos="bottom"]:hover:after{-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}[data-wenk].wenk--left:after,[data-wenk][data-wenk-pos="left"]:after{bottom:auto;left:auto;top:50%;right:100%;-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-wenk].wenk--left:hover:after,[data-wenk][data-wenk-pos="left"]:hover:after{-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-wenk].wenk--right:after,[data-wenk][data-wenk-pos="right"]:after{bottom:auto;top:50%;left:100%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-wenk].wenk--right:hover:after,[data-wenk][data-wenk-pos="right"]:hover:after{-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-wenk][data-wenk-length="small"]:after,[data-wenk].wenk-length--small:after{white-space:normal;width:80px}[data-wenk][data-wenk-length="medium"]:after,[data-wenk].wenk-length--medium:after{white-space:normal;width:150px}[data-wenk][data-wenk-length="large"]:after,[data-wenk].wenk-length--large:after{white-space:normal;width:260px}[data-wenk][data-wenk-length="fit"]:after,[data-wenk].wenk-length--fit:after{white-space:normal;width:100%}[data-wenk][data-wenk-align="right"]:after,[data-wenk].wenk-align--right:after{text-align:right}[data-wenk][data-wenk-align="center"]:after,[data-wenk].wenk-align--center:after{text-align:center}[data-wenk=""]:after{visibility:hidden !important}.popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;-webkit-overflow-scrolling:touch;opacity:0;pointer-events:none;transition:opacity ease-in-out .3s;overflow:auto}.popup:before{position:fixed;width:100%;height:100%;left:0;top:0;content:'';background:var(--color-dark-max);opacity:0.32;pointer-events:none}.popup .popup-container{width:100vw;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:32px 20px}.popup .popup-content{background:var(--color-light);padding:48px 64px;width:100%;border-radius:6px;max-width:500px;max-height:100%;text-align:center;position:relative}@media only screen and (max-width:1179px){.popup .popup-content{padding:40px 16px}}.popup .popup-content-dynamic{opacity:0}.popup .popup-close{position:absolute;top:0;right:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--color-dark-min);cursor:pointer;transition:color ease-in-out .15s}.popup .popup-close svg{width:24px;height:24px}.popup .popup-close:hover{color:var(--color-dark-max)}.popup .popup-body>*:first-child{margin-top:0}.popup .popup-body p b{color:var(--color-dark-max)}.popup .popup-footer{margin-top:32px display:flex;justify-content:center}.popup .popup-footer .btn{margin:0 8px}@media only screen and (max-width:1179px){.popup .popup-footer{flex-direction:column}.popup .popup-footer .btn{margin:0}.popup .popup-footer .btn+.btn{margin-top:16px}}.popup.show{opacity:1 !important;pointer-events:all}.popup h1,.popup .h1{margin-bottom:1.25em}.popup .subscribe{padding:0;margin:0}@media only screen and (max-width:1179px){.popup h1,.popup .h1{font-size:28px}}.popup-open{position:relative;overflow:hidden}.popup-loaded .popup-content-dynamic{opacity:1;transition:opacity ease-in-out .15s}.popup-message p{font-size:24px;margin:0 0 40px;color:var(--color-dark-max);text-align:left}.popup-message.show+.other-popups .popup{opacity:0 !important;pointer-events:none !important}.popup-huge .popup-content{max-width:800px;text-align:left}.popup-huge .popup-content img{width:40%;float:right;margin:0 0 40px 40px}@media only screen and (max-width:1179px){.popup-huge .popup-content img{width:100%;float:none;margin:0}}.page-content .button-block{display:flex;justify-content:center;margin:48px 0}.page-content h2{margin:40px 0 0 0}.page-content ol,.page-content ul{padding-left:1.05em;margin-top:0.5em}.page-content li{margin-bottom:0}.page-content b,.page-content strong{color:var(--color-dark-max)}.page-content img{width:40%;float:right;margin:0 0 40px 40px;display:none}.page-content blockquote{margin:24px 0;padding:0 16px;border-left:4px solid #94f27f;font-style:italic;color:var(--color-dark-max);font-weight:500}@media only screen and (max-width:659px){.page-content img{width:50%;border-radius:50%;display:inline-block !important;filter:grayscale(1);margin:10px 0 20px 12px}}#sidebar{position:fixed;left:0;top:0;height:100%;display:flex;flex-direction:column;padding:12px 0 12px 0;white-space:nowrap;user-select:none;overflow:hidden;z-index:6}#sidebar .mob-projects{display:none}#sidebar .sep{padding-left:32px;color:var(--color-dark-mid);margin-top:24px;margin-bottom:12px}#sidebar .sep i{font-style:normal}@media only screen and (max-width:1179px){#sidebar .sep{margin-top:12px;padding-left:12px}}#sidebar svg{width:24px;height:24px;position:relative;top:0.05em;margin-right:12px;flex-shrink:0;transition:transform ease-in-out .3s}#sidebar svg:not(:first-child){display:none}#sidebar .logo{font-size:18px;line-height:1}#sidebar .logo svg{background:var(--color-dark-max);color:var(--color-white);padding:4px;border-radius:50%;width:32px;height:32px;margin:-4px 8px -4px -4px}#sidebar li{list-style:none;margin-bottom:4px}#sidebar li a,#sidebar li>span{text-decoration:none;display:inline-flex;font-weight:400;align-items:center;padding:6px 20px 6px 32px;border-top-right-radius:18px;border-bottom-right-radius:18px;cursor:pointer}#sidebar li a i,#sidebar li>span i{display:inline-flex;height:16px;border-radius:8px;align-items:center;justify-content:center;padding:0 6px;background:rgba(0,0,0,0.1);font-weight:500;font-size:10px;position:relative;top:-8px;margin-left:4px;color:var(--color-dark-max)}@media only screen and (max-width:1179px){#sidebar li a i,#sidebar li>span i{display:none}}#sidebar li a .text,#sidebar li>span .text{position:relative;top:-1px}#sidebar li a:hover,#sidebar li>span:hover,#sidebar li a.active,#sidebar li>span.active{transition:color ease-in-out .15s;color:var(--color-dark-max)}#sidebar li a.active,#sidebar li>span.active{background:#94f27f;color:#000}#sidebar li a.active i,#sidebar li>span.active i{display:none}#sidebar ul{margin:0;padding:0}#sidebar ul:first-child{margin-bottom:36px;position:relative;z-index:2}#sidebar ul:first-child a{color:var(--color-dark-max);margin-top:-1px}#sidebar ul:last-child{margin:auto 0 0 0}#sidebar .hide{display:none}#sidebar .about-me{position:relative;width:180px;white-space:normal;border-radius:6px;margin:auto 0 20px 32px;background:var(--color-light);padding:12px;font-size:14px}#sidebar .about-me img{height:64px;border-radius:50%;margin:0 0 4px 0}#sidebar .about-me h3{margin:0 0 4px 0;font-size:20px}#sidebar .about-me>a{position:absolute;width:100%;height:100%;left:0;top:0}#sidebar .about-me>div a{color:var(--color-dark-max);margin-top:4px;display:inline-block}#sidebar .about-me:hover{background:#f0f0f0}#sidebar .mobile-about-me{height:60px;position:fixed;left:0;right:0;box-shadow:var(--shadow);top:0;background:var(--color-white);color:var(--color-dark-max);line-height:1;align-items:center;display:flex;padding-right:16px;padding-left:64px;justify-content:space-between}#sidebar .mobile-about-me a{text-decoration:none}#sidebar .mobile-about-me .name-link{padding-bottom:3px}#sidebar .mobile-about-me .name-link small{color:var(--color-dark-min)}#sidebar .mobile-about-me .btn-link{background:var(--color-light);color:var(--color-dark-max);padding:4px 12px 4px 4px;display:inline-flex;align-items:center;border-radius:18px;margin-left:8px;height:36px;font-size:14px;font-weight:500;text-decoration:none}#sidebar .mobile-about-me .btn-link span{padding-bottom:2px}#sidebar .mobile-about-me .btn-link img{width:28px;height:28px;border-radius:50%;margin-right:8px}@media only screen and (max-width:1179px){#sidebar{min-width:220px;background:var(--color-white);border-right:1px solid var(--color-border);color:var(--color-dark-max)}#sidebar svg{color:var(--color-dark-min)}#sidebar li a.active,#sidebar li>span.active{background:transparent;position:relative;color:var(--color-dark-max) !important}#sidebar li a.active svg,#sidebar li>span.active svg{color:var(--color-dark-max) !important}#sidebar li a,#sidebar li>span{padding-left:12px}#sidebar:after{position:absolute;width:100%;height:100%;left:0;top:0;content:'';pointer-events:none;opacity:0.08;box-shadow:0px 0 60px var(--color-dark-max)}}@media only screen and (max-width:1179px){html:not(.sidebar-expand) #sidebar{min-width:48px;width:48px;background:var(--color-white)}html:not(.sidebar-expand) #sidebar:after{opacity:0}html:not(.sidebar-expand) #sidebar .mob-projects{display:block;font-weight:900;text-align:center;padding-right:10px;color:var(--color-dark-min)}html:not(.sidebar-expand) #sidebar .full-projects{display:none}html:not(.sidebar-expand) #sidebar li a,html:not(.sidebar-expand) #sidebar li>span{width:48px;color:var(--color-dark-min)}html:not(.sidebar-expand) #sidebar li a .text,html:not(.sidebar-expand) #sidebar li>span .text{color:transparent !important}}.sidebar-expand #sidebar .more{display:none}.sidebar-expand #sidebar .hide{display:block}.sidebar-expand #sidebar [data-sidebar-toggle] svg{transform:rotate(180deg)}@media only screen and (max-width:1179px){.sidebar-expand #sidebar [data-sidebar-toggle] svg{display:none}.sidebar-expand #sidebar [data-sidebar-toggle] svg:not(:first-child){display:block}}.back-btn{position:fixed;right:8px;top:20px;z-index:7}.back-btn button{background:var(--color-white);color:var(--color-dark-max);border:0;width:32px;height:32px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;padding-bottom:2px}.back-btn button svg{width:24px;height:24px}.back-btn.back-btn-main{right:auto;left:8px;top:63px}.back-btn.back-btn-main button{color:var(--color-dark-min)}.page-slug-about-me .back-btn{display:none}.sidebar-cta-holder{margin:auto 0 0 0;transform:rotate(-90deg);height:0;display:flex;font-weight:500;align-items:center;justify-content:center}.sidebar-cta-holder .sidebar-cta{cursor:pointer;height:48px;display:flex;align-items:center;padding:0 16px}.sidebar-cta-holder .sidebar-cta svg{color:var(--color-dark-max) !important;margin-left:8px;width:18px !important;height:18px !important}.subscribe{background:var(--color-light);margin-bottom:64px;text-align:center;padding:24px 16px}.subscribe .row{display:flex}.subscribe .input{margin:0;flex-grow:1}.subscribe .input input{background:var(--color-white);border:1px solid var(--color-border);border-radius:24px;padding:0 24px 2px 24px}.subscribe .input:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;border-radius:24px;pointer-events:none;border:1px solid var(--color-white);opacity:0.16}.subscribe .input+.btn{margin-top:0;margin-left:16px;flex-shrink:0}.subscribe h2{margin:0 auto 24px auto;max-width:440px}@media only screen and (max-width:1179px){.subscribe .row{display:block}.subscribe .input+.btn{margin-top:16px;margin-left:0;width:100%}}.tabed input[type="radio"]{position:absolute;opacity:0;pointer-events:none}.tabed .switcher{border:1px solid transparent;border-radius:6px;padding:8px 24px 12px 24px;display:inline-flex;border-bottom:0;color:var(--color-dark-max);border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative;top:1px;cursor:pointer;user-select:none;font-weight:500}.tabed .switcher.active{background:var(--color-light);border-color:var(--color-border)}.tabed .content{border:1px solid var(--color-border);background:var(--color-light);border-radius:6px;padding:24px 16px;text-align:center}.tabed .content .inner{display:flex;flex-direction:column;align-items:center}.tabed .content.subscription{border-top-left-radius:0}.tabed .input{margin-bottom:12px}.tabed .input input{background:var(--color-white)}.tabed .pills{display:inline-flex;flex-wrap:wrap;font-weight:500;user-select:none;justify-content:center}.tabed .pills label{margin-bottom:12px;color:var(--color-dark-max);height:32px;display:inline-flex;align-items:center;padding:0 16px;border-radius:16px;background:var(--color-white);border:1px solid var(--color-border);padding-bottom:2px;margin-right:8px;cursor:pointer}.tabed .pills label.active{background:var(--color-dark-max);border-color:var(--color-dark-max);color:var(--color-white)}.tabed .switcher{display:none}.tabed .content{background:var(--color-white);border-radius:6px !important;padding:12px 16px 32px 16px}.table{width:100%;margin-bottom:40px;border-top:1px solid var(--color-dark-max);color:var(--color-dark-max);text-align:left}.table td{border-bottom:1px solid var(--color-dark-max);padding:7px 8px 9px 8px}.table td:last-child{text-align:right;padding-right:0}.table td:first-child{padding-left:0}.table a{text-decoration:none}.table a:hover{text-decoration:underline}.tabs{display:flex;font-weight:500;cursor:pointer;color:var(--color-dark-min)}.tabs>div{border-bottom:1.5px solid var(--color-border);width:100%;text-align:center;display:flex;align-items:center;justify-content:center;height:48px}.tabs>div:hover{color:var(--color-dark-max);transition:border-color ease-in-out .15s,color ease-in-out .15s}.tabs>div.active{color:var(--color-dark-max);border-color:var(--color-dark-max);transition:border-color ease-in-out .15s,color ease-in-out .15s}@media (prefers-color-scheme:dark){:root{--color-dark-max:#fff;--color-dark-mid:#aaa;--color-dark-min:#555;--color-border:#333;--color-light:#111;--color-white:#000;--shadow:0 0 12px rgba(255,255,255,0.1)}}@media (prefers-color-scheme:light){:root{--color-dark-max:#000;--color-dark-mid:#444;--color-dark-min:#aaa;--color-border:#ddd;--color-light:#fafafa;--color-white:#fff;--shadow:0 0 12px rgba(0,0,0,0.1)}}[data-theme="light"]{--color-dark-max:#000;--color-dark-mid:#444;--color-dark-min:#aaa;--color-border:#ddd;--color-light:#fafafa;--color-white:#fff;--shadow:0 0 12px rgba(0,0,0,0.1)}[data-theme="dark"]{--color-dark-max:#fff;--color-dark-mid:#aaa;--color-dark-min:#555;--color-border:#333;--color-light:#111;--color-white:#000;--shadow:0 0 12px rgba(255,255,255,0.1)}.oc-flash-message{font-size:18px;color:#000}.oc-flash-message.success{background-color:#94f27f}.oc-flash-message a.flash-close{flex-shrink:0;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat}@media only screen and (max-width:1179px){.oc-flash-message{font-size:16px;left:16px;top:16px;right:16px}}h1,h2,h3,h4,.h1,.h2,.h3,.h4{color:var(--color-dark-max);font-weight:500}h1,.h1{font-size:32px;line-height:1.1}h2,.h2{font-size:20px;line-height:1.25}h3,h4{font-size:16px}.h-text{margin-bottom:0}.h-text+p{margin-bottom:2em}*,*::before,*::after{box-sizing:border-box;outline:none}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0}*::-webkit-selection{background-color:var(--color-dark-max);color:var(--color-white)}*::-moz-selection{background-color:var(--color-dark-max);color:var(--color-white)}*::selection{background-color:var(--color-dark-max);color:var(--color-white)}@media only screen and (max-width:1179px){.mobile-hide{display:none !important}}@media only screen and (min-width:1180px){.desktop-hide{display:none !important}}html{font-weight:normal;font-size:16px;color:var(--color-dark-mid);background:var(--color-light);line-height:1.4;font-weight:400;font-family:"Familjen Grotesk",serif}body{font-size:16px;padding:96px 0}section{position:relative}section>*:first-child{margin-top:0}a{color:currentColor}a:hover{text-decoration:none}b,strong{font-weight:500}img{max-width:100%;height:auto;object-fit:cover;object-position:center}.hide{display:none}.wrap{padding:0 80px 0 360px;max-width:1160px}@media (max-width:1560px){.wrap{max-width:calc(100vw - 400px)}}@media (max-width:1330px){.wrap{max-width:calc(100vw - 400px);padding-left:240px}}@media only screen and (max-width:1179px){.wrap{padding:0 16px 0 68px;max-width:100%}}.layout-blank .wrap{padding:0;margin:0 auto}.centered-page{display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:32px;margin:0 auto;max-width:640px}.layout-blank{padding:0}.grecaptcha-badge{display:none}.input-box{border:0;width:100%;border-bottom:1px solid var(--color-border);background:transparent;padding:12px 0;margin-top:12px;height:48px;resize:none;display:block;color:var(--color-dark-max)}.input-box::-webkit-input-placeholder{color:var(--color-dark-min)}.input-box:-moz-placeholder{color:var(--color-dark-min)}.input-box::-moz-placeholder{color:var(--color-dark-min)}.input-box:-ms-input-placeholder{color:var(--color-dark-min)}.sticky{position:sticky;top:0;z-index:5;margin-bottom:40px;background:var(--color-light)}.faded{color:var(--color-dark-min)}.page-slug-about-me .page-content>p:first-child{margin:0}.page-slug-about-me .page-content>p:first-child+h1{margin-top:0}@media only screen and (max-width:1179px){.page-slug-about-me .page-content>p:first-child+h1{margin-top:24px}}.infoblock{margin-bottom:40px;border-radius:6px;position:relative;padding:12px 16px 12px 51px;overflow:hidden;background:var(--color-light)}.infoblock svg{color:var(--color-dark-min);position:absolute;width:24px;height:24px;top:12px;left:15px}.nowrap{white-space:nowrap}.day-header{font-size:32px;font-weight:500;color:var(--color-dark-max);line-height:35.2px;position:absolute;bottom:100%}#aplayer-container{position:fixed;bottom:0;left:0;padding:0 80px 8px 360px;width:100%;background:var(--color-light);z-index:2;max-width:1160px;pointer-events:none}#aplayer-container #aplayer{border-top:1px solid var(--color-border);border-radius:0}#aplayer-container>*{pointer-events:auto}@media (max-width:1560px){#aplayer-container{max-width:calc(100vw - 400px)}}@media (max-width:1330px){#aplayer-container{max-width:calc(100vw - 400px);padding-left:240px}}@media only screen and (max-width:1179px){#aplayer-container{padding:0 16px 0 68px;max-width:100%}}.intro{margin-bottom:24px}.intro b{color:var(--color-dark-max)}.intro p{margin:8px 0}.intro a{text-decoration:none}.intro a:hover{text-decoration:underline}.summary-stats b{font-weight:500;color:var(--color-dark-max)}.projects{display:flex;justify-content:space-between;flex-wrap:wrap}.roadmap .roadmap-item{background:var(--color-white);margin-top:24px;border:1px solid var(--color-border);padding:12px 24px}.roadmap .roadmap-item h3{font-size:20px;line-height:1.15}.roadmap .roadmap-item>*{margin:8px 0}@media only screen and (max-width:1179px){.roadmap .roadmap-item{padding:12px 20px}}.project{width:100%;overflow:hidden;background:var(--color-white);margin-top:24px;display:flex;border:1px solid var(--color-border)}@media only screen and (max-width:1179px){.project{display:block}}.project>div{display:flex;flex-direction:column;align-items:flex-start;padding:24px}@media only screen and (max-width:1179px){.project>div{padding:20px}}.project>a{display:flex;width:33%;flex-shrink:0}@media only screen and (max-width:1179px){.project>a{width:100%}}.project img{width:100%;height:auto;display:block !important;border-radius:0;object-fit:cover;object-position:center;margin:0;filter:grayscale(100%);transition:filter .3s ease-in-out .15s}.project img:hover{filter:grayscale(0%)}.project h3{margin-top:0}.project h3 a{text-decoration:none}.project h3,.project p:first-child{font-size:20px;line-height:1.15}.project p,.project ul{margin:0 0 .5em 0}.project li{margin:0}.project .btn{margin-top:12px}.project>*:first-child{margin-top:0}.project>*:last-child{margin-bottom:0}.project:nth-child(even){flex-direction:row-reverse}@media only screen and (max-width:1179px){.project{width:100%}.project:last-child{margin-bottom:0}}.logo small{font-weight:400;font-size:14px;display:block;margin-top:3px;font-style:italic;color:var(--color-dark-mid)}@media (max-width:400px){#responsive-headline i{display:block}}.apps{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:-16px;margin-top:32px}.apps>*{width:calc(50% - 8px);border-radius:6px;border:1px solid var(--color-border);padding:16px 12px;text-decoration:none;display:flex;flex-direction:column;font-weight:500;color:var(--color-dark-max);align-items:center;justify-content:center;margin-bottom:16px}.apps>* svg{width:28px;height:28px;margin-bottom:8px}.apps>*:hover{border-color:var(--color-dark-min);transition:border-color ease-in-out .15s}.blog-posts .articles{display:flex;flex-wrap:wrap;justify-content:space-between}.blog-posts article{background:var(--color-white);border:1px solid var(--color-border);padding:16px;width:calc(50% - 8px);margin-bottom:16px;position:relative}.blog-posts article>a{position:absolute;width:100%;height:100%;left:0;top:0}.blog-posts article h2{margin:0}.blog-posts article .date{margin:8px 0;color:var(--color-dark-min)}.blog-posts article:hover{border-color:var(--color-dark-min);transition:border-color ease-in-out .15s}@media only screen and (max-width:1179px){.blog-posts article{width:100%}}.comment{display:flex;margin-top:24px}.comment b{color:var(--color-dark-max)}.comment .ago{color:var(--color-dark-min);margin-left:8px}.comment .comment-image{width:40px;height:40px;border-radius:50%;margin-right:16px;position:relative;overflow:hidden;border:1px solid var(--color-border);background:var(--color-white)}.comment .comment-image img{width:100%;height:auto;object-fit:cover;object-position:center}.comment-form{background:var(--color-white);border:1px solid var(--color-border);margin-top:40px;padding:16px}.comment-form h3{margin:0}.comment-form textarea{resize:none;display:block;height:240px;width:100%;border:1px solid var(--color-border);border-radius:0;padding:8px 12px;margin:16px 0}.blog-post hr{display:none}.blog-post b,.blog-post strong{color:var(--color-dark-max)}.blog-post .references p{display:inline}.blog-post .references a{text-decoration:none}.blog-post .references a+a{margin-left:4px}.blog-post .references a+a:hover{text-decoration:underline}.blog-post .references a:hover{text-decoration:underline}.blog-post sup a{text-decoration:none;font-weight:500;color:var(--color-dark-max)}.blog-post sup a:hover{text-decoration:underline}.blog-post h2{margin:40px 0 16px 0}.blog-post ul,.blog-post ol{padding-left:1.2em}.blog-post li+li{margin-top:8px}.blog-post li>*:first-child{margin-top:0}.blog-post li>*:last-child{margin-bottom:0}.blog-post li p{margin:0}.blog-post li p+p{margin-top:8px}.blog-post blockquote{margin:24px 0;padding:0 16px;border-left:4px solid #94f27f;font-style:italic;color:var(--color-dark-max)}.blog-post blockquote p{margin:0}.blog-post blockquote p+p{margin-top:8px}.blog-post table{margin:24px 0;border-collapse:collapse;width:100%;background:var(--color-white);border:1px solid var(--color-border)}.blog-post table th,.blog-post table td{padding:8px;border-bottom:1px solid var(--color-border);text-align:left}.blog-post table th strong,.blog-post table td strong,.blog-post table th em,.blog-post table td em{font-weight:normal;font-style:normal}.blog-post table th:first-child,.blog-post table td:first-child{padding-left:12px}.blog-post table th:last-child,.blog-post table td:last-child{padding-right:12px}.blog-post table thead tr td,.blog-post table thead tr th{font-weight:500}@media only screen and (max-width:1179px){.blog-post .table-wrap{overflow-x:auto;margin-left:-20px;margin-right:-16px;-webkit-overflow-scrolling:touch;padding:0 16px 0 20px}.blog-post .table-wrap table{min-width:800px}}.unsubscribe{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;text-align:center;max-width:480px}.unsubscribe p{margin:-8px 0 32px 0}