@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app-about{flex:1 1;flex-direction:column;height:100%;width:100%}.intro-text{margin:20px 0;padding:2rem}@media screen and (min-width:1250px)and (max-width:2000px){.intro-text{margin:60px 0;padding:2rem}}.app-profiles{flex-wrap:wrap;justify-content:center}.app-profile-item,.app-profiles{align-items:flex-start;display:flex;height:100%}.app-profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;min-height:-moz-fit-content;min-height:fit-content;width:190px}@media screen and (max-width:450px){.app-profile-item{height:15%;width:100%}}@media screen and (min-width:1250px)and (max-width:2000px){.app-profile-item{height:350px;width:350px}}.app-profile-item img{border-radius:15px;height:60%;object-fit:cover;width:100%}.app-profile-item .description{display:flex;flex-direction:column;height:65%}.app-navbar{--webkit-backdrop-filter:blur(4px);align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff40;border:1px solid #b5ab782e;display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}@media screen and (max-width:450px){.app-navbar{padding-left:0}}.app-navbar-logo{align-items:center;display:flex;justify-content:flex-start;margin-right:100px}.app-navbar-logo img{height:50px;width:170px}@media screen and (min-width:2000px){.app-navbar-logo img{height:40px;width:180px}}@media screen and (max-width:450px){.app-navbar-logo img{height:40px;width:150px}}.app-navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app-navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app-navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app-navbar-links li a{color:var(--black-color);flex-direction:column;font-weight:500;text-decoration:none;text-shadow:.5px .5px 0 var(--navy-color);text-transform:uppercase;transition:all .3s ease-in-out}.app-navbar-links li a:hover{color:var(--red-color)}.app-navbar-links li:hover div{background:var(--brown-color)}@media screen and (max-width:900px){.app-navbar-links{display:none}}.app-navbar-menu{align-items:center;background-color:var(--brown2-color);border-radius:20%;display:flex;height:40px;justify-content:center;position:relative;width:40px}@media screen and (min-width:900px){.app-navbar-menu{display:none}}.app-navbar-menu svg{color:#000;cursor:pointer;height:70%;transition:all .15s ease-in-out;width:70%}.app-navbar-menu svg:hover{color:var(--red-color)}@media screen and (max-width:450px){.app-navbar-menu svg{border-radius:10%;height:70%;width:70%}.app-navbar-menu{border-radius:10%;height:35px;width:40px}}.app-navbar-menu div{background-color:#010101bf;height:250vh;margin:0;padding:0;position:fixed;right:0;width:100vmax}.app-navbar-menu div div{align-items:flex-end;background:url(/static/media/bgGreen.8967086e014f875e27cd.png);background-color:var(--brown-color);background-position:-30vmax -40vmax;background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:150vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;transition:all .65s ease-in-out;width:80%;z-index:5}@media screen and (max-width:450px){.app-navbar-menu div div{background-position:-20vmax -20vmax}}.app-navbar-menu div div div{display:none}.app-navbar-menu div div svg{box-shadow:.5px .5px 0 var(--navy-color);color:var(--red-color);cursor:pointer;height:35px;margin:.5rem 1rem;transition:all .25s ease-in-out;width:35px;z-index:5}.app-navbar-menu div div svg:hover{box-shadow:.5px .5px var(--red-color);color:var(--green2-color);transform:scale(1.2)}.app-navbar-menu div div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app-navbar-menu div div ul li{margin:1rem;text-transform:uppercase;z-index:5}.app-navbar-menu div div ul li a{-webkit-text-stroke-color:var(--navy-color);color:var(--green2-color);font-size:1rem;font-weight:500;text-decoration:none;text-shadow:.5px .5px 0 var(--navy-color);text-transform:uppercase;transition:all .3s ease-in-out}.app-navbar-menu div div ul li a:hover{color:var(--red-color)}.app-footer{flex:1 1;flex-direction:column;width:100%}.app-footer img{pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.app-footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 2rem 2rem;width:100%}.app-footer-cards .app-footer-card,.app-footer-cards .app-footer-mobile,.app-footer-cards .app-footer-social{align-items:center;background-color:var(--brown-color);border:1px solid var(--brown2-color);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app-footer-cards .app-footer-card img,.app-footer-cards .app-footer-mobile img,.app-footer-cards .app-footer-social img{filter:sepia(1);height:40px;margin:0 .7rem;width:40px}.app-footer-cards .app-footer-card p,.app-footer-cards .app-footer-mobile p,.app-footer-cards .app-footer-social p{font-weight:600}.app-footer-cards .app-footer-card a,.app-footer-cards .app-footer-mobile a,.app-footer-cards .app-footer-social a{font-weight:500;text-decoration:none}.app-footer-cards .app-footer-card:hover,.app-footer-cards .app-footer-mobile:hover,.app-footer-cards .app-footer-social:hover{box-shadow:0 0 5px #000}@media screen and (max-width:450px){.app-footer-cards .app-footer-card,.app-footer-cards .app-footer-mobile,.app-footer-cards .app-footer-social{width:100%}}@media screen and (max-width:768px){.app-footer-cards .app-footer-card,.app-footer-cards .app-footer-mobile,.app-footer-cards .app-footer-social{width:100%}}.app-footer-cards .app-footer-card:last-child{background-color:var(--brown-color)}.app-footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app-footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all 0,3s ease-in-out;width:100%}.app-footer-form div input,.app-footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--black-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app-footer-form div textarea{height:170px}.app-footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app-footer-form button{background-color:var(--green2-color);border:none;border-radius:10px;color:var(--brown-color);cursor:pointer;font-family:var(--font-base);font-weight:800;margin:2rem 0 0;outline:none;padding:1rem 2rem;text-shadow:0 0 25px #000;transition:all .3s ease-in-out}.app-footer-form button:hover{background-color:var(--red-color);color:var(--black-color)}#home{background:url(/static/media/bgGreenImg.160be6bf024e5c84a351.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}@media screen and (max-width:1200px){#home{background-position:1250px 20px}}@media screen and (max-width:800px){#home{background-position:850px 20px}}@media screen and (max-width:450px){#home{background-position:530px 870px}@keyframes bgAnim{0%{background-position:0 970px}to{background-position:530px 870px}}}#home .app-wrapper{padding:0}#home .app-wrapper .copyright{display:none}.app-header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app-header{padding-top:8rem}}@media screen and (max-width:1200px){.app-header{flex-direction:column;padding-top:3rem}}@media screen and (max-width:450px){.app-header{padding:4rem 1rem 2rem}}.app-header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:1200px){.app-header-info{margin-right:0;width:100%}}.app-header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app-header-badge .badge-cmp,.app-header-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px #0003;flex-direction:row;padding:1rem 2rem;width:auto}.app-header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app-header-badge .tag-cmp p{color:var(--black-color);font-weight:500;text-align:right;text-transform:uppercase;width:100%}@media screen and (max-width:1200px){.app-header-badge{align-items:flex-start;justify-content:flex-start;margin-top:3rem}}.app-header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app-header-img img{border-bottom-left-radius:46%;border-bottom-right-radius:46%;object-fit:contain;transform:translateY(-5%);width:100%;z-index:1}.app-header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app-header-img{margin:2rem 0}}.app-header-cricles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app-header-cricles div{background:var(--brown2-color);border-radius:50%;box-shadow:10px 10px 20px #0000004d;height:100px;transition:all .3s ease-in;width:100px}.app-header-cricles div img{-webkit-user-drag:none;filter:sepia(1);height:60%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:60%}@media screen and (max-width:450px){.app-header-cricles div img{rotate:90deg}}.app-header-cricles div:hover img{filter:sepia(0)}.app-header-cricles .circle-black img,.app-header-cricles .circle-mongo img{filter:invert(.4) hue-rotate(190deg) saturate(.5) sepia(1)}.app-header-cricles div:first-child{height:80px;width:80px}.app-header-cricles div:nth-child(2),.app-header-cricles div:nth-child(3){height:120px;margin:1.7rem;width:120px}.app-header-cricles div:nth-child(4){height:70px;width:70px}@media screen and (min-width:2000px){.app-header-cricles div:first-child{height:400px;width:400px}.app-header-cricles div:nth-child(2){height:550px;width:550px}.app-header-cricles div:nth-child(3){height:300px;width:300px}.app-header-cricles div:nth-child(4){height:200px;width:200px}}@media screen and (max-width:450px){.app-header-cricles{justify-content:right;rotate:270deg}.app-header-cricles div:first-child{height:80px;width:80px}.app-header-cricles div:nth-child(2){height:120px;width:120px}.app-header-cricles div:nth-child(3){height:100px;width:100px}.app-header-cricles div:nth-child(4){height:50px;width:50px}}@media screen and (max-width:1200px){.app-header-cricles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app-header-cricles div{margin:1rem}}.app-skill{flex:1 1;flex-direction:column;height:100%;width:100%}.app-skills-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:50px;width:100%}.app-skills-container .app-skills-list{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:0 3rem;width:100%}.app-skills-container .app-skills-list .app-skills-item{cursor:pointer;flex-direction:column;margin:2rem 1rem;transition:all .3s ease-in-out;width:120px}.app-skills-container .app-skills-list .app-skills-item div:first-child{background-color:var(--brown2-color);border:1px solid #000;border-radius:50%;padding:.25rem;width:70%}.app-skills-container .app-skills-list .app-skills-item div:first-child img{transition:all .3s ease-in-out;width:100%}@media screen and (max-width:450px){.app-skills-container .app-skills-list .app-skills-item div:first-child{width:110%}}.app-skills-container .app-skills-list .app-skills-item div:first-child:hover{box-shadow:0 0 25px #0003;z-index:1}.app-skills-container .app-skills-list .app-skills-item div:nth-child(2){align-items:center;display:flex;justify-content:center;margin:.5rem;text-align:center;width:100%}.app-skills-container .app-skills-list .app-skills-item div:nth-child(2) h3{color:var(--black-color);font-size:medium;text-shadow:0 0 10px #000}@media screen and (max-width:450px){.app-skills-container .app-skills-list .app-skills-item div:nth-child(2) h3{font-size:small}.app-skills-container .app-skills-list .app-skills-item{width:40px}}@media screen and (min-width:1250px){.app-skills-container .app-skills-list .app-skills-item{width:140px}}@media screen and (min-width:2000px){.app-skills-container .app-skills-list .app-skills-item{width:200px}}.app-skills-exp{align-items:flex-start;background-color:var(--green-color);border-radius:5px;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:1rem}@media screen and (max-width:900px){.app-skills-exp{margin-bottom:5rem;margin-top:5rem}}@media screen and (min-width:900px){.app-skills-exp{margin-bottom:7rem;margin-top:7rem}}.app-skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app-skills-exp-works{flex:1 1}.app-skills-exp-works .app-skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app-skills-exp-works .app-skills-exp-work h4{font-weight:500}.app-skills-exp-works .app-skills-exp-work p{color:var(--gray-color);font-weight:900;margin-top:5px}.app-skills-exp-year{margin-right:800}.app-skills-exp-year p{color:var(--black-color);font-weight:800}@media screen and (max-width:450px){.app-skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--beige-color)!important;border-radius:5px!important;box-shadow:0 0 25px #0000001a!important;color:var(--black-color)!important;line-height:1.5!important;max-width:300px;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app-skill-tooltip{align-items:center!important;background-color:var(--beige-color)!important;border-radius:5px!important;box-shadow:0 0 25px #0000001a!important;color:var(--black-color)!important;display:flex!important;flex-wrap:wrap;justify-content:center!important;line-height:1.5!important;max-width:200px;opacity:1!important;padding:.5rem!important;text-align:center!important}@media screen and (min-width:2000px){.app-skill-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.skill-tooltip-spanKey{font-weight:600}.skill-tooltip-spanValue{color:var(--green3-color);font-weight:600}progress::-webkit-progress-bar{background-color:#080808;border-radius:10px}progress::-webkit-progress-value{background-color:#b8bb99;border-radius:10px}progress::-moz-progress-bar{background-color:#4caf50;border-radius:10px}.app-testimonials{flex:1 1;flex-direction:column;height:100%;width:100%}.app-testimonial-item{align-items:center;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:row;justify-content:center;min-height:320px;width:100%}.app-testimonial-item img{margin-bottom:20px;margin-left:15px;object-fit:cover;width:100px}.app-testimonial-item .app-testimonial-content{margin:1rem 1rem 1rem .1rem;width:100%}.app-testimonial-item .app-testimonial-content h4{margin-top:2rem}.app-testimonial-item .app-testimonial-content h5{border-radius:0 0 5px 5px;color:var(--beige-color);text-shadow:0 0 10px #000}.app-testimonial-item .app-testimonial-content h4,.app-testimonial-item .app-testimonial-content h5{font-family:Courier New,Courier,monospace;padding:.2rem .5rem;text-align:right}.app-testimonial-item .app-testimonial-content p{font-family:Courier New,Courier,monospace;font-weight:600;margin-top:1rem;padding:.2rem .5rem;text-align:center;width:100%}.app-testimonials-brands-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}@media screen and (max-width:450px){.app-testimonials-brands-container{width:100%}}.app-testimonials-brands{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:2rem;width:80%}.app-testimonials-brands div{display:flex;flex-direction:row;flex-wrap:wrap;width:150px}.app-testimonials-brands div img{filter:sepia(1);margin-top:2rem;object-fit:cover;transition:all .3s ease-in-out;width:80%}.app-testimonials-brands div img:hover{filter:sepia(0)}@media screen and (min-width:2000px){.app-testimonials-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app-testimonials-brands div{margin:2rem;width:120px}}.app-testimonials-btns{flex-direction:row;margin-top:1rem}.app-testimonials-btns div{background-color:var(--green2-color);border-radius:50%;height:50%;margin:0 20px}.app-testimonials-btns svg{color:var(--black-color);cursor:pointer;height:30px;transition:all .3s ease-in-out;width:30px}.app-testimonials-btns svg:hover,.app-testimonials-btns:hover{color:var(--red-color)}.app-work{flex:1 1;flex-direction:column;height:100%;width:100%}.app-work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Courier New,Courier,monospace;justify-content:center;margin:4rem 0 2rem}.app-work-filter .app-work-filter-item{background-color:var(--black-color);border-radius:.5rem;color:var(--brown-color);cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app-work-filter .app-work-filter-item:hover{background-color:var(--red-color);color:var(--navy-color)}@media screen and (min-width:2000px){.app-work-filter .app-work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app-work-filter .item-active{background-color:var(--green2-color)}.app-work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app-work-portfolio .app-work-card{align-items:center;background-color:var(--green-color);border-radius:.5rem;color:var(--green-color);cursor:pointer;display:flex;flex-direction:column;justify-content:start;margin:2rem;min-height:600px;padding:1rem;transition:all .3s ease;width:270px}.app-work-portfolio .app-work-card:hover{box-shadow:0 0 20px #00000094}@media screen and (min-width:2000px){.app-work-portfolio .app-work-card{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app-work-portfolio .app-work-card{margin:1rem;width:100%}}.app-work-portfolio .app-work-img{height:230px;position:relative;width:100%}.app-work-portfolio .app-work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app-work-portfolio .app-work-img{height:350px}}.app-work-portfolio .app-work-hover{background-color:#000000b3;border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3 ease;width:100%}.app-work-portfolio .app-work-hover div{background-color:hsla(0,0%,73%,.658);border:1px solid #000;border-radius:10%;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;width:50px}.app-work-portfolio .app-work-hover div svg{color:var(--green-color);height:50%;width:50%}.app-work-portfolio .app-work-hover div:hover svg{color:var(--red-color)}.app-work-portfolio .app-work-content{display:flex;flex-direction:column;height:100%;max-height:320px;min-height:320px;padding:.5rem .5rem 0;width:100%}.app-work-portfolio .app-work-content h4{color:var(--beige-color);line-height:1.5;margin-bottom:.5rem;text-shadow:0 0 10px var(--black-color)}.app-work-portfolio .app-work-content .desc{flex:1 1;overflow-y:auto;scrollbar-color:var(--gray-t-color) #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.app-work-portfolio .app-work-content .desc::-webkit-scrollbar{width:8px}.app-work-portfolio .app-work-content .desc::-webkit-scrollbar-track{background:#0000}.app-work-portfolio .app-work-content .desc::-webkit-scrollbar-thumb{background:var(--gray-t-color);border-radius:4px}.app-work-portfolio .app-work-content .desc .desc-content{width:100%}.app-work-portfolio .app-work-content .tag-container{display:flex;flex-wrap:wrap;gap:.5rem;height:20%;justify-content:flex-start;margin-top:auto;padding-top:1rem;width:100%}.app-work-portfolio .app-work-content .tag-container .app-work-tag{background-color:var(--brown-t-color);border-radius:10px;height:25px;margin-top:auto;padding:.25rem .5rem;white-space:nowrap}.app-work-portfolio .app-work-content .tag-container .app-work-tag p{color:var(--black-color);font-weight:800}.shiny-silver{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,#e0e0e0,silver 25%,#f0f0f0 50%,silver 75%,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}@keyframes shine{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:50% 0}}.shiny-silver{animation:shine 20s linear infinite;background-size:200% 200%}.app{background-color:var(--brown-color);font-family:var(--font-base)}@media screen and (max-width:450){.app{background-color:#000}}.app-whitebg{background-color:var(--brown-color)}.app-primarybg{background-color:var(--primary-color)}.app-container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app-flex{align-items:center;display:flex;justify-content:center}.app-wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app-wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--green2-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.head-text2{color:var(--black-color);font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text2 span{color:var(--brown2-color)}@media screen and (min-width:2000px){.head-text2{font-size:4rem}}@media screen and (max-width:450px){.head-text2{font-size:2rem}}.p-text{color:var(--black-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app-social{flex-direction:column;justify-content:flex-end;padding:1rem}.app-social,.app-social div{align-items:center;display:flex}.app-social div{background-color:var(--green2-color);border:1px solid var(--black-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app-social div svg{color:var(--beige-color);height:15px;width:15px}.app-social div:hover{background-color:var(--red-color);border-color:var(--brown2-color)}.app-social div:hover svg{color:var(--black-color)}@media screen and (min-width:2000px){.app-social div{height:70px;margin:.5rem 0;width:70px}.app-social div svg{height:30px;width:30px}}.app-image-noSelect{-webkit-user-drag:none;pointer-events:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.app-navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app-navigation .app-navigation-dot{animation-duration:2s;animation-name:borderDisplay;background-color:var(--tri-color);border:0 solid #000;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app-navigation .app-navigation-dot:hover{background-color:var(--red-color);border:1px solid brown;border-radius:0;rotate:45deg;transform:scale(1.33)}@media screen and (min-width:2000px){.app-navigation .app-navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app-navigation,.app-social{display:none}.copyright{padding:2rem}}.border{border:1px solid #000}.capitalize{text-transform:capitalize}:root{--font-base:"DM Sans",sans-serif;--primary-color:#cec684;--secondary-color:#95764b;--tri-color:#503816;--greenHigh-color:#0ce83f4f;--green-color:#08411888;--tor-color:#e6e68c39;--green2-color:#025439;--green3-color:#0f5648;--navy-color:#150b4a;--lightGray-color:#e4e4e4;--gray-color:#9c9c9c;--gray-t-color:#9c9c9c48;--red-color:#c02a2a;--beige-color:#cec684;--brown-color:#95764b;--brown-t-color:#95764bd7;--brown2-color:#774d12;--white-color:#fff;--black-color:#000}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body,html{background-color:#95764b;background-color:var( --brown-color );height:min-content;margin:0}@media screen and (max-width:450px){body,html{overflow-x:hidden}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;transform:rotate(45deg);width:8px}.styles-module_no-arrow__KcFZN{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}
/*# sourceMappingURL=main.1793a23d.css.map*/