:root{--clr-primary-1:#453227;--clr-primary-2:#5f4435;--clr-primary-3:#795744;--clr-primary-4:#936a53;--clr-primary-5:#ab7a5f;--clr-primary-6:#b99179;--clr-primary-7:#c5a491;--clr-primary-8:#d1b6a8;--clr-primary-9:#decbc0;--clr-primary-10:#eaded7;--clr-grey-1:#102a42;--clr-grey-2:#243a52;--clr-grey-3:#324d67;--clr-grey-4:#48647f;--clr-grey-5:#617d98;--clr-grey-6:#829ab0;--clr-grey-7:#9eb2c7;--clr-grey-8:#bcccdc;--clr-grey-9:#dae2ec;--clr-grey-10:#f1f5f8;--clr-white:#fff;--clr-red-dark:#bb2525;--clr-red-light:#e66b6b;--clr-green-dark:#25bb32;--clr-green-light:#6be675;--clr-black:#222;--transition:all 0.3s linear;--spacing:0.1rem;--radius:0.25rem;--light-shadow:0 5px 15px #0000001a;--dark-shadow:0 5px 15px #0003;--max-width:1170px;--fixed-width:620px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#f4f3ee;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.5}ul{list-style-type:none}a{text-decoration:none}hr{border:none;border-top:1px solid #bcccdc;border-top:1px solid var(--clr-grey-8)}h1,h2,h3,h4,h5{letter-spacing:.1rem;letter-spacing:var(--spacing);line-height:1.25;margin-bottom:.75rem;text-transform:capitalize}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:.875rem}p{color:#000;margin-bottom:1.25rem}@media screen and (min-width:800px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}body,h5{font-size:1rem}h1,h2,h3,h4{line-height:1}}.story-main{background-color:#fff}.section{padding:5rem 0}.section-center{margin:0 auto;max-width:1170px;max-width:var(--max-width);width:90vw}@media screen and (min-width:992px){.section-center{width:95vw}}.text-center{text-align:center}@keyframes spinner{to{transform:rotate(1turn)}}.loading{animation:spinner .6s linear infinite;border:4px solid #000;border-radius:50%;border-top-color:#d3d3d3;height:6rem;margin:10rem auto 0;width:6rem}.btn{background:#000;border-color:#0000;border-radius:.25rem;border-radius:var(--radius);box-shadow:0 1px 3px #0003;color:#f4f3ee;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:400;letter-spacing:.1rem;letter-spacing:var(--spacing);padding:.375rem .75rem;text-transform:uppercase;transform:all .2s linear;transition:all .3s linear;transition:var(--transition)}.btn:hover{background:#f4f3ee;color:#000;font-weight:700;transform:scale(.96)}.title{text-align:center}.title .underline{background:#000;height:.25rem;margin-left:auto;margin-right:auto;width:6rem}.page-100{min-height:calc(100vh - 10rem);padding:5rem 0}.page{min-height:calc(80vh - 10rem)}.drop-banner{background-color:#fbf2d4;flex-direction:column;font-size:1.7rem;justify-content:center;margin:3rem 0;padding:1rem 0;text-align:center}.drop-banner,.drop-banner p{align-items:center;display:flex}.drop-banner p{margin:.4rem}.homepage,.homepage a{display:flex}.homepage a{align-items:center;color:#222;margin:0 1rem;text-decoration:underline;transition:all .3s linear}.homepage a:hover{transform:scale(1.07)}.drop-banner img,.homepage img{margin:1rem;width:2rem}