.dark-theme{--col-primary: #0a39cc;--col-secondary: #4f00bc;--col-tertiary: #29abe2;--col-light-1: #fff;--col-light-2: rgba(255,255,255,0.85);--col-light-3: rgba(255,255,255,0.5);--col-dark-1: #1a1b1f;--col-dark-2: #2e3036;--col-container-light: rgba(255,255,255,0.1);--col-container-dark: rgba(0,0,0,0.2);--col-border: rgba(255,255,255,0.05);--border-width: 0;--col-shadow: rgba(0,0,0,.2);--col-shadow-large: rgba(0,0,0,.5)}.light-theme{--col-primary: #0a39cc;--col-secondary: #4f00bc;--col-tertiary: #29abe2;--col-light-1: #1a1b1f;--col-light-2: #2e3036;--col-light-3: rgba(26,27,31,0.7);--col-dark-1: #fff;--col-dark-2: rgba(255,255,255,0.85);--col-container-light: #fff;--col-container-dark: rgba(79,0,188,0.1);--col-border: rgba(79, 0, 188, .1);--border-width: 1;--col-shadow: rgba(0,0,0,.1);--col-shadow-large: rgba(0,0,0,.2)}@keyframes fade-up{from{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:1.6rem;color:var(--col-light-1);font-family:'Noto Sans JP', sans-serif;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh}body.dark-theme{background-color:var(--col-dark-1);background-image:linear-gradient(to bottom right, rgba(10,57,204,0.2), rgba(79,0,188,0.1))}body.light-theme{background-color:#e9e2f0}@keyframes bodyanim{0%,100%{background-position:0}50%{background-position:100%}}.root{display:flex;flex-direction:column;align-items:stretch;flex:1}.margin{width:1300px;margin:0 auto;max-width:calc(100vw - 5rem)}.theme-toggle{transition:all .2s ease;cursor:pointer;filter:drop-shadow(0 0 3px rgba(0,0,0,0.15)) saturate(1)}.theme-toggle:hover{filter:drop-shadow(0 0 5px rgba(0,0,0,0.2)) saturate(1.2)}a{text-decoration:none;color:inherit}p{line-height:1.6}input,button,textarea{font-family:inherit;font-size:inherit;border:none;color:inherit;background-color:transparent}input:focus,button:focus,textarea:focus{outline:none}input::-moz-placeholder,button::-moz-placeholder,textarea::-moz-placeholder{color:rgba(255,255,255,0.6)}input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder{color:rgba(255,255,255,0.6)}input::placeholder,button::placeholder,textarea::placeholder{color:rgba(255,255,255,0.6)}ul{list-style:none;padding:0}fieldset{min-width:0}.heading-primary{font-size:2.4rem;letter-spacing:1px;font-weight:500}.heading-secondary{font-size:2rem;color:var(--col-light-1)}.dark-theme .heading-secondary{font-weight:700}.light-theme .heading-secondary{font-weight:900}.heading-tertiary{font-size:2rem;font-weight:400;color:var(--col-light-2);margin-bottom:1.5rem}.text{margin-top:1.5rem;color:var(--col-light-2);font-size:1.4rem}.text__link{color:#154bf4;font-weight:600;display:inline-block;transition:.15s ease}.text__link:hover{filter:brightness(1.2)}.u-flex-grow{flex:1 !important}.u-center-text{text-align:center !important}.u-remove-margin{margin:0 !important}.u-remove-margin-top{margin-top:0 !important}.u-remove-margin-bottom{margin-bottom:0 !important}.u-margin-top-gutter{margin-top:1.5rem !important}.u-margin-bottom-gutter{margin-bottom:1.5rem !important}.u-margin-left-gutter{margin-left:1.5rem !important}.u-margin-right-gutter{margin-right:1.5rem !important}.u-margin-bottom-extra-small{margin-bottom:.75rem !important}.u-margin-top-extra-small{margin-top:.75rem !important}.u-margin-bottom-small{margin-bottom:1.5rem !important}.u-margin-top-small{margin-top:1.5rem !important}.u-margin-bottom-huge{margin-bottom:10rem !important}.u-margin-top-huge{margin-top:10rem !important}.u-margin-bottom-big{margin-bottom:8rem !important}.u-margin-top-big{margin-top:8rem !important}.u-uppercase{text-transform:uppercase !important}.u-overflow-visible{overflow:visible !important}.u-sticky{position:sticky !important;top:1.5rem}.btn{border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);display:inline-block;background-color:#4f00bc;padding:1rem 2rem;box-shadow:0 0 1.5rem 0.5rem rgba(0,0,0,0.2);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:1.4rem;color:#fff;transition:all .15s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer}.btn--small{padding:.8rem 1.5rem 1rem 1.5rem;font-size:1.2rem}.btn:hover{background-color:#6400ef}.btn:active{transform:scale(0.96)}.dark-theme .header{background-color:#12152e}.dark-theme .header__wave{fill:#12152e;filter:drop-shadow(0 1.5rem 1rem rgba(0,0,0,0.1))}.light-theme .header{background-image:linear-gradient(to bottom right, #7796f8, #9d56ff)}.light-theme .header__wave{filter:drop-shadow(0 1.5rem 1rem rgba(0,0,0,0.1));fill:url("#grad")}.header{padding:12rem 0 11rem 0;position:relative;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:12rem}@media only screen and (max-width: 35.9375em){.header{padding:6rem 0 6rem 0;margin-bottom:4rem}}.header__margin{width:1300px;margin:0 auto;max-width:calc(100vw - 5rem);perspective:1300px}@media only screen and (max-width: 35.9375em){.header__margin{text-align:center}}.header__logo{width:35rem;animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.1s;opacity:0;transform:translateY(4rem);-webkit-backface-visibility:hidden;backface-visibility:hidden}@media only screen and (max-width: 35.9375em){.header__logo{width:28rem}}.header__text{margin-top:1.5rem;color:rgba(255,255,255,0.88);animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.32s;opacity:0;transform:translateY(4rem)}.header__button{margin-top:2rem;font-size:1.6rem;animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.5s;opacity:0;transform:translateY(4rem)}.header__wave{position:absolute;top:calc(100% - 1px);transform-origin:top;transform:scaleY(0.3)}@media only screen and (max-width: 35.9375em){.header__wave{display:none}}.footer{background-color:#18162a;padding:2.25rem 1.5rem;color:var(--col-light-2);font-size:1.4rem;font-weight:400;position:relative;margin-top:10rem}@media only screen and (max-width: 47.9375em){.footer{margin-top:0}}.footer__wave{position:absolute;bottom:calc(100% - 1px);left:0;width:100%;transform-origin:bottom;transform:scaleY(0.3);fill:#18162a}@media only screen and (max-width: 87.4375em){.footer__wave{transform:scaleY(0.5) !important}}@media only screen and (max-width: 47.9375em){.footer__wave{display:none}}.footer__margin{display:flex;align-items:center;transform:translateY(-1rem)}@media only screen and (max-width: 47.9375em){.footer__margin{transform:none}}.footer__logo{width:4rem;filter:drop-shadow(0 0 5px rgba(0,0,0,0.35))}.footer__info{align-self:stretch;margin-left:1.5rem;padding-left:1.5rem;display:flex;flex-direction:column;justify-content:center}.footer__copyright{margin-bottom:.3rem}.footer__company{color:var(--col-light-3)}.light-theme .footer{background-image:linear-gradient(to top left, #8a76fc, #9d57ff);color:#fff}.light-theme .footer__wave{fill:url("#grad2")}.light-theme .footer__company{color:#fff}.section{padding-bottom:6rem}.section:last-of-type{padding-bottom:3rem}.section:nth-of-type(1){animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.6s;opacity:0;transform:translateY(4rem)}.section:nth-of-type(2){animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.7s;opacity:0;transform:translateY(4rem)}.section:nth-of-type(3){animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.8s;opacity:0;transform:translateY(4rem)}.section:nth-of-type(4){animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.9s;opacity:0;transform:translateY(4rem)}.section:nth-of-type(5){animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:1s;opacity:0;transform:translateY(4rem)}@media only screen and (max-width: 35.9375em){.section{padding-bottom:4rem}}.section__heading{font-size:2.8rem}.section__heading::after{content:"";display:block;width:6rem;height:.6rem;margin:.5rem 0;background-image:linear-gradient(to left, #0a39cc, #4f00bc);border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);border-radius:0}.error{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.error__title{font-size:20rem;line-height:1;background-image:linear-gradient(to left, #0a39cc, #4f00bc);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 20px rgba(127,35,255,0.2);animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.15s;opacity:0;transform:translateY(4rem)}.error__subtitle{display:block;font-size:3rem;letter-spacing:17px;margin-top:1.5rem;font-weight:700;text-transform:uppercase;animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.3s;opacity:0;transform:translateY(4rem)}.error__text{margin:2.25rem 0;color:var(--col-light-2);letter-spacing:1px;font-size:1.3rem;animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.45s;opacity:0;transform:translateY(4rem)}.error__button{animation:fade-up 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;animation-delay:.6s;opacity:0;transform:translateY(4rem)}.properties{display:flex;flex-flow:row wrap;justify-content:space-between;margin-left:-1.5rem;width:calc(100% + 3rem);margin-bottom:1rem;perspective:1300px;transform-style:preserve-3d}.properties__card{border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);flex:1 1 calc(33.333% - 3rem);margin:1.5rem;padding:3rem 3rem;background-color:rgba(var(--col-light-1), 0.05);display:flex;flex-direction:column;text-align:center;transform-origin:center;transition:transform .2s ease, box-shadow .2s ease !important}@media only screen and (max-width: 61.9375em){.properties__card{flex:1 1 calc(33.333% - 3rem)}}@media only screen and (max-width: 35.9375em){.properties__card{flex:1 1 100%;max-width:calc(100% - 3rem)}}@media (min-width: 992px){.properties__card:hover{transform:scale(1.03);box-shadow:0 0 2rem 0.5rem var(--col-shadow)}}@media only screen and (max-width: 61.9375em){.properties{transform-origin:center}}.properties__logo{display:block;align-self:center;padding:.5rem;width:23rem;height:6rem;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 1px rgba(26,27,31,0.7));-webkit-backface-visibility:hidden;backface-visibility:hidden}.dark-theme .properties__logo--light{display:none}.light-theme .properties__logo--dark{display:none}.properties__title{margin:2rem 0 1.5rem 0;font-size:1.6rem;text-align:center;color:var(--col-light-2);font-weight:400;font-style:italic}.properties__description{font-size:1.5rem;color:--var(col-light-1);font-weight:200;margin:0 0 2rem 0}.properties__link{display:inline-block;align-self:center;margin-top:auto;padding:.8rem 1.5rem 1rem 1.5rem;line-height:1;color:var(--col-light-1);font-weight:500;background-position:99%;background-size:205%;background-image:linear-gradient(to right, var(--col-light-1) 0%, var(--col-light-1) 50%, transparent 50%);transition:all 0.4s cubic-bezier(0.85, 0, 0.15, 1)}.properties__link:hover{background-position:1%;color:#fff !important;text-shadow:-1px 1px 0px transparent}.properties__card--robloxden{background-image:linear-gradient(180deg, var(--col-container-light), rgba(226,35,26,0.2))}.properties__card--robloxden .properties__link{color:#e2231a;background-image:linear-gradient(to right, #e2231a 0%, #e2231a 50%, transparent 50%)}.properties__card--savelocation{background-image:linear-gradient(180deg, var(--col-container-light), rgba(136,46,253,0.2))}.properties__card--savelocation .properties__link{color:#882efd;background-image:linear-gradient(to right, #882efd 0%, #882efd 50%, transparent 50%)}.properties__card--totalcsgo{background-image:linear-gradient(180deg, var(--col-container-light), rgba(219,143,33,0.2))}.properties__card--totalcsgo .properties__link{color:#db8f21;background-image:linear-gradient(to right, #db8f21 0%, #db8f21 50%, transparent 50%)}.properties__card--totalcsgo .properties__link:hover{color:var(--col-dark-1) !important}.properties__card--commandsgg{background-image:linear-gradient(180deg, var(--col-container-light), rgba(33,150,243,0.2))}.properties__card--commandsgg .properties__link{color:#2196f3;background-image:linear-gradient(to right, #2196f3 0%, #2196f3 50%, transparent 50%)}.properties__card--arkids{background-image:linear-gradient(180deg, var(--col-container-light), rgba(255,255,255,0.2))}.properties__card--arkids .properties__link{color:var(--col-light-1);background-image:linear-gradient(to right, var(--col-light-1) 0%, var(--col-light-1) 50%, transparent 50%)}.properties__card--arkids .properties__link:hover{color:var(--col-dark-1) !important}.properties__card--minecraftitemids{background-image:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(101,163,60,0.2))}.properties__card--minecraftitemids .properties__link{color:#65a33c;background-image:linear-gradient(to right, #65a33c 0%, #65a33c 50%, transparent 50%)}.properties__small-container{display:flex;flex-flow:row wrap;width:calc(100% + 1.5rem);margin-left:-.75rem}.properties__small-card{border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);padding:1.5rem;flex:1 1 auto;min-width:-moz-min-content;min-width:min-content;margin:.75rem;color:#fff;display:flex;align-items:center;border:var(--border-width) px solid var(--col-border);background-color:#4f00bc;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.2s ease}@media only screen and (max-width: 35.9375em){.properties__small-card{flex:1 1 100%}}.properties__small-card:hover{background-color:#6400ef;transform:scale(1.04);box-shadow:0 0 1rem var(--col-shadow-large);color:#fff}.properties__small-card-logo{height:3rem;width:auto;filter:drop-shadow(0 0 2px var(--col-shadow))}.properties__small-card-title{font-size:1.8rem;font-weight:500;padding-right:3rem;padding-left:1.5rem}.light-theme .properties__card--robloxden{background-image:radial-gradient(circle at center, rgba(226,35,26,0.07), rgba(226,35,26,0.25))}.light-theme .properties__card--savelocation{background-image:radial-gradient(circle at center, rgba(136,46,253,0.07), rgba(136,46,253,0.25))}.light-theme .properties__card--totalcsgo{background-image:radial-gradient(circle at center, rgba(219,143,33,0.07), rgba(219,143,33,0.25))}.light-theme .properties__card--commandsgg{background-image:radial-gradient(circle at center, rgba(33,150,243,0.07), rgba(33,150,243,0.25))}.light-theme .properties__card--arkids{background-image:radial-gradient(circle at center, rgba(255,255,255,0.07), rgba(255,255,255,0.25))}.light-theme .properties__card--minecraftitemids{background-image:radial-gradient(closest-side, rgba(101,163,60,0.07), rgba(101,163,60,0.25))}.headshot{position:relative;flex:0 1 35rem;height:auto;margin:.75rem;display:flex;flex-direction:column;align-items:flex-start;border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);color:#fff;width:100%}.headshot__container{display:flex;margin-left:-.75rem;width:calc(100% + 1.5rem)}@media only screen and (max-width: 61.9375em){.headshot__container{padding-bottom:6rem}}.headshot__image{display:block;width:100%}.headshot__info{text-align:right;width:100%;position:absolute;bottom:0;right:0;padding:2rem;display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width: 61.9375em){.headshot__info{text-align:center;align-items:center;padding:1rem;position:absolute;top:100%}}.headshot__name{text-shadow:-1px 1px 2px #000;margin:1rem 0 .5rem 0;font-size:3rem;font-weight:700}@media only screen and (max-width: 61.9375em){.headshot__name{font-weight:700;text-shadow:none;font-size:2.6rem;margin:0}}@media only screen and (max-width: 35.9375em){.headshot__name{font-size:4.5vw}}.headshot__role{border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);border-radius:0;background-image:linear-gradient(to left, rgba(10,57,204,0.7), rgba(79,0,188,0.7));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;font-size:1.3rem;letter-spacing:1px;font-weight:400}@media only screen and (max-width: 61.9375em){.headshot__role{color:var(--col-light-2);background-image:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;padding:0;font-size:1.4rem}}@media only screen and (max-width: 35.9375em){.headshot__role{font-size:2.5vw}}.headshot__info .headshot__button{position:relative;top:0;left:0;transform:none;margin-top:1.5rem;font-size:1.2rem;font-weight:500;padding:.7rem 1rem;display:none}.headshot__info .headshot__button svg{width:1.2rem}.headshot__button{border-radius:.3rem;box-shadow:0 0 0.5rem var(--col-shadow);display:flex;align-items:center;justify-content:center;background-color:#4f00bc;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:1rem 1rem;box-shadow:0 0 1.5rem 0.5rem rgba(0,0,0,0.4);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:1.4rem;transition:all .15s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.headshot__button svg{width:1.6rem;height:1.6rem;fill:#fff;margin-right:1rem}.headshot__button:hover{background-color:#6400ef}.headshot__button:active{transform:translate(-50%, -50%) scale(0.96)}@media only screen and (max-width: 61.9375em){.light-theme .headshot__name{font-weight:900;background-image:linear-gradient(to right, #0a39cc, #4f00bc);color:transparent;-webkit-background-clip:text;background-clip:text}}.form{display:flex;flex-flow:row wrap;width:calc(100% + 3rem);margin-left:-1.5rem}.form__element{position:relative;display:flex;flex-direction:column;margin:3.4rem 1.5rem 0 1.5rem;flex:0;transition:opacity .3s ease, transform .3s ease}@media only screen and (max-width: 47.9375em){.form__element{flex:1}}.form__element--fade-out{opacity:0;transform:translateY(-10px)}.form__element--no-padding{padding:0;margin:0 1.5rem}.form__element--50{flex:0 1 calc(50% - 3rem)}@media only screen and (max-width: 47.9375em){.form__element--50{flex:1}}.form__element--100{flex:1 1 100%}.form__input-container{position:relative;display:flex;flex-direction:column;cursor:text;border-bottom:2px solid var(--col-border);color:var(--col-light);transition:border-color .2s ease}.form__input-container--error{border-color:rgba(255,54,54,0.8)}.form__input-container::after{content:"";position:absolute;top:100%;left:0;display:block;width:100%;height:2px;background-image:linear-gradient(to left, #0a39cc, #4f00bc);transform:scaleX(0);transform-origin:left center;transition:0.6s cubic-bezier(0.2, 1, 0.64, 1)}.form__input-container--active::after{transform:scaleX(1);transition-delay:0}.form__input,.form__textarea{max-width:calc(100vw - 5rem)}.form__input{position:relative;z-index:2;padding:1rem;background-image:linear-gradient(to right, var(--col-border) 0, var(--col-border) 50%, transparent 50%);background-size:200%;background-position:100%;color:var(--col-light-1);border-radius:0;transform-origin:top center;transition:background-position 0.3s cubic-bezier(0.2, 1, 0.64, 1),all 0.3s ease}.form__input:not(:-moz-placeholder-shown){transition-delay:.3s;background-position:0;border-color:var(--col-light-1)}.form__input:focus,.form__input:not(:placeholder-shown){transition-delay:.3s;background-position:0;border-color:var(--col-light-1)}.form__textarea{resize:none;border-radius:0}.form__label{font-size:1.4rem;font-weight:400;color:var(--col-light-3);position:absolute;top:50%;padding-left:1rem;transform:translateY(-50%);transition:all .3s ease;transition-delay:0;cursor:text}.form__element--required .form__label::after{content:"*";display:inline-block;font-size:1.6rem;color:#8e3dff;margin-left:.3rem;transform:translateY(2px)}.form__input:not(:-moz-placeholder-shown) ~ .form__label{top:0;padding-left:.2rem;transform:translateY(-120%)}.form__input:focus ~ .form__label,.form__input:not(:placeholder-shown) ~ .form__label{top:0;padding-left:.2rem;transform:translateY(-120%)}.form__input:focus ~ .form__label{color:var(--col-light-1)}.form__textarea ~ .form__label{top:0;transform:translateY(50%)}.form__button{min-width:12rem}.form__error{color:rgba(255,54,54,0.8)}.form__success{color:#329e52}.form__completed-box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--col-background)}.form__completed-box-text{opacity:0;animation:fade-up .5s ease forwards;animation-delay:0}.form__completed-box-button{margin-top:1.5rem;opacity:0;animation:fade-up .5s ease forwards;animation-delay:.3s}@keyframes sk-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.spinner{margin:0 auto;width:70px;text-align:center}.spinner div{width:10px;height:10px;margin:0 2px;background-color:rgba(255,255,255,0.9);border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{animation-delay:-0.32s}.spinner .bounce2{animation-delay:-0.16s}
