@import"https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css";@import"https://fonts.googleapis.com/css2?family=Beth+Ellen";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000";@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800";#loader-screen{height:100vh;width:100vw;background-color:var(--dark-blue);display:flex;justify-content:center;align-items:center}#loader{width:50%;height:12px;border:none;border-radius:12px;background-color:var(--mid-blue);padding:3px 4px}#progressbar{height:6px;border:none;border-radius:6px;background-color:var(--light-blue);transition:width 1s}@media screen and not (min-width:1025px){#loader{width:60%}}#landing-screen{position:absolute;height:100vh;width:100vw;background-color:var(--dark-blue);overflow:hidden}#landing-screen .div-btn-next{z-index:95}#landing-screen video{position:absolute;object-fit:cover;bottom:0;min-height:100vh;max-width:100%}#landing-screen .titles{position:absolute;left:50%;bottom:30%;z-index:1}#landing-screen .titles p{color:var(--beige);font-weight:100;font-size:3.2rem}@media screen and (width:1440px){#landing-screen video{max-width:120%;left:-10%}}@media screen and not (min-width:1025px){#landing-screen video{max-width:260%;left:-35%;bottom:0}#landing-screen .titles{left:12rem;bottom:8rem}}@media screen and not (min-width:500px){#landing-screen h1{font-size:4.8rem}#landing-screen video{max-width:400%;left:-80%;bottom:0}#landing-screen .titles{left:4rem;bottom:10rem}#landing-screen .titles p{font-size:2.4rem}}@media screen and not (min-width:400px){#landing-screen h1{font-size:4rem;filter:drop-shadow(0 0 10px --dark-blue)}#landing-screen video{max-width:320%;left:-55%;bottom:0}#landing-screen .titles{left:4rem;bottom:10rem}#landing-screen .titles p{font-size:2rem}}::-webkit-scrollbar{display:none}#chapter-item{display:flex;height:100vh;min-width:100vw;position:absolute;top:0;left:0;overflow:hidden}#chapter-item video{object-fit:cover;min-height:100vh;min-width:100vw;z-index:25}#chapter-item .modal-detail{height:100vh;width:100%;transition:top .8s;position:fixed;left:0;top:-100vh;background-color:var(--dark-blue);background-blend-mode:multiply;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}#chapter-item .change-modal-detail{top:0}#transition video{min-height:100vh;min-width:100vw;position:absolute;top:0;left:0;object-fit:cover;z-index:50}#chapter-cover{display:flex;flex-direction:column;position:relative;background-image:var(--beige-50),url(/illus/paper-texture.jpg);background-blend-mode:luminosity;background-position:center;background-size:cover;width:100%;height:100vh;justify-content:center;align-content:space-between;gap:4rem}#chapter-cover h2,#chapter-cover h3{color:var(--dark-blue);text-align:center;margin:0;padding-inline:2.4rem}#chapter-cover:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/paper-texture-D7dyQQW_.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.5;z-index:1}#chapter-cover>*{z-index:2}#chapter-detail{display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow-x:hidden;background-color:var(--dark-blue);padding-top:16rem;min-height:100vh;gap:4rem}#chapter-detail h2,#chapter-detail h3{text-align:center;color:var(--beige);margin:0;padding-inline:2.4rem}#chapter-detail h3{font-size:clamp(1.6rem,1.4592rem + .4507vw,2rem);line-height:160%;color:var(--beige)}#chapter-detail .quotes{color:var(--beige);padding-inline:clamp(2.4rem,-.4169rem + 9.0141vw,10.4rem);text-align:center}#chapter-detail p,#chapter-detail i{color:var(--beige)}#chapter-detail #titles{display:flex;flex-direction:column;gap:1.6rem}#chapter-detail #btn-play{align-self:center}#chapter-detail #columns-content{padding-inline:clamp(2.4rem,-.4169rem + 9.0141vw,10.4rem);display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(4rem,-.4486rem + 8.3738vw,9.6rem);text-align:left}@media screen and not (min-width:750px){#chapter-detail #columns-content{grid-template-columns:1fr;gap:4rem}}@media screen and not (min-width:1024px){#chapter-detail{gap:6.4rem}}*{font-size:62.5%}:root{font-family:DM Sans,system-ui,sans-serif;--dark-blue: #13102D;--mid-blue: #3B2FA4;--light-blue: #E0E6FF;--beige: #FFFBDC;--orange: #F76A01;--beige-50: #FFFBDC80;--orange-50: #FAB47F}html{height:100vh;width:100vw;overflow-x:hidden;overflow-y:hidden;position:relative}h1{font-family:DM Sans;color:var(--beige);font-size:clamp(4rem,2.0282rem + 6.3099vw,9.6rem);font-weight:900}h2{font-family:Beth Ellen;color:var(--dark-blue);font-size:clamp(2.4rem,1.8366rem + 1.8028vw,4rem);line-height:160%;text-align:center}h3{font-family:DM Sans;color:var(--dark-blue);font-size:clamp(1.6rem,1.2117rem + 1.657vw,3.2rem);line-height:112%;font-weight:500}p{font-family:DM Sans;font-size:2rem;line-height:160%}@media screen and not (min-width:1025px){p{font-size:clamp(1.6rem,1.3689rem + .9861vw,2rem)}}.quotes{font-family:EB Garamond;font-style:italic;font-weight:400;font-size:clamp(2rem,1.7183rem + .9014vw,2.8rem);line-height:130%}a{text-decoration:none;color:var(--beige);font-size:2rem;cursor:pointer}@media screen and not (min-width:500px){a{font-size:clamp(1.2rem,.1714rem + 4.5714vw,1.6rem)}}a,button{cursor:pointer;z-index:98}button,.btn-main{background-color:var(--mid-blue);color:var(--beige);font-size:clamp(1.6rem,1.4592rem + .4507vw,2rem);padding:1.6rem 3.2rem;border:none;border-radius:32px;width:fit-content}.btn-top{background-color:var(--orange-50);color:var(--dark-blue)}.btn-top:hover{background-color:#3b2fa433}.btn-main:hover{background-color:#3b2fa4bf}.btn:after{background-color:var(--mid-blue)}.div-btn-main{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:center;position:absolute;bottom:4rem}.div-btn-top{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:center;position:absolute;bottom:12rem}.div-btn-close{width:100%;height:fit-content;display:flex;justify-content:center;position:static;margin-bottom:4rem}nav{position:fixed;display:flex;width:100vw;justify-content:space-between;align-items:center;padding-inline:clamp(1.6rem,-.3417rem + 8.2848vw,12.4rem);padding-block:clamp(1.6rem,2.0117rem + 1.657vw,3.2rem);z-index:95}nav .modal{top:-100vh}nav img{height:clamp(3.2rem,2.9183rem + .9014vw,4rem)}nav .body1{text-decoration:none;color:var(--beige)}.links{display:flex;flex-direction:row;align-items:center;justify-content:left;gap:2.4rem;height:fit-content}.ChNb{font-size:5.6rem;line-height:100%;width:4.4rem;text-align:center;font-weight:700}.links .p-thin{display:flex;align-items:center;font-weight:200;height:7.6rem}@media screen and not (min-width:500px){.links p{padding-block:.8rem}}.modal{display:flex;flex-direction:column;transition:top .9s;background-color:var(--dark-blue);background-blend-mode:multiply;height:100vh;width:100vw;position:fixed;position:relative;left:0;padding-inline:clamp(1.6rem,-.2462rem + 8.2051vw,9.6rem);padding-block:clamp(3.2rem,2.9183rem + .9014vw,4rem);justify-content:space-between}.modal h3{color:var(--beige);font-size:2.4rem;text-align:center;margin-top:9.6rem}@media screen and not (min-width:1025px){.modal h3{margin-top:clamp(4rem,3.6117rem + 1.657vw,5.6rem)}}.modal #closeMenu{cursor:pointer;width:fit-content;position:absolute;right:0;margin-right:clamp(1.6rem,-.3417rem + 8.2848vw,12.4rem)}.modal #list{display:flex;flex-direction:column;justify-content:space-between;align-self:center;width:fit-content;min-height:60vh;padding-inline:0rem}@media screen and not (min-width:500px){.modal #list{padding-inline:3.2rem}}.modal #btm-links{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-self:flex-end;flex-wrap:nowrap}@media screen and not (min-width:500px){.modal #btm-links{flex-wrap:wrap-reverse;gap:1.6rem}}.modal #socials{display:flex;flex-wrap:nowrap;height:3.2rem;width:fit-content;gap:1.6rem}.modal #socials a img{height:3.2rem}@media screen and not (min-width:500px){.modal #socials{width:100vw;justify-content:center;gap:3.2rem}}#error404{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;background-color:var(--dark-blue)}#error404 h1,#error404 h3{text-align:center;color:var(--beige);margin:0}#error404 .btn{position:absolute;bottom:6.4rem}#redirect-section{display:flex;flex-direction:column;background-color:var(--beige-50);position:relative;height:100vh;width:100vw;justify-content:center;align-items:center;padding-inline:clamp(1.6rem,-.3417rem + 8.2848vw,9.6rem)}#redirect-section h3{color:var(--dark-blue);margin-top:0;text-align:center}#redirect-section #buttons{position:absolute;bottom:8rem;display:flex;flex-direction:column;align-items:center;gap:4rem}#redirect-section #titles{display:flex;flex-direction:column;gap:4rem}#mentions{background-color:var(--beige-50);height:fit-content;display:flex;flex-direction:column;gap:2.4rem;align-items:flex-start;padding-inline:clamp(1.6rem,-.3417rem + 8.2848vw,9.6rem);padding-top:clamp(12rem,10.0583rem + 8.2848vw,20rem);padding-bottom:clamp(4rem,1.1831rem + 9.0141vw,12rem)}#mentions h2{font-family:DM Sans;color:var(--mid-blue);font-weight:900}#mentions h3{color:var(--dark-blue);font-weight:700;margin-top:clamp(2.4rem,1.9383rem + 1.7181vw,4rem);text-align:left}#mentions p{color:var(--dark-blue)}#mentions nav{position:fixed}
