@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap);*{margin:0;padding:0;box-sizing:border-box;text-decoration:none}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}section{padding:100px 0}.max-width{max-width:1300px;padding:0 80px;margin:auto}.about,.contact,.projects,.skills,.teams,footer{font-family:"Poppins",sans-serif}.about .about-content,.contact .contact-content,.projects .serv-content,.skills .skills-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}section .title{position:relative;text-align:center;font-size:40px;font-weight:500;margin-bottom:60px;padding-bottom:20px;font-family:"Ubuntu",sans-serif}section .title:before{content:"";bottom:0;width:180px;height:3px;background:#111}section .title:after,section .title:before{position:absolute;left:50%;transform:translateX(-50%)}section .title:after{bottom:-8px;font-size:20px;color:#dc143c;padding:0 5px;background:#fff}.navbar{position:fixed;width:100%;z-index:100;padding:30px 0;font-family:"Ubuntu",sans-serif;transition:all .3s ease}.navbar.sticky{padding:15px 0;background:#dc143c}.navbar .max-width{display:flex;align-items:center;justify-content:space-between}.navbar .logo a{color:#fff;font-size:35px;font-weight:600}.navbar .logo a span{color:#dc143c;transition:all .3s ease}.navbar.sticky .logo a span{color:#fff}.navbar .menu li{list-style:none;display:inline-block}.navbar .menu li a{display:block;color:#fff;font-size:18px;font-weight:500;margin-left:25px;transition:color .3s ease}.navbar .menu li a:hover{color:#dc143c}.navbar.sticky .menu li a:hover{color:#fff}.menu-btn{font-size:23px;display:none}.menu-btn,.scroll-up-btn{color:#fff;cursor:pointer}.scroll-up-btn{position:fixed;height:45px;width:42px;background:#dc143c;right:30px;bottom:10px;text-align:center;line-height:45px;z-index:9999;font-size:30px;border-radius:6px;border-bottom-width:2px;opacity:0;pointer-events:none;transition:all .3s ease}.scroll-up-btn.show{bottom:30px;opacity:1;pointer-events:auto}.scroll-up-btn:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.home{display:flex;background:url(/static/media/banner.79d1ffc7.png) no-repeat 50%;height:100vh;color:#fff;min-height:500px;background-size:cover;background-attachment:fixed;font-family:"Ubuntu",sans-serif}.home .max-width{margin:auto 0 auto 30px}.home .home-content .text-1{font-size:27px}.home .home-content .text-2{font-size:75px;font-weight:600;margin-left:-3px}.home .home-content .text-3{font-size:40px;margin:5px 0}.home .home-content .text-3 span{color:#dc143c;font-weight:500}.home .home-content a{display:inline-block;background:#dc143c;color:#fff;font-size:25px;padding:12px 36px;margin-top:20px;font-weight:400;border-radius:6px;border:2px solid #dc143c;transition:all .3s ease}.home .home-content a:hover{color:#dc143c;background:none}.about .title:after{content:"who i am"}.about .about-content .left{width:45%}.about .about-content .left img{height:400px;width:400px;object-fit:cover;border-radius:6px}.about .about-content .right{width:55%}.about .about-content .right .text{font-size:25px;font-weight:600;margin-bottom:10px}.about .about-content .right .text span{color:#dc143c}.about .about-content .right p{text-align:justify}.about .about-content .right a{display:inline-block;background:#dc143c;color:#fff;font-size:20px;font-weight:500;padding:10px 30px;margin-top:20px;border-radius:6px;border:2px solid #dc143c;transition:all .3s ease}.about .about-content .right a:hover{color:#dc143c;background:none}.projects,.teams{color:#fff;background:#111}.projects .title:before,.teams .title:before{background:#fff}.projects .title:after,.teams .title:after{background:#111;content:"what i've done"}.projects .title2:after{background:#111;content:"what do i offer"}.projects .serv-content .card{width:calc(33% - 20px);background:#222;text-align:center;border-radius:6px;padding:20px 25px;cursor:pointer;transition:all .3s ease}.projects .serv-content .card:hover{background:#dc143c}.projects .serv-content .card .box{transition:all .3s ease}.projects .serv-content .card:hover .box{transform:scale(1.05)}.projects .serv-content .card .i{font-size:50px;color:#dc143c;transition:color .3s ease}.projects .serv-content .card:hover .i{color:#fff}.projects .serv-content .card .text{font-size:25px;font-weight:500;margin:10px 0 7px}.skills .title:after{content:"what i know"}.skills .skills-content .column{width:calc(50% - 30px)}.skills .skills-content .left .text{font-size:20px;font-weight:600;margin-bottom:10px}.skills .skills-content .left p{text-align:justify}.skills .skills-content .left a{display:inline-block;background:#dc143c;color:#fff;font-size:18px;font-weight:500;padding:8px 16px;margin-top:20px;border-radius:6px;border:2px solid #dc143c;transition:all .3s ease}.skills .skills-content .left a:hover{color:#dc143c;background:none}.skills .skills-content .right .bars{margin-bottom:15px}.skills .skills-content .right .info{display:flex;margin-bottom:5px;align-items:center;justify-content:space-between}.skills .skills-content .right span{font-weight:500;font-size:18px}.skills .skills-content .right .line{height:5px;width:100%;background:#d3d3d3;position:relative}.skills .skills-content .right .line:before{content:"";position:absolute;height:100%;left:0;top:0;background:#dc143c}.skills-content .right .html:before{width:90%}.skills-content .right .css:before{width:60%}.skills-content .right .js:before{width:80%}.skills-content .right .php:before{width:50%}.skills-content .right .mysql:before{width:70%}.teams .title:before{width:310px}.teams .title:after{content:"people who work with me "}.client-card{background:#222;border-radius:6px;padding:25px 35px;text-align:center;overflow:hidden;transition:all .3s ease}.client-card:hover{background:#dc143c}.client-card .box{display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease}.client-card:hover .box{transform:scale(1.05)}.client-card .text{font-size:25px;font-weight:500;margin:10px 0 7px}.client-card img{height:150px;width:150px;object-fit:cover;border-radius:50%;border:5px solid #dc143c;transition:all .3s ease}.client-card:hover img{border-color:#fff}.owl-dots{text-align:center;margin-top:20px}.owl-dot{height:13px;width:13px;margin:0 5px;outline:none!important;border-radius:50%;border:2px solid #dc143c!important;transition:all .3s ease}.owl-dot.active{width:35px;border-radius:14px}.owl-dot.active,.owl-dot:hover{background:#dc143c!important}.contact .title:after{content:"get in touch"}.contact .contact-content .column{width:calc(50% - 30px)}.contact .contact-content .text{font-size:20px;font-weight:600;margin-bottom:10px}.contact .contact-content .left p{text-align:justify}.contact .contact-content .left .icons{margin:10px 0}.contact .contact-content .row{display:flex;height:65px;align-items:center}.contact .contact-content .row .info{margin-left:30px}.contact .contact-content .row i{font-size:25px;color:#dc143c}.contact .contact-content .info .head{font-weight:500}.contact .contact-content .info .sub-title{color:#333}.contact .right form .fields{display:flex}.contact .right form .field,.contact .right form .fields .field{height:45px;width:100%;margin-bottom:15px}.contact .right form .textarea{height:80px;width:100%}.contact .right form .name{margin-right:10px}.contact .right form .email{margin-left:10px}.contact .right form .field input,.contact .right form .textarea textarea{height:100%;width:100%;border:1px solid #d3d3d3;border-radius:6px;outline:none;padding:0 15px;font-size:17px;font-family:"Poppins",sans-serif;transition:all .3s ease}.contact .right form .field input:focus,.contact .right form .textarea textarea:focus{border-color:#b3b3b3}.contact .right form .textarea textarea{padding-top:10px;resize:none}.contact .right form .button{height:47px;width:170px}.contact .right form .button button{width:100%;height:100%;border:2px solid #dc143c;background:#dc143c;color:#fff;outline:none;font-size:20px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .3s ease}.contact .right form .button button:hover{color:#dc143c;background:none}footer{background:#111;padding:15px 23px;color:#fff;text-align:center}footer span a{color:#dc143c;text-decoration:none}footer span a:hover{text-decoration:underline}@media (max-width:1300px){.home .max-width{margin-left:0}}@media (max-width:1104px){.about .about-content .left img{height:350px;width:350px}}@media (max-width:991px){.max-width{padding:0 50px}}@media (max-width:947px){.menu-btn{display:block;z-index:999}.menu-btn i.active:before{content:"\f00d"}.navbar .menu{position:fixed;height:100vh;width:100%;left:-100%;top:0;background:#111;text-align:center;padding-top:80px;transition:all .3s ease}.navbar .menu.active{left:0}.navbar .menu li{display:block}.navbar .menu li a{display:inline-block;margin:20px 0;font-size:25px}.home .home-content .text-2{font-size:70px}.home .home-content .text-3{font-size:35px}.home .home-content a{font-size:23px;padding:10px 30px}.max-width{max-width:930px}.about .about-content .column{width:100%}.about .about-content .left{display:flex;justify-content:center;margin:0 auto 60px}.about .about-content .right{flex:100% 1}.projects .serv-content .card{width:calc(50% - 10px);margin-bottom:20px}.contact .contact-content .column,.skills .skills-content .column{width:100%;margin-bottom:35px}}@media (max-width:690px){.max-width{padding:0 23px}.home .home-content .text-2{font-size:60px}.home .home-content .text-3{font-size:32px}.home .home-content a{font-size:20px}.projects .serv-content .card{width:100%}}@media (max-width:500px){.home .home-content .text-2{font-size:50px}.home .home-content .text-3{font-size:27px}.about .about-content .right .text,.skills .skills-content .left .text{font-size:19px}.contact .right form .fields{flex-direction:column}.contact .right form .email,.contact .right form .name{margin:0}.scroll-up-btn{right:15px;bottom:15px;height:38px;width:35px;font-size:23px;line-height:38px}}._font-Ubuntu{font-size:16px!important;font-family:"Poppins",sans-serif!important}.skill-category{display:flex}.skills-content .right .p60:before{width:60%}.skills-content .right .p65:before{width:65%}.skills-content .right .p70:before{width:70%}.skills-content .right .p75:before{width:75%}.skills-content .right .p80:before{width:80%}.skills-content .right .p85:before{width:85%}.skills-content .right .p90:before{width:90%}.skills-content .right .p95:before{width:95%}.skills-content .right .p100:before{width:100%}.pick-this{background:#dc143c!important;color:#fff!important}.client-cont{display:flex}.client-cont .obj{margin:10px}@media (max-width:947px){.client-cont{display:block}.client-cont .obj{margin:10px}}.project-container{position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:auto}.project-container .project-card{font-family:"Poppins",sans-serif;position:relative;max-width:600px;height:295px;background:#fff;margin:30px 20px 60px 10px;padding:20px 15px;display:flex;flex-direction:column;box-shadow:0 5px 20px rgba(0,0,0,.5);transition:.3s ease-in-out;border-radius:5px;cursor:pointer}.project-container .project-card .imgBx{position:relative;width:550px;height:272px;top:-60px;left:10px;z-index:1;box-shadow:0 5px 20px rgba(0,0,0,.5);border-radius:4px}.project-container .project-card .imgBx img{max-width:100%;border-radius:4px}.project-container .project-card .project-content{position:relative;margin-top:-140px;padding:10px 15px;text-align:center;color:#111;visibility:hidden;opacity:0;transition:.2s ease-in-out}.project-container .project-card .project-content .tech-stack{width:100%;margin-top:10px;display:flex;justify-content:center;align-items:center}.project-container .project-card .project-content .tech-stack .stack{position:relative;margin:0 7px}.project-container .project-card .project-content .tech-stack .stack img{width:50px;height:50px}.project-container .project-card .project-content .tech-stack .stack .tooltip{color:#fff;position:absolute;left:50%;bottom:100%;opacity:0;margin-bottom:1em;padding:.6em;background-color:#000;font-size:.8em;line-height:1.6;text-align:left;white-space:nowrap;transform:translate(-50%,1em);transition:all .15s ease-in-out;border:none;border-radius:5px}.project-container .project-card .project-content .tech-stack .stack .tooltip:before{content:"";position:absolute;top:100%;left:50%;width:0;height:0;border:.5em solid transparent;border-top-color:#000;transform:translate(-50%)}.project-container .project-card .project-content .tech-stack .stack:hover span{opacity:1;transform:translate(-50%)}.project-container .project-card .project-content .project-button{display:inline-block;background:#dc143c;color:#fff;font-size:18px;font-weight:500;padding:10px 30px;margin-top:5px;border-radius:6px;border:2px solid #dc143c;transition:all .3s ease}.project-container .project-card .project-content .project-button:hover{color:#dc143c;background:none}.project-container .clicked{height:485px;margin-bottom:50px}.project-container .clicked .project-content{visibility:visible;opacity:1;margin-top:-60px;transition-delay:.2s;transition:.3s ease-in-out}@media (max-width:1325px){.project-container .project-card{max-width:500px;height:220px}.project-container .project-card .imgBx{width:450px;height:222px}.project-container .clicked{height:445px}}@media (max-width:1200px){.project-container .project-card{max-width:400px;height:175px}.project-container .project-card .imgBx{width:370px;height:185px;left:0}.project-container .clicked{height:445px}}@media (max-width:825px){.project-container .project-card{max-width:80%;height:285px}.project-container .project-card .imgBx{width:100%}.project-container .project-card .project-content{margin-top:40px}.project-container .clicked{height:500px}}@media (max-width:575px){.project-container .project-card{max-width:95%;height:175px}.project-container .project-card .imgBx{width:100%}.project-container .project-card .project-content{margin-top:-53px}.project-container .clicked{height:430px}}@media (max-width:385px){.project-container .project-card{max-width:95%;height:145px}.project-container .project-card .imgBx{position:relative;width:100%}.project-container .project-card .project-content{margin-top:-53px}.project-container .clicked{height:430px}}.error-msg,.info-msg,.success-msg,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.info-msg{color:#059;background-color:#bef}.success-msg{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.error-msg{color:#d8000c;background-color:#ffbaba}.cButton{position:relative;overflow:visible;display:inline-block;padding:.5em 1em;border:1px solid #d4d4d4;margin:0;text-decoration:none;text-align:center;text-shadow:1px 1px 0 #fff;font:11px/normal sans-serif;color:#333;white-space:nowrap;cursor:pointer;outline:none;background-color:#ececec;background-image:linear-gradient(#f4f4f4,#ececec);-moz-background-clip:padding;background-clip:padding-box;border-radius:.2em;zoom:1;*display:inline}.cButton.active,.cButton:active,.cButton:focus,.cButton:hover{border-color:#3072b3 #3072b3 #2a65a0;text-decoration:none;text-shadow:-1px -1px 0 rgba(0,0,0,.3);color:#fff;background-color:#3c8dde;background-image:linear-gradient(#599bdc,#3072b3)}.cButton.active,.cButton:active{border-color:#2a65a0 #2a65a0 #3884cd;background-color:#3072b3;background-image:linear-gradient(#3072b3,#599bdc)}.cButton::-moz-focus-inner{padding:0;border:0}.cButton.icon:before{content:"";position:relative;top:1px;float:left;width:12px;height:12px;margin:0 .75em 0 -.25em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAF0CAYAAAA5NvltAAAPM0lEQVR42u1d7ZHjOA7Vj6vanwpBISgEheAQFIJCUAgKgSE4BIbAEBSCQtDZfaTn6REAyZu2e3drVMUaj1uNJ4EkAOKruy6/+sfwjxHiZ/M6z7N/DP8Y4fm5dH8fCZ9xmCCR+JNwukwQJm6CCMRNEI24CGIQF0FKxC8gFcQzkBriL5BK4i+QJ4CjpwzG/93jlxw9ZTD+7xKbHPDZA0EPLHQwBy6xIC7RdHlgoZMmuhMAOm0VxX8vAPgz7ZIArI2WAZSuPwD/YoC3LtO3brS3i4q3C7u3i+u3K5yPqMyPKH0GaTFbQi3xTlr3lQCuhfhr3VcSz1RkrV2kskmZZJVNEvG9kfjeQjwBeB7G8tyjLLqMVlFxNoqK8yMA1g5uYVHQWPT2FfSjIN+60T4iKiQdXQPiWoSdqxXXQPzvPdG/DeKFEQyl74Vhqs6z0Ww5W82WtwO8nUU/rtm+fZm+daN9v6h4Kp13juL1n7/+6h8jPMb3S1cgfsbxffpBIP4coYH4a6M9iblIrLeIp5/zpJrLNRJHIkMFcSQymHtBIHZqxCNAaDk6aewQiVccn+S9UOL5t4gIAlGJKyB1IiKCuBJxAnEm8beLik/JIk16zo9xPMaY3taSno//z49xPMblfk3+z/D9F0h8KlH+R+Lp+gJJAJIGWwSdfIsA0vJchD1xSwA1zpAZFkSNM2RGFpVAZlxxFbs5uz9di3LS7KVfUNhyOcri/XONKwfeYK4Rdun+WXlyyejSiO8SSAI4BJ5Lc7JEgIN5rszJkgBGAJkVI8zBKhoBZFaEn+M5eILcFEtvEVbRE+SmCL/s/tqT/lqp0dK1voDIEatZ2s/PKxGxLG2fQBBAuiZcAOyHENg0ZTuaADyxZSKBdwEg1/IKAL+kKgFswJ4ZAJ574y4AbMCeGQCee+PewqI0ybUsEif5D8DPA6zCcBpAXJY8HAO8XVRc3jARitdqsK7LWPG/N8juT7u1BDBFWfS1W0sAcS5WJmoBrDAFawXAr89EVLsygIJhnAHMoNGkzxeAKHdmMAIunyUAD5E/6TMDeIj8ZZ9LLBqTwVvDoqhCx99h0a2RRbcWFm1R+deyaIvK/7OryCtyCIcHAK/IIRweAVoCFE3X82Q5PsauHMSf34/CitkVejuvpg6IexrpzLwTwK7YREnK7gzwRVw5NyeQniSoVyY2gfQMEBSALf58IoCgAGzx55PEohAJro+xwKn/jN/NxKIQCa7RVO9Rm70sb2OSn4BHHOlNNmOSQ7TmDniTjVmSnh6dVPOTRRHoFDbTQmfnZN0dmXZLjr/o9VqR93FlnYLKdNHrtSLvcaMxwCpM9qi8gSg28BQkAYTIlkOYl00ACOCj4CubAw/EDth0W1pFRl7LAZtuw/MbO6QSyK0hDfGUzmx8DdGKO8jL4uLPmPgQJ/igt/ia9E5QkQcQTQoHvxulSSTWHHy6SU9+GIpnBZAhPvlhrKAVQIaOjVswwLwA4iTjlgUggLjkSjgEG5Ul5td9SRwIy9XTd6/7JGJSVsJFZQoA7MrxrJOlPK/AqVkKgBdcOS8AiUVSTNliURb1wPucsoL62knmxDGe5Lcv07dvtI+IChR4A0jUoULgDQAwaETHqAdYXbr4XUADLLIoCOrSxe/ChUUVcZyLaVObBocASwXAUnDK8rUgz50U7RPYNcDkZtE+gV1Dx08qzM/l51J6jyCXLtY1EjgEFWoBSCIjA3gvi94+yZ9apu/daG8VFZ+Koy1CHAHHHSVqZMNh8P+Ob7MIegDHTgpnEfQAjp0VzsEKxUjmuMMpZqxI5ni5lu8VroQdJMG9YvL3Vl+Fb/RV+FaAvRGg6Q1wDooA0hw4CAihh2UTVlHasX1cUehh2axVFGr2AayiULsPZsptnGBI5spMsmeCoYqWSbN/DA+7bf/UXPEwfmrhW8uNVnP/E+DeCHCvBoj6+KgFiKvqqAKgLJGt9AsUKLXv5xQU1h2lFBTzfiLuhMwci7gT8ixM4jP7Jyimz8Rn9k8wQEC7CLwtNwWAg9MH+yxe98envXgfo5fr4tYUkga8EN663h8JJVNlSZZE/D691RStOtzFKW4/AEB6qylaG5enPylTLfteyErQclsuWQmJWJYVxd8Ti7TsnGtexSfsop5SgA6IgBwkyntywCbFMgt+u9e+cA3ufS62Kl3u/fGDTwAsDQBL5eEjO4TUzIN2VDL5j9e9YFWI2kuzKmpTot9SLrZ3FdVEALLXVBNJTtqSSc++I9Ok7yqCpSWQscUecrVp0LCqXAvxqjRo6XTfQrwIouwHV0N8g8iTCELEN4g85SBA/KDA0ATKX9rJBwWGJhDZTnryXjHEXm9CT65twF9vgkrfmJtkK02o9AsZI+71dmymKwDFFBM1/MUAaZJrAdIktwB4MsJKAJ6MMBkg/rvG4OkO/xcB4HS5x7HizyQAa0gAzflF6Cj3ZMosBacURwWXGp0QyM2/FHRCIDe/CLJ0eT3gqIRi0APpJB1h+SUmiH4gyzSZNMHcDGI8mfTyBCCYbKbp5emSdhW/14iH+NQTeAEu4TCh/mAAEMcHFCaulRMPCnGtnHiQiN+A9ympZul+5V4z8Rvw3mMaBCfyBcwj0hxVwpOvNcl7iTiyRHPnIHG8VHcOsgIrqy1R7OHJ91KfCjGnsQBQLXPYPaDKIMkfbcmgS5FJjQxigJIMkgBMGSQAmDJIAlhh9WTnBgFgzXKJrueGC8AKvHdKdhrOwwq8d1J2GgPUHP4QoOr8xwDsM70IOgGAfaYs6DKAFZbqCrt4VQBWWKoreF3WEkBKg54rASaqvVEBNmUvbgrAVshUywCOSIy974cCcECWGnrfDwlgLqyimQDmUqmStNH+yKIflEWCn60kizpBNv2RRX9k0T9WFikpV7uQxNQbsbNdSGK6NMSYBfemj7v4kv+ViqoEj4uPu/iQ6nCw3iaQ0dt31+LPk+ptAhq9UQjObJseXX3zhROesqqymn2kW4PxG7TlalnXvtG6ruphZyYKdOWCLCkH+Dwr2j1swmHQAtj4MFgCwAPiUQGAB8Qs73qhFTR219LVS+EVnyQhJQgN4lNKmPTEewexfy8kTHrivYOQ1+UgvlHUaddcOJEVG0WddsuFIyVV8tIdDV+RE0paR21SDzrO7lJKKIfZz1+NwnYrJdR1cu+oVdqE8OROSWrNNqHodMLkGS312UqekU791q7OTv2l9B/pDfqWN1B82NkbYN4vazAnxNIw79fRpsvmhpOKcdPh/wclqRg33cHpP0jcA7FD0slE3AOxQ9PJuO7PUniL1v1ZE97K+lIUJGbWl6JGPMy1gTkAqSP+r2hK8tGQu9RHMBgA4Sz09CoZXplOtgwvTSdLpmPf5e0kuPDTkQ+113Qynm4cbLqd5I9Un+xg0+2kk9XKUtfJTQvFylIjB9ssXe0FkW1V9/ZCIs2/pXT1/IlWZ//cmH4sF7jEMo30Q/S0YCyz7ObnaKySgthJ0VhxDlK0m5LHZortc0x/IgU0c8Ir8zzEJ58JCGuVHckgT4RnkqhOyqVYjTCwlONlhYHd+1n0O5MMDsJskq1lmnIcQ0xzKBkMKccxxM/ft9HOvK9X026u2cXtooJ0gtQD3jojezqnNf/JDl9xAC/6MVjZO8uVICh7Z7kSssZUgp5WiUsStoZ4VxFyd4oI9y3EgxIV14i/jLK3Eu9aiEv51iXiGHIvEseQey3xTliCrpBEyU2qXMkDyeZ7qXEtm+9F92ZV+qfhdbR9pyi/Y2o6tjDwKVVdPBrlZWMeAhXXMxoUHh6khw9IS8fBZWN48OglgNT8YhR0wyIAZDmmlHSfAbzKAyChLJUIrALACWoynXom+CwCBLAmnsRvBYAA1sQUE2lUAE8VFCNM+CQAeDoyoZNkkgAGILhwmYwAMFBw9FImkwHAU6OhdddcDvDUYr61CEDW3EEdZ7SYMnqB+xqAVKK0Wk4TwXcq3i9aYqlUuAYA1v/QArCW3D58ZLVEUEZcsrQNWVbM8foDYANAVmwanvTB5eeay0BzMXQVmbJmnX5NF6y3A3D3q53abF1+bhQ8YxTEcybzn2X6gwAf8V0bJ81LNZ11yD7zZvM5QFSZK5VnBDa8KI6zUnlGyAyvSHwzNthN0Mebsb9uFwAyG+doDyULYxbmaqFyvdtJ3YsZIO3ekdg1K4sh7V5uMTGLKtPqaacAFJMFJIC7spp8FHIMcC8kDtgsIkNsL7GIDLG9NMkj9VNbCpM8Ul3m0rJMN2mjGct0q9loaYzSJAsbLY3s/o6Uiys1aSPl4s5SkzalZ8uOXkgluZ5LAaYSUGLPoTXIE1bMSqfMTVvnW1w1fRyr5hg8oSEeRJ9WqxbtpC58KzhjD6EZwEnRWMy3O7I3iYRWmosQ32SC7yYgtJ7Cn+87r+3AJwRIdeEoRQOp0B0AklJBKRpIhe7MIhefGk+XKzZliHrhpLYeeLpcKVvkJnVC7OF8fNCkOyHHt4fz8UGT/vK+D0KngQCtL0di0yB0GgiQJfgSeukNRmorhE+9IStT5g21FcKn3nC1sY/CQ2eBiX4WwPj1JPsnWEEe30iLBLoGh1TR646poL4EQqmgvgYEk1n70psQn/uaN0HX/VxiF7rulbxTV3IKlircqzsMSJ71IkhDK4O/B8giJHp3BsjCid5altqpJNpbod6zqDYFkKnihONaARCk6hewdLIlzOVqAaT4pnZpvRK6BhMmux/T0K2/HPA1KA1drex9OUM+kV800aRK41UAQUUMkzJOnhMssk3FDfj5kv9CRbZr/Bc/Z4dyrGA56cknA2ASNNpkAVg64/8vo/9XsahXwr8agNUrYdVyejlxKRgAUiJTkAA+8me+0aS/1TTUBsDbWdFQ+zMJTBHg4F6nBQA1PVpjz9nQdxzPDDeJ4NLgu07thWp91wu2Hj0r/qTiSHUGZ2EljRgYcgZxRxGpvmAbuVP5k4oSyL3BbFH9SJZb4bd1Mp7TcHLvVqdWOkJ56sg0aKtJy/GSGmEsRo7XovksJuH7SXIYxqeehO+ni8PQyODnLt2aQ+qQssg137XX8okUAK/lE/0YAFt3WwFgkxyCFkDX/epxumieX2E1rbxyivEDy7Xccj/+wnNzcLszbJzKftPhzNud3cXMkO7avZ5Hav2qJQycgpttYIB7waq+E8C9IKrvP1Kf/FaA0t9ICwQQKrTZ173/BXUhp0eEZgYeAAAAAElFTkSuQmCC) 0 99px no-repeat}.cButton.arrowup.icon:before{background-position:0 0}.cButton.arrowup.icon:active:before,.cButton.arrowup.icon:focus:before,.cButton.arrowup.icon:hover:before{background-position:-12px 0}.cButton.arrowdown.icon:before{background-position:0 -12px}.cButton.arrowdown.icon:active:before,.cButton.arrowdown.icon:focus:before,.cButton.arrowdown.icon:hover:before{background-position:-12px -12px}.cButton.arrowleft.icon:before{background-position:0 -24px}.cButton.arrowleft.icon:active:before,.cButton.arrowleft.icon:focus:before,.cButton.arrowleft.icon:hover:before{background-position:-12px -24px}.cButton.arrowright.icon:before{float:right;margin:0 -.25em 0 .5em;background-position:0 -36px}.cButton.arrowright.icon:active:before,.cButton.arrowright.icon:focus:before,.cButton.arrowright.icon:hover:before{background-position:-12px -36px}.cButton.approve.icon:before{background-position:0 -48px}.cButton.approve.icon:active:before,.cButton.approve.icon:focus:before,.cButton.approve.icon:hover:before{background-position:-12px -48px}.cButton.add.icon:before{background-position:0 -288px}.cButton.add.icon:active:before,.cButton.add.icon:focus:before,.cButton.add.icon:hover:before{background-position:-12px -288px}.cButton.remove.icon:before{background-position:0 -60px}.cButton.remove.icon:active:before,.cButton.remove.icon:focus:before,.cButton.remove.icon:hover:before{background-position:-12px -60px}.cButton.log.icon:before{background-position:0 -72px}.cButton.log.icon:active:before,.cButton.log.icon:focus:before,.cButton.log.icon:hover:before{background-position:-12px -72px}.cButton.calendar.icon:before{background-position:0 -84px}.cButton.calendar.icon:active:before,.cButton.calendar.icon:focus:before,.cButton.calendar.icon:hover:before{background-position:-12px -84px}.cButton.chat.icon:before{background-position:0 -96px}.cButton.chat.icon:active:before,.cButton.chat.icon:focus:before,.cButton.chat.icon:hover:before{background-position:-12px -96px}.cButton.clock.icon:before{background-position:0 -108px}.cButton.clock.icon:active:before,.cButton.clock.icon:focus:before,.cButton.clock.icon:hover:before{background-position:-12px -108px}.cButton.settings.icon:before{background-position:0 -120px}.cButton.settings.icon:active:before,.cButton.settings.icon:focus:before,.cButton.settings.icon:hover:before{background-position:-12px -120px}.cButton.comment.icon:before{background-position:0 -132px}.cButton.comment.icon:active:before,.cButton.comment.icon:focus:before,.cButton.comment.icon:hover:before{background-position:-12px -132px}.cButton.fork.icon:before{background-position:0 -144px}.cButton.fork.icon:active:before,.cButton.fork.icon:focus:before,.cButton.fork.icon:hover:before{background-position:-12px -144px}.cButton.like.icon:before{background-position:0 -156px}.cButton.like.icon:active:before,.cButton.like.icon:focus:before,.cButton.like.icon:hover:before{background-position:-12px -156px}.cButton.favorite.icon:before{background-position:0 -348px}.cButton.favorite.icon:active:before,.cButton.favorite.icon:focus:before,.cButton.favorite.icon:hover:before{background-position:-12px -348px}.cButton.home.icon:before{background-position:0 -168px}.cButton.home.icon:active:before,.cButton.home.icon:focus:before,.cButton.home.icon:hover:before{background-position:-12px -168px}.cButton.key.icon:before{background-position:0 -180px}.cButton.key.icon:active:before,.cButton.key.icon:focus:before,.cButton.key.icon:hover:before{background-position:-12px -180px}.cButton.lock.icon:before{background-position:0 -192px}.cButton.lock.icon:active:before,.cButton.lock.icon:focus:before,.cButton.lock.icon:hover:before{background-position:-12px -192px}.cButton.unlock.icon:before{background-position:0 -204px}.cButton.unlock.icon:active:before,.cButton.unlock.icon:focus:before,.cButton.unlock.icon:hover:before{background-position:-12px -204px}.cButton.loop.icon:before{background-position:0 -216px}.cButton.loop.icon:active:before,.cButton.loop.icon:focus:before,.cButton.loop.icon:hover:before{background-position:-12px -216px}.cButton.search.icon:before{background-position:0 -228px}.cButton.search.icon:active:before,.cButton.search.icon:focus:before,.cButton.search.icon:hover:before{background-position:-12px -228px}.cButton.mail.icon:before{background-position:0 -240px}.cButton.mail.icon:active:before,.cButton.mail.icon:focus:before,.cButton.mail.icon:hover:before{background-position:-12px -240px}.cButton.move.icon:before{background-position:0 -252px}.cButton.move.icon:active:before,.cButton.move.icon:focus:before,.cButton.move.icon:hover:before{background-position:-12px -252px}.cButton.edit.icon:before{background-position:0 -264px}.cButton.edit.icon:active:before,.cButton.edit.icon:focus:before,.cButton.edit.icon:hover:before{background-position:-12px -264px}.cButton.pin.icon:before{background-position:0 -276px}.cButton.pin.icon:active:before,.cButton.pin.icon:focus:before,.cButton.pin.icon:hover:before{background-position:-12px -276px}.cButton.reload.icon:before{background-position:0 -300px}.cButton.reload.icon:active:before,.cButton.reload.icon:focus:before,.cButton.reload.icon:hover:before{background-position:-12px -300px}.cButton.rss.icon:before{background-position:0 -312px}.cButton.rss.icon:active:before,.cButton.rss.icon:focus:before,.cButton.rss.icon:hover:before{background-position:-12px -312px}.cButton.tag.icon:before{background-position:0 -324px}.cButton.tag.icon:active:before,.cButton.tag.icon:focus:before,.cButton.tag.icon:hover:before{background-position:-12px -324px}.cButton.trash.icon:before{background-position:0 -336px}.cButton.trash.icon:active:before,.cButton.trash.icon:focus:before,.cButton.trash.icon:hover:before{background-position:-12px -336px}.cButton.user.icon:before{background-position:0 -360px}.cButton.user.icon:active:before,.cButton.user.icon:focus:before,.cButton.user.icon:hover:before{background-position:-12px -360px}.cButton.primary{font-weight:700}.cButton.danger{color:#dc143c}.cButton.danger:active,.cButton.danger:focus,.cButton.danger:hover{border-color:#dc143c #dc143c #a0302a;color:#fff;background-color:#dc5f59;background-image:linear-gradient(#dc5f59,#b33630)}.cButton.danger.active,.cButton.danger:active{border-color:#a0302a #a0302a #bf4843;background-color:#b33630;background-image:linear-gradient(#b33630,#dc5f59)}.cButton.pill{border-radius:50em}.cButton.disable{opacity:.5}.cButton.big{font-size:14px}.cButton.big.icon:before{top:0}.cButton-group{display:inline-block;list-style:none;padding:0;margin:0;zoom:1;*display:inline}.cButton+.cButton,.cButton+.cButton-group,.cButton-group+.cButton,.cButton-group+.cButton-group{margin-left:15px}.cButton-group li{float:left;padding:0;margin:0}.cButton-group .cButton{float:left;margin-left:-1px}.cButton-group>.cButton:not(:first-child):not(:last-child),.cButton-group li:not(:first-child):not(:last-child) .cButton{border-radius:0}.cButton-group>.cButton:first-child,.cButton-group li:first-child .cButton{margin-left:0;border-top-right-radius:0;border-bottom-right-radius:0}.cButton-group>.cButton:last-child,.cButton-group li:last-child>.cButton{border-top-left-radius:0;border-bottom-left-radius:0}.cButton-group.minor-group .cButton{border:1px solid #d4d4d4;text-shadow:none;background-image:none;background-color:#fff}.cButton-group.minor-group .cButton:focus,.cButton-group.minor-group .cButton:hover{background-color:#dc5f59}.cButton-group.minor-group .cButton.active,.cButton-group.minor-group .cButton:active{background-color:#dc143c}.cButton-group.minor-group .cButton.icon:before{opacity:.8}.cButton-container .cButton,.cButton-container .cButton-group{vertical-align:top}
/*# sourceMappingURL=main.1563a0e0.chunk.css.map */