@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap";.home{display:flex;flex-direction:row;justify-content:center;padding:80px 20px;z-index:2;background:url(/assets/images/blurs.png);background-repeat:no-repeat;background-position:center right}.home .background{width:100%;height:100%;top:0;z-index:-1;position:absolute;background:url(/assets/images/tech-particles.gif);background-size:100%;opacity:.1}.home .content{display:flex;flex-direction:row;align-items:center;gap:3vw}.home .text{display:flex;flex-direction:column;gap:80px}.home .text div{display:flex;flex-direction:column;text-align:left;color:#e5e9f0}.home .text div p{font-size:18px;font-weight:500}.home .text div h1{font-size:62px;font-weight:400}.home .text div table{max-width:600px}.home .text div table td:first-child{text-align:end;vertical-align:top;padding-right:5px}.home .text div table .title1{font-size:32px;color:#4d5bce;font-weight:600}.home .text div table .title1 td{padding-bottom:10px}.home .text div table .title2{color:#919191;font-weight:600;font-size:18px}.home .text div .comment{font-size:16px;color:var(--light-blue);margin-bottom:10px}.home .text div .variable{font-size:16px;font-weight:500}.home .text div .variable span{margin:0 4px}.home .text div .variable .const{color:#4d5bce}.home .text div .variable .name{color:#43d9ad}.home .text div .variable .value{color:#e99287;transition:.2s}.home .text div .variable .value:hover{background-color:#1f4d6b;text-decoration:underline}@media (max-width: 1000px){.home .text div h1{font-size:50px}}@media (max-width: 600px){.home .text div table .title1{font-size:24px}}@media (max-width: 500px){.home .text div h1{font-size:42px}.home .text div p{font-size:16px}.home .text div .comment,.home .text div .variable{font-size:14px}}@media (max-width: 400px){.home .text div h1{font-size:36px}}.home .photo img{border-radius:10000px;box-shadow:0 0 10px 4px #fff3;width:clamp(350px,30vw,400px)}@media (max-width: 500px){.home .photo img{width:clamp(280px,62vw,350px)}}@media (max-width: 900px){.home{background-position:center bottom}.home .content{flex-direction:column-reverse;gap:30px;overflow:hidden}.home .text{gap:30px}.home .text>div{text-align:center}.home .text>div span{overflow-wrap:break-word;text-wrap:wrap}.home .text>div table td:first-child{display:none}}.main-header-mobile{display:flex;flex-direction:column;align-items:center;z-index:3;position:fixed;top:0;transition:.2s}.main-header-mobile>div{display:flex;flex-direction:row;justify-content:space-between;width:100vw;padding:18px}.main-header-mobile>div h2{font-size:16px;font-weight:600}.main-header-mobile>div button{z-index:3;display:flex;align-items:center;justify-content:center}.main-header-mobile>div button img{width:18px;height:16px}.main-header-mobile>div button .fechar{width:20px;height:20px}.main-header-mobile>.menu{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.main-header-mobile>.menu nav{width:100vw;display:flex;flex-direction:column}.main-header-mobile>.menu nav>li{font-size:16px;font-weight:400;padding:18px;transition:.3s;list-style-type:none;border-top:var(--border-style)}.main-header-mobile>.menu nav>li:hover{background-color:#ffffff1a}.main-header-mobile>.menu nav>li:last-child{border-bottom:var(--border-style)}.main-header-mobile>.menu nav>li.selected{font-weight:500;color:#fff;border-left:3px solid #FEA55F}.main-header-mobile>.menu footer{display:flex;flex-direction:column}.main-header-mobile>.menu footer .buttons{display:flex;justify-content:flex-end;gap:20px;margin-bottom:20px}.main-header-mobile>.menu footer .buttons .contact-button{padding:10px;font-size:14px;font-weight:500;background-color:#ffffff12;border-radius:3px;cursor:pointer;transition:.2s}.main-header-mobile>.menu footer .buttons .contact-button:hover{background-color:#ffffff1a}.main-header-mobile>.menu footer .find-me{display:flex;flex-direction:row;width:100%;border-top:var(--border-style)}.main-header-mobile>.menu footer .find-me>*{border-right:var(--border-style)}.main-header-mobile>.menu footer .find-me p{padding:18px;width:100%}.main-header-mobile>.menu footer .find-me a{padding:18px;transition:.3s}.main-header-mobile>.menu footer .find-me a img{width:24px;height:24px}.main-header-mobile>.menu footer .find-me a:hover{background-color:#ffffff1a}.language-button{display:flex;align-items:center;font-size:14px;font-weight:500;background-color:#ffffff12;padding:10px;margin-right:10px;border-radius:3px;cursor:pointer;transition:.2s}.language-button:hover{background-color:#ffffff1a}.language-button img{width:20px;margin-right:10px}#contact-popup-container{position:absolute;top:100%;right:0;padding:10px;color:var(--light-blue);width:max-content}#contact-popup{-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;padding:20px 30px;opacity:0;transition:.3s;background-color:var(--dark-blue);border:var(--border-style)}#contact-popup>p{font-size:14px;font-weight:600;text-align:center;margin-bottom:16px}#contact-popup>div{display:flex;align-items:center;gap:8px;cursor:pointer;transition:.2s}#contact-popup>div svg{width:16px;height:16px;transition:.1s}#contact-popup>div:hover{color:#fff}#contact-popup>div:last-child{margin-top:16px}.react-responsive-modal-modal #contact-popup-container{position:static}.react-responsive-modal-modal #contact-popup{padding:16px;width:100%;opacity:1}.react-responsive-modal-modal #contact-popup div{gap:12px}.react-responsive-modal-modal .react-responsive-modal-closeButton{background-color:#fff;opacity:.2;border-radius:10000px;margin-top:5px;margin-right:5px}.react-responsive-modal-modal .react-responsive-modal-closeButton svg{width:20px;height:20px;filter:brightness(100000%)}.main-header{display:flex;flex-direction:row;background-color:var(--dark-blue);z-index:3;color:var(--light-blue);border:var(--border-style)}.main-header>div:not(.contact){width:100%;max-width:320px;padding:22px 17px;border-right:var(--border-style);position:relative;left:-1px}@media (max-width: 1000px){.main-header>div:not(.contact){max-width:285px}}.main-header>div:not(.contact) h2{font-size:16px}.main-header>nav{flex-grow:1;display:flex;flex-direction:row;align-items:center}.main-header>nav>li{height:100%;display:flex;align-items:center;cursor:pointer;font-size:16px;padding:17px 32px;border-right:var(--border-style);list-style-type:none;transition:.3s}.main-header>nav>li:hover{background-color:#ffffff1a}.main-header>nav>li.selected{color:#fff;border-bottom:3px solid #FEA55F}.main-header .contact{position:relative}.main-header .contact>button{height:100%;font-size:16px;padding:17px 23px;border-left:var(--border-style);transition:.3s}.main-header .contact>button:hover{background-color:#ffffff1a}.main-footer{display:flex;flex-direction:row;justify-content:space-between;background-color:var(--dark-blue);z-index:3;border:var(--border-style);color:var(--light-blue)}.main-footer>div{display:flex;align-items:center}.main-footer>div p{padding:15px 20px}.main-footer>div .linkedin{padding:14px 12px;display:flex;align-items:center;justify-content:center;border-left:var(--border-style);border-right:var(--border-style);transition:.3s}.main-footer>div .linkedin img{width:24px;height:24px}.main-footer>div .linkedin:hover{background-color:#ffffff1a}.main-footer>div .github{display:flex;align-items:center;height:100%;transition:.3s;padding:0 22px;border-left:var(--border-style);border-right:var(--border-style)}.main-footer>div .github img{width:24px;height:24px;margin-left:5px}.main-footer>div .github:hover{background-color:#ffffff1a}.about-me{display:flex;flex-direction:row;overflow:hidden!important}.about-me>h1{display:none}.about-me .side-bar{max-width:320px;width:100%;display:flex;flex-direction:row}@media (max-width: 1000px){.about-me .side-bar{max-width:285px}}.about-me .side-bar>nav{display:flex;flex-direction:column}.about-me .side-bar>nav>li{display:flex;align-items:center;cursor:pointer;list-style-type:none;padding:16px 22px;transition:.3s}.about-me .side-bar>nav>li.selected{background-color:#ffffff0d}.about-me .side-bar>nav>li:hover{background-color:#ffffff1a}.about-me .side-bar>nav>li:not(.selected){opacity:.4}.about-me .side-bar>.folder-structure{width:100%;display:flex;flex-direction:column;border-right:var(--border-style);border-left:var(--border-style)}.about-me .side-bar>.folder-structure .current-folder,.about-me .side-bar>.folder-structure .contact{display:flex;flex-direction:column}.about-me .side-bar>.folder-structure .current-folder h1,.about-me .side-bar>.folder-structure .contact h1{padding:10px 15px;font-size:16px;font-weight:400;color:#fff;border-bottom:var(--border-style);-webkit-user-select:none;user-select:none}.about-me .side-bar>.folder-structure .current-folder h1 img,.about-me .side-bar>.folder-structure .contact h1 img{margin-right:10px;cursor:pointer}.about-me .side-bar>.folder-structure .current-folder>div,.about-me .side-bar>.folder-structure .contact>div{display:flex;flex-direction:column;padding-bottom:18px}.about-me .side-bar>.folder-structure .current-folder>div li,.about-me .side-bar>.folder-structure .contact>div li{list-style-type:none;color:var(--light-blue);padding:14px 18px;transition:.2s;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center}.about-me .side-bar>.folder-structure .current-folder>div li.selected,.about-me .side-bar>.folder-structure .contact>div li.selected{color:#fff;background-color:#ffffff0d}.about-me .side-bar>.folder-structure .current-folder>div li:hover,.about-me .side-bar>.folder-structure .contact>div li:hover{background-color:#ffffff1a}.about-me .side-bar>.folder-structure .current-folder>div li img,.about-me .side-bar>.folder-structure .current-folder>div li svg,.about-me .side-bar>.folder-structure .contact>div li img,.about-me .side-bar>.folder-structure .contact>div li svg{margin-right:8px;width:100%;max-width:14px;height:14px}.about-me .side-bar>.folder-structure .contact{border-top:var(--border-style)}.about-me .side-bar>.folder-structure .contact>div>li{cursor:default;-webkit-user-select:text;user-select:text}.about-me .open-file{flex-grow:1;width:fit-content;display:flex;flex-direction:column;max-width:calc(100% - 320px)}@media (max-width: 1000px){.about-me .open-file{max-width:calc(100% - 285px)}}.about-me .open-file>.mobile-file-name{display:none}.about-me .open-file>.title{display:flex;flex-direction:row}.about-me .open-file>.title>h2{padding-right:15px;font-size:16px;font-weight:400;color:var(--light-blue);border-right:var(--border-style);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none;display:flex;align-items:center;position:relative;bottom:-1px}.about-me .open-file>.title>h2.selected{color:#fff;border-bottom:1px solid #011627}.about-me .open-file>.title>h2:not(.selected):hover{background-color:#ffffff0d}.about-me .open-file>.title>h2 span{padding:10px 0 10px 15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.about-me .open-file>.title>h2 img{margin-left:5px;cursor:pointer;transition:.2s;border-radius:3px}.about-me .open-file>.title>h2 img:hover{background-color:#ffffff1a}.about-me .open-file>.content{color:var(--light-blue);border-top:var(--border-style);padding:18px 38px;counter-reset:line;height:100%;max-height:calc(100vh - 163px);overflow-y:scroll}.about-me .open-file>.content .plain-text{color:#fff}.about-me .open-file>.content .plain-text h1{font-size:32px;font-weight:600;line-height:150%;margin-bottom:7px}.about-me .open-file>.content .plain-text hr{margin-bottom:22px}.about-me .open-file>.content .plain-text h2{font-size:24px;font-weight:600;line-height:150%;margin-bottom:8px}.about-me .open-file>.content .plain-text p{margin-top:8px;margin-bottom:16px}.about-me .open-file .no-file{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto 50px}.about-me .open-file .no-file img{max-width:100px;margin-bottom:10px}.about-me .open-file .no-file h3{font-size:16px;font-weight:500}@media (max-width: 900px){.about-me{padding-top:57px;flex-direction:column}.about-me>h1{display:inline-block;font-size:14px;font-weight:500;color:#fff;padding:21px 27px;border-top:var(--border-style)}.about-me .side-bar{max-width:unset}.about-me .side-bar>nav{display:none}.about-me .side-bar>.folder-structure>.current-folder,.about-me .side-bar>.folder-structure .contact{margin-bottom:3px}.about-me .side-bar>.folder-structure>.current-folder h1,.about-me .side-bar>.folder-structure .contact h1{padding:5px 27px;background-color:#1e2d3d}.about-me .side-bar>.folder-structure>.current-folder>div,.about-me .side-bar>.folder-structure .contact>div{padding:12px 0}.about-me .side-bar>.folder-structure>.current-folder>div li,.about-me .side-bar>.folder-structure .contact>div li{padding:6px 27px}.about-me .open-file{width:100%;max-width:unset}.about-me .open-file>.title{display:none}.about-me .open-file>.mobile-file-name{margin-top:38px;display:inline-block;padding:0 27px;font-size:16px;font-weight:500}.about-me .open-file>.mobile-file-name>span{color:#fff}.about-me .open-file>.content{padding:18px 27px;overflow:unset;max-height:unset;border-top:unset}.about-me .open-file>.content .plain-text,.about-me .open-file>.content .certificates{background-color:#1e2d3d96;padding:10px;border-radius:4px}.about-me .open-file>.content .plain-text h1,.about-me .open-file>.content .certificates h1{font-size:18px}.about-me .open-file>.content .plain-text h2,.about-me .open-file>.content .certificates h2{font-size:16px}.about-me .open-file>.content .plain-text p,.about-me .open-file>.content .certificates p{font-size:14px}.about-me .open-file>.no-file img{width:70px;height:70px}.about-me .open-file>.no-file h3{max-width:260px;text-align:center}}.certificates{color:#fff}.certificates h1{font-size:32px;font-weight:600;line-height:150%;margin-bottom:7px}.certificates hr{margin-bottom:22px}.certificates>section{display:grid;align-items:end;grid-template-columns:1fr 1fr;gap:50px}@media (max-width: 700px){.certificates>section{grid-template-columns:1fr;padding:10px 24px;gap:30px}}.certificates>section>.certificate{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;cursor:pointer;transition:.3s}.certificates>section>.certificate h2{font-size:18px;font-weight:600;line-height:150%}.certificates>section>.certificate>img{padding:4px;background-color:var(--light-blue);max-height:370px;height:100%;width:100%;transition:.3s}.certificates>section>.certificate:hover>img{box-shadow:0 0 4px 3px #ffffff40;transform:translateY(-2px)}.projects{display:flex;flex-direction:row}.projects>h1{display:none}.projects .side-bar{display:flex;flex-direction:column;max-width:320px;width:100%}.projects .side-bar h1{padding:10px 22px;font-size:16px;font-weight:400;color:#fff;border-bottom:var(--border-style)}.projects .side-bar h1 img{margin-right:10px}.projects .side-bar .categories{display:flex;flex-direction:column;padding:17px 22px;gap:17px}.projects .side-bar .categories>div{display:flex;align-items:center;cursor:pointer;transition:.2s}.projects .side-bar .categories>div .custom-checkbox{margin-right:24px}.projects .side-bar .categories>div img{width:24px;height:24px;margin-right:10px}.projects .side-bar .categories>div h2{-webkit-user-select:none;user-select:none;font-size:16px;font-weight:500;color:#fff}.projects .sec-projects{border-left:var(--border-style);display:flex;flex-direction:column;height:max-content;flex-grow:1}.projects .sec-projects .title{display:flex;border-bottom:var(--border-style)}.projects .sec-projects .title h2{font-size:16px;font-weight:400;padding:10px 14px;display:flex;align-items:center;border-right:var(--border-style)}.projects .sec-projects .title h2 img{width:18px;opacity:.7;margin-right:12px}.projects .sec-projects .container-projects{padding:50px;display:grid;justify-items:center;grid-template-columns:1fr 1fr 1fr;row-gap:60px;column-gap:15px;align-items:end}.projects .sec-projects .container-projects>.project{max-width:450px;display:flex;flex-direction:column;align-self:stretch;justify-content:space-between;gap:15px}.projects .sec-projects .container-projects>.project>h3{font-size:16px;font-weight:700;color:#5565e8;margin-left:8px}.projects .sec-projects .container-projects>.project>h3 span{text-wrap:nowrap;color:var(--light-blue);font-weight:500}.projects .sec-projects .container-projects>.project>div{display:flex;flex-direction:column;position:relative;flex-grow:1}.projects .sec-projects .container-projects>.project>div .techs{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;padding:0;position:absolute;right:10px;top:10px;margin-bottom:20px}.projects .sec-projects .container-projects>.project>div .techs>li{list-style-type:none;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:3px}.projects .sec-projects .container-projects>.project>div .techs>li img{filter:brightness(10000%);width:24px;height:24px}.projects .sec-projects .container-projects>.project>div>.background-image{width:100%;background-color:#5565e8;border-top-left-radius:15px;border-top-right-radius:15px;border:var(--border-style)}.projects .sec-projects .container-projects>.project>div>.description{display:flex;flex-direction:column;padding:24px 30px;background:#0b2236;background:linear-gradient(180deg,#021729,#011221);border-bottom-left-radius:15px;border-bottom-right-radius:15px;border:var(--border-style);border-top:none;flex-grow:1}.projects .sec-projects .container-projects>.project>div>.description p{line-height:150%;font-size:16px;margin-bottom:16px;flex-grow:1}.projects .sec-projects .container-projects>.project>div>.description button{font-size:14px;width:fit-content;font-weight:500;color:#fff;padding:10px 14px;background-color:#1c2b3a;border-radius:8px;cursor:pointer;transition:.2s}.projects .sec-projects .container-projects>.project>div>.description button:hover{background-color:#2c3d4e}@media (max-width: 1100px){.projects .sec-projects .container-projects{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.projects{flex-direction:column;padding-top:57px}.projects>h1{display:inline-block;padding:21px 27px;font-size:14px;font-weight:500;color:#fff;border-top:var(--border-style)}.projects .side-bar{max-width:unset;width:100%;margin-bottom:36px}.projects .side-bar h1{padding:5px 27px;background-color:#1e2d3d}.projects .sec-projects{padding:0 27px 38px}.projects .sec-projects .title{border-bottom:none}.projects .sec-projects .title h2{border-right:none;padding:unset;margin-bottom:17px}.projects .sec-projects .title h2 img{display:none}.projects .sec-projects .title h2:before{content:"// ";margin-right:8px}.projects .sec-projects .container-projects{padding:0}}@media (max-width: 900px) and (max-width: 400px){.projects .sec-projects .container-projects>.project>div>.description{padding:24px 16px}}@media (max-width: 900px){.projects .sec-projects .container-projects>.project>h3{font-size:14px}}@media (max-width: 900px) and (max-width: 700px){.projects .sec-projects .container-projects{grid-template-columns:1fr;gap:25px}}.react-responsive-modal-modal{max-width:unset!important;background:unset!important;box-shadow:unset!important;padding:unset!important;margin:40px!important}@media (max-width: 900px){.react-responsive-modal-modal{margin:10px!important}}.react-responsive-modal-container{background-color:#0003;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.react-responsive-modal-overlay{background:unset!important}#popup{width:100%;height:100%;min-height:485px;max-width:1300px;color:var(--light-blue);display:flex;flex-direction:column;justify-content:center}#popup .cover-image{height:211px;width:100%;background-size:100% auto;background-position:center;border:var(--border-style);border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;position:relative}#popup .cover-image>button{position:absolute;right:10px;top:10px;background-color:#ffffff80;border-radius:1000px;transition:.2s;cursor:pointer;padding:3px;display:flex;align-items:center;justify-content:center}#popup .cover-image>button:hover{background:#ffffffd2}#popup .cover-image>button img{width:20px;height:20px;filter:brightness(0%)}#popup .description{display:flex;flex-direction:row;padding:24px 32px;gap:32px;background-color:#011221;border:var(--border-style);border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#popup .description .text{display:flex;flex-direction:column;gap:16px;width:60%}#popup .description .text h3{font-size:24px;font-weight:600}#popup .description .text p{font-size:16px;font-weight:500}#popup .description .vertical-line{border:1px var(--light-blue) solid;margin:16px 0;align-self:stretch;background-color:#607b96}#popup .description .techs{display:flex;flex-direction:column;flex-grow:1;color:#fff}#popup .description .techs h2{font-size:20px;font-weight:600;margin-bottom:13px;text-align:center}#popup .description .techs>div{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}#popup .description .techs>div>div{display:flex;align-items:center;border-radius:3px;gap:3px;padding:8px 11px}#popup .description .techs>div>div img{width:18px;height:18px;filter:brightness(10000%)}#popup .description .techs>div>div h4{font-size:16px;font-weight:500}#popup .description .techs .unfinished{font-size:14px;font-weight:500;text-align:center;color:var(--light-blue);margin-top:auto;margin-bottom:7px}#popup .description .techs>a{width:100%;padding:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer}#popup .description .techs>a img{width:24px;height:24px;filter:brightness(10000%)}#popup .description .techs>a:hover{-webkit-backdrop-filter:brightness(120%);backdrop-filter:brightness(120%)}#popup .description .techs>a.live{background-color:#434faf;margin-top:auto;margin-bottom:12px}#popup .description .techs>a.live:hover{background-color:#5260d1}#popup .description .techs>a.github{background-color:var(--light-blue)}#popup .description .techs>a.github:hover{background-color:#7393b3}@media (max-width: 900px){#popup .description{flex-direction:column;gap:16px}#popup .description .text{width:100%}#popup .description .techs>div{justify-content:center;margin-bottom:36px}}@media (max-width: 767px){#popup .cover-image{background-size:cover}#popup .description{padding:16px 24px}#popup .description .text h3{font-size:20px}#popup .description .text p{font-size:14px}#popup .description .techs h2{font-size:18px}}.react-responsive-modal-root{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.react-responsive-modal-modal{max-width:800px;display:inline-block;text-align:left;vertical-align:middle;background:#fff;box-shadow:0 12px 15px #00000040;margin:1.2rem;padding:1.2rem;position:relative;overflow-y:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}.react-responsive-modal-overlay,.react-responsive-modal-container,.react-responsive-modal-modal{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes react-responsive-modal-modal-out{0%{transform:scale(1);opacity:1}to{transform:scale(.96);opacity:0}}.custom-checkbox>input{display:none}.custom-checkbox div{background-color:transparent;border:1px solid var(--light-blue);border-radius:2px;width:18px;height:18px;transition:.2s;cursor:pointer;display:flex;align-items:center;justify-content:center}.custom-checkbox div>img{height:8px!important;width:12px!important;margin:0!important}.custom-checkbox div:hover{border-color:#fff}:root{--dark-blue: #011627;--light-blue: #607B96;--border-style: 1px solid #1E2D3D}#root{background-color:var(--dark-blue);color:var(--light-blue);display:flex;flex-direction:column;position:relative;height:100vh}*{margin:0;box-sizing:border-box;font-family:Fira Code,monospace}button{border:none;background:none;box-shadow:none;color:inherit}a{color:inherit;text-decoration:none}.page{overflow-y:scroll;flex-grow:1;width:100%}@media (max-width: 900px){#root{height:unset;min-height:100vh}.page{overflow-y:unset}}.go2358747891{text-align:center}::-webkit-scrollbar{background-color:var(--dark-blue)}::-webkit-scrollbar-thumb{background-color:#607b964d;height:10px}
