@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Iceland&family=Poppins:wght@300;500;600&display=swap");:root{--title:"Iceland",sans-serif;--subtitle:"Poppins",sans-serif;--dark-yellow:#996a42;--yellow:#d49c44;--grey:grey;--light-grey:#c4c4c4;--dark:#0c0813;--white:#fff;--black:#000}*{box-sizing:border-box;list-style-type:none;margin:0;padding:0;text-decoration:none}html{overflow-x:hidden;scroll-padding-top:5rem;scroll-behavior:smooth;font-size:100%;height:100%}html::-webkit-scrollbar{width:.4rem}html::-webkit-scrollbar-track{background:var(--dark)}html::-webkit-scrollbar-thumb{background:var(--dark-yellow);border-radius:30px}body{background-color:#0c0813;color:var(--light-grey);font-size:100%;height:100%}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.section__container{max-width:1200px;margin:auto auto 3rem}.Toastify__toast-theme--light{background-color:#293040!important;color:var(--light-grey)!important}@media screen and (max-width:1023px){.section__container{max-width:90%}}@media screen and (max-width:824px){.section__container{max-width:95%}}@media screen and (max-width:560px){.section__container{max-width:100%}}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;color:#fff;display:flex;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1 1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app__layout{display:flex;flex:1 1;flex-direction:column;min-height:100%}.app__layout-main{margin-top:4rem;flex-grow:1;min-height:100%}.app__lp-about{padding:4rem 0 0;margin-bottom:7.5rem}.app__lp-about_header{margin:auto;width:85%}.app__lp-about_header h2{font-size:4rem;font-family:var(--title);color:var(--yellow);font-weight:600;margin-bottom:2rem}.app__lp-about_content{margin:auto;width:85%}.app__lp-about_col h2{font-size:4rem;font-weight:600;font-family:var(--title);margin-bottom:2.5rem}.app__lp-about p{font-family:var(--subtitle);font-size:.875rem;margin-bottom:1.5rem;color:var(--light-grey)}.app__lp-about_link{text-align:left;margin-top:2rem}.app__lp-about_link a{color:var(--yellow);font-family:var(--subtitle);font-size:1rem;font-weight:500;text-decoration:underline;transition:all .5s ease-in-out}.app__lp-about_link a:hover{background-color:#293040}.app__lp-guardians{margin-bottom:7.5rem}.app__lp-guardians_container{padding:0 1rem}.app__lp-guardians_header h2{font-family:var(--title);color:var(--yellow);font-size:3rem;font-weight:600;line-height:2.7rem;margin:auto auto 2.5rem;text-transform:uppercase;text-align:center;width:600px}.app__lp-guardians_image{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:4rem}.app__lp-guardians_btns{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem;width:100%}.app__lp-guardians_btn a{background-color:#fff;border:none;cursor:pointer;color:#000;border-radius:2rem;font-size:.875rem;font-weight:600;font-family:var(--subtitle);margin-top:1rem;outline:none;padding:1rem 1.5rem;min-width:180px;white-space:nowrap;transition:all .25s ease-in}.app__lp-guardians_btn a:hover{border:1px solid #fff;background-color:#1a1d24;color:#fff}.app__lp-howtoplay{margin-bottom:7.5rem}.app__lp-howtoplay_container{padding:0 1rem}.app__lp-howtoplay_header h2{font-family:var(--title);color:var(--yellow);font-size:3rem;font-weight:600;line-height:2.7rem;margin:auto auto 2rem;text-transform:uppercase;text-align:center;width:600px}.app__lp-howtoplay_header p{font-family:var(--subtitle);font-size:.875rem;font-weight:500;margin:auto auto 1.5rem;text-align:center;width:824px}.app__lp-howtoplay_content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.app__lp-howtoplay_content .app__lp-howtoplay_card{background-color:#293040;border-radius:1rem;box-shadow:0 1px 2px hsla(0,0%,100%,.6);padding:1rem}.app__lp-howtoplay_card h3{font-family:var(--title);color:var(--dark-yellow);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.app__lp-howtoplay_card p{font-family:var(--subtitle);font-weight:400;font-size:.875rem}.app__lp-howtoplay_card .app__lp-howtoplay_card-step{font-family:var(--title);font-size:2.5rem;font-weight:600;margin-bottom:.65rem}.app__lp-faq{padding:0 2rem;margin-bottom:7.5rem}.app__lp-faq_container{margin:auto;max-width:824px}.app__lp-faq_heading h2{font-family:var(--title);color:var(--yellow);font-size:3rem;font-weight:600;line-height:2.7rem;margin:auto auto 2rem;text-transform:uppercase;text-align:center}.app__lp-faq_heading p{color:#fff;font-family:var(--subtitle);font-size:1rem;font-weight:400;margin-bottom:2rem;text-align:center}@media screen and (max-width:1024px){.app__lp-howtoplay_content{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:824px){.app__lp-guardians_image{grid-template-columns:repeat(2,1fr)}.app__lp-faq{padding:3rem 1.5rem 0}}@media screen and (max-width:700px){.app__lp-guardians_header h2,.app__lp-howtoplay_header h2{font-size:2.5rem;width:100%}.app__lp-howtoplay_content{grid-template-columns:repeat(1,1fr)}.app__lp-about{padding:0}}@media screen and (max-width:560px){.app__lp-faq_heading h2,.app__lp-guardians_header h2,.app__lp-howtoplay_header h2{font-size:2.2rem;margin-bottom:1.5rem}.app__lp-faq_heading p{font-size:.875rem}}.app__navbar{align-items:center;background-color:inherit;display:flex;flex-grow:1;flex-shrink:0;justify-content:center;height:5rem;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:10}.app__navbar.appear{background-color:#0c0813;border-bottom:1px solid #293040}.app__navbar-container{align-items:center;display:flex;justify-content:center;padding:1rem 1.5rem;width:100%}.app__navbar-container__logo{flex-grow:1}.app__navbar-container__links ul{align-items:center;display:flex;gap:2rem 2rem;width:100%}.wallet-adapter-dropdown-list{display:grid!important;grid-gap:0!important;gap:0!important}.wallet-adapter-dropdown-list-item{padding:0}.app__navbar-container a{color:var(--grey);font-family:var(--subtitle);font-size:.875em;font-weight:500;transition:all .3s ease-in}.app__navbar-container .app__navbar-container__links a:hover{color:var(--yellow)}.app__navbar-container__links a.app__navbar-link__active{color:var(--yellow);border-bottom:2px solid var(--yellow)}.app__navbar-container__btns{display:none}.app__navbar-mobile__menu{align-items:flex-end;background-color:#1a1d24;background-color:#0c0813;box-shadow:0 1px 2px hsla(0,0%,100%,.4);border-radius:5px;box-shadow:0 0 5 rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:10px;top:40px}.app__navbar-mobile__menu li{margin:1rem 0}.app__navbar-btn{background-color:var(--white);border-radius:.675rem;color:var(--black)!important;padding:.5rem 1rem}.app__navbar-btn:hover{background-color:#293040;color:var(--white)!important}.wallet-adapter-button-trigger{background-color:#fff;color:#000;font-size:.875rem;height:40px;transition:all .3s ease-in}.wallet-adapter-button-trigger:hover{color:#fff!important}.wallet-adapter-button{border:none;cursor:pointer;align-items:center;font-weight:600;line-height:48px;padding:.5rem 1rem;border-radius:.675rem}@media screen and (max-width:768px){.app__navbar-container__links ul{display:none}.app__navbar-container__btns{display:flex}.wallet-adapter-dropdown-list-item{padding:0 20px}}.app__header{min-height:70vh;justify-content:center;margin-top:-4rem;overflow:hidden;position:relative;width:100%}.app__header__video{height:100%;object-fit:cover}.app__header-overlay,.app__header__video{position:absolute;top:0;left:0;width:100%}.app__header-overlay{background-color:rgba(0,0,0,.65);bottom:0;right:0;z-index:1;display:flex;justify-content:center;align-items:center}.app__header-container{z-index:2}.app__header-row{display:flex;gap:1rem}.app__header-row .app__header-content{display:flex;align-items:center;justify-content:center}.app__header-text h2{color:var(--yellow);font-size:4.5rem;text-align:center;font-weight:600;margin-bottom:1rem;font-family:var(--title)}.app__header-text p{color:#fff;font-size:1rem;text-align:center;font-weight:500;margin-bottom:2rem;font-family:var(--subtitle)}.app__header-btns{align-items:center;justify-content:center;gap:1.6rem;display:flex}.app__header-text a{background-color:#fff;border:1px solid #293040;border-radius:2rem;color:#000;font-size:1.1rem;font-weight:600;font-family:var(--title);outline:none;padding:1rem 2rem;transition:all .25s ease-in}.app__header-text a.app__header-btn_alt,.app__header-text a:hover{background-color:#0c0813;color:#fff}.app__header-text a.app__header-btn_alt:hover{background-color:#fff;color:#000}@media screen and (max-width:956px){.app__header{min-height:auto;padding:10rem 2rem 7rem}.app__header-col.-left{display:none}.app__header-col.-right{flex:1 1}.app__header-text{width:600px;margin:auto}}@media screen and (max-width:768px){.app__header-text{width:100%}}@media screen and (max-width:560px){.app__header-text h2{font-size:3.8rem}.app__header-text p{font-size:.825rem}.app__header-btns a{width:max-content}}@media screen and (max-width:400px){.app__header-btns{flex-direction:column}}.app__guardian{padding:2rem}.app__guardian-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.app__guardian-header{margin-bottom:1.5rem;padding:0 1rem}.app__guardian-container h1{font-family:var(--title);color:var(--yellow);font-size:3rem;font-weight:600;line-height:2.7rem;margin:auto auto 1.5rem;text-transform:uppercase;text-align:center;width:600px}.app__guardian-header p{font-family:var(--subtitle);font-size:.875rem;font-weight:500;margin:auto auto 1.5rem;text-align:center;width:824px}.app__guardian-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.app__guardian-grid img{width:100%;height:auto}.-item1,.-item2,.-item3,.-item4{transition:all .35s ease-in-out}.-item1:hover,.-item2:hover,.-item3:hover,.-item4:hover{rotate:0deg;transform:scale(1.08)}.-item1{rotate:-5deg}.-item2{rotate:-4deg}.-item3{rotate:4deg}.-item4{rotate:5deg}.app__guardian-row__left p{font-size:1rem;font-weight:600;font-family:var(--subtitle);text-transform:uppercase}.app__guardian-btns{align-items:center;display:flex;gap:1rem;margin-top:2rem}.nfts-left{font-family:var(--subtitle);font-size:.875rem;font-weight:500;margin:auto auto 1rem;text-align:center}.nfts-left span{color:var(--yellow)}.app__guardian-btn{border-radius:.675rem;border:none;cursor:pointer;align-items:center;font-weight:600;line-height:25px;background-color:#293040;color:var(--white)!important;padding:.5rem 1rem;transition:all .3s ease-in}.app__guardian-btn:hover{background-color:var(--white);color:var(--black)!important}.app__guardian-btn a{background-color:#fff;border:none;cursor:pointer;color:#000;border-radius:2rem;font-size:.875rem;font-weight:600;font-family:var(--subtitle);margin-top:1rem;outline:none;padding:1rem 1.5rem;min-width:180px;white-space:nowrap;transition:all .25s ease-in}.app__guardian-btn a:hover{border:1px solid #fff;background-color:#293040;color:#fff}.app__guardian-row__right{display:flex}.card img{height:100%;width:100%;background-color:coral}.app__guardian-row.-responsibilities{margin-top:7.5rem}.app__guardian-row.-responsibilities h2{font-family:var(--title);color:var(--yellow);font-size:2.6rem;font-weight:600;line-height:2.7rem;margin:auto auto 1rem;text-transform:uppercase}.app__guardian-row.-responsibilities h4{font-family:var(--subtitle);font-size:.875rem;font-weight:400;margin:auto auto 1.5rem}.app__guardian-row.-responsibilities .app__guardian-fields{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(3,1fr);margin:2.5rem 0}.app__guardian-row.-responsibilities .app__guardian-field{background-color:#293040;border-radius:.5rem;padding:1rem 1.5rem}.app__guardian-field p,.app__guardian-row.-responsibilities h6{font-family:var(--subtitle);font-size:.875rem;font-weight:400}.app__guardian-row.-responsibilities h6{color:var(--white)}@media screen and (max-width:900px){.app__guardian-grid{grid-template-columns:repeat(2,1fr)}.app__guardian-container p{width:100%}.-item3{rotate:-5deg}.-item2{rotate:5deg}.app__guardian-row.-responsibilities h2{width:100%;font-size:2rem}.app__guardian-row.-responsibilities .app__guardian-fields{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:700px){.app__guardian-row.-responsibilities .app__guardian-fields{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:650px){.app__guardian-container h1{width:100%}}.app__guardians{overflow:hidden;padding:6rem 2rem 0;margin-bottom:2rem;width:100%}.app__guardians-container{border-bottom:2px solid #dbdbdb;padding-bottom:4rem}.app__guardians-container__textbox{margin-bottom:4rem}.app__guardians-container__textbox h2{color:#fff;font-family:var(--title);font-size:3rem;font-weight:500;margin-bottom:1.2rem;text-align:center}.app__guardians-container__textbox p{color:#faf8f8;font-family:var(--subtitle);font-size:1rem;font-weight:400;margin:auto;width:90%}.app__guardians-container__image{display:flex;flex-wrap:wrap;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;width:100%}.app__guardians-container__image .app__guardian-image{border-radius:1rem;height:auto;margin-right:1rem;margin-bottom:3rem;overflow:hidden;position:relative;width:100%}.app__guardian-image img{height:100%;transition:transform .3s;width:100%}.app__guardian-image img:hover{transform:scale(1.08px)}.app__guardians-link__container{text-align:center;margin-top:2rem}.app__guardians-link__container a{background-color:#fff;border:none;color:#000;border-radius:2rem;font-size:1.4rem;font-weight:600;font-family:var(--title);outline:none;padding:1rem 2rem;transition:all .25s ease-in}.app__guardians-link__container a:hover{background-color:#293040;color:#fff}@media screen and (max-width:824px){.app__guardians{padding:3rem 1.5rem 0}.app__guardians-container__image{grid-gap:1.5rem;grid-template-columns:repeat(2,1fr)}.app__guardians-container__textbox h2{font-size:2.5rem}.app__guardians-container__textbox p{font-size:1.3rem;line-height:1.5rem}}@media screen and (max-width:560px){.app__guardians{padding:2rem 1rem 0}.app__guardians-container__textbox h2{font-size:2rem}.app__guardians-container__textbox p{font-size:.875rem;line-height:1.5rem;font-weight:400}.app__guardians-container__image{margin:auto;grid-gap:3rem;grid-template-columns:repeat(1,1fr);width:300px}}.app__rules{margin-top:1rem;padding:0 0 4rem}.app__rules-field{margin:auto auto 1.5rem;max-width:956px}.app__rules-header{align-items:center;background-color:#293040;display:flex;justify-content:center;height:18rem;margin-bottom:2rem;text-align:center}.app__rules-header h2{font-family:var(--title);color:var(--yellow);font-size:3.5rem;font-weight:600;margin-bottom:2.5rem}.app__rules-field p{font-family:var(--subtitle);font-size:.875rem;line-height:1.5rem;font-weight:300;display:flex}.app__rules-field .dot{min-width:12px;height:12px;background-color:#fff;border-radius:50%;margin-right:12px;margin-top:10px}@media screen and (max-width:824px){.app__rules-header h2{font-size:2.5rem}.app__rules-content{padding:1rem}}@media screen and (max-width:560px){.app__rules-header h2{font-size:2rem;margin-bottom:1.5rem}.app__rules-container__field p{font-size:.875rem}}.app__faq-acordion{border-radius:.4rem;background-color:#293040;padding:1rem;margin-bottom:1rem}.app__faq-acordion__title-box{align-items:center;display:flex;justify-content:space-between}.app__faq-acordion__subtitle-box{border-top-right-radius:.4rem;background-color:#212838;border-left:3px solid #c4a65a;margin-top:1rem;padding:1rem}.app__faq-acordion__title-box h3{color:#fff;font-family:var(--title);font-size:1.5rem;font-weight:500;margin-right:1rem}.app__faq-acordion__subtitle-box p{font-family:var(--subtitle);font-size:.875rem;color:#fff;font-weight:400}path,svg{color:#fff!important}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:560px){.app__faq-acordion__title-box h3{font-size:1.2rem;margin-bottom:.5rem}.app__faq-acordion__subtitle-box p{font-size:.75rem}}.app__footer{flex-grow:0;flex-shrink:0;padding:2rem 2rem 0;border-top:1px solid #293040}.app__footer img{width:64px;height:64px}.app__footer-container h2{font-size:3rem;font-weight:600;font-family:var(--title)}.app__footer-container h3{font-size:2.5rem;font-weight:600;font-family:var(--title)}.app__footer-container h4{font-size:1.5rem;font-weight:600;font-family:var(--title);color:var(--dark-yellow);margin-bottom:1rem}.app__footer li a{color:grey;font-size:1.1rem;font-weight:400;font-family:var(--subtitle);transition:all .5s ease-in}.app__footer li a:hover{color:var(--yellow)}.app__footer-container p{color:var(--grey);font-family:var(--subtitle);text-align:center}.app__footer-container__social{margin-bottom:2rem}.app__footer-container__social .app__icons svg{color:#fff!important;font-size:32px;height:32px;width:32px}.app__footer-row{margin-bottom:2rem}.app__footer-row:last-child{margin-top:2rem}.app__footer .app__footer-row.-links{display:flex;gap:4rem;justify-content:space-between}.app__footer-row.-links div{flex:0.5 1}.app__footer-row-name{color:var(--yellow)}.app__footer .app__footer-links_grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.app__footer li{margin-bottom:1.1rem}.app__footer-row.-socials{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.app__footer-icons{display:flex;gap:1rem}.app__footer-icon a{border:1px solid #293040;border-radius:1rem;padding:1rem 1.5rem;color:#fff;font-family:var(--subtitle);font-size:1.1rem;font-weight:400;margin-right:1rem;transition:all .5s ease-in-out}.app__footer-icon a:hover{background-color:#293040}.app__footer-icon a span{margin-right:1rem}@media screen and (max-width:956px){.app__footer-row.-socials{flex-direction:column;margin-bottom:3rem}.app__footer-row.-socials h2{margin-bottom:2rem}}@media screen and (max-width:824px){.app__footer-row.-links{flex-direction:column}.app__footer-container ul{gap:1rem}.app__footer-container__social .app__icons svg{font-size:25px;height:25px;width:25px}.app__footer-container p{font-size:.875rem}}@media screen and (max-width:560px){.app__footer-links_grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:460px){.app__footer-icons{flex-wrap:wrap}.app__footer-icon a{display:inline-block;position:relative}}.app__work{padding:4rem 2rem}.app__work-container__field{margin-bottom:2.5rem}.app__work-container__header{margin-bottom:4rem}.app__work-container__header h2{font-family:var(--title);color:var(--yellow);font-size:3.5rem;font-weight:600;margin-bottom:1rem}.app__work-container__header h3{font-family:var(--title);font-size:3rem;width:824px}.app__work-container__field p{font-family:var(--subtitle);font-size:1rem;line-height:1.5rem;font-weight:300}.app__work-row{border-radius:1rem;background-color:#293040;box-shadow:0 1px 2px hsla(0,0%,100%,.6);margin:auto;padding:1rem;height:100%;width:100%}.app__work-steps h3{font-family:var(--title);font-size:3rem;font-weight:600}.app__work-body{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.app__work-row_field h3{font-family:var(--title);color:var(--dark-yellow);font-size:2rem;margin-bottom:1rem}.app__work-row_field p{font-family:var(--subtitle);font-weight:400;font-size:.875rem}@media screen and (max-width:1024px){.app__work-body{grid-template-columns:repeat(2,1fr)}.app__work-container__header h3{width:700px}}@media screen and (max-width:824px){.app__work{padding:3rem 1.5rem 0}.app__work-container__header h3{width:100%}}@media screen and (max-width:700px){.app__work-body{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:560px){.app__work{padding:2rem 1.5rem}.app__work-container__header h2{font-size:2rem;margin-bottom:1.5rem}.app__work-container__header h3{font-size:1.8rem}.app__work-container__field p{font-size:.875rem}}.app__about{align-items:center;display:flex;justify-content:center}.app__about-container__field{margin-bottom:1.5rem}.app__about-container__header h2{font-family:var(--title);font-size:2.5rem;font-weight:600;margin-bottom:2.5rem;text-align:center}.app__about-container__field p{font-family:var(--subtitle);font-size:1rem;line-height:1.5rem;font-weight:300}.app__about-container__field a{color:#fff}.app__about-container__button button{border:none;border-radius:.4rem;font-size:1rem;font-weight:500;outline:none;padding:1rem 3rem}.app__about-container__link{margin-top:4rem;text-align:center}.app__about-container__field a{background-color:#fff;border:none;border-radius:2rem;color:#000;font-size:1.4rem;font-weight:600;font-family:var(--title);outline:none;padding:1rem 2rem;transition:all .25s ease-in}.app__about-container__field a:hover{background-color:#293040;color:#fff}.app__about-row.-about{margin-bottom:7.5rem}.app__about-header h2{display:none;font-size:3.5rem;font-family:var(--title);color:var(--yellow);margin-bottom:2rem}.app__about-row .app__about-header h2{display:block}.app__about-row.-about,.app__about-row.-story{display:flex;justify-content:space-between;gap:3rem;position:relative}.app__about-row.-about .app__about-col.-right,.app__about-row.-story .app__about-col.-left{flex-grow:1}.app__about-header,.app__about-story_header{align-items:center;display:flex;justify-content:space-between;margin-top:5rem}.app__about-col img{width:447px;height:auto;border-radius:3rem;position:-webkit-sticky;position:sticky;top:0}.app__about-field{margin-bottom:1.5rem}.app__about-field p{font-size:.75rem;font-weight:400}.app__about-field p,.btn{font-family:var(--subtitle)}.btn{background-color:#fff;color:#000;font-size:.875rem;font-weight:500;display:inline-block;float:right;padding:.75rem 1rem;border-radius:1rem;position:relative}.app__about-row.-story{margin-bottom:7.5rem}.app__about-story_header h2{font-size:3.5rem;font-weight:600;font-family:var(--title);color:var(--yellow);margin-bottom:2rem}.app__about-story_field p{font-size:.75rem;font-weight:400;font-family:var(--subtitle)}.app__about-story_field{margin-bottom:1.5rem}.app__about-story_field:last-child{margin-bottom:0}@media screen and (max-width:956px){.app__about-col img{width:360px}}@media screen and (max-width:824px){.app__about{padding:3rem 1.5rem 0}.app__about-row.-about,.app__about-row.-story{flex-direction:column}.app__about-row.-story .app__about-col img{display:none}.app__about-header{margin-top:0}.app__about-col img{display:none}}@media screen and (max-width:560px){.app__about{padding:2rem 1.5rem}.app__about-container__header h2{font-size:2rem;margin-bottom:1.5rem}.app__about-container__field p{font-size:.875rem}.app__about-col img{display:block;width:100%}.app__about-header h2{display:block}.app__about-row .app__about-header h2{display:none}}.app__roadmap{border-bottom:1px solid #293040}.app__roadmap:last-child{border-bottom:0}.app__about-roadmap_header{margin-bottom:4rem}.-roadmap{margin-bottom:2rem}.-roadmap .app__about-roadmap_header h2{font-size:3.5rem;font-weight:600;font-family:var(--title);color:var(--yellow);width:600px}.app__roadmap-container{display:flex;padding:2rem 0}.app__roadmap-body,.app__roadmap-header{flex:0.5 1}.app__roadmap-header .icons{display:none}.app__roadmap-header h2{font-family:var(--title);color:var(--dark-yellow);font-size:2.8rem;font-weight:600}.app__roadmap-body{display:flex;transition:all .5s ease-in-out}.app__roadmap-body p{font-family:var(--subtitle);font-size:.875rem;font-weight:400;margin-bottom:.75rem}.app__roadmap-icons{max-width:max-content;margin-left:1rem}@media screen and (max-width:956px){.-roadmap .app__about-roadmap_header h2{font-size:4rem;width:650px}}@media screen and (max-width:800px){.app__roadmap-container{flex-direction:column}.-roadmap .app__about-roadmap_header h2{font-size:3.5rem;width:560px}.app__roadmap-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.app__roadmap-header .icons{display:inline-block}.app__roadmap-body.-hidden{visibility:hidden;display:none}.app__roadmap-body.-visible{visibility:visible;display:block}.app__roadmap-body .app__roadmap-icons{display:none}}@media screen and (max-width:600px){.-roadmap .app__about-roadmap_header h2{font-size:2rem;width:100%}.app__roadmap-header h2{font-size:1.8rem}}.app__divine-draw__header{align-items:center;background-image:url(/_next/static/media/Fortuna.93dd87d2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;margin-top:-4rem;margin-bottom:3.5rem;min-height:100vh;padding:2rem 0;position:relative;text-align:center}.app__divine-draw_overlay{background-color:rgba(0,0,0,.65);padding:6rem 2rem 4rem;bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.app__divine-draw__header-container{padding:4rem 0;position:relative;width:100%;z-index:2}.app__divine-draw__header h4{font-family:var(--title);font-size:2rem;color:var(--yellow)}.app__divine-draw__header h2{font-family:var(--subtitle);font-size:3rem}.app__divine-draw__header p{font-family:var(--subtitle);font-size:1.2rem;color:var(--white)}.app__divine-draw__header button{background-color:#fff;border:none;border-radius:2rem;color:#293040;font-family:var(--subtitle);font-size:1rem;font-weight:400;padding:.625rem 2rem}.app__divine-draw__header button:disabled{background-color:#e9eaeb;color:#bdc2c4;cursor:not-allowed}.countdown{gap:1.5rem;margin:1rem 0 2rem}.time div{align-items:center;background-color:#293040;border-radius:.4rem;box-shadow:0 1px 2px hsla(0,0%,100%,.6);display:flex;height:5rem;justify-content:center;margin-bottom:.5rem;padding:.5rem;width:5rem}.countdown h2{color:var(--yellow);font-size:2rem;font-weight:500}.countdown h2,.countdown p{font-family:var(--subtitle)}.countdown p{font-size:.875rem;font-weight:400;text-align:center}.app__divine-draw__scroll{animation:bounce 3s linear infinite;position:absolute;bottom:40px;left:60px;z-index:9;align-items:center;background-color:#293040;border-radius:50%;display:flex;height:3.5rem;justify-content:center;width:3.5rem}.app__divine-draw-ticket-view{text-align:center;padding:4rem 0;position:relative;width:100%;z-index:2;font-family:var(--subtitle);color:#fff}.app__divine-draw-ticket-view h4{color:var(--yellow)}.app__divine-draw-ticket-view h1{font-size:4rem;margin-top:20px;margin-bottom:20px}.app__divine-draw-ticket-view .floating-image{display:inline-block;animation:tilt 6s ease-in-out infinite}@keyframes tilt{0%,to{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.app__divine-draw-ticket-view img{width:500px;height:250px}.app__divine-draw-ticket-view button{border-radius:133.333px;margin-bottom:20px;border:none;cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--subtitle);outline:none;padding:.875rem 1.5rem;transition:all .5s ease-in-out}.app__divine-draw-countdown{margin-top:20px}.app__divine-draw-countdown p{font-size:20px;margin-bottom:10px}.app__divine-draw-countdown-timer{color:var(--light-grey);display:flex;align-items:center;justify-content:center}.app__divine-draw-countdown-timer>div{margin-right:10px}.app__divine-draw-countdown-timer span{font-size:2rem;color:var(--white);font-family:var(--title)}.app__divine-draw__history .livedraw__content{max-width:900px;margin:0 auto}.app__divine-draw__history .livedraw__container{background-color:#293040;border-radius:20px;box-shadow:0 1px 2px hsla(0,0%,100%,.6);padding:1rem;width:100%}.app__divine-draw__history .livedraw__table{font-family:var(--subtitle);overflow-x:auto}.app__divine-draw__history .livedraw__table table{border-collapse:collapse;width:100%;min-width:300px}.app__divine-draw__history .livedraw__table thead{background-color:#0c0813;white-space:nowrap}.app__divine-draw__history .livedraw__table th{font-size:.825rem;font-weight:400;padding:1rem;text-align:start}.app__divine-draw__history .livedraw__table td{font-size:.735rem;font-weight:400;padding:.6rem;border:1px solid #0c0813}.app__divine-draw__history .livedraw__table .connected{text-align:center}.app__divine-draw__history{align-items:center;justify-content:center;margin-bottom:2rem;padding:4rem 0}.app__divine-draw__history .toggle__btns{overflow:hidden;border-radius:4px;display:flex;margin-bottom:3rem;align-items:center;justify-content:center}.app__divine-draw__history .toggle__btn{background-color:#fff;border-right:1px solid #0c0813;cursor:pointer;font-size:.875rem;font-family:var(--subtitle);font-weight:600;min-width:180px;opacity:.25;outline:none;padding:12px;transition:all .2s ease-in-out}.app__divine-draw__history .toggle__btn.active{opacity:1}.app__divine-draw__history .history__content{max-width:900px;margin:0 auto}.app__divine-draw__history .history__container{background-color:#293040;border-radius:20px;box-shadow:0 1px 2px hsla(0,0%,100%,.6);padding:1rem;width:100%}.app__divine-draw__history .history__table{font-family:var(--subtitle);overflow-x:auto}.app__divine-draw__history .history__table table{border-collapse:collapse;width:100%;min-width:300px}.app__divine-draw__history .history__table thead{background-color:#0c0813;white-space:nowrap}.app__divine-draw__history .history__table th{font-size:.825rem;font-weight:400;padding:1rem;text-align:start}.app__divine-draw__history .history__table td{font-size:.735rem;font-weight:400;padding:.6rem;border:1px solid #0c0813}.app__divine-draw__history .history__table .connected{text-align:center}.app__divine-draw__history-content .app__divine-draw__history-top{margin-bottom:4.5rem;text-align:center}.app__divine-draw__history-top h2{font-size:2.5rem;font-weight:600;font-family:var(--subtitle)}.app__divine-draw__history-content{max-width:900px;margin:0 auto}.app__divine-draw__history-container{border-radius:20px;padding:1rem;width:100%}.app__divine-draw__history-container,.ticket{background-color:#293040;box-shadow:0 1px 2px hsla(0,0%,100%,.6)}.ticket{border-radius:.4rem;margin:-3rem auto auto;padding:.5rem 1rem;width:max-content}.ticket__balls{align-items:center;display:flex;gap:.6rem;justify-content:center}.ticket p{font-family:var(--subtitle);font-size:.825rem;font-weight:400;margin-bottom:.5rem;text-align:center}.ticket__balls h3{font-family:var(--subtitle);font-size:1.5rem;font-weight:600}.ticket__balls .balls{align-items:center;border-radius:50%;display:flex;height:3rem;justify-content:center;width:3rem}.ticket__balls .balls:first-child{background-color:#d750b2}.balls:nth-child(n+1){background-color:#a881fc}.balls:nth-child(odd){background-color:#1fc7d4}.balls:nth-child(3n+1){background-color:#31d0aa}.balls:nth-child(4n+1){background-color:#93d45a}.balls:nth-child(5n+1){background-color:#ffc43c}.app__divine-draw__history-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem;margin-top:1rem}.app__divine-draw__history-header svg{font-size:2rem}.app__divine-draw__history-header__left{font-family:var(--subtitle)}.app__divine-draw__history-header__left p,.app__divine-draw__history-round span{font-size:.9rem;font-weight:400}.app__divine-draw__history-header__left input{background-color:#0c0813;border:none;border-radius:2rem;color:var(--light-grey);font-size:1.5rem;font-weight:700;font-family:var(--title);outline:none;margin-left:.5rem;padding:.45rem;width:2.75rem;text-align:center}.app__divine-draw__history-round p{margin-top:10px}.app__divine-draw__history-round p span{font-family:var(--title);font-size:1.2rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.app__divine-draw__history-round{margin-bottom:.4rem}.app__divine-draw__history-header__right{align-items:center;display:flex;gap:1rem}.app__divine-draw__history-header__right .icon{cursor:pointer}.app__divine-draw__history-empty{width:100%}.app__divine-draw__history-empty h2{font-size:2.5rem;font-weight:600;font-family:var(--subtitle);margin-bottom:1.5rem;text-align:center}.app__divine-draw__history-empty h3{font-size:2rem;font-weight:600;font-family:var(--subtitle);margin:0}.app__divine-draw__history-empty p{font-size:.875rem;font-weight:500;font-family:var(--subtitle);margin-bottom:1rem;text-align:center}.app__divine-draw__history-empty button{border-radius:133.333px;border:none;font-size:.875rem;font-weight:600;font-family:var(--subtitle);outline:none;padding:.875rem 1.5rem;transition:all .5s ease-in-out}.app__divine-draw__history-empty button:active{transform:scale(1.12)}.app__divine-draw__history-empty div{background-color:#293040;border-radius:1rem;margin:auto;padding:3rem 1rem;text-align:center;width:768px}.countdown{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.countdown .time{margin:0 10px}.countdown .time h2{font-size:24px;margin:0}.countdown p{font-size:14px}.app__divine-draw__history-body{font-family:var(--subtitle);overflow-x:auto}.app__divine-draw__history-body table{border-collapse:collapse;width:100%;min-width:300px}.app__divine-draw__history-body thead{background-color:#0c0813;white-space:nowrap}.app__divine-draw__history-body th{font-size:.825rem;font-weight:400;padding:.5rem;text-align:start}.app__divine-draw__history-body td{font-size:.735rem;font-weight:400;padding:.6rem;border:1px solid #0c0813}.app__divine-draw__steps{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.app__divine-draw__steps-container h2{font-family:var(--title);color:var(--yellow);font-size:3rem;font-weight:600;margin-bottom:3rem;text-align:center}.app__divine-draw__step{background-color:#293040;border-radius:.4rem;box-shadow:0 1px 2px hsla(0,0%,100%,.6);padding:1.5rem}.app__divine-draw__step h3{font-family:var(--title);color:var(--dark-yellow);font-size:2rem;margin-bottom:1rem;margin-top:1rem}.app__divine-draw__step p{font-family:var(--subtitle);font-size:.875rem;font-weight:400}.app__divine-draw__step span{display:block;font-family:var(--subtitle);font-size:.75rem;font-weight:500;text-align:right}.app__divine-draw__draw-btn{margin-top:20px;display:flex;align-items:center;justify-content:center;padding:10px;flex-wrap:wrap;gap:10px;width:100%}.app__divine-draw__draw-btn button{border-radius:133.333px;margin-bottom:20px;border:none;cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--subtitle);outline:none;padding:.875rem 1.5rem;transition:all .5s ease-in-out}.app__divine-draw__draw-btn button:hover{background-color:#293040;color:var(--white)!important}@keyframes bounce{0%{transform:scale(1)}to{transform:scale(1.08)}}@media screen and (max-width:960px){.app__divine-draw__steps{grid-template-columns:repeat(2,1fr)}.app__divine-draw__history-empty{padding:0 1rem}.app__divine-draw__history-empty div{width:100%}.app__divine-draw__history-content{max-width:100%;padding:.5rem}.app__divine-draw__history-body tbody,.app__divine-draw__history-body th{font-size:.725rem;padding:.3rem}.app__divine-draw__history .history__content{max-width:100%;padding:.5rem}.app__divine-draw__history .history__table tbody,.app__divine-draw__history .history__table th{font-size:.725rem;padding:.3rem}}@media screen and (max-width:600px){.app__divine-draw__steps{grid-template-columns:repeat(1,1fr);padding:0 1rem}.app__divine-draw__steps-container h2{font-size:2.5rem}.app__divine-draw__header{min-height:-moz-fit-content;min-height:fit-content;padding:4rem .5rem}.app__divine-draw__scroll{left:20px;bottom:20px}}