body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;scrollbar-width:thin}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:#0000}.menu{align-items:center;display:flex;height:50%;outline:none;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;width:auto;z-index:11}.menu.close{position:fixed;transform:translate3d(320px,0,0);-webkit-transform:translate3d(320px,0,0)}@media screen and (max-width:500px){.menu.close{transform:translate3d(240px,0,0);-webkit-transform:translate3d(240px,0,0)}}.menu.close .menu-lines div{transform:scale(0);-webkit-transform:scale(0)}.menu.close .menu-lines:before{background:#fff;transform:translate3d(0,9px,0) rotate(135deg);-webkit-transform:translate3d(0,9px,0) rotate(135deg)}.menu.close .menu-lines:after{transform:translate3d(0,-9px,0) rotate(-135deg);-webkit-transform:translate3d(0,-9px,0) rotate(-135deg)}.menu .menu-button{cursor:pointer;height:100%;outline:none;width:24px}.menu .menu-button,.menu .menu-button .menu-lines{align-items:center;display:flex;justify-content:center}.menu .menu-button .menu-lines{padding:0;position:relative;width:100%}.menu .menu-button .menu-lines div,.menu .menu-button .menu-lines:after,.menu .menu-button .menu-lines:before{background:#000;content:"";display:block;height:2px;position:absolute;width:100%}.menu .menu-button .menu-lines:before{left:0;top:-10px}.menu .menu-button .menu-lines:after{bottom:-10px;left:0}.menu .menu-button .menu-lines.inverted,.menu .menu-button .menu-lines.inverted div,.menu .menu-button .menu-lines.inverted:after,.menu .menu-button .menu-lines.inverted:before{background:#fff}.custom-button{background-color:#0000;border:1px solid #fff;color:#fff;cursor:pointer;font-family:Lexend Deca,sans-serif;font-size:16px;font-weight:bolder;height:40px;letter-spacing:4.5px;line-height:100%;min-width:165px;outline:none;padding:0 18px;position:relative;text-transform:uppercase;transition:all .2s ease-in-out;width:auto}.custom-button.large{padding:0 35px}@media screen and (max-width:768px){.custom-button.mobile{font-size:14px;height:35px;letter-spacing:3px;min-width:50px;padding:0 15px}}@media screen and (max-width:500px){.custom-button.mobile{font-size:12px;height:30px}}.custom-button:hover{background-color:#fff;color:#000}.custom-button.inverted{background-color:#0000;border:1px solid #000;color:#000}.custom-button.inverted:hover{background-color:#000;color:#fff}.custom-button .link{height:100%;position:absolute;width:100%}.header{align-items:center;background-color:#fff;display:flex;height:80px;justify-content:space-between;overflow-x:hidden;padding:10px 40px;position:fixed;transition:all .5s ease-in-out;width:100%;z-index:5}@media screen and (max-width:768px){.header{padding:10px 20px}}.header.inverted{background-color:#0000}.header.inverted svg{fill:#fff}.header.fade-in{opacity:1}.header.fade-out{opacity:0}.header .logo-container{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;left:50%;max-width:35%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:180px}.header .logo-image{height:auto;max-width:180px;width:100%}.header .book-button{margin-left:auto}.options{align-items:center;cursor:pointer;display:flex}.options:hover .option{color:gray}.options.vertical{align-items:flex-start;flex-direction:column;margin:20px 0}.options.vertical .option{margin:5px 0}.options .admin{align-items:flex-start;border-bottom:2px solid #fff;display:flex;flex-direction:column;margin-bottom:10px;padding:10px 0}.options .option{color:#fff;font-family:Amiri,serif;font-size:18px;letter-spacing:4.32px;line-height:60px;margin:0 10px;text-transform:lowercase;transition:all .3s ease-in-out}.options .option:hover{color:#fff}.options .option.show{animation:slide-in .5s ease-in-out;opacity:1}.options .option.hide{animation:slide-out .5s ease-in-out;opacity:0}@keyframes slide-in{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:none}}@keyframes slide-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateX(-10px)}}.drop-menu{-webkit-overflow-scrolling:touch;align-items:center;background-color:#000;display:flex;height:100%;justify-content:center;left:20px;overflow-y:auto;padding:60px 0;position:fixed;top:0;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;width:400px;z-index:10}.drop-menu::-webkit-scrollbar{display:none}@media screen and (max-width:500px){.drop-menu{max-width:300px}}.drop-menu.show{-webkit-filter:opacity(.9);opacity:.9;transform:translate(0);-webkit-transform:translate(0)}.drop-menu.hide{-webkit-filter:opacity(0);opacity:0;transform:translateY(-100%);-webkit-transform:translateY(-100%)}.drop-menu .drop-menu-content{display:flex;flex-direction:column;height:auto;position:absolute}.drop-menu .drop-menu-content .icon-set{align-items:center;display:flex;flex-direction:row;height:auto;width:auto}.drop-menu .drop-menu-content .icon-set:hover .icon{color:gray}.drop-menu .drop-menu-content .icon-set .icon{color:#fff;cursor:pointer;display:inline-flex;height:24px;margin-right:20px;transition:all .2s ease-in-out;width:24px}.drop-menu .drop-menu-content .icon-set .icon:hover{color:#fff}.drop-menu .drop-menu-content .icon-set .icon svg,.loader{height:100%;width:100%}.loader{align-items:center;animation:animate-in .4s ease-out forwards;display:flex;flex-direction:column;justify-content:center;left:0;top:0}.loader.fixed{position:fixed}.loader.absolute{position:absolute}.loader .ellipsis{display:inline-block;height:64px;position:relative;width:64px}.loader .ellipsis div{animation-timing-function:cubic-bezier(0,1,1,0);background:#555;border-radius:50%;height:11px;position:absolute;top:27px;width:11px}.loader .ellipsis div:first-child{animation:ellipsis1 .6s infinite;left:6px}.loader .ellipsis div:nth-child(2){animation:ellipsis2 .6s infinite;left:6px}.loader .ellipsis div:nth-child(3){animation:ellipsis2 .6s infinite;left:26px}.loader .ellipsis div:nth-child(4){animation:ellipsis3 .6s infinite;left:45px}@keyframes ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes ellipsis2{0%{transform:translate(0)}to{transform:translate(19px)}}.enter{animation-fill-mode:forwards;opacity:0;width:100%}.enter.fade-up{animation:fade-up .8s ease-in-out forwards}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.enter.fade{animation:fade .8s ease-in-out forwards}@keyframes fade{0%{opacity:0}to{opacity:1}}.contact{height:100vh;padding:80px 60px 20px}@media screen and (max-width:1024px){.contact{align-items:center;display:flex;flex-direction:column;height:auto;min-height:0;min-height:auto}}@media screen and (max-width:500px){.contact{padding:0 40px}}.contact .heading{align-items:flex-start;display:flex;flex-direction:column;width:100%}@media screen and (max-width:1024px){.contact .heading{align-items:center;padding:20px}}@media screen and (max-width:768px){.contact .heading{margin:0 auto;max-width:350px}.contact .heading .row :first-child{margin:8px 5px auto 0}}@media screen and (max-width:500px){.contact .heading{padding:40px 0 20px}}.contact .bottom{display:flex;justify-content:space-between;margin-top:20px}@media screen and (max-width:1024px){.contact .bottom{margin-top:0}}.contact .bottom .details{align-items:flex-start;display:flex;flex-direction:column}@media screen and (max-width:1024px){.contact .bottom .details{align-items:center;width:100%}}@media screen and (max-width:500px){.contact .bottom .details{padding-bottom:40px}}.contact .bottom .map{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.contact .address-row,.contact .row{align-items:center;display:flex}.contact .address-row.address-row,.contact .row.address-row{flex-wrap:wrap;gap:26px}@media screen and (max-width:1024px){.contact .address-row.address-row,.contact .row.address-row{gap:12px;margin-bottom:20px}}@media screen and (max-width:500px){.contact .address-row.address-row,.contact .row.address-row{gap:12px}}@media screen and (max-width:1024px){.contact .address-row,.contact .row{justify-content:center;text-align:center}}.contact .address-row *,.contact .row *{font-family:Amiri,serif;font-size:18px;line-height:53px}@media screen and (max-width:768px){.contact .address-row *,.contact .row *{line-height:38px}}.contact .address-row svg,.contact .row svg{height:18px;margin-right:20px;width:18px}@media screen and (max-width:768px){.contact .address-row svg,.contact .row svg{margin-right:8px}}.contact .address-row .pin,.contact .row .pin{height:18px;width:18px}.contact .address-row .inner-row,.contact .row .inner-row,.parallax-background{align-items:center;display:flex}.parallax-background{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;left:0;overflow:hidden;position:absolute;top:0}.parallax-background,.parallax-background .info-container{height:100%;width:100%}.home{align-items:center;display:flex;height:100vh;justify-content:center;min-height:700px;overflow-x:hidden;position:relative;width:100%}@media screen and (max-width:500px){.home{min-height:0;min-height:auto}}.home .menu-button-header{align-items:center;display:flex;height:80px;justify-content:flex-start;left:0;padding:10px 40px;position:absolute;top:0;width:100%}@media screen and (max-width:500px){.home .menu-button-header{padding:10px 20px}}.home .center{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.home .center .logo-container{display:flex;justify-content:center;margin-bottom:140px;overflow:hidden}@media screen and (max-width:768px){.home .center .logo-container{margin-bottom:60px}}.home .center .logo-container .logo-image{height:auto;max-width:70%;width:750px}.home .scroll-message{bottom:20px;color:#fff;font-family:Lexend Deca,sans-serif;font-size:12px;left:50%;letter-spacing:2.8px;position:absolute;text-align:center;transform:translateX(-50%);width:100%}@media screen and (max-width:768px){.home .scroll-message{font-size:10px}}.our-story{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:30px 60px}@media screen and (max-width:1024px){.our-story{height:auto;margin:0 0 20px;padding:0}}.our-story .text{max-width:1000px;text-align:center;width:100%}@media screen and (max-width:1024px){.our-story .text{max-width:700px;padding:20px 40px}}@media screen and (max-width:500px){.our-story .text{padding:20px}}.our-story .text p{font-size:18px;line-height:45px}@media screen and (max-width:1024px){.our-story .text p{line-height:45px}}@media screen and (max-width:768px){.our-story .text p{line-height:35px}}@media screen and (max-width:500px){.our-story .text p{font-size:14px;line-height:30px}}.arrow{align-items:center;bottom:50%;cursor:pointer;display:flex;height:80px;justify-content:center;position:absolute;transform:translateY(50%);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;width:auto;z-index:1}@media screen and (max-width:500px){.arrow{height:50px}}@media screen and (max-height:660px){.arrow{bottom:60%}}.arrow.left-button{left:0}.arrow.right-button{right:0}.arrow.hide-back,.arrow.hide-next{opacity:0;pointer-events:none}.arrow.hide-back{transform:translate(-100px,50%);transform:translate3d(-100px,50%,0);-webkit-transform:translate(-100px,50%);-webkit-transform:translate3d(-100px,50%,0)}.arrow.hide-next{transform:translate(100px,50%);transform:translate3d(100px,50%,0);-webkit-transform:translate(100px,50%);-webkit-transform:translate3d(100px,50%,0)}.arrow.show-back,.arrow.show-next{-webkit-filter:opacity(1);opacity:1;transform:translateY(50%);transform:translate3d(0,50%,0);-webkit-transform:translateY(50%);-webkit-transform:translate3d(0,50%,0)}.arrow.upper{bottom:63%;transform:none}.arrow .button{align-items:center;background:#000;display:flex;height:100%;justify-content:center;padding:10px 20px;width:100%}@media screen and (max-width:768px){.arrow .button{padding:5px 15px}}.arrow .button .left,.arrow .button .right{box-shadow:-3px 3px 0 #fff;height:30px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;width:30px}@media screen and (max-width:1024px){.arrow .button .left,.arrow .button .right{height:22px;width:22px}}@media screen and (max-width:768px){.arrow .button .left,.arrow .button .right{height:15px;width:15px}}.arrow .button .left{transform:translateX(10px) rotate(45deg)}.arrow .button .right{transform:translateX(-10px) rotate(225deg)}.arrow .more{align-items:flex-start;background:#000;color:#fff;display:flex;flex-direction:column;font-family:Lexend Deca,sans-serif;font-size:14px;height:100%;justify-content:center;letter-spacing:6px;line-height:24px;padding:0 10px 0 25px;text-transform:uppercase;transform-origin:right;-webkit-transform-origin:right;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}@media screen and (max-width:1024px){.arrow .more{font-size:12px;padding:0 20px}}@media screen and (max-width:768px){.arrow .more{padding:0 0 0 20px}}@media screen and (max-width:500px){.arrow .more{letter-spacing:3px;line-height:16px}}.arrow .more.show-more{transform:scale(1);-webkit-transform:scale(1)}.arrow .more.hide-more{transform:scaleX(0);-webkit-transform:scaleX(0)}.carousel{background:#000;height:100%;overflow:hidden;position:relative;white-space:nowrap;width:100%}.carousel .slider-wrapper{height:100%;transition:all .5s cubic-bezier(.7,0,.3,1);-webkit-transition:all .5s cubic-bezier(.7,0,.3,1);width:100%}.carousel .indicators{align-items:center;bottom:40px;display:flex;left:50%;position:absolute;transform:translateX(-50%)}@media screen and (max-width:500px){.carousel .indicators{bottom:10px}}.carousel .indicators .indicator{border:2px solid #fff;border-radius:50%;content:"";cursor:pointer;display:block;height:15px;margin:0 10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;width:15px}@media screen and (max-width:500px){.carousel .indicators .indicator{height:10px;width:10px}}.carousel .indicators .indicator.current{background-color:#fff}.updates-item{background:#fff;display:flex;flex-direction:column;height:75vh;margin-right:20px;min-height:530px;min-width:350px;overflow:hidden;width:380px}@media screen and (max-width:500px){.updates-item{align-items:center;display:inline-flex;margin-right:0;min-height:calc(100vh - 80px);min-width:0;min-width:auto;vertical-align:top;white-space:normal;width:100%}}.updates-item .image{background-position:50%;background-size:cover;height:50%;width:100%}.updates-item .content{align-items:flex-start;display:flex;flex-direction:column;margin:25px 0 auto}@media screen and (max-width:500px){.updates-item .content{align-items:center;justify-content:center;margin:auto 0;text-align:center;width:285px}}.updates-item .content .date{font-family:Lexend Deca,sans-serif;font-size:14px;letter-spacing:4px;text-transform:uppercase}.updates-item .content .italic{font-style:italic;letter-spacing:1px;text-transform:capitalize}.updates-item .content h3{margin:0 0 10px}@media screen and (max-width:500px){.updates-item .content h3{font-size:16px}}.updates-item .content p{font-size:18px;line-height:36px;margin:0 -1.4em 0 0;max-height:108px;overflow:hidden;padding-right:1.4em;position:relative;text-align:left;text-overflow:ellipsis;width:100%}.updates-item .content p:before{background:#fff;bottom:0;content:" . . .";position:absolute;right:0}.updates-item .content p:after{background:#fff;content:"";height:1.5em;margin-top:.2em;position:absolute;right:0;width:1.2em}@media screen and (max-width:500px){.updates-item .content p{font-size:16px;line-height:30px;max-height:90px;text-align:center}}.updates-item .content .button{margin-top:14px}@media screen and (max-width:500px){.updates-item .content .button{margin-top:20px}}.updates{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:60px 0 40px;position:relative}@media screen and (max-width:500px){.updates{min-height:auto;padding:60px 0 0}}.updates .update-list{-webkit-overflow-scrolling:touch;align-items:center;display:flex;overflow-x:auto;scrollbar-width:none;width:100%}.updates .update-list>:first-child{margin-left:60px}@media screen and (max-width:500px){.updates .update-list>:first-child{margin-left:0}}.updates .update-list::-webkit-scrollbar{display:none}.updates-mobile{height:calc(100vh - 80px);overflow:hidden;position:relative;white-space:nowrap;width:100%}.home-page{padding-bottom:30px;position:relative}.home-page .creator-link{bottom:0;display:block;font-size:12px;padding:.5rem;position:absolute;right:0;text-align:right}.alert{align-items:center;background:#b2e4d5;border-radius:4px;box-shadow:0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f,0 8px 10px -5px #0006;display:flex;justify-content:center;left:50%;overflow:hidden;padding:16px 28px;pointer-events:none;position:fixed;top:60px;transform:translateX(-50%);transition:all .5s ease-in-out;z-index:5}.alert.fade-in{opacity:1}.alert.fade-out{opacity:0}.alert .message{font-family:Lexend Deca,sans-serif;font-weight:500;text-align:center;text-transform:uppercase}body{background-color:#fff;color:#000;font-family:Amiri,Noto Sans TC,serif;font-weight:300;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#000;font-family:Lexend Deca,sans-serif;font-weight:400;letter-spacing:3.2px;text-transform:uppercase}h1{font-size:34px;letter-spacing:.2em}@media screen and (max-width:1024px){h1{font-size:30px}}@media screen and (max-width:500px){h1{font-size:20px}}a{color:#000;font-family:Lexend Deca,sans-serif;text-decoration:none}*{box-sizing:border-box}.footer{align-items:center;background-color:#000;display:flex;height:auto;justify-content:flex-start;margin-top:40px;position:relative;width:100%}.footer .footer-content{padding:56px 48px 42px}.footer .footer-content .icon-set{align-items:center;display:flex;flex-direction:row;height:auto;width:auto}.footer .footer-content .icon-set:hover .icon{color:gray}.footer .footer-content .icon-set .icon{color:#fff;cursor:pointer;display:inline-flex;height:24px;margin-right:20px;transition:all .2s ease-in-out;width:24px}.footer .footer-content .icon-set .icon:hover{color:#fff}.footer .footer-content .icon-set .icon svg{height:100%;width:100%}.footer .footer-content .icon-set .icon:last-child{margin-right:0}.footer .creator-link{bottom:16px;color:#fff;font-size:11px;letter-spacing:.12em;opacity:.9;position:absolute;right:24px;text-transform:uppercase}.footer .creator-link:hover{opacity:1}@media screen and (max-width:768px){.footer .footer-content{padding:40px 24px 36px}.footer .creator-link{bottom:12px;font-size:10px;right:16px}}
/*# sourceMappingURL=main.9bc2c17b.css.map*/