@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap";@import"https://fonts.googleapis.com/css2?family=Anton&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";@import"https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap";.page_project{width:100%;display:flex;flex-direction:column;align-items:center}.page_project .title{display:flex;align-items:center;justify-content:space-between;width:80%;font-family:Mona Sans;font-size:calc(.8 * var(--title_size));border-bottom:7px solid white;margin-bottom:2rem;padding:1.5rem 0px;z-index:2}.page_project .title span{color:#eb5e28;cursor:pointer;padding:2rem}.page_project .project_img{width:80%}.page_project h2{width:80%;font-family:Mona Sans;font-size:calc(var(--title_size));text-align:start;padding:1.2rem 0px}.page_project .project_info{width:80%}.page_project .project_info p{font-family:Mona Sans;font-size:var(--text_size);padding:2rem 0px}.page_project .project_info hr{width:40%;height:5px;background:#eb5e28;border:none}.page_project .project_info .info{font-family:Mona Sans;font-size:var(--text_size);padding:1rem 0px}.page_project .project_info .info .first{color:#fff}.page_project .project_info .info .items{color:#858585}.page_project .project_info .links{display:flex;gap:1.5rem;padding:1rem 0px 2rem}.page_project .project_info .links a{padding:1rem 2rem;text-decoration:none;font-family:Mona Sans;font-size:var(--text_size);border:1px solid #eb5e28;background:none;color:#eb5e28;transition:.2s ease-out}.page_project .project_info .links a:hover{cursor:pointer;background:#eb5e28;color:#000}@media screen and (max-width: 699px){.page_project{padding-top:100px}.page_project .title{display:flex;align-items:center;justify-content:space-between;width:90%;font-family:Mona Sans;font-size:calc(.5 * var(--title_size));border-bottom:7px solid white;margin-bottom:2rem;padding:1.5rem 0px}.page_project .title span{color:#eb5e28;cursor:pointer}.page_project .project_img{width:80%}.page_project h2{width:80%;font-family:Mona Sans;font-size:calc(var(--title_size));text-align:start;padding:1.2rem 0px}.page_project .project_info{width:80%}.page_project .project_info p{font-family:Mona Sans;font-size:var(--text_size);padding:2rem 0px}.page_project .project_info hr{width:40%;height:5px;background:#eb5e28;border:none}.page_project .project_info .info{font-family:Mona Sans;font-size:var(--text_size);padding:1rem 0px}.page_project .project_info .info .first{color:#fff}.page_project .project_info .info .items{color:#858585}.page_project .project_info .links{display:flex;gap:1.5rem;padding:1rem 0px 2rem}.page_project .project_info .links a{padding:1rem 2rem;text-decoration:none;font-family:Mona Sans;font-size:var(--text_size);border:1px solid #eb5e28;background:none;color:#eb5e28;transition:.2s ease-out}.page_project .project_info .links a:hover{cursor:pointer;background:#eb5e28;color:#000}}nav{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;height:100px;-webkit-box-shadow:inset 0px 50px 50px 20px #000000;box-shadow:inset 0 50px 50px 20px #000}nav img{width:100px;margin-left:50px;cursor:pointer}nav .links{display:flex;align-items:center;gap:2rem;font-family:Mona Sans;padding:0rem 4rem;cursor:pointer}nav .links a:hover{color:#eb5e28}nav .bar{position:absolute;bottom:-2px;display:block;height:10px;background:#eb5e28}.second_nav{position:fixed;display:flex;top:0;width:100%;height:100px}.second_nav a{display:flex;justify-content:center;align-items:center}.second_nav img{width:100px;margin-left:50px}@media screen and (max-width: 699px){nav{height:120px;flex-direction:column;align-items:center}nav img{width:64px;margin-left:0;margin-top:20px}nav .links{display:flex;justify-content:center;width:100%;padding:0;padding-bottom:1rem}nav .links a{font-size:calc(1.2 * var(--text_size))}nav .bar{height:3px}.second_nav{position:fixed;display:flex;justify-content:center;top:0;width:100%;height:100px}.second_nav img{width:64px;margin-left:0;margin-top:20px}}.home{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-size:cover;background-position:center}.three{position:absolute;top:-20%;z-index:0}#status{width:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,50%);z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-family:Mona Sans}#status span{-webkit-text-stroke:1px white;font-size:var(--title_size);text-transform:uppercase;font-weight:700;color:transparent}#status .btns{display:flex;gap:3rem}#status a{white-space:nowrap;border:1px solid #eb5e28;color:#eb5e28;background:none;padding:1.2rem 3rem;font-size:var(--text_size);font-family:Mona Sans;margin-top:3rem;text-decoration:none;cursor:pointer}#status a:hover{background:#eb5e28;color:#000}@media screen and (max-width: 699px){.three{transform:scale(.7);top:-25%}#status{top:25%!important;font-size:calc(1.2 * var(--big_title_size))!important}.btns{flex-direction:column;gap:1rem!important}.btns a{border:1px solid #eb5e28;color:#eb5e28;background:none;padding:.2rem 1rem;font-size:var(--text_size);font-family:Mona Sans;margin-top:1rem!important;text-decoration:none}}.about{width:100vw;display:flex;justify-content:center;padding-bottom:10rem}.about .left{width:30%;display:flex;align-items:center;justify-content:center}.about .left img{width:300px;height:300px;border-radius:50%;border:4px solid #eb5e28;padding:2rem;transition:.2s ease-in-out;animation:2s ppPulse infinite linear}.about .left img:hover{border:5px solid #eb5e28}.about .right{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.about .right p{width:80%;font-family:Mona Sans;font-size:calc(1.2 * var(--text_size));display:flex;flex-direction:column;align-items:flex-start}.about .right a{border:1px solid #eb5e28;color:#eb5e28;background:none;padding:1.2rem 3rem;font-size:var(--text_size);font-family:Mona Sans;margin-top:3rem;text-decoration:none}.about .right a:hover{background:#eb5e28;color:#000}@keyframes ppPulse{0%{padding:1rem}50%{padding:1.5rem}to{padding:1rem}}@media screen and (max-width: 699px){.about{display:flex;gap:1rem;flex-direction:column;justify-content:center}.about .left{width:100%!important;display:flex;align-items:center;justify-content:center}.about .left img{width:150px!important;height:150px!important;border-radius:50%;border:4px solid #eb5e28;padding:1rem;animation:none!important}.about .left img:hover{border:5px solid #eb5e28}.about .right{width:100%!important;display:flex;align-items:center;justify-content:center}.about .right img{width:150px!important;height:150px!important;border-radius:50%;border:4px solid #eb5e28;padding:1rem;animation:none!important}.about .right img:hover{border:5px solid #eb5e28}}.title_ctn{width:100%;background-color:#00000065}.title_ctn .section_title{padding:8rem 0px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;line-height:40%;font-family:Mona Sans;text-transform:uppercase;font-size:var(--big_title_size);font-weight:700;width:75%}.title_ctn .section_title.right{align-items:flex-end}.title_ctn .section_title.right .first{color:transparent;-webkit-text-stroke:1px white}.title_ctn .section_title.right .second{margin-right:9rem;color:#eb5e28}.title_ctn .section_title.right .third{margin-right:19rem;color:transparent;-webkit-text-stroke:1px white}.title_ctn .section_title.left{align-items:flex-start}.title_ctn .section_title.left .first{color:transparent;-webkit-text-stroke:1px white}.title_ctn .section_title.left .second{text-indent:9rem;color:#eb5e28}.title_ctn .section_title.left .third{text-indent:19rem;color:transparent;-webkit-text-stroke:1px white}@media screen and (max-width: 699px){.title_ctn .section_title{width:48%;font-size:calc(.8 * var(--big_title_size))!important}.title_ctn .section_title span{text-indent:0px!important;line-height:70%!important;text-align:center;margin-right:0!important;width:100%}}.career{display:flex;justify-content:center;width:100%;padding:4rem 0px}.career .career_ctn{display:flex;flex-direction:column;width:60%}.career .career_ctn .actions_row{display:flex;justify-content:center;padding:1rem;gap:1rem}.career .career_ctn .actions_row button{padding:1rem 3rem;font-family:Mona Sans;font-size:var(--text_size);border:1px solid #eb5e28;background:none;color:#eb5e28;transition:.2s ease-in-out}.career .career_ctn .actions_row button.active{color:#000;background:#eb5e28}.career .career_ctn .actions_row button:hover{color:#000;background:#eb5e28;cursor:pointer}.career .career_ctn .career_list .career_item{font-family:Mona Sans;border-left:2px solid rgba(255,255,255,.286);text-indent:2rem;padding:1.5rem;margin-bottom:1.5rem}.career .career_ctn .career_list .career_item .circle{position:relative;left:calc(-10px - 1.5rem);top:calc(-10px - 1.5rem);display:block;width:20px;height:20px;border-radius:50%;background:white;animation:2s pulse infinite linear}.career .career_ctn .career_list .career_item h3{color:#eb5e28;font-size:calc(1.2 * var(--text_size));font-weight:700}.career .career_ctn .career_list .career_item .option{padding:.5rem 0px;font-size:var(--text_size)}.career .career_ctn .career_list .career_item .year{font-size:var(--text_size);font-weight:700}.career .career_ctn .career_list .career_item .location{padding:.3rem 0px;font-size:calc(.7 * var(--text_size))}.career .career_ctn .career_list .career_item ul{padding:.5rem 0px;font-size:var(--text_size)}@media screen and (max-width: 699px){.career{padding:0}.career .career_ctn{display:flex;flex-direction:column;align-items:center;width:100%}.career .career_ctn .actions_row{width:60%;flex-direction:column}.career .career_ctn .career_list{width:100%}.career .career_ctn .career_list .career_item{width:100%;padding:0;border:none;display:flex;flex-direction:column;align-items:center}.career .career_ctn .career_list .career_item .circle{display:none}.career .career_ctn .career_list .career_item ul{width:80%}.career .career_ctn .career_list .career_item ul li{width:80%;text-align:start;text-indent:0px}.career .career_ctn .career_list .career_item .option,.career .career_ctn .career_list .career_item .year,.career .career_ctn .career_list .career_item .location{font-size:calc(1.2 * var(--text_size));text-indent:0px;width:80%}.career .career_ctn .career_list .career_item h3{font-size:calc(.5 * var(--title_size));font-weight:700;text-indent:0px;width:83%;text-align:start}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2);background:#eb5e28}to{transform:scale(1);background:white}}.projects{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#00000065}.projects .project_item{display:flex;justify-content:flex-start;align-items:flex-start;width:45%;border-bottom:2px solid white;padding:2rem;text-decoration:none;transition:.2s ease-in}.projects .project_item:hover{background:#eb5e28}.projects .project_item:hover .left .name{color:#000}.projects .project_item:nth-child(odd){border-right:2px solid white}.projects .project_item .left{display:flex;flex-direction:column;align-items:flex-start;width:80%}.projects .project_item .left img{height:700px;margin-left:5%}.projects .project_item .left .name{color:#eb5e28;text-align:center;font-size:calc(.6 * var(--title_size));font-family:Mona Sans;text-transform:uppercase;font-style:normal;font-weight:700;transition:.2s ease-in;padding:2rem}.projects .project_item .right{width:20%;height:800px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.projects .project_item .right .number{font-family:Mona Sans;text-transform:uppercase;text-align:center;font-size:var(--title_size);font-style:normal;-webkit-text-stroke:1px white;color:transparent;font-weight:700;width:100%}.projects .project_item .right .lang{font-family:Mona Sans;text-transform:uppercase;font-size:calc(.7 * var(--title_size));font-style:normal;-webkit-text-stroke:1.5px white;color:transparent;font-weight:700;transform:rotate(-90deg);transform:rotate(90deg);writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;text-indent:3rem;text-overflow:ellipsis;white-space:nowrap;max-height:100%;overflow:hidden}.projects .project_item:hover .hover{display:flex}@media screen and (max-width: 699px){.projects{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#00000065}.projects .project_item{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;border:none;border-bottom:2px solid white!important;padding:0;text-decoration:none;transition:.2s ease-in;padding:2rem 0px}.projects .project_item:hover{background:#eb5e28}.projects .project_item:hover .left .name{color:#000}.projects .project_item:nth-child(odd){border-right:none}.projects .project_item .left{display:flex;flex-direction:column;align-items:center;width:100%}.projects .project_item .left img{height:400px}.projects .project_item .left .name{color:#eb5e28;text-align:center;font-size:calc(.9 * var(--title_size));font-family:Mona Sans;text-transform:uppercase;font-style:normal;font-weight:700;transition:.2s ease-in;padding:2rem}.projects .project_item .right{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:space-between;height:auto}.projects .project_item .right .number{width:20%;font-family:Mona Sans;text-transform:uppercase;text-align:center;font-style:normal;color:#fff;font-weight:700}.projects .project_item .right .lang{width:70%;text-transform:uppercase;font-style:normal;color:transparent;font-weight:700;transform:none;writing-mode:initial;color:#fff;text-align:start;text-indent:0px}.projects .project_item:hover .hover{display:flex}}.skills ul{width:90%;margin:0 auto;padding-top:10rem}.skills ul li{width:85%;display:flex;justify-content:space-between;font-size:var(--big_title_size);font-family:Mona Sans;margin:0 auto;padding:1rem;border-bottom:2px solid white;transition:.3s ease-in}.skills ul li:hover{background:#eb5e28;color:#000}.skills ul li:hover .left .slash{color:#fff}.skills ul li .left{display:flex}.skills ul li .left .slash{transition:.3s ease-in;color:#eb5e28}@media screen and (max-width: 699px){.skills ul{width:100%;padding-top:2rem;margin:0}.skills ul li{width:90%;font-size:calc(.5 * var(--big_title_size));margin:0 auto}}.contact{width:100%;padding-top:4rem;display:flex;flex-direction:column;justify-content:flex-start}.contact h1{font-size:var(--big_title_size);font-family:Mona Sans;padding:2rem}.contact .contact_list{width:calc(100% - 30px);display:flex;flex-direction:column;align-items:flex-start;padding:6rem 0px 6rem 30px}.contact .contact_list li{display:flex;gap:1rem;font-size:var(--title_size)}.contact .contact_list li span,.contact .contact_list li a{color:#fff;font-family:Mona Sans;text-decoration:none}.contact .contact_list li a:hover{color:#eb5e28}.contact .contact_list li img{width:64px}.contact .contact_form{display:flex;flex-direction:column;padding:4rem 0px}.contact .contact_form p{font-size:calc(.5 * var(--title_size));font-family:Mona Sans;text-indent:2rem;color:#fff}.contact .contact_form p span{color:#eb5e28}.contact .contact_form .input_row{display:flex;gap:2rem;margin-left:2rem;padding:2rem 0px}.contact .contact_form .input_row input[type=email]{width:40%;min-width:30%;background:none;text-indent:20px;border:1px solid white;padding:1rem .25rem;font-family:Mona Sans;font-size:var(--text_size);color:#eaba9f;outline:none}.contact .contact_form .input_row input[type=submit]{padding:1rem 3rem;font-family:Mona Sans;font-size:var(--text_size);border:1px solid #eb5e28;background:none;color:#eb5e28}.contact .contact_form .input_row input[type=submit]:hover{color:#000;background:#eb5e28}.contact .links_ctn{padding:2rem}.contact .links_ctn p{font-family:Mona Sans;font-size:calc(.5 * var(--title_size))}.contact .links_ctn .links{padding:1rem 0px;display:flex;align-items:center;gap:1rem}.contact .links_ctn .links a:hover{filter:invert(60%) sepia(52%) saturate(1465%) hue-rotate(343deg) brightness(95%) contrast(95%)}@media screen and (max-width: 699px){.contact{padding-top:2rem}.contact h1{font-size:calc(.7 * var(--big_title_size))}.contact .contact_list{width:calc(100% - 2rem);padding-left:2rem;padding-bottom:1rem}.contact .contact_list li{font-size:calc(1.3 * var(--text_size))}.contact .contact_list li img{width:24px}.contact .links_ctn .icons{width:32px}}.footer{width:100%;height:100px;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;font-family:Mona Sans;background-color:#00000065;-webkit-box-shadow:inset 0px -50px 37px -4px rgba(0,0,0,.89);box-shadow:inset 0 -50px 37px -4px #000000e3;font-size:calc(.9 * var(--text_size));text-align:center}.footer a{text-decoration:none;color:#fff;cursor:pointer}.footer a:hover{color:#eb5e28}@media screen and (max-width: 699px){.footer{width:70%;margin:0 auto;font-size:calc(1.5 * var(--text_size))}}.loader{background:black;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;overflow:hidden;font-family:Mona Sans;text-transform:uppercase}.loader h1{color:transparent;-webkit-text-stroke:1px white;font-size:var(--big_title_size)}.loader .progress{width:20%;height:5px;background:#eb5e28;font-weight:700;font-size:var(--big_title_size);animation:3s bounceLeftRight infinite ease}@keyframes bounceLeftRight{0%{transform:translate(0)}25%{transform:translate(-100%)}75%{transform:translate(100%)}to{transform:translate(0)}}.coming_back{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:2rem}.coming_back h1{font-family:Mona Sans;font-size:var(--text_size);font-weight:700;color:gray}.bg{display:block;width:100vw;height:100vh;background-color:#13100f}.bg .bg_animate{display:flex;flex-direction:column;margin:0 auto}.bg .wrap{display:flex;flex-wrap:wrap;opacity:.6}.bg .wrap .square{min-width:3vw;height:3vw;border:.1px solid rgba(207,123,90,.5)}.bg .square{animation:3s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+1){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+2){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+3){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+4){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+5){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+6){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+7){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+8){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+9){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+10){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+11){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+12){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+13){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+14){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+15){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+16){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+17){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+18){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+19){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+20){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+21){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+22){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+23){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+24){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+25){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+26){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+27){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+28){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+29){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+30){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+31){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+32){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+33){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+34){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+35){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+36){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+37){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+38){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+39){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+40){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+41){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+42){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+43){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+44){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+45){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+46){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+47){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+48){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+49){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+50){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+51){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+52){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+53){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+54){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+55){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+56){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+57){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+58){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+59){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+60){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+61){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+62){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+63){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+64){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+65){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+66){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+67){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+68){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+69){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+70){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+71){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+72){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+73){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+74){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+75){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+76){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+77){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+78){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+79){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+80){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+81){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+82){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+83){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+84){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+85){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+86){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+87){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+88){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+89){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+90){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+91){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+92){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+93){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+94){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+95){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+96){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+97){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+98){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+99){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+100){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+101){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+102){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+103){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+104){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+105){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+106){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+107){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+108){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+109){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+110){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+111){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+112){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+113){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+114){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+115){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+116){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+117){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+118){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+119){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+120){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+121){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+122){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+123){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+124){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+125){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+126){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+127){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+128){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+129){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+130){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+131){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+132){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+133){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+134){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+135){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+136){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+137){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+138){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+139){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+140){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+141){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+142){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+143){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+144){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+145){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+146){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+147){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+148){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+149){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+150){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+151){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+152){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+153){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+154){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+155){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+156){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+157){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+158){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+159){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+160){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+161){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+162){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+163){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+164){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+165){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+166){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+167){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+168){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+169){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+170){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+171){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+172){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+173){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+174){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+175){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+176){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+177){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+178){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+179){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+180){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+181){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+182){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+183){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+184){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+185){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+186){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+187){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+188){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+189){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+190){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+191){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+192){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+193){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+194){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+195){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+196){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+197){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+198){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+199){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+200){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+201){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+202){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+203){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+204){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+205){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+206){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+207){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+208){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+209){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+210){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+211){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+212){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+213){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+214){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+215){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+216){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+217){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+218){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+219){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+220){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+221){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+222){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+223){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+224){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+225){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+226){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+227){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+228){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+229){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+230){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+231){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+232){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+233){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+234){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+235){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+236){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+237){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+238){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+239){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+240){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+241){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+242){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+243){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+244){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+245){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+246){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+247){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+248){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+249){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+250){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+251){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+252){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+253){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+254){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+255){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+256){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+257){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+258){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+259){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+260){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+261){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+262){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+263){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+264){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+265){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+266){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+267){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+268){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+269){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+270){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+271){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+272){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+273){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+274){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+275){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+276){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+277){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+278){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+279){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+280){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+281){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+282){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+283){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+284){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+285){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+286){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+287){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+288){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+289){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+290){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+291){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+292){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+293){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+294){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+295){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+296){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+297){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+298){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+299){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+300){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+301){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+302){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+303){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+304){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+305){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+306){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+307){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+308){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+309){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+310){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+311){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+312){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+313){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+314){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+315){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+316){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+317){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+318){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+319){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+320){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+321){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+322){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+323){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+324){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+325){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+326){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+327){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+328){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+329){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+330){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+331){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+332){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+333){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+334){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+335){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+336){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+337){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+338){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+339){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+340){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+341){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+342){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+343){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+344){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+345){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+346){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+347){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+348){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+349){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+350){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+351){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+352){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+353){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+354){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+355){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+356){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+357){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+358){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+359){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+360){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+361){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+362){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+363){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+364){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+365){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+366){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+367){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+368){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+369){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+370){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+371){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+372){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+373){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+374){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+375){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+376){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+377){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+378){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+379){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+380){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+381){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+382){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+383){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+384){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+385){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+386){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+387){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+388){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+389){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+390){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+391){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+392){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+393){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+394){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+395){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+396){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+397){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+398){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+399){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+400){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+401){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+402){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+403){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+404){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+405){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+406){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+407){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+408){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+409){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+410){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+411){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+412){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+413){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+414){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+415){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+416){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+417){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+418){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+419){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+420){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+421){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+422){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+423){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+424){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+425){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+426){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+427){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+428){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+429){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+430){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+431){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+432){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+433){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+434){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+435){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+436){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+437){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+438){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+439){animation:4s infinite 1s FadeBG;animation-delay:4s}.bg .square:nth-child(3n+440){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+441){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+442){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+443){animation:4s infinite 1s FadeBG;animation-delay:3s}.bg .square:nth-child(3n+444){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+445){animation:4s infinite 1s FadeBG;animation-delay:2s}.bg .square:nth-child(3n+446){animation:4s infinite 1s FadeBG;animation-delay:5s}.bg .square:nth-child(3n+447){animation:4s infinite 1s FadeBG;animation-delay:1s}.bg .square:nth-child(3n+448){animation:4s infinite 1s FadeBG;animation-delay:4s}@keyframes FadeBG{0%{background-color:#e6750b09}25%{background-color:#eb5f2815}50%{background-color:#eb5e28}to{background-color:#e6750b09}}@keyframes slidein{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@font-face{font-family:Mona Sans;src:url(/assets/fonts/Mona-Sans.woff) format("woff2 supports variations"),url(/assets/fonts/Mona-Sans.woff) format("woff2-variations")}*{list-style:none;padding:0;margin:0}:root{--main_color: black;--second_color: #fff;--scd_color: #f1f1f17a;--main_bg: url(/assets/bg.png);--second_bg: url(/assets/bg2.png);--big_title_size:12vmin;--title_size:calc(25px + 2.5vw);--text_size:3vmin}@media screen and (max-width: 699px){:root{--big_title_size:9vmin;--title_size:calc(25px + 2.5vw);--text_size:2.5vmin}}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}body{background-image:var(--second_bg);background-attachment:fixed;background-repeat:repeat;background-color:#000;color:var(--second_color)}.layout{display:flex}.page_container{width:100%;background-color:#00000065}::-webkit-scrollbar{width:10px}::-webkit-scrollbar:hover{background:rgba(182,179,179,.396)}::-webkit-scrollbar-thumb{background:#eb5e28;border-radius:5px;width:15px}::-webkit-scrollbar-thumb:hover{background:white}@keyframes PopUp{0%{opacity:0}to{opacity:1}}
