@charset "UTF-8";:root{--body-text: #e6e5df;--body-text-light: #222;--body-bg: #08102c;--body-bg-light: #fff;--input-bg-light: #cacac8;--bg-transparent: rgba(255, 255, 255, .05);--grey-blue: #616c94;--grey-logo: #9ea3ac;--light-purple: #8b6194;--dark-purple: #502581;--purple-accent: #b063cb;--blue-accent: #3598dc;--bg-green: #499f68;--gold: #fad000;--gold-button: #feb52d;--nav-link-text: #9c9c9c;--nav-link-text-hover: #fad000}.font-almanac{font-family:Almanac;font-weight:400;font-style:normal;color:var(--body-text)}.light .font-almanac{color:var(--body-text-light)}*{box-sizing:border-box}html{font-family:Poppins;line-height:1.7;overflow-x:hidden;color:#fff;background:#000}html.light{color:#000;background:#fff}body{max-width:900px;margin:0 auto;padding-top:128px}@media (max-width: 900px){body{padding-top:64px}}header{width:100%;background:#000}.site-content header{background:transparent}header.site-header{position:fixed;z-index:1000;top:0;left:0;padding:24px!important}@media (min-width: 901px){header.mobile{display:none}}header .constrained{display:flex;justify-content:space-between;align-items:center;max-width:900px;height:100%;margin:0 auto}@media (min-width: 900px){header .constrained{display:flex}}@media (max-width: 900px){header .constrained .desktop{display:none}}header .logo a{display:inline-block;color:transparent;text-indent:-5000em;width:174px;height:32px;background-image:url(/images/front/photologosmall.png);background-repeat:no-repeat;background-position:center center}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (-moz-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){header .logo a{background-image:url(/images/front/photologosmall@2x.png);background-size:174px 32px}}header .tabs{display:flex;justify-content:space-between;align-items:center}@media (max-width: 900px){header .tabs{margin-top:18px;display:none!important}}header .tabs .tab{padding:0 1.5em;text-transform:uppercase;height:24px;font-weight:500;font-size:16px;letter-spacing:.23em}header .tabs .tab a{color:#fff;opacity:.5;text-decoration:none}header .tabs .tab.selected a{opacity:1}header .search span{font-size:14px}@media (max-width: 900px){header .search{display:block}}header .search input,header .search button{background-image:url(/search.png);background-repeat:no-repeat!important;background-position:14px center!important;padding:4px 10px 4px 40px;height:38px;background:#8a8a9926;border:1px solid rgba(138,138,153,.4);border-radius:24px;font-size:14px;line-height:30px;letter-spacing:.04em;color:#a1a1b3f2}header .search button{width:100%;text-align:left;min-width:197px}header .search .DocSearch-Button-Placeholder{color:#757575}.content-area{padding:0 16px}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (-moz-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){header .search input,header .search button{background-image:url(/search@2x.png);background-size:18px 18px}}@media (max-width: 900px){header .search input,header .search button{width:100%}}footer.entry-footer{display:none}footer{margin:50px 0;text-align:center}footer .site-name{display:inline-block;color:transparent;text-indent:-5000em;width:97px;height:32px;background-image:url(/images/front/hyvelogo.png);background-repeat:no-repeat;background-position:center center}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (-moz-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){footer .site-name{background-image:url(/images/front/hyvelogo@2x.png);background-size:97px 32px}}footer .powered-by{display:none}h1{font-size:45px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.text-gradient{background:linear-gradient(165.35deg,#fff 23.87%,#ffffff80 75.23%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.light h1,.light .text-gradient{-webkit-text-fill-color:unset}h2,h3,h4{font-size:32px;font-weight:500;letter-spacing:.06em;line-height:1.2;margin-bottom:0}h2{font-size:36px}h4{font-size:24px}a{color:inherit}#comments{display:none}nav{display:none}.entry-category{font-weight:500;font-size:16px;letter-spacing:.15em;text-transform:uppercase}.entry-category a{text-decoration:none}@media (min-width: 900px){.almanac-content{display:flex}}.entry-content h3{margin-top:2rem}.almanac-content .almanac-categories-sidebar{width:300px;margin-right:64px}.almanac-content .almanac-categories-sidebar .expander{display:none;margin:16px 0;height:24px;font-weight:500;font-size:16px;letter-spacing:.15em;text-transform:uppercase;cursor:pointer}@media (max-width: 900px){.almanac-content .almanac-categories-sidebar .expander{display:block}}.almanac-content .almanac-categories-sidebar .expander:after{content:" ▶︎"}.almanac-content .almanac-categories-sidebar.expanded .expander:after{content:" ▼"}.almanac-content .almanac-categories-sidebar .category{overflow:hidden;border-top:1px solid rgba(138,138,153,.4)}@media (max-width: 900px){.almanac-content .almanac-categories-sidebar .category{height:0;opacity:0;transition:opacity .25s}}.almanac-content .almanac-categories-sidebar .category:last-child{border-bottom:1px solid rgba(138,138,153,.4)}.almanac-content .almanac-categories-sidebar .category h4{font-weight:500;font-size:16px;letter-spacing:.15em;text-transform:uppercase;color:#8a8a99f2;margin:20px 0 5px}.almanac-content .almanac-categories-sidebar .category.selected h4{color:#fff}.light .almanac-content .almanac-categories-sidebar .category.selected h4,.light .almanac-content .almanac-categories-sidebar .category h4{color:#000}.almanac-content .almanac-categories-sidebar .category ul{margin:0 0 20px;padding:0;list-style-type:none}.almanac-content .almanac-categories-sidebar .category li{padding:8px 16px;min-height:34px;font-size:12px;letter-spacing:.04em}.almanac-content .almanac-categories-sidebar .category li a{text-decoration:none}.almanac-content .almanac-categories-sidebar .category li.selected{background:#8a8a9966;border-radius:8px;font-weight:600}.light .almanac-content .almanac-categories-sidebar .category li.selected{background-color:#eaeae8}.almanac-content .almanac-categories-sidebar.expanded .category{height:auto;opacity:1}.almanac-content article{width:100%}@media (max-width: 900px){.almanac-content .post-taxonomies{display:none}}.almanac-content figure{padding:30px 35px}.almanac-content figure.is-style-twentytwentyone-image-frame{border:1px solid rgba(255,255,255,.3);border-radius:32px;text-align:center}.almanac-content figcaption{color:#fff;text-align:left;margin:0}.almanac-content figcaption:before{content:"▲　"}.page-template-manual-home h2{font-weight:500;font-size:40px;text-align:center;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.page-template-manual-home h2 strong{display:block;font-weight:600;letter-spacing:.07em;background:linear-gradient(165.35deg,#fff 23.87%,#ffffff80 75.23%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.light .page-template-manual-home h2 strong{-webkit-text-fill-color:unset}@media (min-width: 900px){.page-template-manual-home h2 strong{font-size:64px}}.page-template-manual-home .hero{display:block;color:transparent;text-indent:-5000em;max-width:900px;max-height:440px;height:440px;background-image:url(/images/front2/home-hero.png);background-repeat:no-repeat;background-position:center center;width:100%;height:auto;aspect-ratio:900/440;margin:25px 0}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (-moz-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.page-template-manual-home .hero{background-image:url(/images/front2/home-hero@2x.png);background-size:contain}}.page-template-manual-home h3{font-weight:500;font-size:40px;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(165.35deg,#fff 23.87%,#ffffff80 75.23%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:0}.page-template-manual-home p{margin-top:0;font-weight:400;font-size:20px;letter-spacing:.04em}.almanac-categories-home ul,.photon-search-result ul{list-style-type:none;padding:0}.almanac-categories-home li,.photon-search-result li{display:inline-block;height:140px;font-weight:400;font-size:16px;letter-spacing:.04em;border:1px solid rgba(138,138,153,.4);border-radius:32px;overflow:hidden}@media (min-width: 900px){.almanac-categories-home li,.photon-search-result li{width:calc(50% - 55px);margin:0 50px 50px 0}.almanac-categories-home li:nth-last-child(1),.photon-search-result li:nth-last-child(1){margin-right:0}}@media (max-width: 900px){.almanac-categories-home li,.photon-search-result li{width:100%;margin:0 0 25px}}.almanac-categories-home li a,.photon-search-result li a{display:flex;height:100%;width:100%;text-decoration:none;cursor:pointer}.almanac-categories-home li a .thumb,.photon-search-result li a .thumb{height:100%;aspect-ratio:1;background:#ffffff4d;background:linear-gradient(135deg,#b1b1b14d,#7f7f7f4d)}.almanac-categories-home li a .thumb.thumb--icon,.photon-search-result li a .thumb.thumb--icon{display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(138,138,153,.4);background:linear-gradient(#2a2a2e,#1b1b1e)}.almanac-categories-home li a .thumb.thumb--icon svg path,.photon-search-result li a .thumb.thumb--icon svg path{stroke:#8a8a9966!important}.almanac-categories-home li a .title,.photon-search-result li a .title{height:100%;padding:15px}
